/***** Here color, customer images and customer fonts *****/
/***** HTML elements *****/
body {
    font-family: Arial, Verdana, sans-serif;
    line-height: 1.1;
    font-size: 11px;
}

/***** Common Classes *****/
.nowrap {
  white-space: nowrap;
}
.wordwrapServiceName {
    width:120px;
    word-wrap:break-word;      /* IE */
}
/***** JQuery Classes *****/
.ui-widget-header {
    text-align: center;
    padding: 5px;
}

/***** Statement Pages *****/
.fullyUsed {
    font-weight: bold;
    white-space: nowrap;
}

.partiallyUsed {
}

.dateCell span {
    display:block;
}

.contentBackgroundDiv {
    background: #F0F8FF;
}

/***** Dialog Classes *****/
.dialogBox {
    background: #F0F8FF;
}

.helpContent {
    font-size:12px;
    background-color: #F0F8FF;
    color: #0078ae;
}

/***** Layout Style *****/
#bannerLogo {
    background: url(../images/logo.png?F6982167805VQHVIW=_) no-repeat left;
    height: 60px;
}

#language #flagIcons a {
    text-decoration: none;
}

#language #textLinks a, .contentBlock a {
    color: #436389 !important;
    text-decoration: underline;
}

#language #textLinks a:hover, .contentBlock a:hover {
    text-decoration: underline;
}

#mainTitle {
    color: #436389;
    font-size: 1.4em;
}

table.dataTable th, table.dataTable td, .tableContent th, .tableContent td {
    border-color: #aaaaaa;
}

tr.evenColored, table.dataTable tr.even, td.even {
    background-color: #edf2f7;
}

tr.oddColored, table.dataTable tr.odd, td.odd {
    background-color: #f6fafc;
}

tr.evenColored:hover, table.dataTable tr.even:hover, td.even:hover {
    background-color: #ef7031;
    color: #ffffff;
}

tr.oddColored:hover, table.dataTable tr.odd:hover, td.odd:hover  {
    background-color: #ef7031;
    color: #ffffff;
}

/* 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;
}
label {
    font-weight:normal !important;
}
fieldset input.text {
    color: #4c4c4c !important;
    position: relative;
    border: 1px solid #999;
    float: inherit;
    padding: 3px 5px;
    width: 85%;
	margin-top: 3px;
}

.ticketNumber a{
    color:#4c4c4c !important;
}

.ticketNumber a:hover{
    color:#ffffff !important;
}