/****************************
	CSS Element Selectors
****************************/

.listing_control{
	margin-left: 165px;	
	margin-right: 5px;
}

.event_listing{
	border: 1px solid #C0C0C0;
	padding: 6px; color:#C0C0C0; 
	background-color:#666666;
	font-size: 12px;
	line-height:120%; 
}

.event_ads{
	font-size: 12px;
	line-height:100%; 
	margin-left: 0px;	
	width: 160px; 
	text-align:left; 
	position:absolute; 
	left:0
}

.event_title { 
	margin:0; 
	color: #FF0000; 
	font-weight: bold; 
	text-align:left; 
	float:left
}

.city_state { 
	margin:0; 
	color: #FFFF00; 
	font-weight: bold; 
	text-align:left; 
	float:left;
	margin-left: 10px;
}

A:visited {color: #99CCFF;}

a {
	color: #C0C0C0;
}

a:hover {
	color: #FFFFCC;
}

body {
	margin:15px 0px; border:0px solid #C0C0C0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px; color:#C0C0C0; background-color:#000000
}

form {
	background-color: #808080;
	border: 1px solid #C0C0C0;
	margin-left: 10px;
	width: 400px; 
	color:#C0C0C0
}

h1, h2 {
	border:1px solid #C0C0C0; 
	margin-bottom: 8px;
	margin-top: 2px; 
	color:#C0C0C0; 
	background-color:#666666;	
}

h1 {
	border:1px solid #C0C0C0; 
	font-size: 24px;
	font-weight: normal; 
	color:#C0C0C0; 
	background-color:#666666
}

h2 {
	background: #666666;
	border: 1px solid #C0C0C0;
	color: #C0C0C0;
	font-size: 16px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 6px
}

img {
	border: 0;
}

li {
	font-size: 15px;
}



table {
	background: #333333;
	border-bottom: 1px solid #000000;
	padding: 4px;
	color:#C0C0C0;
}

/****************************
	CSS Class Selectors
****************************/

.advertise {
	background-color: #666666;
	border: 1px solid #C0C0C0;
	color: #C0C0C0;
	padding-left: 10px
}

.all_categories {
	border: 1px solid #C0C0C0;
	padding-bottom: 16px; color:#C0C0C0; padding-left:6px; padding-right:6px; padding-top:6px; background-color:#666666;
	line-height:120%;
}

.all_content {
	border: 1px solid #C0C0C0;
	padding: 6px; 
	color:#C0C0C0; 
	background-color:#666666;
	font-size: 12px;
	line-height:120%;
}

.all_sub_categories {
	border: 1px solid #C0C0C0;
	padding: 6px; 
	color:#FFFFFF; 
	background-color:#333333;
	font-size: 12px; 
	line-height:120%;
}

.content {
	font-size: 12px;
	line-height:120%;
}

.suggest {
	font-size: 12px; text-align:center; font-style:italic
}

.domain {
	color: #777777;
	font-size: 12px; 
}

.footer {
	text-align: center;
	font-size: 10px;
}

.form_element {
	width: 200px;
}

.form_label {
	font-size: 14px;
	text-align: right;
}

.form_table {
	background-color: #666666;
	border: 1px solid #C0C0C0;; color:#C0C0C0
}

.google {
	border: 1px solid #C0C0C0; color:#C0C0C0; background-color:#333333; font-size: 12px;
}

.listing {
	margin-top: 10px;
	font-size: 12px;
	text-align: left; font-weight:bold; color:#FFFF99
}

.need_to_know a:link, .need_to_know a:visited {
	font-size: 11px;
	font-style:italic; 
	color:#FFFFDD; 
	font-weight:normal;
}

.main_category {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px; 
	color:#C0C0C0;
	line-height:120%;
}

.main_sub_category {
	font-size: 12px; 
	color:#FFFFFF;
	line-height:120%;
}

.sub_category {
	font-size: 12px;
}

.trailEnd {
	border:1px solid #000000; color: #C0C0C0;
	font-size: 12px;
	font-weight: bold;
	font-style: italic; background-color:#000000
}

/****************************
	CSS ID Selectors
****************************/

#content {
	padding: 4px;
}

#footer {
	border-top: 1px solid black;
	text-align: center;
	font-size: 12px;
	padding: 4px;
}

#googleHeader {
	background: #666666;
	border: 1px solid #C0C0C0;
	color: #C0C0C0;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-top: 2px;
	padding: 6px
}

#header {
	border-bottom: 1px solid #000000;
}

#trail {
	font-size: 12px;
	font-weight: bold;
}

