body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}
td {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
}
.alert {
  background-color:#ff9900;
  font-weight:bold;
	font-size:12px;
  color:#ffffff;
	padding:10px;
}
.breadcrumb {
  font-size:10px;
}
.breadcrumb_highlight {
  font-weight:bold;
}
.date_border {
  background-color:#ffffff;
	margin: 2px;
  padding: 5px;
  border-bottom: 1px solid #E7CD18;
}
#date_input_1 {
  border-top: 1px solid #E7CD18;
}
.delete_x {
  font-family:Arial, Helvetica, sans-serif;
  background-color:#ff0000;
  color:#ffffff;
  font-weight:bold;
  cursor:pointer;
  font-size:12px;
  padding: 2px 5px 2px 5px;
}
.email_sample_email {
  background-color:#DDDDDD;
	color:#000000;
  padding:10px;
}
.error {
  background-color:#ffffff;
	color:#ff0000;
	font-weight:bold;
	padding:10px;
  font-size:10px;
}
.error_id {
  font-size:9px;
}
.featured_listing_excerpt {
  font-size:10px;
}
.featured_listing_more {
  font-size:9px;
}
.featured_listing_header {
  text-align:center;
  font-size:10px;
}
.featured_listing_title {
  font-size:10px;
	font-weight:bold;
}
.gold_border {
  border: 2px solid #E7CD18;
	padding: 5px;
}
.grumbler {
  font-size:40px;
  font-weight:bold;
  color:#ffffff;
}
.grumbler_green {
  color:#88aa55;
}
.grumbler_subheader {
  font-size:14px;
  color:#ffffff;
}
.header_link a{
  font-size: 12px;
  color:#ffffff;
}
.header_table {
  margin-bottom:8px;
  background-color:#88aa55;

}
.italic {
	font-style: italic;
}
.listing_event_info {
  font-size:11px;
}
.listing_event_title {
  font-size:16px;
  font-weight:bold;
}
.listing_event_subheading {
  font-size: 11px;
}
.listing_image {
  padding: 5px;
}
.message {
  font-size:11px;
}
.orange_table {
  background-color:#ff9900;
  color:#ffffff;
}
.post_onepage_form_table td {
  font-size:10px;
}
.results_final_bold td {
  font-weight:bold;
}
.results_final_color_bold a {
  color:#88aa55;
	font-weight:bold;
}
.results_final_color_bold td {
  color:#88aa55;
	font-weight:bold;
}
.results_final_date_row td {
  border-top:18px white solid;
}
.results_final_event {
  border: 2px solid #ffffff;
}
.results_final_outline {
  border-color: #E7CD18;
}
a.results_final_prev_next {
  color: #88aa55;
  font-size: 12px;
  font-weight: bold;
}
td.results_final_spotlight {
  border: 2px solid white;
	background-color:#FCF8DC;
}
.results_final_title_date {
  font-size:14px;
  font-weight:bold;
}
.results_keyword_title {
  font-size:14px;
  font-weight:bold;
}
.results_keyword_title_row td {
  border-top:18px white solid;
}
.results_midpage_category_title {
  font-size:11px;
  font-weight:bold;
}
.results_midpage_didnt_ask_title {
  font-size:11px;
  font-weight:bold;
}
.results_midpage_more {
  font-size:10px;
  font-weight:bold;
}
.right_nav_label {
 color:#ffffff;
 font-weight:bold;
}
.right_nav {
 color:#ffffff;
}
.right_nav_title {
  color:#ffffff;
	font-size: 1.2em;
	font-weight:bold;
	margin: 4px 0px 8px 0px;
}
.search_category_label {
  font-size: 10px;
  font-weight:bold;
	vertical-align:middle;
}
.search_category_text {
  font-size: 10px;
	vertical-align:middle;
}
.search_random_events {
	font-size:9px;
	vertical-align: top;
}
.search_see_all {
  font-weight:bold;
}
.search_tooltip {
  background-color:#ff9900;
  font-size:10px;
  color:#ffffff;
  border: 5px solid #ff9900;
}
.subheading {
  font-size:9px;
}
.three_box {
  margin: 8px;
}
td.three_box_white {
  background-color:#ffffff;
}
.tip_spot{
  font-weight:bold;
  cursor:pointer;
}
.tooltip_error {
  background-color:#ff0000;
  color:#ffffff;
  font-weight:bold;
  font-size:12px;
}
.tooltip_error_details {
  background-color:#ff0000;
  color:#ffffff;
  font-size:9px;
}
.tooltip_label {
  font-weight:bold;
}
.tooltip_title {
  font-size:12px;
  font-weight:bold;
  padding-bottom: 5px;
}
.page_title {
	font-size: 12px;
	font-weight: bold;
}
.white_delete_x {
  font-size:12px;
  font-weight:bold;
  color:#ffffff;
  cursor:pointer;
}

/* STYLES EXPECTED BY THE PHP CODE */

/* The following "categories" classes render
   the list of categories at the top of the
   add_event.html page, as do the "zebra"
   classes.
*/

.allCategoriesBlock {	/* wrapper block */
	width: 100%;
}

.categoryBlock {
	float: left;
	width: 20%;
	margin-bottom: 1em;
}

.eventCategoryName {
	font-weight: bold;
}

div.eventCategoryName:hover {
	text-decoration: underline;
	cursor: pointer;
}

.eventSubcategoriesBlock {
	display: none;
}

.zebra-black {
	background-color: #EEFFEE;
}

.zebra-white {
	background-color: #EEEEFF;
}

.clear {
	height: 1px;
	clear: both;
}