@charset "utf-8";
#calendar .header {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
}
#calendar .days {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E2E2E2;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 80px;
	text-align: right;
	vertical-align: top;
	width: 100px;
}
#calendar .today {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 80px;
	text-align: right;
	vertical-align: top;
	width: 100px;
}
#calendar .daynumber {
	background-color: #BABABA;
	border: 1px solid #000000;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	display: block;
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	margin-bottom: 3px;
	text-align: center;
	text-decoration: none;
	top: 0px;
	width: 28px;
}

#calendar {
	
	border: 1px solid #000000;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	
}
td {
	border: thin solid #FFF;
}
