/* Calendar Styles */

#ajaxBusy{
	width: 800px;
	height: 400px;
	display: none;
	margin: 0px auto 0px auto;
	padding: 0px;
	display: block;
}

#calendar {
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	display: block;
	overflow: hidden;
}

#calSet {
	margin: 0px auto 0px auto;
	width: 800px;
	display: block;
}

#calTable {
	position: relative;
	width: 800px;
	margin: 0px auto 30px auto;
	display: block;
}

.calendarFloatDay {
	display: block;
	float: left;
	height: 30px;
	width: 114px;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 0px 0px 0px;
}

.calendarFloat {
	display: block;
	float: left;
	height: 60px;
	width: 114px;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 0px 20px 0px;
}

.calDate {
	height: 15px;
	width: 114px;
	float: left;
}

.calEvent {
	height: 20px;
	width: 114px;
	float: left;
}

.calEventRepeat {
	height: 20px;
	width: 114px;
	float: left;
	opacity: .75;
}

.haspopup {
	position: relative;
	left: 1px;
	width: 114px;
	float: left;
}

#calNav {
	display: block;
	padding: 0px;
	margin: 0px auto 10px auto;
	width: 200px;
	height: 40px;
	clear: right;
}

#calLeft {
	background-image: url(../img/calendar/calLeft.jpg);
	height: 40px;
	width: 40px;
	float: left;
	text-indent: -9000px;
}

#calRight {
	background-image: url(../img/calendar/calRight.jpg);
	height: 40px;
	width: 40px;
	float: left;
	text-indent: -9000px;
}

a#calLeft:hover {
	background-image: url(../img/calendar/calLeftOver.jpg);
}

a#calRight:hover {
	background-image: url(../img/calendar/calRightOver.jpg);
}

#calMonth {
	height: 40px;
	width: 120px;
	float: left;
}

a.calHighlight {
	color: #ffffff;
	text-align: center;
	padding-top: 12px;
	margin-top: -10px;
	height: 15px;
	overflow: hidden;
	display: block;
}

a.calHighlight:hover {
	background-color: transparent;
	text-align: center;
	padding-top: 12px;
	margin-top: -10px;
	height: 15px;
	overflow: hidden;
}

#eventList {
	display: block;
	overflow: hidden;
}

div.calendarFloat a {
	display:block;
}

div.calendarFloat a.calHighlight, div.calendarFloat a.calHighlight:visited {
	display:block;
	position: relative;
	overflow: hidden;
}

.popup, .popupR, .popupL {
	top: -80px;
	position: absolute;
	z-index: 101;
	display: none;
	width:220px;
	height:80px;
	overflow: hidden;
	float: left;
}

.popup {
	background: transparent url(/img/calpop.gif) no-repeat 0px 0px;
	left: -53px;
}

.popupR {
	background: transparent url(/img/calpopL.gif) no-repeat 0px 0px;
	left: 0px;
}

.popupL {
	background: transparent url(/img/calpopR.gif) no-repeat 0px 0px;
	left: -107px;
}

.popup a {
	color: #999999;
}

.popup a:hover {
	color: #ffffff;
}

.poptext {
	color: #ffffff;
	padding:15px;
	font-size:10px;
	line-height:12px !important;
	text-align:left;
}