/* Stylesheet for calendar product */

.dayNumber a:hover, .dayNumber a:active {
	text-decoration: none;
	color: #73A5D3;
	font-weight: bold;
}

.dayNumber a:link, .dayNumber a:visited {
	text-decoration: none;
	color: #0F3CAF;
	font-weight: bold;
}

.dayEventList a:hover, .dayEventList a:active {
	text-decoration: none;
	color: #73A5D3;
}

.dayEventList a:link, .dayEventList a:visited {
	text-decoration: none;
	color: #0F3CAF;
}

#containerTable {
	font-family: Arial, Helvetica, sans-serif;

}

#calendarTable {
	background-color: #eeeeee;
	padding: 4px;
    font-size: 9px;
}

#month {
	font-size: 18px;
	text-align: left;
}
#day {
	font-size: 18px;
	text-align: center;
	padding-top: 6px;
}
#prevnextmonth {
	text-align: right;
}
.dayNameRow {
	background-color: #0F3CAF;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	height: 20px;
}

.dayNumber {
	background-color: #dddddd;
	text-align: left;
	height: 11px;
	color: #4F708C;
	font-weight: bold;
}

.dayNumberRow {
	text-align: right;
}

.dayEventList {
	text-align: left;
	border: 1px solid #395770;
}

.allday {
	display: block;
	text-align:center;
	width: 100%;
	background-color:#ffffff;
}

.dayEventContent {
	border: 1px solid #000000;
	height: 70px;
	font-size: 10px;
}