@charset "utf-8";
/* CSS Document */

.classnumber {
	text-align: center;
	color: #333;
	text-shadow: 0px 1px 3px #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 72px;
	line-height: 125%;
	background-color: #999;
	font-weight: 900;
	font-variant: normal;
	background-image: none;
}
.coreinfo {
	text-align: center;
	line-height: 1.50em;
	vertical-align: middle;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: dotted;
	border-left-style: double;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.corecalendar {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: 269px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #FFF;
	color: #993333;
}
.corecalendarNOEXAM {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: auto;
	background-color: #993333;
	color: #FFF;
	border: thin solid #FFF;
}

.corecalendartable {
	background-image: none;
	background-repeat: repeat;
	color: #993333;
}
.dates {
	border: 1px dotted #000;
}

.noexamdays {
	font-size: 10px;
	font-style: italic;
	color: #CCC;
	background-color: #666;
	font-weight: bold;
}
