@charset "utf-8";

.calendar {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	background-color: #fafafa;
	border: 1px #BBBBBB solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
	
}

td.notInMonth {
	background-color: #666666;
}

a.notInMonth {
	color: #FFFFFF;
}

td.weekday {
	background-color: #FFFFFF;
}

td.weekend {
	background-color: #CCCCCC;
}

td.today {
	background-color: #FFFF99;
}

div.left_nav {
	float: left;
	width: 20px;
	height:20px;
}

div.right_nav {
	float: right;
	width: 20px;
	height:20px;
}

.daynum {
	text-decoration: none;
	float: left;
	color: #3c608a;
	font-weight: bold;
	font-size: 110%;
	padding: 1px;
	width: 20px;
	
}

.add_event {
	float: right;
	padding: 2px;
	width: 10px;
	height: 5px;
}

.add_event_big {
	float: right;
	padding: 0 0 5px 0;
	width: 12px;
	height: 5px;
}

.event {
	padding: 5px;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	font-weight: bold;
	clear: both;
	overflow: hidden;
}

a.event {
	border-width: 0px;
	background-color: transparent;
}

.weeknum {
	width: 17px;
	height: 17px;
	margin: 0 3px;
}

.BDI {
	background-color: #4F0A1D;
	color: #FFFFFF;
	text-decoration: none;
}

.UW {
	background-color: #3A265A;
	color: #FFFFFF;
	text-decoration: none;
}

.BRAND {
	background-color: #31428B;
	text-decoration: none;
	color: #FFFFFF;
	
}

.FHCRC {
	background-color: #86BAE5;
	color: #000000;
	text-decoration: none;
}

.event_title {
	font-weight: bold;
}

.calHeader {
	background-color: #3c608a;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 120%;
	padding: 2px;
	height: 30px;
}

.monthName {
	width: 200px;
	margin: 0 auto;
}

.dayName {
	width: 220px;
	margin: 0 auto;
}

.monthViewIcon {
	float: right;
	width: 17px;
	height:17px;
	padding: 2px;
}

.weekViewIcon {
	float: right;
	width: 17px;
	height:17px;
	padding: 3px;
}

hr {
	border: 0;
	width: 100%;
	height: 1px;
	background-color: #BBBBBB;
}

.timeslot {
	padding: 3px;
	color: #777777;
}

.vtc {
	background-image: url(/assets/images/mlsc/vtc.gif);
	background-repeat: no-repeat;
	background-position: 98% 3px;
	padding-right: 23px;
}

