.calender_content .year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
	}
.calender_content .month {
	border-style: none;
	background-color: #e6e6e6;
	text-align: center;
	}
.calender_content .yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	}
.calender_content .monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #0DB9BB;
	color: #FFFFFF;
	border-style: outset;
	border-width:0px
	}
.calender_content .dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color:#0DB9BB;
	color: #ffffff;
	border-style: outset;
	border-width:1px
	}
.calender_content .weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
	}
.calender_content .weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #000099;
	background-color: #e9e9e9;
	}
.calender_content .week {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
	}
.calender_content .monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
	}
.calender_content .yearnavigation {
	font-size: 12px;
	}
.calender_content .datepicker {
	background-color: #e4e4e4;
	}
.calender_content .datepickerform {
	margin: 0px;
	}
.calender_content .monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	background-color:#0DB9BB;
	height:40px;
	}
.calender_content .monthpicker {
	font-size: 11px;
	background-color: #0DB9BB;
	}
.calender_content .yearpicker {
	font-size: 11px;
	background-color: #0DB9BB;
	}
.calender_content .pickerbutton {
	font-size: 11px;
	background-color: #0DB9BB;
	border-style: solid;
	border-color: #0DB9BB;
	border-width: 1px;
	}
.calender_content .nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #aaaaaa;
	}
.calender_content .monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color:#e6e6e6;
	color: #384955;
	height:90px;
	width:90px;
	}
.calender_content .today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #0DB9BB;
	color: #ffffff;
	/*height:90px;*/
	width:90px;
	}
.calender_content .selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:90px;
	width:90px;
	}
.calender_content .sunday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
	}
.calender_content .sunday a {
	color: #667171;
	}
.calender_content .saturday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
	}
.calender_content .saturday a {
	color: #667171;
	}
.calender_content .event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	/*color: red;
	color:#FFFFFF;*/
	background-color: #fff;
	height:90px;
	width:90px;
	}
.calender_content .event td{
	border:none;
	}
.calender_content .event a {
	/*background-color: #ffff99;*/
	color: red;
	}
.calender_content .selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:90px;
	width:90px;
	}
.calender_content .selectedevent a {
	background-color: #ffff99;
	color: red;
	}
.calender_content .todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:90px;
	width:90px;
	}
.calender_content .todayevent a {
	background-color: #ffff99;
	color: red;
	}
.calender_content .eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
	}
