/***** Here color, customer images and customer fonts *****/
/***** HTML elements *****/
body {
    font-family: Arial, Verdana, sans-serif;
    line-height: 1.1;
    font-size: 13px;
    background: #e8f2fc
}

/***** Common Classes *****/

/***** JQuery Classes *****/
.ui-widget-header {
    text-align: center;
    padding: 5px;
}

/***** Statement Pages *****/
.fullyUsed {
    font-weight: bold;
    white-space: nowrap;
    color:#FF0000;
}

.partiallyUsed {
}

.contentBackgroundDiv {
    background: #F0F8FF;
}

.dateCell span {
    display:block;
}

/***** Dialog Classes *****/
.dialogBox {
    background: #e8f2fc;
}

.helpContent {
    font-size:12px;
    background-color: #F0F8FF;
    color: #0078ae;
}

/***** Layout Style *****/

/***** Header/Banner *****/
#bannerContainer {
    background: url(../images/banner_background.png?F1426579274121DFNN3P=_);
    background-repeat: repeat-x;
    height: 99px;    
}

#bannerLogoLeft {
    background: url(../images/banner_left.png?F1426579274121DFNN3P=_) no-repeat left;    
    height: 99px;    
}

#bannerLogoRight {
    background: url(../images/banner_right.png?F1426579274121DFNN3P=_)  no-repeat right;
    height: 99px;    
}

#language #flagIcons a {
    text-decoration: none;
}

#language #textLinks a{
    color: #0078ae;
    text-decoration: none;
}

#language #textLinks a:hover {
    text-decoration: underline;
}

#language{
    width: 250px;
    float: right;
}
/* Language Bar */
#headerNav{
    background: #001063;
    width: 1152px;
    margin: 0px;
}

/* Header Links in language bar */
#otherNav  a:link, a:active, a:visited a:hover{
   font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
}

#otherNav  a:hover{
    font-family: Arial;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

#otherNav li {
    display: inline;
}

#otherNav{
    width: 870px;
}

#otherNav ul{
    margin-top: 10px;
    margin-bottom: 0px;
}
/***********************/
/***** Main Panel *****/

#main{
    padding-top: 0px;
}

#mainTitle {
    color: #001063;
    font-size: 1.0em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #000066;    
}

#mainPanel{
    width: 842px;
    margin-right: 20px;
    float: right;
}

#mainContent .grid_6 {
width: 300px;
}

#mainContent .grid_3 {
width: 200px;
}

#innerMain{ 
    width: 1136px;   
    background: #ffffff;
    border: 8px solid #001063;
    border-top: none;
}

#ui-datepicker-div{
    border: 1px solid #000066;
}

.ui-dialog{
    
}

.ui-dialog .ui-widget-header {
    color: #ffffff;
    background: #000066;
}

#searchBtn{
    background: #000066;
    color: #ffffff;
    border: none;
}

#submit{
    background: #000066;
    color: #ffffff;
    border: none;
}

#summaryContent {
    width: 61%;    
}

#transactionsContent_paginate {
    padding-right: 20px;
}

/** Login page **/

.loginintro {
    margin-bottom: 10px;
    margin-top: 5px;
}

#loginintro5 {
    padding-left: 30px;
    margin-left: 10px;
    background: url(../images/bullet.png?F1426579274121DFNN3P=_) no-repeat left;
}

#loginintro6 {
    padding-left: 30px;
    margin-left: 10px;
    background: url(../images/bullet.png?F1426579274121DFNN3P=_) no-repeat left;
}

#loginintro7 {
    padding-left: 30px;
    margin-left: 10px;
    background: url(../images/bullet.png?F1426579274121DFNN3P=_) no-repeat left;
}


/***********************/
/***** Side Bar/ Navigation *****/

#navigation{
    width: 240px;
    margin-left: 20px;
}

#welcomeTitle{
    text-align: left;
    padding-left: 0px;
    float: left;
}

#welcomePanel{
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 5px;
}

#welcomeContent{
    padding: 0px;
    padding-top: 6px;
    height: 26px;    
}

/* Links and Resources Boxes */
.infoArea {
    margin-bottom: 0px;
    padding: 0px;
}

.infoArea .ui-widget-header{
    font-family: ARIAL, HELVETICA, SANS_SERIF;
    font-size: 19pt;
    color: #00968f;
    font-weight: normal;
    text-align: left;
}

.contentBlock{
    margin-bottom: 0px;
    padding: 0px;    
}
.contentBlock a:link, a:active, a:visited{
   font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: underline;
    color: #000066;
}

.dataTables_scroll a:hover{
    font-family: Arial;
    color: #00968f;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: underline;
}

#loginTitle{
    text-align: left;
}
/***********************/
/***** Footer *****/

#footerContainer{
    border-left: 8px solid #001063;
    border-right: 8px solid #001063;
    border-bottom: 8px solid #001063;
    width: 1136px;
    margin-left: 0;
    border-top: 0;
}

#footerContent{
    text-align: center;
    border-top: 3px solid #9ECBED;
    margin-top: 2px;
}

/***********************/
/***** Data Tables *****/
table.dataTable th, table.dataTable td, .tableContent th, .tableContent td {
    border-color: #aaaaaa;
}

tr.evenColored, table.dataTable tr.even, td.even {
    background-color: #CCCCCC;
}

tr.oddColored, table.dataTable tr.odd, td.odd {
    background-color: #FFFFCC;
}

tr.evenColored:hover, table.dataTable tr.even:hover, td.even:hover {
    background-color: #CCCCCC;
}

tr.oddColored:hover, table.dataTable tr.odd:hover, td.odd:hover  {
    background-color: #FFFFCC;
}

/* Data table Processing indicator */
.dataTables_processing {
    background-color: #f0f2f2;
    border: 1px solid #aaaaaa;
}

.changePassword label {
    display: inline-block;
    clear: left;
    width: 200px;
    padding-right: 1em;
    text-align: right;
}

.wordwrapServiceName {
    width:120px;
    word-wrap:break-word;      /* IE */
}