@charset "utf-8";
/* CSS Document */

table#calendar td.headerdisplay {
	background-color: #a3c34f;
	font-size: 13px;
	height: 15px;
	line-height: 20px;
	margin-bottom: 3px;
	text-align: left;
	text-decoration: none;
	top: 0px;
	width: 23px;
	color:#764c29;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	word-spacing: 1px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	}
	
table#calendar td.header {
	background-color: #a3c34f;
	font-size: 13px;
	height: 15px;
	line-height: 20px;
	margin-bottom: 3px;
	text-align: center;
	text-decoration: none;
	top: 0px;
	width: 23px;
	padding: 3px;
	color:#764c29;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	word-spacing: 1px;
	}
	
table#calendar td.other {
	background-color: #F0F0F0;
	font-size: 13px;
	height: 15px;
	margin-bottom: 3px;
	text-align: left;
	text-decoration: none;
	top: 0px;
	width: 23px;
	padding: 3px;
	color:#999999;
	vertical-align:top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	}
	
table#calendar td.weekNumber {
	background-color: #a3c34f;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 3px;
	text-align: center;
	text-decoration: none;
	top: 0px;
	width: 23px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #764c29;
	}	
	
table#calendar td.daynumber {
	background-color: #FFFFFF;
	font-size: 13px;
	height: 80px;
	line-height: 15px;
	margin-bottom: 3px;
	text-align: left;
	text-decoration: none;
	top: 0px;
	width: 23px;
	padding: 3px;
	vertical-align: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #764c29;
	}		
	
table#calendar td.daynumberfall {
	background-color: #fbeac5;
	font-size: 13px;
	height: 80px;
	line-height: 15px;
	margin-bottom: 3px;
	text-align: left;
	text-decoration: none;
	top: 0px;
	width: 23px;
	padding: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	}	
	
.showdate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #764c29;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	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: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
}	

.showdateother
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #764c29;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	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: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	vertical-align: top;
}	

table#eventTable td.showevent
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	background-color: #764c29;
	text-align: center;
	font-style: italic;
	padding: 1px;
	margin: 2px;
	text-decoration: none;
}


table#eventTable td.showeventdivider
{
	background-color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	height: 1px;
	vertical-align: middle;
}
