/***** 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;
}

.ui-tabs-nav {
    background: #002d62;
}

.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-widget-content {
	color: #333333;
    font-weight: none;
}


/***** Statement Pages *****/
.fullyUsed {
    font-weight: bold;
    color:#FF0000;
}

.partiallyUsed {
}

.dateCell span {
    display:block;
}

.contentBackgroundDiv {
    background: #F0F8FF;
}

/***** 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?F2799708617230G2LZC=_);
    background-repeat: repeat-x;
    height: 99px;    
}

#bannerLogoLeft {
    background: url(../images/banner_left.png?F2799708617230G2LZC=_) no-repeat left;    
    height: 99px;    
}


#bannerLogoRight {
    background: url(../images/banner_right.png?F2799708617230G2LZC=_)  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: #002d62;
    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: #000000;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

#mainPanel{
    width: 842px;
    margin-right: 20px;
    float: right;
}

#companyName {
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

#mainContent{

}

#mainContent .grid_6 {
width: 300px;
}

#mainContent .grid_3 {
width: 200px;
}

#innerMain{ 
    width: 1136px;   
    background: #ffffff;
    border: 8px solid #002D62;

}

#ui-datepicker-div{
    border: 1px solid #000066;
}

.ui-dialog{
    
}

.ui-dialog .ui-widget-header {
    color: #ffffff;
    background: #002d62;
}

/***********************/
/***** BUTTONS *****/

#searchBtn{
    background: #002d62;
    color: #ffffff;
}

#submit{
    background: #002d62;
    color: #ffffff;
}

#backToSummary{
    background: #002d62;
    color: #ffffff;
}

#exportMonthlyReport{
    background: #002d62;
    color: #ffffff;
}

#printPeriodReport{
    background: #002d62;
    color: #ffffff;
}

#filterStatement{
    background: #002d62;
    color: #ffffff;
}


/***********************/
/***** Side Bar/ Navigation *****/

#navigation{
    width: 240px;
    margin-left: 10px;
}

#welcomeTitle{
    text-align: left;
    padding-left: 0px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000000;
}

#welcomePanel{
    margin-bottom: 15px;
    margin-left: 5px;
}

#welcomeContent{
    padding: 0px;
    color: #333333;
}

/* Links and Resources Boxes */
.infoArea {
    border-radius: 10px; -moz-border-radius: 10px;
    margin-bottom: 20px;
    padding: 0px;
    border: 2px solid #000000;
    background: #e8f2fc;
}

.infoArea .ui-widget-header{
    font-family: ARIAL, HELVETICA, SANS_SERIF;
    font-size: 12pt;
    color: #00968f;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    border-top-left-radius: 10px; -moz-border-top-left-radius: 10px;
    border-top-right-radius: 10px; -moz-border-top-right-radius: 10px;
    background: #e8f2fc;
}

.contentBlock{
    margin-bottom: 0px;
    padding: 0px;
    color: #333333
}

.contentBlock a:link, a:active, a:visited{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #002d62;
}

.dataTables_scroll a:hover{
    font-family: Arial;
    color: #00968f;
    font-weight: bold;
    font-size: 9pt;
}

#backToSummary  span.ui-icon, #exportMonthlyReport span.ui-icon, #printPeriodReport span.ui-icon, #filterStatement span.ui-icon{ background-image: url(../images/ui-icons_ffffff_256x240.png?F2799708617230G2LZC=_); }

/***** LOGIN Panel Changes *****/
#loginPanel{
    border-radius: 10px; -moz-border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    border: 2px solid #000000;
    background: #e8f2fc;
}

#loginTitle{
    font-family: ARIAL, HELVETICA, SANS_SERIF;
    font-size: 12pt;
    color: #00968f;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    border-top-left-radius: 10px; -moz-border-top-left-radius: 10px;
    border-top-right-radius: 10px; -moz-border-top-right-radius: 10px;
    background: #e8f2fc;
}

/***********************/
/***** Footer *****/

#footerContainer{
    border-left: 8px solid #002d62;
    border-right: 8px solid #002d62;
    border-bottom: 8px solid #002d62;
    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: #333333;
}

thead .ui-widget-header{
    background: #e8f2fc;
}

tr.evenColored, table.dataTable tr.even, td.even {
    background-color: #dfd3ab;
}

/*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;
}
