/*
body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 9px;
	text-align: center;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000000;
	text-align: center;
	font-size: 9px;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
	font-size: 9px;
}
*/
.year {
	border-style: solid;
	border-width: 1px;
	border-color:#C4C5BE;
	background-color: #FFFFFF;
	text-align: center;
	padding:10px;
}
.month {
	border-style: none;
	background-color: #FFFFFF;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color:#1A1A1A;
}
.monthname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;

	color: #1A1A1A;
}
.dayname {
	text-align: center;
	font-size: 9px;
	background-color: #B3B3B3;
	color: #ffffff;
}
.weeknumtitle {
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 9px;
	height:15px;
	width:15px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
	text-align: center;
}
.datepicker {
	background-color: #FBF7F4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
}
.monthpicker {
	font-size: 9px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 9px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 9px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 9px;
	color: #aaaaaa;

	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}
.monthday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #FBF7F4;
	color: #384955;
	height:15px;
	width:15px;
	
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}

.selectedday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #66ff66;
	height:15px;
	width:15px;

	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}
.sunday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #667171;
	height:15px;
	width:15px;

	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #667171;
	height:15px;
	width:15px;
	
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}
.saturday a {
	color: #667171;
}
.today {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: none;
	color: #666666;
	height:15px;
	width:15px;

	border-style: solid;
	border-color: #666666;
	border-width: 1px;
}
.tenant, .event, .event_pending, .event_pending_first, .event_pending_last, .event_confirmed, .event_confirmed_first, .event_confirmed_last {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #384955;
	background-color: none;
	height:15px;
	width:15px;
	
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}

.maintenance {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: WHITE;
	background-color: #99CCFF;
	height:15px;
	width:15px;
	
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
}

/* Available day */
.available {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color:#000;
	background-color: #a2c879;
	height:15px;
	width:15px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;	
}

/* Available day (current day) */
.todayavailable {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color:#000;
	background-color: #a2c879;
	height:15px;
	width:15px;
	border: 0px;
}

.available_from {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: WHITE;
	background-color: #99CCFF;
	height:30px;
	width:30px;
	
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
}
.event a {
	background-color: #F7999A;
	color: red;
}
.event_pending {
	background-color:#D77B43;
	color:#FFFFFF;

}
.event_pending_first, .event_pending_last {
	background-color:#FBF7F4;
	color:#FFFFFF;
	background-image:url(ac_pending_first.gif);
	background-repeat:no-repeat;
}
.event_pending_last {
	background-image:url(ac_pending_last.gif);
}
.event_confirmed {
	background-color:#D70D0D;
	color:#FFFFFF;
}
.event_confirmed_first, .event_confirmed_last {
	background-color:#FBF7F4;
	color:#FFFFFF;
	background-image:url(ac_confirmed_first.gif);
	background-repeat:no-repeat;
}
.event_confirmed_last {
	background-image:url(ac_confirmed_last.gif);
}
.selectedevent {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: red;
	background-color: #F7999A;
	height:15px;
	width:15px;
}
.selectedevent a {
	background-color: #F7999A;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	background-color: none;
	height:15px;
	width:15px;
}
.todayevent a {
	background-color: none;
	color: #666666;
}
.eventcontent {
	font-size: 9px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
