@charset "utf-8";
.main {
	width:100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.month {
	color:#333333;
	font-family: verdana;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	padding-bottom: 1px;
}

.daysofweek {
	color:#666666;
	font-family: verdana;
	font-size: 9px;
	text-align: center;
}

.days {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.days_blank {
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.text_days {
	font-size: 8px;
	font-family:verdana;
	color:#666666;
	text-decoration: none;
}

.text_today{
	font-size: 9px;
	font-family:verdana;
	font-weight: bold;
	color: red;
	text-decoration: none;
}
