/***** Here color, customer images and customer fonts *****/
/***** HTML elements *****/
body {
    background: #E3E5E5 url(../images/template_bg.gif?F1561075225516NN2CXA=_) repeat-x;
    color: #4F4F4F;
    font-family: Arial, Verdana, sans-serif;
    line-height: 1.1;
    font-size: 13px;
}

ul {
    list-style: none;
}

li {
    background-image: url(../images/ul_bg_default.gif?F1561075225516NN2CXA=_);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 10px;
}

/***** Common Classes *****/

/***** JQuery Classes *****/
.ui-widget-header {
    text-align: left;
    border: none;
    padding: 11px;
    font-weight: normal;
}

/***** Login Page *****/
#loginPanel {
    color: #40403f;
}

#loginPanel #submit {
    background: url("../images/btn_login.gif?F1561075225516NN2CXA=_");
    color: #FFFFFF;
    font-size: 15px;
    border: none;
    text-align: left;
    height: 35px;
    width: 115px;
    margin: 5px 0 0 0;
    padding: 0px 0 4px 55px;
}

/***** Statement Pages *****/
.fullyUsed {
    font-weight: bold;
    white-space: nowrap;
}

.partiallyUsed {
}

.contentBackgroundDiv {
    background: #f0f2f2;
}

/***** Dialog Classes *****/
.dialogBox {
    background: #f0f2f2;
}

.helpContent {
    font-size:12px;
    background-color: #f0f2f2;
    color: #be0f34;
}

/***** Layout Style *****/
#bannerLogo {
    background: url(../images/logo.gif?F1561075225516NN2CXA=_) no-repeat;
    height: 50px;
}

#language #flagIcons a {
    text-decoration: none;
}

#language #textLinks a, .contentBlock a {
    color: #be0f34;
    text-decoration: none;
}

#language #textLinks a:hover, .contentBlock a:hover {
    text-decoration: underline;
}

/* Language icons  */
#lang a span#flag_en {
    background-position: 0 -150px;
    width: 16px;
    height: 11px
}

#otherNav {
    width: 806px;
    visibility: hidden;
}

#otherNav li {
    display: inline;
    background:none;
}


#language {
    width: 200px;
}

#mainTitle {
    color: #FFFFFF;
    font-size: 1.8em;
}

table.dataTable th, table.dataTable td, .tableContent th, .tableContent td {
    border-color: #d0d0d0;
}

tr.evenColored, table.dataTable tr.even, td.even {
    background-color: #ffffff;
}

tr.oddColored, table.dataTable tr.odd, td.odd {
    background-color: #ffffff;
}

tr.evenColored:hover, table.dataTable tr.even:hover, td.even:hover {
    background-color: #ffffff;
}

tr.oddColored:hover, table.dataTable tr.odd:hover, td.odd:hover  {
    background-color: #ffffff;
}

/* Data table Processing indicator */
.dataTables_processing {
    background-color: #F0F2F2;
    border: 1px solid #d0d0d0;
}

.changePassword label {
    display: inline-block;
    clear: left;
    width: 200px;
    padding-right: 1em;
    text-align: right;
}

.wordwrapServiceName {
    width:120px;
    word-wrap:break-word;      /* IE */
}