body 
{ 
/*   Body style   */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#calendar 
{
/*   Calendar Table style   */
	font-size: 12px;
	border: 1px solid #000000;
}
.day 
{
/*   Day style   */
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	cursor: pointer;
}
.event 
{
/*   Event TD style   */
	color: #FFFFFF;
	background-color: #9FCF2E;
	border: 0px solid #000000;
	cursor: pointer;
}
.dayevent 
{
/*   Current day and event style   */
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9FCF2E;
	border: 1px solid #006600;
	cursor: pointer;
}
.td 
{
/*   Normal day TD style   */
	background-color: #A4E1FF;
	border: 0px solid #999999;
	cursor: pointer;
}
#month 
{
/*   Month title style   */
	background-color: #A4E1FF;
	border: 1px solid #999999;
	text-align: center;
}
#leftarrow, #rightarrow 
{
/*   Arrow style   */
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-align: center;
}
.none 
{
/*   No day TD style   */
	background-color: #FFFFFF;
	border: 0px solid #999999;
	text-align: center;
	cursor: default;
}
.events 
{
/*   Event wrapper style   */
	border: 0px solid #999999;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
.title 
{
/*   Event title style   */
	padding: 1px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.description 
{
/*   Event description style   */
	padding: 1px;
}
#today 
{
/*   Event style   */
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 260px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.name {
/*   Name style   */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.weekdays {
/*   Week day style   */
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
