.calendarMain {
	width:160px;
	min-height:180px;
	background-color:#FFFFFF;
}

.month {
	color:#020202;
	font-weight:bold;
	text-align:center;
}

.daysofweek {
	color:#020202;
	font-weight:bold;
}

.days {
	font-size:8pt;
	color:#1080AE;
	padding:2px;
	border:1px solid #E9F6FC;
	text-align:center;
	width:24px;
	height:16px;
}

.days a, .days a:link, .days a:visited {
	text-decoration:none;
	color:#989085;
}

.days a:hover, .days a:active {
	text-decoration:underline;
	color:#787065;
}

.marked {
	background-color:#F0F5FA;
	font-size:8pt;
	padding:2px;
	border:1px solid #E9F6FC;
	text-align:center;
	width:24px;
	height:16px;
}

.marked a, .marked a:link, .marked a:visited, .marked a:hover, .marked a:active {
	font-weight:bold;
	color:#50A5CC;
}

.calendarArrow {
	cursor:hand;
}

