#calender{
	width:290px;
	margin:20px auto;
	padding:5px;
	text-align:center;
	background-color:#FAFAFA;
}

#calender h5{
	width:100%;
	font-size:100%;
	margin:0px auto 5px;
	padding:2px;
}

#calender table{
	width:280px;
	margin:5px auto;
	background-color:#A6E035;
	color:#666666;
	border:0px;
}

#calender table caption{
	color:#000000;
/*	background-color:#A6E035; */
	border-right:1px solid #A6E035;
	font-weight:bold;
	font-size:110%;
	line-height:1em;
	margin:5px auto;
	padding:2px 10px;
	text-align:right;
}

#calender table th{
	height:20px;
	font-weight:normal;
	color:black;
	background-color:#A6E035;
}

#calender table th.holiday{
	color:red;
}

#calender table th.saturday{
	color:blue;
}

#calender table td{
	height:40px;
	margin:5px auto;
	padding:2px;
	text-align:left;
	vertical-align:top;
	background-color:white;
	color:#666666;
}

#calender table td.holiday{
/*	background-color:#FFCC99; */
	color:red;
}

#calender table td.saturday{
/*	background-color:#DEF0FC; */
	color:blue;
}

#calender table td a{
	display:block;
	width:auto;
	height:40px;
	font-weight:bold;
}

#calender table td a:hover{
	background-color:#DFFFBD;
}

