div#calendar {
	border: 0px solid #000000;
	width: 231px;
	/*_width: 219px;*/
}

div#calendarTitle {
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 3px;
	position: relative;
}

div#calendarNavigation {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 20px;
}

div#previousMonth {
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

div#nextMonth {
	float: right;
	margin-right: 10px;
	/*_margin-right: 20px;*/
	cursor: pointer;
}

div#calendarHeader {}
	
div.calendarDays {
	float: left;
	width: 30px;
	border: 1px solid #FFFFFF;
	border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
	text-align: center;
	margin-right: 1px;
	background-color: #FFFDD9;
	padding: 2px 0px;
	font-weight: bold;
}
		
div#calendarBody {}
	
div.days, div.daysLeading, div.daysTrailing {
	float: left;
	width: 30px;
	border: 1px solid #000000;
	border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
	
	padding: 3px 0px;
	text-align: center;
	margin-top: 1px;
	margin-right: 1px;
	
	font-size: 12px;
}

div.daysLeading, div.daysTrailing {
	background-color: #FEFEFE;
}

div.currentDay {
	font-weight: bold;
	background-color: #FFFF00;
	border-color: #999999 #333333 #333333 #999999;
}

div.daysLong { 
	width: 100px;
}
div.daysShort {
	width: 50px;
}