/* @override http://localhost:8888/css/map.css */

/* @override http://localhost:8888/css/map.css */



#mainContent{
	margin-left: 0;
}



#map.noJavascript{
	width: 644px;
	height: 500px;
	background-image: url('../images/map-nonJavascript.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#map {
	
	width: 644px;
	height: 500px;
}


#message {
	font-size: 11px;
	line-height: 13px;
	position: absolute;
	padding: 7px;
	background: #555;
	color: #fff;
	width: 145px;
}

#list {
	font-size: 13px;
	line-height: 13px;
	color: #666;
	
	width: 100%;


	list-style: none;
	padding: 0;
	margin: 0;

}

#list li {
	padding: 7px;
	padding-right: 0px;
	border-bottom: 1px solid #3e3e3e;
}


.hover {
	background: #555;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}



.mapselected{
	color: #666;

	background: #d5efea;
}



#mainContent.small{
	width: 300px;
	padding: 0;
	
}


#sideCol h4{
	margin-left: 0;
}

#sideCol.large{
	width: 400px;
	padding: 0;

}

