.radius_tbl {
	width: 600px;
	border: 0px solid #000;
	font-family: Verdana, Arial, Helvetica; 
 	font-size: 12px;
}
	
.radius_tbl td, .radius_tbl th {
	text-align: left;
  vertical-align: top;
	border: 0px solid #000;
	padding:2px;
}
	
.radius_tbl th {
	background-color: #3300cc;
}

	
.radius_tbl .header {
	text-align: center;
   	font-size: 16px;
   	background-color: #A27937;
	font-weight : bold;    
}

.radius_tbl .sub_header {
   	font-size: 14px;
   	background-color: #7d7052;
	font-weight : bold;   
	color: #fff; 
}
	
.radius_tbl .footer {
   	font-size: 10px;
	text-align: right;
   	background-color: #7d7052;
   color: #fff;   
}
			
.radius_tbl .on {
   	background-color: #dfc692;}
.radius_tbl .off {
   	background-color: #c0a97e;
}
.radius_tbl .hover {
   	background-color: #63462a;
   	color:white
}
.radius_tbl .click {
   	background-color: #67492f;
	color:#fff
}
	
.radius_info {
	width: 300px;
	border: 0px solid #000;
	border-collapse: collapse;
	font-family: arial, sans-serif;
	font-size: 12px;
}
.radius_info td, .radius_info th {
	text-align: left;
	border: 0px solid #000;
}
.radius_info th {
	background-color: #aaf;
}
.radius_info .header {
	font-weight:bold;
	color: #63462a;
}

div.map {
	width:590px; 
	height:400px; 
	border:1px solid black; 
}
div.data_list {
	width:600px; 

}

/* elable style */ 

.elabel_1 {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	background-color:#63462a;
	font-weight:bold;
	border:1px #3A5853 solid;
	width: 200px;
	padding: 3px;
	filter:alpha(opacity=85);
	opacity: 0.85;
	text-align: center;
	color: #ffffff;
	}
 
