@charset "utf-8";
/* CSS Document */
#map {
	width: 400px;
	height:600px;
}

#yahoo_marker_label {
	width: 175px;
	background-color:#FFFFFF;
	border: solid 2px #FFFFFF; 
}

.yahoo_image{
	height:50%;
	width: 50%;
	clear: both;
}

.yahoo_img_top {
	text-align:center;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display:block;
}

.yahoo_event_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	text-align:center;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.yahoo_event_entry {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
}

.yahoo_event_website {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.75em
}

.yahoo_link{
	color:#0000FF;
	text-decoration: none;

}

.yahoo_link:hover{
	color:#0000FF;
	text-decoration: underline;

}

.yahoo_event {
	font-size: 0.75em;
}