/* CSS Document */
body {
	font-family: Arial, Verdana, Tahoma, "Times New Roman";
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
 	background-color: #FFFFFF;
}
body a{
	color: #000;
}
body a:visited{
	color: #000;
}


#title{
	text-align: center;
	font-family: Arial, Verdana, Tahoma, "Times New Roman";
	font-weight: bold;
	font-size: 24px;
	color: #000;
}
#title a {
	text-decoration: none;
	color: #000;
}
#title a:hover {
	text-decoration: none;
	color: #B855CE;
}

#calendarmonth{
width: 100%;
background-color:#FFF;
vertical-align: top;
border: 0px solid #CCC;
margin:1px;
}

.tableheader{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	background-color: #B855CE;
}
.noday{
	background-color: #F6F4F6;
	vertical-align: top;
	height: 75px;
}
.day{ 
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-color: #E9AFE9;
	height:75px;
	vertical-align:top;
	border: 1px solid #000;
	padding: 2px;
}
.currentday{ 
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-color: #FFFFE6;
	height:75px;
	vertical-align:top;
	border: 1px solid #000;
	padding: 2px;
}

.othermonthevent{
	background-color: #FCED03;
	border: 1px solid #000;
	text-align:center;
}
.othermonth{
	text-align:center;
}

#bottomrowlinks{
	width: 100%;
	color: #000;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin:20px 0px 0px 0px;
	border-top: 3px solid #F6F4F6;
	border-bottom: 3px solid #F6F4F6;
}
#bottomroweventlinks{
	width: 100%;
	color: #000;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin:0px 0px 0px 0px;
	border-bottom: 3px solid #F6F4F6;
}

#bottomrowlinks a {
	text-decoration: none;
	color: #000;
}
#bottomrowlinks a:hover {
	text-decoration: none;
	color: #B855CE;
}
#bottomroweventlinks a {
	text-decoration: none;
	color: #000;
}
#bottomroweventlinks a:hover {
	text-decoration: none;
	color: #B855CE;
}

