.calendar
{
	border-top: solid 1px black;
	border-left: solid 1px black;
	background-color: #FFFFFF;
}

.calendar_td
{
	width: 14px;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

.calendar_title_month
{
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #064580;
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
	color: White;
	padding: 4px 0px 4px 0px;
	height: 8px;
}

.calendar_title_weekday
{
	width: 10%;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	height: 8px;
}

.calendar_day
{
	
}

.calendar_day_th
{
	width: 10%;
	text-align: left;
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
	border-bottom: solid 1px #808080;
	background-color: #C0C0C0;
	
}

.calendar_day_td
{
	text-align: left;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
}

