/* Schedule Table (Weekly Time View) */
table.schedule {
	border-collapse:collapse;
	font-family: Verdana, Arial;
	font-size:12px;
}

table.schedule th {
	font-weight:bold;
	text-align:center;
	color:#ffffff;
}

table.schedule td.dateCell {
	border: 1px solid #CCCCCC;
	background-color:#ffffff;
	color:#000000;
}

/* Calendar Table (Large View) */
table.calendar {
	border-collapse:collapse;
	font-family: Verdana, Arial;
	font-size:10px;
	width:100%;
	height:100%;
	table-layout:fixed;
}

table.calendar th {
	font-weight:normal;
}

table.calendar td.month {
	background-color:silver;
}

table.calendar td.blankDateCell {
	background-color:#CCCCCC;
	min-height: 100px;
}

table.calendar td.dateCell {
	border: 1px solid #CCCCCC;
	min-height: 100px;
	background-color: #ffffff;
}

a.calendar {
	color:black;
	display:block;
	text-decoration: none;
	font-family:Verdana, Arial;
	padding: 1px 4px 4px;
	margin: 1px;
	font-weight:bold;
}

a.calendar:visited {
	color:black;
	display:block;
	text-decoration: none;
	font-family:Verdana, Arial;
	padding: 1px 4px 4px;
	margin: 1px;
}

a.calendar:hover {
	color:#070066;
	text-decoration:underline;
}

a.event {
	color:black;
	text-decoration:none;
	font-weight:normal;
}

a.event:visited {
	color:black;
	text-decoration:none;
	font-weight:normal;
}

a.event:hover {
	color:#003366;
	text-decoration:underline;
	font-weight:normal;
}

a.eventDetail {
	color:white;
	text-decoration:underline;
	font-weight:normal;
}

a.eventDetail:hover {
	text-decoration:underline;
	font-weight:bold;
}

