
body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
.year {

	border-width: 1px;
	background-color: #e3e3e3;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #F5F5F5;
	color: #5D5D5D;
	border-width:1px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #3A87AD;
	color: #f5f5f5;
	border-width:2px
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #d7ffd5;
	color: #5AB55A;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #5CB5C7;
	color: #ffffff;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
    background-color: #d7ffd5;
	color:#5AB55A;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
    background-color: #d7ffd5;
	color: #5AB55A;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #D27068;
	background-color: #E4E4E4;
	height:20px;
	width:20px;
    text-decoration:line-through
}
.arrAvail {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #dda212;
    background-color: #d7ffd5;
    height:20px;
    width:20px;

}
.depAvail {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #ae6fba;
    background-color: #d7ffd5;
    height:20px;
    width:20px;

}
.event a {
	background-color: #E4E4E4;
	color: #D27068;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #D27068;
	background-color: #E4E4E4;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #E4E4E4;
	color: #D27068;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #D27068;
	background-color: #E4E4E4;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color:#E4E4E4;
	color: #D27068;
}
.eventcontent {
	font-size: 10px;
	border-width: 1px;
	width: 100%;
}
.calendarLegend{
    border: 1px solid #E4E4E4;
}
