@charset "utf-8";
/* CSS Document */

.monthwrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 251px;
	float: left;
	padding-right: 5px;
}

.event_gradtitle {
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 6px;
	/*width: 240px;*/
	color: #fff;
	font-size: 14px;
	margin-bottom: 8px;
}

.monthbody {
	width: 251px;
	background-image: url(/img/cal/bodybg.gif);
	background-repeat: repeat-y;
	height: 145px;
}

.monthrow, .monthrow_alt {
	background-repeat: no-repeat;
	height: 19px;
	padding-top: 3px;
	overflow: hidden;
	margin-left: 10px;

	font-size: 10px;
	color: #fff;
	word-spacing: 17px;
	
	padding-left: 10px;
}

.monthrow {
	background-image: url(/img/cal/rowbg.gif);
}

.monthrow_alt {
	background-image: url(/img/cal/rowbg_alt.gif);
}

.monthdate {
	background-repeat: no-repeat;
	overflow: hidden;
	margin-left: 10px;

	font-size: 12px;
	color: #fff;
	
	padding-left: 5px;
}

.monthrow a:link, .monthrow a:visited, .monthrow_alt a:link, .monthrow_alt a:visited {
	color: #ec9741;
	background-image: url(/img/cal/active.gif);
	background-repeat: no-repeat;
	padding: 1px;
	padding-bottom: 10px;
	margin-right: -2px;
	letter-spacing: 0px;
}

.monthrow a:hover, .monthrow_alt a:hover {
	text-decoration: none;
}

.today {
	border: 1px solid #fae7d4;
	background-color: #ec9741;
	margin-right: -2px;
}

.today a, .today a:link .today a:visited, .today a:hover {
	color: #fff;
}
