.calendar{
	/*
	
	*/
	text-align:center;
	font-weight:bold;	
	font-size:10px;
	color: #6d3694;
	font:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
tr.header td{
	
}

tr.daynames{
	color:#6d3694;
	font-weight: 700;
	text-align:left;
	vertical-align: middle;
	font-size: 11px;
	height: 28px;
	margin: 0px;
	padding: 5px;
	/*background: #d1bde8;*/
}

.saturday, .sunday{
/*background:#782964;*/
}
td.day{
	text-align:left;
	vertical-align:text-top;
	color: #6d3694;
	padding-left: 5px;
}

.weekend, .day weekend{
	
}

tr.odd, tr.even{
	height: 78px;
	line-height: 15px;
	/*background-color: #e9e1f2;*/
	margin: 0px;
	padding: 0px;
}

tr.daynames td{
	margin: 0px;
	width: 90px;
	padding-left: 5px;
}
.selected, .day selected{
	
}
.blank {
	text-align:left;
	vertical-align:text-top;
	color: #a755de;
	padding-left: 5px;
}

#calendar_label {
	text-align:left; 
	width: 700px; 
	font-size: 25px; 
	color: #6d3694; 
	padding:10px 0 0 0; 
	margin: 0px;
}

#navigation {
	margin:0;
	padding:7px 1px 7px 1px;
	font-size:13px;
	color:#6d3694; 
}

#navigation #nav_prev, 
#navigation #nav_next, 
#navigation #nav_switch, 
#navigation #nav_arrow {
	float:left;	
}

#navigation #nav_switch, 
#navigation #nav_arrow {
	padding:3px 5px 3px 5px;
}

#calendar {
	clear:both;
	background: no-repeat url('../images/calendar_header.png');
}

#filters {
	clear:both;
	font-size:12px; 
	padding:5px 1px 3px 1px;
	color: #6d3694;
}

#filters #filters_label,
#filters #filters_board,
#filters #filters_division,
#filters #filters_school,
#filters #filters_all {
	float:left;
	padding:1px;
}

#filters #filters_all {
	margin-top:-15px;
}


#calendar #calendar_events {
	text-align:left; 
	font-size: 12px; 
	color: #000; 
	padding:10px 0 0 0; 
	margin:0 0 0 25px;
}

#table {
	margin:5px 0 3px 20px;
	clear:both;
}

.tdate {
	width:145px;
}
.rdate {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
.ttitle {
	width:335px;
}
.rtitle, .rtitle a {
	font-weight: bold;
	font-size: 11px;
	color: #6a017d;
}
.tlocation {
	width:190px;
	padding-right:30px;
	text-align:right;
}
.rlocation {
	color: #464646;
}
.tdate .tlabel,
.tdate .arrow,
.ttitle .tlabel,
.ttitle .arrow,
.tlocation .tlabel,
.tlocation .arrow {
	float:left;	
	padding:2px;
	color:#6d3694;
}

.tdate .arrow,
.ttitle .arrow,
.tlocation .arrow {
	margin-top:7px;
	width:7px;
	height:4px;
}
.tlocation .arrow, .tlocation .tlabel {
	float:right;
}
#cols {
	clear:both;
	padding:5px 0px;
}

#results {
	clear:both;
	min-height: 30px;
	height:auto;
	font-size:10px;
	background-image: url('../images/list_event_divider.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}