body{ padding-top:100px; }
h1{ color:#454545; font-weight:normal; margin:0px; margin-top:20px; padding:0px; }
h2{ color:#454545; font-weight:normal; }
h3{ color:#454545; }
h4{ color:#454545; }
h5{ color:#454545; margin-top:0px; padding-top:0px; }
div{ color:#454545; }
span{ color:#454545; }
/*
table{ border:0px; padding:0px; margin:0px; table-layout:fixed; width:100%; }
tr{ border:0px; color:#454545; }
td{ border:0px; color:#454545; }
*/

a.ui-navigate-back {
  zoom: 1;
  color: #bfbfbf;
  display: inline-block;
  float: left;
  margin: 0 0 0 20px;
  text-align:right;
  width: 940px;
}

/*  UI-Sidebar Layout */
.vw-sidebar {
  background-color: rgba( 180, 40, 40, 1.0 );
  height:inherit;
  width: 100px;
}
ul.vw-sidebar
{
  list-style-type:none;
  padding:0px;
  margin:0px;
  text-align:center;
}
li.vw-sidebar-default
{
  background-color: rgba( 180, 40, 40, 1.0 );
  cursor:pointer;
  color:#222;
  font-size:16px;
  font-weight:normal;
  padding-bottom:10px;
}
li.vw-sidebar-default:hover
{
  background-color: rgba( 220, 80, 80, 1.0 );
}
li.vw-sidebar-active
{
  cursor:pointer;
  background-color: rgba( 200, 60, 60, 1.0 );
  color:#222;
  font-size:16px;
  font-weight:bold;
  padding-bottom:10px;
}
li.vw-sidebar-active:hover
{
  background-color: rgba( 220, 80, 80, 1.0 );
}

/*  UI-Menu Layout */
.vw-sidemenu{
  background-color:#DDD;
  height:inherit;
  width: 85px;
}
ul.vw-sidemenu
{
  list-style-type:none;
  padding:0px;
  margin:0px;
  text-align:center;
}
li.vw-sidemenu-default
{
  background-color:#DDD;
  cursor:pointer;
  color:#222;
  font-size:14px;
  font-weight:normal;
  padding-bottom:10px;
}
li.vw-sidemenu-default:hover
{
  background-color:#BBB;

}
li.vw-sidemenu-active
{
  cursor:pointer;
  background-color:#CCC;
  color:#222;
  font-size:14px;
  font-weight:bold;
  padding-bottom:10px;
}
li.vw-sidemenu-active:hover
{
  background-color:#BBB;
}

