body
{
    color: Black;
    background-color: #fff;
}

body.LandingPage
{
    background-color: #fff;
}

a
{
    color: #003399;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
}

a:hover
{
    color: #000;
    font-weight: bold;
    text-decoration:underline;
}

#PageHeader
{
    background-color: #ffffff;
    background-image: url(../Images/header-bg.png);
    height: 85px;
}
.HeaderLeftBanner
{
    left: 0px;
    top: 0px;
    width: 300px;
    background-image: url(../Images/sg.png);
    background-repeat: no-repeat;
    height: 85px;
}
.HeaderRightBanner
{
    top: 0px;
    height: 85px;
    width: 300px;
    background-image: url(../Images/header-right.png);
    background-repeat: no-repeat;
    z-index: 2;
}

/* Telerik drop down menu styling */
#mainMenu
{
    font-family: Verdana, Arial, Sans-Serif;
    background-color: #999999;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    height: 14px;
    padding-bottom: 8px;
    background: #999999 url(../Images/menu-bg.png) repeat-x scroll left top;
}
#mainMenu a
{
    color: #fff;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 3px;
}
#mainMenu a:hover
{
    color: #fff;
    font-size: 12px;
    cursor: hand;
    background: #003399 url(../Images/menu-bg.png) repeat-x scroll left top;
}
a.actuator
{
    text-decoration: none;
}
.menu
{
    background-color: #000033;
    border: 2px solid #003399;
    position: absolute;
    visibility: hidden;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.menu li
{
    margin-bottom:5px;
}
.menu li a
{
    color: #fff;
    background-color: transparent;
    display: block;
    line-height: 1.75em;
    text-decoration: none;
}

.menu li a span
{
    color: #fff;
}
.menu li a:hover
{
    background-color: #003399;
    color: white;
}
.menu li a:hover span
{
    color: #e1e1e1;
}


/* Rounded Button Normal (Customizations) *****************************/
a.RoundedButtonNormal
{
    background: transparent url('../Images/btn-right.png') no-repeat top right;
}
a.RoundedButtonNormal span
{
    background: transparent url('../Images/btn-left.png') no-repeat 0 0;
    color: #fff;
}
a.RoundedButtonNormal:hover span
{
    color: #fff;
}

.PageHeaderBar
{
    background-color: #999999;
    background: #999999 url(../Images/menu-bg.png) repeat-x scroll left top;
    border-bottom: 1px solid black;
    color: #fff;
}

.PageHeaderBar li, .PageHeaderBar li a
{
    color: #FFFFFF;
}
.PageTitle
{
    color: #ffffff;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
}

.DockTitle
{
    color: #FFFFFF;
}



.DataTableHeader
{
    background-color: #999999;
    color: #fff;
}
.DataTableRow
{
    background-color: #999999;
    color: White;
}


.GridView th
{
    color: #fff;
    background-color: #999999;
    background: #999999 url(../Images/menu-bg.png) repeat-x scroll left top;
}
.GridViewCart th
{
    color: #fff;
    background-color: #999999;
    background: #999999 url(../Images/menu-bg.png) repeat-x scroll left top;
}
.GridView th a
{
    color: #34271a;
}
.GridView th a:hover
{
    color: #cee4f9;
}
.GridViewAlternateRow
{
    background-color: #ddd;
}
.GridViewFooter
{
    color: #000000;
    background-color: #eeeeee;
    background: #999999 url(../Images/menu-bg.png) repeat-x scroll left top;
}
.GridViewPager
{
    color: #000000;
    background-color: #eeeeee;
    background: #999999 url(../Images/menu-bg.png) repeat-x scroll left top;
}
.GridViewPager a
{
    color: #eeeeee;
}


.RadMultiPage1Panel
{
    /*border: 1px solid #828282;*/
    border-bottom: 1px solid #828282; /*padding: 40px 10px; 	margin-top: -26px;   */
}


.CoverFlowWrapper
{
    background-color: #ffffff;
}
.CarouselWrapper
{
    background-color: #555;
}

.RotatorTitle
{
    color: #3f84c2;
}

#imgProgressBar
{
    background-image: url('../Images/ajax-bluegold.gif');
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
}

select
{
    font-size: 12px;
}

#PageContent
{
    padding: 0px;
}
.HeaderBarInLine
{
    background-color: #ffffff;
    background: #999999 url(../Images/menu-bg.png) repeat-x scroll left top;
    padding: 2px 0px 5px 3px;
    border: 0px;
    color: #fff;
    opacity: 0.90;
    filter: alpha(opacity=90);
}
.HeaderBarInLineTitle
{
    font-family: Verdana, Arial, Sans-Serif;
    color: #ffffff;
    font-weight:bold;
    font-size:11px;
}

.ReportingDashboard .pageBodyWrapper {
    padding: 0;
}

.ReportingDashboard #pageHeaderContainer {
    display: none !important;
}
#PageFooter {
    width: 100%;
    height: 100px;
    margin: 0px;
}