@charset "utf-8";
/* CSS Document */

.calDiv {
	margin:5px 0px 5px 0px;
	padding-bottom:5px;
	border-bottom:1px dotted black;
	position:relative;
}
.calDiv .details {
	font-size:12px;
	color:#666;
	display:block;
	margin-left:20px;
}
.calDiv .details a { color:#666; }
.calDiv .cat {
	position:absolute;
	top:0;
	right:0;
	font-weight:bold;
	letter-spacing:-1px;
}
.calDiv .bigText {
	display:block;
	width:500px;
}
.heading_select {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:-1px;
	display:block;
}
#selectorContainer {
	background-color:#d3eaf8;
	border-bottom:1px solid black;
}
#selector_div { padding:0px 10px 10px 10px; }
#selector {
	display:block;
	margin:10px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#eventList { margin-top:10px; }
a.button { margin-left:40px; }
a.buttonSelect {
	border:1px solid black;
	padding:4px 9px 4px 9px;
	color:black;
	background-color:white;
}
.label {
	display:block;
	width:150px;
	float:left;
}
.searchItem {
	margin-top:5px;
	margin-bottom:5px;
}
.searchCat {
	margin-top:5px;
	margin-bottom:5px;
}
#dropBox { width:200px; }
#noVenues { padding:5px; }
#dateAdd { margin-left:20px; }
.bigBox { width:200px; }
.smallBox { width:100px; }
#dropdown {
	left:150px;
	top:21px;
}
.eventLabel {
	font-size:12px;
	font-weight:bold;
	color:white;
	padding:2px 5px 2px 5px;
	background-color:#005595;
}
.eventSpacer {
	width:50px;
	margin-right:20px;
	display:block;
	float:left;
}
.pageControl {
	padding:5px;
	background-color:#ccc;
	border-bottom:1px dotted black;
	float:right;
	position:relative;
	top:-15px;
	font-weight:bold;
	letter-spacing:-1px;
}
.topDetails {
	font-size:12px;
	color:#666;
	display:block;
	margin-left:15px;
}
.topDetails .cat {
	font-weight:bold;
	letter-spacing:-1px;
}
