.marker_holder_class
{
display: none ;
height: 0px;
}

.marker_class
{
	height: 80px;
	width : 250px; 
    background-color:white;    
    color:black; 
	margin: auto 10px;
}

.map_canvas_class
{
 width   : 512px; 
 height: 512px;
 background-color:Maroon;
 border : 0 ;
} 

 .map_canvas
{
 width   : 250px; 
 height: 50px;
 background-color:Maroon;
 border : 0 ;
}

.context
{
	padding:5px;
	font-size:115%;
	text-align: left;
	border-bottom:1px dotted #000000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.context a:hover 
{
	text-decoration:underline;
}

.first 
{
	border-top: 1px solid #000;
}

.last 
{
	border-bottom:1px solid #000;
}
