@charset "utf-8";
/* CSS Document */
#popup {
	display: block;
	position: absolute;
	z-index: 200;
}

#popup table {
	border: 1px solid black;
	background-color: #DDDDDD;
	border-collapse: collapse;
}

#popup table th, #popup table td {
	padding: .2em;
}

#popup table th{
	background-color: #C0C0C0;
}

#popup table td {
	border: 1px solid black;
}

#popup table tfoot {
	text-align: center;
}

#mapchoices div {
	width: 40%;
	display: inline-block;
	float: left;
}

#mapchoices img {
	float: right;
}

#mapchoices p {
	display: block;
	clear: left;
	width: 80%;
	float: left;
}

p#mouseOverMessage {
	display: none;
	font-weight: bold;
	color: #666633;
}


/* added for event info pages January 2011 */

#box-feature-inset {margin:1em; float:right; background-color:#f0f0f0; border:1px dotted #ccc; padding:0.5em;}
.leftBox {width:47%; padding:0 0.75em; float:left;}
	.leftBox h2 {color:#666;}
.rightBox {width:47%; padding:0.75em 0; float:right;}
	.rightBox h2 {color:#666;}
.border {border:1px solid #ccc;}
.dotborderleft {border-left:1px dotted #ccc;}
.dotborderright{border-right:1px dotted #ccc;}

caption {font-weight:bold; text-align:left; margin-bottom:0; background-color:#f0f0f0; padding:0.5em; border-top:2px solid #ccc;}
#tbl_infocat {border: 1px solid #ccc;}
#tbl_infocat th {text-align:left;}
#tbl_infocat th, #tbl_infocat td {border:1px solid #ccc;}







