.year {
	background-color: #17140F;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #000000;
	text-align: center;
	margin-left: 10px;
	width: 230px;
	padding: 5px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	background-color: #000000;
	color: #999999;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	color: #333333;
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #000000;
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #000000;
}
.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: #000000;
	color: #384955;
	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;
	color: #667171;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
}
.event3 {       /* PUBLIC HOLIDAY */
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
}
.event3 a {
	color: red;
}
.event2 {       /* SCHOOL HOLIDAY */
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #faa100;
}
.event2 a {
	color: #faa100;
}
.event1 {       /* TERM HOLIDAY */
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #3c3c3c;
	height:20px;
	width:20px;
}
.event1 a {
	background-color: #3c3c3c;
	height:20px;
	width:20px;
}

.event4 {       /* STUDIO EVENT */
border: 1px #e0e0e0 solid;
}
.event4 a {
}

.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

.eventmonth {
	text-align: left; 
	margin: 5px 0 15px 10px; 
	font-size: 10px; 
	width: 230px;
}

/* CSS FOR POPUP */

#dhtmltooltip{
position: absolute;
left: -300px;
width: auto;
border: 1px solid #2b251c;
padding: 2px 2px 2px 2px;
background-color: #7e6d51;
font-family: Sans-Serif;
font-size: 0.75em;
color: #FFFFFF;
visibility: hidden;
z-index: 100;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


