#calendar {
	width: 930px;
	font-family:"Lucida Grande","Lucida Sans Unicode", Arial;
	font-size: 17px;
	color: black;
	padding: 11px 15px;
	background: white;
}

.calendar_prev {
	height: 28px;
	display: block;
	text-indent: -3000px;
	margin-top: 3px;
	float: left;
	background-image: url(../img/arrows.png);
    background-position: 0px 0px;
    width: 20px;
    margin-left: 190px;
}

.calendar_prev a {
	display: block;
	height: 28px;
	width: 20px;
}

.calendar_prev a:hover {
	background-image: url(../img/arrows.png);
    background-position: -28px 0px;
}


.calendar_next {
	height: 28px;
	display: block;
	text-indent: -3000px;
	margin-top: 3px;
	float: left;
	background-image: url(../img/arrows.png);
    background-position: -5px -28px;
    width: 20px;
    margin-right: 22px;

}

.calendar_next a {
	text-indent: -3000px;
	display: block;
	height: 28px;
	width: 20px;
}

.calendar_next a:hover {
	background-image: url(../img/arrows.png);
    background-position: -33px -28px;

}


.calendar_title {
	width: 500px;
	height: 18px;
	margin-top: 2px;
	float: left;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

.calendar_category {
	width: 175px;
	height: 31px;
	float: left;
}

.calendar_table {
	float: left;
}

.calendar_table TABLE {
	border-collapse: separate;
}

.calendar_days {
	width: 937px;
}

.calendar_day {
	background: #989A67;
/* 	float: left; */
	margin: 1px;
	width: 128px;
	height: 55px;
	font-size: 22px;
	text-transform: uppercase;
	border: solid 1px #ffffff;
}

TD.calendar_day {
	margin: 0 2px 2px 0;
	vertical-align: top;
}

.calendar_weekend {
	background: #989A67;
}

.calendar_day_noncurrent {
	background: white;
	color: white;
/*
	background: #EFEFEF;
	color: #E1E1E1;
*/
}

.calendar_day_title {
	width: 130px;
	margin: 1px;
	height: 23px;
	padding-top: 7px;
	background: #ffffff;
/* 	float: left; */
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}

.calendar_date {
	font-size: 22px;
	margin: 8px 8px 2px 2px;
}

.calendar_event a {
	font-size: 10px;
	margin-left: 4px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 2px;
}

.calendar_has_events {
	background: #000000;
	color: #ffffff;
	height: 77px;
}

.calendar_day:hover {
	background: #222222;
	color: white;
}

.calendar_day_noncurrent:hover {
	background: #FFFFFF;
	color: white;
}

/* TOOLTIP */
.calendar_tooltip {
	width: 379px;
	padding-top: 19px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../img/tool_tip_top_01.png) no-repeat top;}
	
.calendar_tooltip .tipMid {background: transparent url(../img/tool_tip_middle_01.png) repeat-y; padding: 5px 20px 5px 65px;}
.calendar_tooltip .tipBtm {background: transparent url(../img/tool_tip_bottom_01.png) no-repeat bottom; height: 18px;}

select {
	border: dotted;
	border-width: thin;
	height: 26px;
	width: 170px;
	background-color: #989A67;
	color: white;
	font-size: 19px;
}

select:hover {
	background-color: black;
	color: #989A67;
}

#calendar_details {
	position: absolute;
	width: 760px;
	height: 420px;
	left: 50%;
	top: 50%;
	margin-left: -380px;
	margin-top: -210px;
	background: url(../img/mini_calendar_greybox.png) top center no-repeat;
	display: none;
	color: #ffffff;
}

#calendar_details .calendar_event {
	color: #ffffff;
}

#calendar_details_content {
	position: absolute;
	width: 720px;
	height: 435px;
	left: 50%;
	top: 20px;
	margin-left: -360px;
}

#calendar_details_close {
	position: absolute;
	top: 350px;
}

#calendar_details_close A {
	display: block;
	width: 760px;
	height: 60px;
	text-indent: -3000px;
}
