#ProgressContainer{visibility: hidden; }
#DISABLING {position: absolute; z-index: 9999; margin: 0px; display: none; top: 0px; left: 0px; 
    width:100%; height:100%;
    background: #000;    
    filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0);
    opacity: 0; 
}
#resultContainer {
    position:absolute; 
    display:none; 
    z-index:9999;
}
.resultContainer {
    color: #fff;
    text-align:center;
    background-color: #00cc00;
    padding:10px;
}

.textNoInformation{padding:10px;}

.formContentAction{float:right;}
.formComment{float:right;}

.authMessage{padding:5px; color:#fff; margin-bottom:5px; float:left; clear:both;}

fieldset select{font-size:12px; font-family:tahoma;}
fieldset option{font-size:12px; font-family:tahoma;}

.steps{float:left; font-size:18px; background:#fff; color:#ccc; width:20px; margin-right:5px; padding:10px;}

div.scrollFrame{
    width:100%; 
    clear:both;
}

div.scrollBody{
    width:100%;
    OVERFLOW: hidden;
}

.tdPager{padding:7px; color:#A09C92; font-size:12px; padding-bottom:0px;}
.tdPager td{font-size:12px; color:#A09C92; }
.tdPager A{text-decoration:none;}
.tdPager select{font-size:11px;}

.tdOperations{padding:5px;}
.tdOperations select{font-size:11px;}

.gridTabNormal{   color:#A09C92; width:100%; padding:0px; cursor: pointer; text-align:left; font-size:11px; border:0px; background:#fff;}
.gridTabActive{   color:#A09C92; width:100%; padding:0px; cursor: pointer; text-align:left; font-size:11px; border:0px; background:#fff;}
.gridTabDisabled{ color:#A09C92; width:100%; padding:0px; height:24px; text-align:left; font-size:11px; border:0px; background:#fff;}

table.grid{width:100%; border:0px; table-layout: fixed; border-collapse:collapse;}
table.grid td{vertical-align:top; padding: 5px; font-size:12px; color:#A09C92; border-bottom:1px solid #eee;}
table.grid th{padding: 5px; font-weight: normal; text-align:left; border-bottom:1px solid #F0ECE2;}

table.grid td div{overflow:hidden; padding:0px; margin:2px;}

/** typical */
table.grid th.chk, td.chk{width:10px;} 
table.grid th.date_added, td.date_added{width:80px;}
table.grid th.sort, td.sort{width:95px;}
table.grid th.delete, td.delete{width:30px;}
table.grid th.delete_message, td.delete_message{width:30px;}
table.grid th.delete_thread, td.delete_thread{width:30px;}
table.grid th.msgno, td.msgno{width:30px;} 
table.grid th.viewed, td.viewed{width:80px;} 
table.grid th.avatar, td.avatar{width:70px; text-align:center;} 
table.grid th.frontend_url, td.frontend_url{width:60px; text-align:center;} 
/** typical */
table.grid th.scroll{width:0px; text-align:center;}
table.grid td.scrollMozilla{width:0px;}
table.grid td.scrollIE7{width:0px;}
table.grid td.scrollIE6{width:0px;}
table.grid td.scrollOpera{width:0px;}
/** payment_history grid */
table.grid th.sum, td.sum{width:70px;}
table.grid th.print_url, td.print_url{width:70px;} 


.butNormal{ cursor:pointer; padding:3px;}

.pagerPrev{display:inline; white-space:nowrap; cursor:pointer;}
.pagerNext{display:inline; white-space:nowrap; cursor:pointer;}

