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

/* CALENDAR */

#calendar_wraper {
	margin-top: 30px;
}

#calendar {
	position: relative;
	width: 100%;

}

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

.weekrow {
	width: 100%;
	border-top: 1px solid gray;
	float: left;
	display: table-row;
	background: #7b1a12;
}

.week {
	height: 40px;
	clear: both;
	background-color: #7b1a12;
}

.week .weekbox {
	line-height: 40px;
	height: 40px;
}

.weekbox {
	float: left;
	width: 140px;
	color: white;
}

.screen {
	display: none;
}

.datebox {
	position: relative;
	float: left;
	min-height: 200px;
	width: 139px;
	height: 100%;
	overflow: hidden;
	display: table-cell;
	border-right: 1px solid gray;
	background: #7b1a12;
	padding-bottom: 5px;
}


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

.sunday {
	border-left: none;
	clear: left;
}

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

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

#calheader {
	position: relative;
	height: 80px;
	padding-bottom: 40px;
}

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

#calcontrols {
	text-align: center;
	
}

#calcontrols .button img {
	margin: 0;
}

#calcontrols img {
	position: relative;
	float: right;
	margin-top: 20px;
	
}

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

.calinfo h2 {
	color: #5f140e;
	font-weight: normal;
	font-style: normal;
}

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

#calcontrols .calinfo span.monthlink.next {
	margin-left: 15px;
}

#calcontrols .calinfo span.monthlink.prev {
	margin-right: 15px;
}

ul#classes {
	position: relative;
	z-index: 999;
	width: 940px;
}

ul#classes li {
	margin: 0;
}

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.standard {
	float: left;
	margin: 0 4px;
	background: url(/assets/templates/ballroom/css/images/cal-tab.png) no-repeat -1px -27px;
}

ul#classes li.standard 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%;
}

ul#classes li.first {
	margin-left: 0;
}

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

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

ul#classes li.special.active a {
	color: black;
	text-shadow: #000000 0 0 0;
}

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

div.eventr:hover {
	background-color: maroon;
}

.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;
}