﻿.radius_tbl {
	width: 530px;
	border: 0px ;
	background-color:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
 	font-size: 12px;
 	border-collapse:collapse; 
}
	
.radius_tbl td, .radius_tbl th {
	text-align: left;
    vertical-align: top;
	border: 0px solid #000;
	padding:2px;
	border-bottom:2px;
	border-bottom-color:white;
	padding-bottom:2px;
}
	
.radius_tbl th {
	background-color: #A08653;
}
	
.radius_tbl .header {
	text-align: center;
   	font-size: 16px;
   	background-color: white;
	font-weight : bold;   
	color: black;	   
}

.radius_tbl .sub_header {
   	font-size: 14px;
   	background-color: white;
	font-weight : bold;   
	color: black; 
}
	
.radius_tbl .footer {
   	font-size: 10px;
	text-align: right;
   	background-color: #63948C;	   
}
			
.radius_tbl .on {
   	background-color: white;   	
   	color:black;
}

.radius_tbl a:hover {
   	
   	color:#A08653;
   	text-decoration:none;
}

.radius_tbl a, a:visited,a:focus{
   	
   	color:#A08653;
   	text-decoration:none;
}

.radius_tbl .off {
   	background-color: white;
   	color:black;
   	
}
.radius_tbl .hover {
	background:#EAEAEA;
	color:black;
  }
  
  
.radius_tbl .click {
   	background-color: #58635F;
	color:#fff
}

	
.radius_info {
	width: 250px;
	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;
	color:black;
}
.radius_info th {
	background-color: #aaf;
}
.radius_info .header {
	font-weight:bold;
	color: #4CD15E;
}

div.map {
	width:500px; 
	height:500px; 
	border:1px solid white; 
}

/* elable style */ 

.elabel_1 {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	background-color:black;
	font-weight:bold;
	border:1px #3A5853 solid;
	width: 200px;
	padding: 3px;
	filter:alpha(opacity=85);
	opacity: 0.85;
	text-align: center;
	color:white;
	}
 
