/* basic stuff */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF5050;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#numSubCategories {
	color:#AAA;
}
.searchText {
	border: 2px solid #FFAAAA;
}
.searchButton {
	border: 2px groove #FFAAAA;
	background-color: #C00000;
	color: #FFFFFF;
	font-weight: bold;
}
/* borders */
.thinborder {
	border: 1px solid #FFAAAA;
}
.thinborder-notop {
	border-right: 1px solid #FFAAAA;
	border-bottom: 1px solid #FFAAAA;
	border-left: 1px solid #FFAAAA;
}
.thinborder-sides {
	border-right: 1px solid #FFAAAA;
	border-left: 1px solid #FFAAAA;
}
.sponsorborder-notop {
	border-top: 1px solid #FFAAAA;
	border-right: 2px solid #FFAAAA;
	border-bottom: 2px solid #FFAAAA;
	border-left: 2px solid #FFAAAA;
}
/* START inline photo on the right */
.rightphoto {
	line-height: 12px;
	padding: 6px;
	border: 1px solid #FFAAAA;
	float: right;
	margin: 18px 6px 18px 6px;
	clear: left;
}
/* end inline photo on the right */
/* START inline photo on the left */
.leftphoto {
	line-height: 12px;
	padding: 6px;
	border: 1px solid #FFAAAA;
	float: left;
	margin: 10px;
}
/* end inline photo on the left */
#navlist {
	padding: 0px;
	margin: 8px 0px 0px 0px;
	border-bottom: 1px solid #FFAAAA;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px; 
	vertical-align: bottom;
}
#navlist li a {
	padding: 0px;
	margin: 0px;
}
#localize {
	color:#0000FF;
}
.whiteText {
	color: #FFFFFF;
	font-weight: bold;
}
.star {
	color: #FF0000;
}
.mainCategory {
	font-size: 12px;
	font-weight: bold;
}
.listingName {
	font-size: 14px;
	font-weight: bold;
}
.listingDescription {
	color: #84C38C;
}

/*  event stuff  */
.event_details {
	clear:both;
	padding-top: 20px;
}
.eventList ul li {
	color: #0000FF;
	margin-left: 20px;
	list-style: inside;
	cursor: help;
}
.eventItemOn {
	text-decoration: underline;
}
.eventPhoto {
	line-height: 12px;
	padding: 6px;
	/*border: 1px solid #FFAAAA;*/
	margin: 0px 6px 18px 6px;
	clear: left;
}
