body,td,textarea,input {
  font-family: tahoma;
  font-size: 12px;
}

th{
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
}

img{
    border: 0;
}

a:link,a:visited,a:active{
    background: transparent;
    color: #005899;
    text-decoration: none; 
}

a:hover{
    background: transparent;
    color: #000000;
    position: relative; 
    right: 0px; 
    top: 1px;
}

.container {
	width:780px;
        align:center;
}

.inactive_tab_left{
    float:left;  
    background: url('../images/bg_inactive_tab.png') no-repeat 0px 0px;
    width: 6px;
    height: 25px;   
}
.inactive_tab { 
    font-weight:normal;
    line-height:25px;        
    color: #8b8180;
    height: 25px;  
    width: 25%-12px;
    text-align:center;
    vertical-align:middle;
    float:left;  
    cursor:pointer;
    background: url('../images/bg_inactive_tab.png') repeat 0px -50px;
}
.inactive_tab_right{
    float:left;  
    padding-left: 8px;
    background: url('../images/bg_inactive_tab.png') no-repeat 0px -25px;
    width: 6px;
    height: 25px;   
}

.tab_left{
    float:left;  
    background: url('../images/bg_tab.png') no-repeat 0px 0px;
    width: 6px;
    height: 25px;   
}
.tabs {           
    font-weight:bold;
    line-height:25px;
    height: 25px;  
    color: #000000;
    text-align:center;
    vertical-align:middle;
    width: 225px;
    float:left;
    cursor:pointer;
    background: url('../images/bg_tab.png') repeat 0px -50px;
 border-bottom:0;
}
.tab_right{
    float:left;  
    padding-left: 8px;
    background: url('../images/bg_tab.png') no-repeat 0px -25px;
    width: 6px;
    height: 25px;   
}

.newtab {
        background-color:#3399ff;       
	margin-right:5px;
	padding:5px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
        font-weight:600;
}

.content {	
	clear:both;
	border:1px solid #a2a49f;
	display:none;
        padding:5px;  
        background-color:#f6f6ee;      
}

.load {
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:20px;
	background-color:red;
	color:white;
	display:none;
}

.cView	{
    border: 1px solid #7f9db9;	
}

.cViewSel   {
    border: 1px solid #7f9db9;	
}            

.cEditSel {
    display:none;
}

.cViewOnly	{
    border: 1px solid #7f9db9;	
}

legend{
    font-weight:600;    
}

.border{
    border-bottom: 1px solid #3089A3;
    border-left: 1px solid #3089A3;
    border-right: 1px solid #3089A3;
    padding-left: 10px;
    padding-right: 10px;
}

.title_left{
    padding-left:10px;
    background-image: url('../images/bg_title_left.png');  
    background-repeat: no-repeat;    
    width: 10px;
    height: 25px;
    display: inline;
}

.title{
    background-color: #4177ae;
    background-image: url('../images/bg_title_center.png'); 
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    height: 25px;
    display: inline;
}

.title_right{
    padding-right:10px;
    background-image: url('../images/bg_title_right.png');   
    background-repeat: no-repeat;
    width: 10px;
    height: 25px;
    display: inline;
}

#msgPanel{
    display: none;
    position: absolute;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    background-color: #8e0178;
    vertical-align:middle;
    top: 0px;
    right: 90px;
    height: 18px;
    width: 90px;
    z-index: 10;
}

.cLabel {
    border: 0px;
    background-color: transparent;
}
#mainMenu{
    background-image: url('../images/bg_sidebar.png');
}

#tdCtrl{
    background-color: #Ffffff;
}

#tblMainContent{
    background-color:#f2f9ff;
}

.tblMenuItem{
    margin-left: 10px;
    background-image: url('../images/bg_tbl_menu.png');    
    height:25px;
}

.treeLi{
    height: 18px;
}

.bgHeader{
    background-image:url('../images/bg_header.png');
    height:50px;
}

.header{
   height:8px;
   background-color:#278DAF;
}

.footer{
   height: 18px;
   background-color:#CFE1EF;
}

.tblResult{
    border: 1px solid #a2a49f;
}
thead tr{
    position:relative; 
    top: expression(offsetParent.scrollTop - 1);
}	
.resultBorder{
    border-collapse: collapse;
}
.resultBorder td{
    border: 1px solid #D2D3D1;
    height: 18px;    
}
.resultHeader{
  background-color:white;
  background-image: url('../images/bg_title.png');
  font-weight:bold;
}
