@charset "utf-8";
/* CSS Document */

.calendarBG {
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
}

.calendarBlank {
	background-color: #EBEBEB;
	text-align: center;
}

.calendarHeader {
	font-weight: light;
	color: #fff;
	text-align: center;
	background-color: #314773;
}

.calendarMonthLinks {
	font-size:         11px;
	font-weight:		bold;
	letter-spacing:	0.1em;
	text-decoration:   none;
	color:             #fff;
	background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
	font-size:	11px;
	color: #304672;
	background-color: #CBCBCA;
	text-align:  center;
	vertical-align: middle;
}

.calendarToday {
	font-size:         12px;
	font-weight:		bold;
	text-decoration:   none;
	text-align:  center;
	vertical-align: middle;
	color:             #B96F00;
	background-color: 	#FFFFCC;
}

.calendarCell {
	font-size:         12px;
	text-decoration:   none;
	text-align:  center;
	vertical-align: middle;
	color:             #333333;
	background-color:  #fff;
	height: 75px;
	width: 14%;
}

.calendarCell a {
	color:             #990000;
	background-color:  transparent;
}
  
.calendarCell a:visited {
	color:             #000;
	text-decoration:   none;
	background-color:  transparent;
}

.calendarCell a:hover {
	text-decoration:   none;
}
