body, input, textarea, select, option {
    font-family:Arial,sans-serif;
    font-face: Arial,sans-serif;
    font-size: 11px;
}

body {
    background: #fff;
    margin: 0 auto;
    padding: 0;
}

#page {
    padding: 0;
    background: #fff;
    width: 1000px;
    border-right: 1px solid #5C97D1;
    border-bottom: 8px solid #5C97D1;
    margin: 0;
    text-align: left;
}

#header {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

#headerLogo {
    margin: 0;
    padding: 0;
    background-image: url( /resource/img/boh/report_logo.gif );
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 56px;
}

#headerLinks {
    color: #FFFFFF;
    text-align: right;
    margin: 0 0 6px 4px;
    padding-right: 4px;
    padding-left: 36px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.1em;
    background-image: url( /resource/img/boh/header.gif );
    background-repeat: no-repeat;
    background-position: left top;
}

#headerLinks a {
    color: #FFFFFF;
    text-decoration: none;
}

#headerLinks a:hover {
    text-decoration: underline;
}

#content {
    width: 780px;
    margin: 10px 10px 10px 0;
    float: right;
    display: inline;
}

#contentFooter {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: right;
    color: #000;
    clear: both;
}

#footer {
    clear: both;
    text-align: left;
    color: #fff;
    padding: 4px;
}

#disclaimer {
    width: 1000px;
    font-size: 01em;
    color: #000;
    text-align: left;
    padding: 4px;
    margin: 0;
}

#userinfo  {
    color: #003284;
    padding: 4px 4px 4px 4px;
}

#userinfo .failedLoginAttempts {
    color: #dd0000;
}

#userinfo a, #userinfo a:visited {
    color: #003284;
    text-decoration: none;
}

#userinfo a:hover {
    text-decoration:underline;
}


#sections-container {
}

#sections {
    padding: 0;
    background: #003284 url(/resource/img/boh/ui-bg_highlight-soft_75_003284_1x100.png) 0 50% repeat-x;
    position: relative;
    z-index: 103;
}

#sections li.section {
	float: left;
    border-right: 1px solid #595959;
    position: relative;
    z-index: 104;
}

#sections li.section a {
    text-decoration: none;
	float: left;
    display: inline;
    font-weight: bold;
    font-size: 1.06em;
	padding: 6px 10px;
    outline: none;
	color: #ebebeb;
	background: #003284 url(/resource/img/boh/ui-bg_highlight-soft_75_003284_1x100.png) 0 50% repeat-x;
}

#sections li.section a:hover {
	background: #003284 url(/resource/img/boh/ui-bg_inset-soft_75_003284_1x100.png) 0 50% repeat-x;
	color: #ffffff;
}

#sections li.section a.selected, #sections li.section a.selected:hover {
    background: white;
	color: #003284;
    border-top: 3px solid #FFD114;
    padding-top: 3px;
    padding-bottom: 6px;
}

/*want to make this arbitrarily more specific so that clicking the selected tab works*/
#sections-container #sections li.section a.clicked {
    background: #003284 url(/resource/img/boh/ui-bg_inset-soft_75_003284_1x100.png) 0 50% repeat-x;
    color: #FFE570;
}

#sections li.section div.tabmenu {
    display: none;
    position: absolute;
    clear: both;
    padding: 4px;
    margin: 0;
    border: 1px solid #464e5b;
    border-top: 1px solid #FFE570;
    color: #fff;
    background-color: #003284; 
    opacity: .85; 
    filter:Alpha(Opacity=85);
    width: 190px;
    min-width: 190px;
}

#sections li.section div.tabmenu ol {
    margin-bottom: 6px;
}

#sections li.section div.tabmenu li li {
    padding-left: 6px;
}

#sections li.section div.tabmenu .groupHeading {
    /*resets*/ margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.35; text-decoration: none; font-size: 100%; list-style: none;
    /*color: #58acff;*/
    font-weight: bold;
    background: #003284;
    float: none;
    clear: both;
}

#sections li.section div.tabmenu a, #sections li.section div.tabmenu a:visited, #sections li.section div.tabmenu a:active {
    /*resets*/ margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.35; text-decoration: none; font-size: 100%; list-style: none;
    font-weight: bold;
    color: #fff;
    background: #003284;
    float: none;
    clear: both;
}

#sections li.section div.tabmenu a:hover {
    text-decoration: underline;
    padding: 0;
    border: 0;
}


.ui-force-state-active {
    border: 1px solid #5986B3 !important; ; 
    background: #5986B3 url(/resource/css/jquery/images/ui-bg_flat_100_5986B3_40x100.png) 50% 50% repeat-x !important; ;
    color: #ffffff !important; ;
}

.ui-force-widget-header {
    border: 1px solid #FFD114 !important;
    background: #FFF4BB url(/resource/css/jquery/images/ui-bg_highlight-hard_55_FFF4BB_1x100.png) 50% 50% repeat-x !important;
    color: #003284 !important;
}

div.blockMsg {
    background: #003284;
}

.dataTableContainer {
  position: relative !important;
}

button.splitbutton-right {
   height: 21.15px !important;
}

.ui-button-icon-only .ui-icon {
    margin-left: -10px !important;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: 0.2em !important;
}

#achCompanySettings .ui-icon {
  display: inline-block !important;
 }