body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10pt;
}
a:link, a:visited {
	color: #992222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #EEEEEE;
	text-decoration: none;
}
img {
   border: 0px;  
}
ul {
	margin-left : 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
}
.mnu {
	font-weight: bold;
	font-size: 10pt;
	color: #ACCC89;
}
.hdr {
	font-weight: bold;
	font-size: 10pt;
	color: #AAAAAA;
}
.pghdr {
	font-weight: bold;
	font-size: 12pt;
	color: #ACCC89;
}
.spotlight {
	font-size: 10pt;
	border: thin solid #444444;
	background-color: #222222;
	padding: 10px;
}
.address {
	border: thin solid #992222;
	padding: 5px;
}

/* Calendar CSS */
.calendar { 
	color: #999999;
	font-size: 10pt;
	background-color: #000000;
	width: 50%;
	padding: 3px;
	text-align: center;
}
.calendar_today { 
	/*background-color: #222222; */
	background-color: #000000; 
	border: 1px solid #A4CB7A;
	width: 98%; 
	padding: 2px; 
	margin: 4px; 
	text-align: center; 
	font-size: 10pt;
}
.calendar_event_1, .calendar_event_2 { 
	background-color: #000000; 
	/*background-color: #A4CB7A;*/ /* that  haven green */
	width: 98%; 
	padding: 2px; 
	margin: 4px; 
	text-align: center; 
	font-size: 10pt;
}
.calendar_artist_text { 
	color: #992222; 
	text-align: center; 
	font-size: 12pt; 
	font-weight: bold; 
}
.calendar_date_text { 
	color: #999999; 
	font-weight: bold;
	text-align: center; 
	font-size: 10pt;
}
.calendar_event_title_text { 
	color: #999999; 
	font-weight: bold;
	font-size: 10pt; 
}
.calendar_venue_text { 
	color: #999999; 
	font-size: 10pt;
}
.calendar_notes_text {
	color: #999999;
	font-style : italic;
	font-size: 10pt;
}
.calendar_image_title {
   font-size: 9pt;
   font-style: italic;
   color: #999999;
   text-align: right;
   width: 100%;
}
 /* Sidebar Design */
.sidebar{
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 10px;
	color: #999999;
	font-style : normal;
}
.sidebarlink{
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 10px;
	color: #6E899D;
	font-style : underline;
}