/* CSS Document */

.calDays {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A2A897;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #32162C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #53244A;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #53244A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #32162C;
	background-color: #471F41;



}
.calDaysName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;



}
.calTitleMonth {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #686868;
	text-decoration: none;
	text-align: center;
}
.calTitleYear {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
}
.calTitleTD {
}
.calDaysCurrent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #FF9900;



}
.callWeekRow {
	background-color: #24021D;
	padding-top: 2px;
	padding-bottom: 2px;
}
.boardHR {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: CDCDCD;
	border-right-color: CDCDCD;
	border-bottom-color: #FFFFFF;
	border-left-color: CDCDCD;
	padding: 0px;
	margin: -4px 0px -5px;
	display: block;
}
