body, html {
    margin: 0 0 0 0;
    font-family: "Arial", arial, Tahoma, Sans-Serif;
    background: url('/images/client/top-banner-bg.jpg') repeat-x #f6f6f6;
}
img {
    border: 0;
}
a {        
    color: #7f7f80;
    text-decoration: none;
}
a:hover {    
    color:#3497d3; 
}
header {
    margin: 0 0 0 0;
    min-width: 960px;
    height: 156px;
    background: url('/images/client/top-banner-bg.jpg') repeat-x top center;
}
nav.mainMenu, nav.subMenu {
    margin: 0 auto 0 auto;
    padding-top: 14px;
    width: 960px;
    height: 63px;    
}
nav.mainMenu img {
    float: left;
}
nav.mainMenu ul {
    float: right;
    margin: 25px 0 25px 0;
}
header nav li {
    display: inline-block;
    list-style-type: none;
}
nav.mainMenu li a {
    font-size: 14px;
    text-decoration: none;
    padding: 6px 24px;
    color: #888888;
}
nav.mainMenu li a:hover, .active {
    color: #1a8cd7;
}
nav.subMenu {
    clear:both;
    height: 70px;
}
nav.subMenu ul {
    display: inline-block;
}
nav.subMenu ul.clientButtons {
    float: right;
    padding: 0;
    margin: 16px 0 0 0;
}    
.body {
    width: 960px;
    margin: 0 auto 0 auto;
}
.clear {
    clear: both;
}
#welcomeNotice {
    padding: 25px 10px 0 0;
    float: right;
    display: inline;
    font-size: 12px;
    text-align: right;
    color: #7f7f80;
}
#welcomeNotice h2 {
    font-size: 16px;
    text-align: right;
    color: #7f7f80;
    margin: 0;
    padding: 0;
    display:inline;
    line-height: 18px;
    font-weight: normal;
}
#welcomeNotice span, .blue-text {   
    color: #53b1ea;  
}
#welcomeCredits {
    display: inline;
    float: right;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    padding: 2px;
    width: 58px;
    height: 58px;
    text-align: center;  
    color: #7f7f80;                              
    font-size: 14px;
}
#creditCount {
    position: absolute;    
    margin: -60px 0 0 50px;   
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #000000;
    text-align: center;
    padding: 3px 6px;            
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
.page-box {
    width: 910px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 4px solid #dddddd;
    padding: 20px 24px;
    float: left;
    color: #383838;          
}
.settings-header {
    border-top: 1px solid #c4e5f7;
    border-bottom: 1px solid #c4e5f7;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;  
    text-align: left;        
    padding: 10px 0 7px 0;
    vertical-align: middle;
    display: inline-block;
}
.settings-change {
    float: right; 
    display: inline;
}
.setting {
    padding: 0 0 0 100px;
    width: 150px;
    display: inline-block;
    font-size: 12px;
    line-height: 31px;
}
.setting-value {
    padding: 0 20px 0 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 31px;
}
a.blue-button {
    background:url(/images/client/btn-left-crv.png) no-repeat top left; 
    display: inline-block;   
    font-size:14px; 
    line-height: 22px; 
    height: 41px; 
    padding-left: 20px; 
    text-decoration: none!important; 
    color:#FFFFFF!important; 
    text-shadow: 2px 2px #2181bd; 
    font-weight:normal;
    cursor:pointer; 
}
a.blue-button span {   
    background:url(/images/client/btn-right-crv.png) no-repeat top right; 
    display: block; 
    padding: 7px 20px 11px 0;
}
a.blue-button:hover span {
    color:#dddddd;               
}
.loginBox {
    border: 0;
    text-align: center;
    margin: auto;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
    font-size: 13px;
    width:400px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 4px solid #dddddd;
    color: #7f7f80;
    background: #ffffff;
}
.loginBox h2 {
    background: url('/images/client/top-table-bg.jpg') left top repeat-x;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    text-align: center;
    display:block;
    color: #3497d3;
    font-size: 18px;
    text-transform: uppercase;
}
.loginBox .form {
    margin-left: 10px;
}
.loginBox input[type="text"], 
.loginBox input[type="password"] {
    width: 150px;
}
#loginForm {
	text-align: left;
	padding-left: 20px;
}
#loginForm label {
	width: 120px;
	display: inline-block;
	padding-top: 5px;
	vertical-align: top;
}
#loginForm textarea {
	width: 150px;
}
#loginForm #loginButton {
	margin-left: 117px;
}
.clientSubButtons {
    float: left;
    display: inline-table;
}
.subButtons {
    margin-top: 25px;
    float: right;   
    display: inline-table;
    width: 40%;
}
.subButtons section {
    display:inline-table;
    margin: 15px 20px 0 0;
    text-align: right;
    vertical-align: bottom;
    color: #7f8080;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    
}
.subButtons h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}
.subButtons h2 span {
    color:#53b1ea;
}
.subButtons h4 {
    margin-top: 0;
    font-size: 12px;
}
#tab {
    padding-left: 0;
}
#tab li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}
#tab li a {
    text-align: center;
    width: 90px;
    padding: 8px 0 0 0;
    height: 85px;
    line-height: 16px;
    color: #7f7f80;
    text-decoration: none;
    background: url(/images/client/tab.png) left top no-repeat;
    display: block;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}
.multi-line-button {
    color: #1a8cd7;
    font-weight: bold;
    text-decoration: none;
    border: none;
    outline: none;
    overflow: hidden;
    border: 0px;
    height: 2px;
}
.round-box {
    display:inline-table;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    padding: 2px;
    width: 58px;
    height: 58px;
    text-align: center;
    float: right;
    color: #7f7f80;
}
.round-box a {
    width: 58px;
    height: 58px;
    color: #7f7f80;
    display: block;
    float: right;
    font-weight: normal;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.round-box a:hover { color:#1a8cd7; }
.blk-box {
    position: relative;
    width: 8px;
    float: right;
    left: 75px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #000000;
    text-align: center;
    padding: 3px 6px;
    margin: -10px 0 0 -10px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
.full-width {
    width: 100%;
}
.pointer {
    cursor: pointer;
}
footer p {
    margin-top: 20px;
    color: #7f7f80;
    font-size: 12px;
    text-align: center;
}
.error {
    color: #CC0000;
    font-weight: bold;
    text-align: center;
}
.success {
    color: #009900;
    font-weight: bold;
    text-align: center;
}
/* data tables css */
.dataTables_wrapper {
    margin: 20px;
}
table.dataTable.no-footer {
    border: none;
}
table.dataTable thead td {
    border-top: 1px solid #c2e0f2;
    border-bottom: 1px solid #c2e0f2;
    padding: 2px;
    font-size: 12px;
}
table.dataTable thead td a:hover{
    color: #026EB9;
}
.sorting, .sorting_asc, .sorting_desc {
    color: #1a8cd7;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    height: 2px;
    padding: 0px;
}
tbody {
    border: none;
}
table.dataTable tbody tr.odd {
    background-color: #f6f6f6;
    font-size: 12px;
}
table.dataTable tbody tr.even {
    background-color: #ffffff;
    font-size: 12px;
}