@charset "utf-8";

.calendar
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 165px;
	height:210px;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	padding: 12px;
	margin-left: 4px;
}

.monthname
{
	position: relative;
	float: left;
	width:165px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.daybox, .datebox, .todaybox, .emptybox, .noclickbox
{
	position: relative;
	float: left;
	width: 17px;
	height: 20px;
	padding: 2px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

.noclickbox
{
	color: #999999;
}

.daybox
{
	color: #000000;
	height: 12px;
	width: 19px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.datebox, .todaybox, .noclickbox
{
	border: 1px solid #cccccc;
	background-color: #ffffff;
	text-decoration: none;
}

.todaybox
{
	border: 1px solid #ff8888;
	background-color: #fa9600;
}

.emptybox
{
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

.noclickbox, .monthname, .daybox, .emptybox
{
	cursor: default;
}

.datebox:hover, .todaybox:hover
{
	border: 1px solid #ff0000;
	background-color: #718394;
}

.control
{
	font-family: Verdana;
	font-size: 12px;
	width: 165px;
	text-align: center;
	float: left;
	position: absolute;
	bottom: 10px;
}
