

.errorCls { color:#ff0000; }

.errorCls2 { padding:0px 0px 0px 5px; color:#ff0000; }

textarea { font-family: Helvetica,Arial,sans-serif; font-size:12px; }

.txtBox { width:200px; }

.msgStyle { color: #015ef9; font-weight:bold; }

.searchSection,.duplicateSection
{
    display:none;
    position:fixed; 
    border-top-left-radius: 8px; 
    border-top-right-radius: 8px; 
    border-bottom-left-radius: 8px; 
    border-bottom-right-radius: 8px; 
    background-color:#ffffff;
    z-index:6000;
    top: 50%;
    width:1000px;
    border:2px solid #75a3ef;
 }
.duplicateSection {
    top: 10%;
    height: 500px;
}
 
 .searchSection
 {top:10%;
  height:500px;
  overflow-y:scroll;
  
 }
 
 .searchInnerbox  
 {
     padding:20px;
 }
 
 .loading-overlay { position:fixed; top:0px; left:0px; float:left; width:100%; height:100%; z-index:5000; background:url(../imgs/overlay1.png); opacity: .50 !important;filter: Alpha(Opacity=50) !important;-moz-opacity: .50 !important;}
#loading-overlay { position:fixed; top:0px; left:0px; float:left; width:100%; height:100%; z-index:5000; background:url(../imgs/overlay1.png); opacity: .50 !important;filter: Alpha(Opacity=50) !important;-moz-opacity: .50 !important;}
.pre-loading{ position:relative; top:40%; margin:0 auto; width:318px;/* background:#ebedef;*/ text-align:center; z-index:2000; }
 
 .idTypeCss { text-transform:uppercase; }

.total_hide{
	border:0;
	font-weight:bold;
}

.total_items{
	background:#c0c0c0;
	font-weight:bold;
}




