/* Calendar */
IMG{
	border: none;
}


.mycalendar {
	width: 120px;
	/*cursor: pointer;*/
	cursor: default;
	margin: 0 auto;
}
.mycalendar .title {
	float: left;
	font-weight: 600;
}
.mycalendar .date {
	color: #006680;
	text-align:center;
	font-weight: 600;
	font-size:12px;
}
.mycalendar .navigation {
	clear: both;
	font-size: 10pt;
	text-align: center;
}

.mycalendar .navigation A {
	background-color:#FFF;
	color:#003b49;
	font-weight: 600;
	font-size:11px;
}

.mycalendar .navigation A:hover {
	background-color:#FFF;
	font-weight: 600;
}
.mycalendar .weektitles DIV {
	float: left;
	width: 17px;
	font-weight: 600;
	text-align: center;
	background-color: #bababa;
	color: #fff;
	
}
.mycalendar .weekdays DIV {
	float: left;
	width: 17px;
	text-align: center;
	color:#00647e;		

}
.mycalendar .weekdays DIV.curdate {
	background-color: #969696;
	color: #fff;
	font-weight: 600;
}
.mycalendar .weekdays DIV.selected {
	background-color: #969696;
	color: #fff;
	font-weight: 600;
}

.mycalendar .weekdays DIV.freeday {
	font-weight: 600;
	color: #003b49;
}

.navigation DIV.separator{
	height:10px;
}
.mycalendar SPAN.date{
	color:#146b7c;
}
