/* @override 
	http://ballroom.server272.com/assets/templates/ballroom/css/calendar.css
	http://ballroomdancesportct.com/assets/templates/ballroom/css/calendar.css
*/

/* CALENDAR */

#calendar .box2-content {
	background-color: #7b1a12;
	padding: 0px;
}

.weekrow {
	width: 100%;
	min-height: 130px;
	border-top: 1px solid gray;
	float: left;
	background: #7b1a12 url(images/cal-bg.png) repeat;
}

.week {
	height: 40px;
}

.week .weekbox {
	height: 40px;
}

.weekbox {
	float: left;
	width: 135px;
}

.screen {
	display: none;
}

.datebox {
	position: relative;
	float: left;
	min-height: 130px;
	width: 136px;
}

.datebox:hover {
	
}

.day .datenum{
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
}

.sunday {
	border-left: none;
}

.nodate {
	background-color: #5f140e;
}

.currentDate .datenum{
	font-weight: bold;
	color: white;
	font-size: 16px;
}

#calheader {
	position: relative;
	height: 80px;
}

#calheader .caltitle {
	width: 500px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
	margin-top: -10px;
}

#calcontrols {
	text-align: center;
	margin-left: 550px;
}

.calinfo {
	width: 220px;
	float: left;
	padding: 10px 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: -15px;
}

#calcontrols .calinfo span.monthlink a {
	color: #A87D1E;
}

ul#classes {
	width: 600px;
	position: absolute;
	top: 56px;
	left: 30px;
}

ul#classes li.active {
	
	background: url(/assets/templates/ballroom/css/images/cal-tab.png) no-repeat left top;
	
}

ul#classes li.active a {
	
	background: url(/assets/templates/ballroom/css/images/cal-tab.png) no-repeat right top;
	
}

ul#classes li {
	float: left;
	margin: 0 4px;
	background: url(/assets/templates/ballroom/css/images/cal-tab.png) no-repeat left -27px;
}

ul#classes li a {
	position: relative;
	left: 4px;
	display: block;
	background: url(/assets/templates/ballroom/css/images/cal-tab.png) no-repeat right -27px;
	padding: 5px 12px 5px 10px;
	font-size: 90%;
}

.eventr {
	position: relative;
	display: block;
	margin-bottom: 1px;
	font-size: 100%;
}

.eventtime {
	width: 130px;
	display: block;
	padding-left: 5px;
	font-weight: normal;
	font-style: normal;
}

.eventTitle {
	display: block;
	padding-left: 5px;
}

span.level {
	margin: 0 4px;
	padding: 2px;
}

span.level-1 {
	background-color: #838383;
}

span.level-2 {
	background-color: #7b4743;
}

span.level-3 {
	background-color: #a45f59;
}

span.level-4 {
	background-color: #a4352b;
}

.inner-left {
	float: left;
}

.inner-right {
	float: right;
}

#print_header {
	display: none;
}

p.print_link {
	text-align: right;
	padding: 5px 15px 5px 0;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: maroon;
}

#print_address {
	display: none;
}