*{
    font-size: small !important;
    font-family: "Segoe UI", Tahoma, Helvetica, Arial, "Helvetica Neue", "Lucida Grande", sans-serif !important;
}

html, body {
	margin: 0;
	padding: 0;
    font-size: small !important;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
}

.ui-button {
   height: 26px;
}

.ui-button:not(.buttonHasDropdown) {
   padding-top: .1em !important;
   padding-right: 1em !important;
   padding-bottom: .2em !important;
   padding-left: 1em !important;
}

.ui-button-text:not(.buttonHasDropdown) {
    padding: 0 !important;
}

.buttonHasDropdown .ui-button-text {
    padding-left: 0px !important;
    padding-right: 8px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.ui-button.saveButtonPending {
    background: yellow;
    border: 1px solid gray;
}

.ui-button.saveButtonPending:hover {
    border: 1px solid black;
}

.buttonHasDropdown {

}

/*#btnSave::first-letter {
    text-decoration:underline;
}*/

input[type="text"], input[type="password"] {
    border: 2px #ccdde3 solid;
}

input[type="text"]:focus, input[type="password"]:focus {
    border: 2px #0099ff solid;
}

select {
    border: 2px #ccdde3 solid;
    padding: 1px;
}

select:focus {
    border: 2px #0099ff solid;
    padding: 1px;
}

.groupTitle {
    background-color: #2d5986 !important;
    font-weight: bold;
    color: white !important;
    padding: 8px 5px;
}

.groupTdCaption {
    height: 24px;
    padding: 3px;
    background-color: #F5F5F5;
    white-space: nowrap;
}

.groupTdValue {
    height: 26px;
    padding: 3px;
}

.pageBackground {
    background-color: #555555;
}

.masterPane {
    position:absolute;
    left:0;
    right:0;
    top:8px;
    bottom:8px;
    margin-left:auto;
    margin-right:auto;
    width: 1050px;
    background-color: #FFEBCD;
    border: 7px solid lightgray;
}

/* Header */
.headerPane {
    position: absolute;
    height: 55px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #267576;
    border-bottom: 7px solid lightgray;
}

.logoLeft {
    float:left;
    margin-left: 0;
    margin-top: 0;
}

.loadingMid  {
    float:right;
    margin-left: 0;
    margin-top: 11px;
    margin-right: 25px;

    /*position: fixed;         
    top: 0;                  
    left: 0;                 
    width: 100%;             
    height: 100%;            
    background-color: #000;  
    filter:alpha(opacity=50);
    -moz-opacity:0.5;        
    -khtml-opacity: 0.5;     
    opacity: 0.5;            
    z-index: 10000;*/ 
}

.userRight {
    float: right;
    margin-top: 13px;
    margin-right: 22px;
    color: white;
}

/* Content */
.contentPane {
    position:absolute;
    top:62px;
    bottom:32px;
    left:0;
    right:0;
/*    white-space:nowrap; */
}

.navArea {
    position: absolute;
    top: 0;
    bottom: 0;
    border-right: 2px solid #2d5986;
    width: 100px;
    background-color: #E6E6E6;
}

ul.nav {
    list-style-type: none;
    margin-top: 0;
    padding-left: 5px;
    padding-top: 0;
}

li.nav {
    line-height:2.3em;
    margin: 0 0 0 0;
    padding: 0 0 0 18px;
    background:url(/Content/Images/arrow_right.png) no-repeat 0 8px;  
}

/* Footer */
.footerPane {
    position: absolute;
    height: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: whitesmoke !important;
    border-top: 7px solid lightgray;
}

.copyright {
    float: left;
    margin-left: 15px;
    margin-top: 2px;
}

.version {
    float: right;
    margin-right: 15px;
    margin-top: 2px;
}

/* Page Titlebar */
.contentTitleLeft {
    font-weight: bold;
    color: white;
    background-color: #2d5986;
    width: 33%;
    text-align: left;
    float: left;
    position: relative;
    line-height: 24px;
    height: 40px;
    border-bottom: 7px solid lightgray;
    padding-left: 8px;
    padding-right: 0;
    padding-top: 4px;
    box-sizing: border-box;
}

.contentTitleRight {
    background-color: #2d5986;
    height: 40px;
    border-bottom: 7px solid lightgray;
    padding-left: 0;
    padding-right: 5px;
    padding-top: 4px;
    box-sizing: border-box;
}

.divLPad {
    padding-left: 14px; 
}

/* Login */
.loginMaster {
    width: 450px; 
    text-align: center; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top:50px; 
    padding-bottom: 25px; 
    padding-top: 0; 
    background-color: white;
    border:  7px solid lightgray;
}

.loginHeader {
    background-color: #267576;
    border-bottom: 7px solid lightgray;
    height: 55px;
}

.loginfieldset {
    width: 300px; 
    margin-left: auto; 
    margin-right: auto; 
    clear: both; 
    padding:10px;
    text-align:left;
}

.loginlegend {
    font-weight: bold; 
    margin-left: 5px;
}


.colright {
    text-align:right;
}

.colcenter {
    text-align:center;
}

.colnowrap { 
    white-space: nowrap;
    overflow: hidden; 
}

.groupRow {
    background-color: #FFCC00;
    font-weight: bold !important;
    background-image: none !important;
    border-top: solid gray 5px;
}

/* batch/payment statuses */
.batchStatusOpen {
    background-color: yellow;
}

.batchStatusVerified {
    background-color: limegreen;
}

.batchStatusAccepted999 {
    background-color: #0099FF;
}

.batchStatusAcct {
    background-color: turquoise;
}

.batchStatusOther {
    background-color: salmon;
}

.paymentStatusOpen {
    background-color: yellow;
}

.paymentStatusClosed {
    background-color: limegreen;
}

.paymentStatusAcct {
    background-color: turquoise;
}

.clientChecked {
    background-image: url('../Images/check.png');
    background-repeat: no-repeat;
    background-position: center; 
}

.filterLabel
{
   font-weight: bold;
   padding-bottom: 3px;
   display:inline-block;
}

.gridTable {
    border: 2px solid gray;
    border-collapse: collapse;
    border-style: outset;
    padding: 0;
    margin: 0;
}

.gridTable td {
    border: 1px solid whitesmoke;
    border-style: inset;
    padding: 4px;
}

/* JQUERY MODS */
.ui-tabs > .ui-tabs-nav > .ui-state-disabled {
    display: none;
}

.ui-datepicker-trigger {
    margin-bottom: -7px; 
}

.ui-tabs-panel { 
    padding: 0;
}

.ui-widget-overlay { 
    opacity: .75 !important;
    filter: Alpha(Opacity=75) !important;
}