/* CSS Document */

.calendarBG {
	width: 100%;
}

.calendarBlank {
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #828282;
}

.calendarHeader {
	font-weight: bold;
	color: #F37021;
	text-align: center;
	height: 48px;
}

.calendarMonthLinks {
	font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size:         11px;
	font-weight:		bold;
	letter-spacing:	0.1em;
	text-decoration:   none;
	color:             F37021;
}

.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-weight: bold;
	font-size:	11px;
	text-align:  left;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F37021;
	color: #F37021;
	height: 24px;
	line-height: 24px;
}

.calendarToday {
	font-size:         11px;
	font-weight:		bold;
	letter-spacing:	0.1em;
	text-decoration:   none;
	text-align:  left;
	vertical-align: top;
	color:             #F37021;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #828282;
}

td {
	/*
	min-height:100px;
	height:auto !important;
	*/
 	height:60px;
	min-height:60px;
}

.calendarCell {
	letter-spacing:	0.1em;
	text-decoration:   none;
	vertical-align: top;
	color:             #828282;
	width: 125px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #828282;
	padding-bottom: 1.25em;	/* ///////////////// */
	text-align: left;
	font-size: 11px;
	line-height: 16px;	
}

.calendarCell a {
	color:             #F37021;
	text-decoration:   none;
	font-size: 10px;
	margin-bottom: 8px;
	display: block;
	line-height: 14px;
}
  
.calendarCell a:visited {
 color:             #F37021;
 text-decoration:   none;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   underline;
 background-color:  transparent;
}
