.yellow_table{
	margin: 20px 0px;
	border-collapse: collapse;	
}
            
.yellow_head{
	font-size: 12px;
	margin-top:2px;
}
        
table.yellow_table th{
	height: 26px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;         
	color:#4C4C4C;
	font-size: 12px;
}                                    

table.yellow_table td{
	padding: 3px;
	text-align: left;
	background-color: #FFFBE7;
	border-top: 1px solid #E5E1CF;	
   	padding-left:5px;   
	color:#4C4C4C;
	font-size: 12px;
}

table.yellow_table th, table.rates_table thead{
	color:#4C4C4C;
	background-color: #FFF7CF;
}           

table.yellow_table th.search_left{
	width: 11px;
	background-image: url('../../assets/images/indafax/search_tl.gif');
	background-repeat: no-repeat;	
	border-left:none;
	height:17px;
}             
 

table.yellow_table th.search_right{
	width: 11px;
	background-image: url('../../assets/images/indafax/search_tr.gif');
	background-repeat: no-repeat;
	background-position: top right;	
	border-left: none;
	height:17px;	
}

table.yellow_table td.search_last{
	font-size:1px;
	border:none;  
	padding:0px;    
	height:6px;
}

table.yellow_table td.search_left{
   	width: 11px;
	background-image: url('../../assets/images/indafax/search_bl.gif');
	background-repeat: no-repeat;	    
	background-position: bottom left;		
	font-size:1px;	
	border:none;  
	padding:0px;  	  
}

table.yellow_table td.search_right{
	width: 11px;
	background-image: url('../../assets/images/indafax/search_br.gif');
	background-repeat: no-repeat;
	background-position: bottom right;	
	font-size:1px;	                    
	border:none;  
	padding:0px;  	
}
