/* @override http://pronasty.com/airwaves/style.css */

body {
	font-family: 'Lucida Sans', Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px 0px;
}

#menu 
{	
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
}


* {
	margin: 0;
	padding: 0;
}

#content {
	padding: 0 0 0 20px;
}

#menu ul {
	float: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	padding-right: 12px;
}

#menu ul li a {
	color: #e9205f;
	font-weight: bold;
	text-decoration: none;
}

span.time {
	font-weight: normal;
	color: #333;
	display: block;
}

#calendar
{
	margin-top: 20px;
}

#calendar .day
{
		background: url(calbg.gif) 0px 0px;
}

h2 {
	padding: 10px 0px 10px 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	background: #f5f5f5;
}

#calendar #timebar {
	float: left;
	width: 59px;
	padding-top: 24px;
	background: #fff;
	padding-bottom: 1px;

}

#calendar #venue, #days {
	float: left;
	width: 125px;
}

#calendar #venue h3 {
	height: 30px;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
}

#calendar #venue .band {
	padding: 4px;
	font-weight: bold;
	color: black;
}

#calendar #venue a {
	color: black;
	text-decoration: none;
}

#calendar #venue a:hover {
	text-decoration: underline;
}

input {
	margin: 6px;
}

.color_1 {
	background: #a7d4f0;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.color_2 {
	background: #eceae4;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.color_selected_1 {
	background-color: #c0eb61;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.color_selected_2 {
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;
    background-color: #e0e754;
}

.color_4 {
	background: #FF9900;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.color_5 {
	background: #CCFFCC;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.color_6 {
	background: #99CCFF;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.color_7 {
	background: #99CC00;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.color_8 {
	background: #FF99CC;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.color_9 {
	background: yellow;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.clear {
	line-height: 0;
	font-size: 0;
	clear: both;
}

#menu span {
	float: right;
}

#menu span a {
	color: #666;
	text-decoration: none;
}