#calendar {
	background-color: #E2E2E2;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-color: #999999;
}

#calendar_header {
	height: 20px;
	background-color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #999999;
	text-align: center;
	font-weight: bold;
}
#calendar_cell, #calendar_cellwe ,#calendar_cellheader, #calendar_cellblank, #calendar_cellevent {
	height: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #FFFFCC;
	border-color: #999999;
	vertical-align: top;
	width: 14%;
}
#calendar_cell a, #calendar_left a, #calendar_right a, #calendar_cellwe a, #calendar_cellheader a, #calendar_cellblank a, #calendar_cellevent a {
	height: 100%;
	width: 100%;
	display: block;
}

#calendar_cellheader {
	background-color: #FF6600;
	font-weight: bold;
	color: #FFFFFF;
}
#calendar_cell {
	background-color: #FFFFCC;
	font-weight: normal;
	color: #000000;
}
#calendar_left {
	font-weight: bold;
	text-align: center;
	background-color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#calendar_cellwe {
	background-color: #FFEDA4;
	font-weight: normal;
	color: #000000;
}
#calendar_cellblank {
	background-color: #E8E8E8;
	font-weight: bold;
	color: #E8E8E8;
}
#calendar_cellevent {
	background-color: #FFCC00;
	font-weight: bold;
	color: #000000;
}
#calendar_cellevent a:link, #calendar_cellevent a:visited {
background-color: #FFCC00;
color: #000000;
text-decoration: none;
}
#calendar_cellevent a:hover {
background-color: #c9e9ea;
color: #127b7f;
text-decoration: none;
}

#calendar_left a:link, #calendar_left a:visited, #calendar_right a:link, #calendar_right a:visited {
background-color: #FFCC00;
color: #000000;
text-decoration: none;
}
#calendar_left a:hover, #calendar_right a:hover {
color: #ffffff;
text-decoration: none;
}


#calendar_right {
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #999999;
	background-color: #FFCC00;
	border-right-width: 1px;
	border-right-style: solid;
}

