@import url(/resource/css/cc-fonts.css);

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

body {
    padding: 0;
    color: #231F20;
    background: #fff;
}

body.dialog {
    background: #FFFFFF;
}

#page {
    padding: 0;
    background: #fff;
    width: 1000px;
    border: 0;
    margin: 0;
    text-align: left;
}

#header {
    margin: 0;
    padding: 0;
    border: 0;
    background: #ffffff;
}

#headerLogo {
    margin: 0;
    padding: 0;
    background-image: url(/resource/img/bankri/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 80px;
}

#headerLinks {
    padding: 8px 8px 8px 12px;
    color: #3A5868;
    font-size: 10px;
    text-transform: uppercase;
}

#headerLinks a {
    color: #3A5868;
    text-decoration: underline;
}

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

#userinfo {
    padding-top: 16px;
}

#content-container {
    background: #ffffff;
    border-top: 2px solid #5F6062;
}

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

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

.foot {
    width: 1000px;
    margin: 0;
    text-align: left;
    padding: 5px 0;
    color: #5F6062;
    font-size: .9em;
    vertical-align: baseline
}
.footL {
    float: left;
    width: 300px;
    margin: 0 0 0 5px;
}

.footR {
    text-align: right;
    float: right;
    width: 650px;
    padding: 0 5px 0 0;
    margin-top: -15px;
}

.foot a:link, .foot a:visited {
    margin: 0 5px;
    color: #5F6062;
}

.foot a:hover, .foot a:visited {
    text-decoration: none;
}


#footer {
    text-indent: -1000em;
}

#disclaimer {
    padding: 8px 4px;
}
#sections-container {    
}

#sections {
    padding: 0;
    background: #5F6062;
    position: relative;
    z-index: 103;
}

#sections li.section {
    float: left;
    border: 0;
    background: #5F6062;
    position: relative;
    z-index: 104;
}

#sections li.section a {
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    display: inline;
    font-size: 1.06em;
    font-weight: bold;
    padding: 6px 12px;
    font-family: Open-Sans, sans-serif;
    outline: none;
    color: #fff;
    background: transparent;
}

#sections li.section a:hover {    
    background: #FFF;
    color: #333;
}

#sections li.section a.selected, #sections li.section a.selected:hover {
    background: #FFF;
    font-weight: bold;
    color: #333;
    border: 0;
    padding: 6px 12px;
}

/*want to make this arbitrarily more specific so that clicking the selected tab works*/
#sections-container #sections li.section a.clicked {
    background: #FFF;;
    color: #333;
}

#sections li.section div.tabmenu {
    display: none;
    text-transform: none;
    position: absolute;
    clear: both;
    padding: 4px;
    margin: 0;
    border: 1px solid #5F6062;
    border-top: 0;
    color: #2C404C;
    background-color: #FFF;
    opacity: 1;
    filter:Alpha(Opacity=100);
    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;
    text-transform: none;
    font-family: Open-Sans, sans-serif;
    color: #00467F;
    font-weight: bold;
    background: #FFF;
    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;
    text-transform: none;
    font-family: Open-Sans, sans-serif;
    font-weight: normal;
    color: #2C404C;
    background: #FFF;
    float: none;
    clear: both;
}

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


#navigation {
    margin: 20px 10px 10px 0;
    padding: 10px 4px 0 10px;
    border-top: 1px solid #C5C7C9;    
    border-right: 1px solid #C5C7C9;    
    border-bottom: 1px solid #C5C7C9;    
    float: left;
    display: inline;
    width: 185px;
}

#navigation div {
    border: 0;
    padding: 6px 2px 6px 6px;
}

#navigation div.heading {
    font-size: 1.3em;
    border-bottom: 0;
}
#navigation div.groupHeading {
    padding: 8px 0 0 0;
    color: #00467F;
    font-weight:bold;
}

#navigation .contextArea {
    border-bottom-color: #C5C7C9;
}


#navigation a:hover {
    text-decoration: underline;
    color: #00467F;
}

#navigation li li {
    padding-left: 0;
}

h1 {
    font-size: 170%;
    border: 0;    
    margin: 8px 0 16px 0;
}

h2 {
    font-size: 140%;
    border: 0;
    margin: 8px 0 16px 0;
}

div.detailsList {
    border: 1px solid #C5C7C9;
    background: #E7E9EA;;
    color: #555;
}

dl.detailsList, ol.detailsList {
    border: 1px solid #C5C7C9;
    background: #E7E9EA;
    color: #555;
}

.ui-force-state-active {
    border: 1px solid #00467F !important; 
    background: #d2e9f4 url(images/ui-bg_highlight-soft_100_d2e9f4_1x100.png) 50% 50% repeat-x !important;      
    color: #333333 !important; 
}


.ui-force-widget-header {
    border: 1px solid #00467F !important; 
    background: #d2e9f4 url(images/ui-bg_highlight-soft_100_d2e9f4_1x100.png) 50% 50% repeat-x !important; 
    color: #333333 !important;     
}

.dataTableContainer {
    position: relative !important;
}

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

button.ui-state-hover {
    border: 1px solid #4A96D6 !important;
    background: #f5f7f9 url(images/ui-bg_glass_100_f5f7f9_1x400.png) 50% 50% repeat-x !important;
    font-weight: normal;
    color: #4A96D6 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    border: 1px solid #ccc;
    background: #e6e6e6;
    font-weight: normal;
    color: #444;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    border: 1px solid #4A96D6;
    background: #f0f0f0;
    font-weight: normal;
    color: #4A96D6;
}

.ui-corner-top, .ui-datepicker-buttonpane .ui-corner-all, .ui-datepicker-header .ui-corner-all{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.ui-datepicker-buttonpane .ui-corner-all,.ui-datepicker-header .ui-corner-all {
    border-bottom-right-radius: 0px !important;
}

.ui-datepicker-header .ui-corner-all {
    padding:0px;
}

.ui-datepicker, .ui-dialog-titlebar-close, .ui-datepicker-header,.ui-corner-bottom {
   border-top-left-radius: 0px !important;
   border-bottom-left-radius: 0px !important;
   border-top-right-radius: 0px !important;
   border-bottom-right-radius: 0px !important;
}

.ui-datepicker, .ui-autocomplete {
    border: 1px solid #dddddd !important;
}

#subscriptions .ui-state-active {
    border: 1px solid #4A96D6 !important;
    background: #C9DFF1 url(images/ui-bg_highlight-soft_100_C9DFF1_1x100.png) 50% 50% repeat-x  !important;;
    font-weight: normal !important;;
    color: #222222 !important;;
}

#subscriptions .ui-state-error {
    border-bottom-right-radius: 0px !important;
    border: 1px solid #dd0000 !important;
    background: #ffe3e3 url(images/ui-bg_flat_100_ffe3e3_40x100.png) 50% 50% repeat-x !important;
}

#subscriptions .ui-state-active {
    border-bottom:0px !important;
}

#payments li.ui-tabs-active {
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-right-width: 0 !important;
}
#accountTabs li.ui-state-active {
    border-bottom:0px !important;
}

fieldset.searchForm .ui-tabs-nav li.ui-tabs-tab {
   border: 0px  !important;
}

fieldset.searchForm .ui-tabs-nav li.ui-tabs-active {
   font-weight: bold !important;
   border: 1px solid #C5C7C9 !important;
   border-bottom-width: 0 !important;
}

fieldset.searchForm .ui-tabs-nav li a:hover {
   text-decoration: underline !important;
}

.searchTabs li.ui-tabs-active {
    background:#E7E9EA !important;
    border: 1px solid #C5C7C9 !important;
    border-bottom-width: 0 !important;
}

button.negative:hover, .closeButton:hover {
    background: #fbe3e4 !important;
    border: 1px solid #fbc2c4 !important;
    color: #d12f19 !important;
}

button.positive {
    color: #529214 !important;
}

button.positive:hover {
    background: #E6EFC2 !important;
    border: 1px solid #C6D880 !important;
    color: #529214 !important;
}

.ui-state-active a, .ui-state-active a:link {
    color:#444;
}

#subscriptions .ui-icon, #buyerSettings .ui-icon {
    display: inline-block !important;
}

.ui-dialog-titlebar-close .ui-button:hover {
   background-image: url(images/ui-icons_0b5b98_256x240.png);
}

.ui-dialog-titlebar-close .ui-button-icon:hover {
   margin-left: -8.29px !important;
   border: 1px solid #4A96D6 !important;
}

.ui-dialog-titlebar-close {
   margin-left: -8.59px !important;
   background: #e7eef3 url(images/ui-bg_highlight-soft_100_e7eef3_1x100.png) 50% 50% repeat-x
}

.ui-button-icon:hover {
    border: 1px solid #4A96D6 !important;
}

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

.dashboardRoundedButton:hover {
   color:#fff !important;
   border: 1px solid #4A96D6 !important;
}