html
{
   background: #F4F5F6;
}
body
{
   background: #F4F5F6 !important;
}
.button
{
   color: #FFFFFF !important;
   background: #4475CA;
   border: 1px solid #4475CA;
}
#tabs .ui-tabs-nav li a
{
   color: #FFFFFF !important;
   background: #4475CA;
   border: 1px solid #4475CA;
}
.button:hover
{
   background: #B6CEFA;
   border: 1px solid #B6CEFA;
}
#tabs .ui-tabs-nav li.ui-tabs-selected a
{
   background: #B6CEFA;
   border: 1px solid #B6CEFA;
}
.headerDiv
{
   background: #FDFDFE;
}
#headerLinks a
{
   color: #FFFFFF !important;
}
.tabcrumbs
{
   background: #4879CE;
}
.tabText, .tabText a
{
   color: #FFFFFF;
}
.footerDiv
{
   background: #FFFFFF;
}
#footer a, #footer a:hover
{
   color: #9EA5A8;
}
#tabs .ui-tabs-nav li.ui-tabs-selected
{
   background: #B6CEFA;
   border: 1px solid #B6CEFA;
}
#tabs .ui-tabs-nav li
{
   background: #4475CA;
   color: #FFFFFF;
}
#tabs .ui-tabs-panel
{
   color: #000000;
}
#tabs .ui-tabs-panel .tablink
{
   color: #000000;
}

