html
{
   background: #333333;
}
body
{
   background: #333333 !important;
}
.button
{
   color: #ECEBF0 !important;
   background: #687D77;
   border: 1px solid #687D77;
}
#tabs .ui-tabs-nav li a
{
   color: #ECEBF0 !important;
   background: #687D77;
   border: 1px solid #687D77;
}
.button:hover
{
   background: #C1CE96;
   border: 1px solid #C1CE96;
}
#tabs .ui-tabs-nav li.ui-tabs-selected a
{
   background: #C1CE96;
   border: 1px solid #C1CE96;
}
.headerDiv
{
   background: #333333;
}
#headerLinks a
{
   color: #FFFFFF !important;
}
.tabcrumbs
{
   background: #E0600D;
}
.tabText, .tabText a
{
   color: #FFFFFF;
}
.footerDiv
{
   background: #CCCCCC;
}
#footer a, #footer a:hover
{
   color: #000000;
}
#tabs .ui-tabs-nav li.ui-tabs-selected
{
   background: #C1CE96;
   border: 1px solid #C1CE96;
}
#tabs .ui-tabs-nav li
{
   background: #687D77;
   color: #ECEBF0;
}
#tabs .ui-tabs-panel
{
   color: #353129;
}
#tabs .ui-tabs-panel .tablink
{
   color: #353129;
}

