#gMap{
	width:724px;
	height:556px;
}

/*
.overlaysListItem{
	color:#FF0000;
	cursor:pointer;
}
.overlaysListItem:hover{
	color:#666666;
}
*/
.overlaysListItem img{
	margin:0px;
}

.checkbox{
	float:left;
}

#locationDetails{
	width:265px;
	margin:5px;
	font-size:11px;
}
#locationDetails .eventItem{
}
#locationDetails .eventItem h2{
	font-size:12px;
}
#locationDetails .eventItem ul{
	margin-left:0px;
	margin-bottom:0px;
}
#locationDetails .eventItem .eventTime{
	width:60px;
}

.iconInfo{
	cursor:pointer;
}

checkbox{
	cursor:pointer;
}

label{
	font-weight:normal;
	width:220px;
	margin-left:5px;
	display:inline-block;
}

label, .btnAll, #btnCenter{
	color:#FF0000;
	cursor:pointer;
}
label:hover, .btnAll:hover, #btnCenter:hover{
	color:#666666;	
}


