/* CSS Document */

body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0 0 0 0;
}
a {
	color: #FFAF33;
}
a:visited {
	color: #FF9900;
}
table {
	font-size: 12px;
}
.red {
	color: #C00;
	font-size: 14px;
}
/*hr {
	border-top: 1px dashed #999;
}*/
#aprilCalendar {
}

#aprilCalendar td {
	font-size: 10px;
	background-color: #444;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
#aprilCalendar td.inactive {
	border: 0 0 0 0;
	background-color: #222;
}
#aprilCalendar td.today {
	font-weight: bold;
	background-color: #900;
	border: 1px solid #ff9900;
}
#bandBio {
	background-color: #FFF;
	color: #000;
	width: 420px;
	padding: 20px;
}
div.quotes {
	width: 400px;
}
div.quotes span.source {
	color: #c00;
	font-weight: bold;
}
.caption {
	color: #ccc;
	font-size: 11px;
}
.subHeaderRed {
	font-size: 11px;
	font-weight: bold;
	color: #C00;
}
.tiny {
	font-size: 10px;
}
.awardTitle {
	color: #FF9900;
	font-weight: bold;
}