@charset "UTF-8";
/* CSS Document */

#interest_configure td
{
	padding:3px 0;
	text-align:right;
}

#mapWindow
{
	float:left; 
	width:635px;
	overflow:hidden;
	position:relative;
}

#map
{
	width:450px; 
	height:415px;
	float:right;
	overflow:hidden;
}

#mapHeader
{
float:left;
width:100%;
background:#d5ddf3;
height:20px;
}
#map_sidebar
{
	float:left;
	width:175px;	
	position:relative;
	padding:5px;

}

#map_sidebar p
{
	font-size:11px;
	margin-bottom:20px;
}
span.letter{float:left; margin-right:5px; font-weight:bold;}


#map_open_tab
{
	position:absolute;
	left:537px;
	top:160px;
	cursor:pointer;
}

#map_close_tab
{
	position:absolute;
	right:0px;
	top:0px;
}

#map p
{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-bottom:10px;
}

table#map_editLocations
{
text-align:left;
width:100%;
}

#map_editLocations th{background:#000; color:#fff; padding-left:5px;}
#map_editLocations tr{background:#CCCCCC;}
#map_editLocations tr.altRow{background:#FFFBA2;}
#map_editLocations td{padding-left:5px;}

