button.enhanced_calendar {
	background: url(images/enhanced_calendar-icon.png);
	border: 0;
	cursor: pointer;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}

button.enhanced_calendar:hover, button.enhanced_calendar.active { background-position: 0 20px }

div.enhanced_calendar {
	background: url(images/enhanced_calendar.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}
	
div.enhanced_calendar * {
	margin: 0;
	padding: 0;
}

div.enhanced_calendar div {
	background: none !important;
	cursor: move;
	height: 165px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}

div.enhanced_calendar caption {
	color: #CF0;
	font: 12px/17px Arial, Helvetica, sans-serif;
	padding-top: 4px;
	text-align: center;
	width: 100%;
}

div.enhanced_calendar caption a {
	cursor: pointer;
	display: block;
	height: 11px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 11px;
}

div.enhanced_calendar caption a.prev {
	background-image: url(images/enhanced_calendar-prev.gif);
	left: 1px;
}

div.enhanced_calendar caption a.next {
	background-image: url(images/enhanced_calendar-next.gif);
	right: 1px;
}

div.enhanced_calendar caption a:hover {
	background-position: 0 11px;
}

div.enhanced_calendar caption span {
	height: 25px;
	position: relative;
	text-align: center;
}

div.enhanced_calendar caption span.month { padding-right: 8px }

div.enhanced_calendar caption span.month:after { content: ',' }

div.enhanced_calendar table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}

div.enhanced_calendar td, div.enhanced_calendar th {
	border: 0;
	color: #999;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 19px;
	text-align: center;
	width: 21px;
}

div.enhanced_calendar td {
	color: #333;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	width: 16px;
}

div.enhanced_calendar td.invalid {
	color: #666;
}

div.enhanced_calendar td.valid {
	color: #FFF;
	cursor: pointer;
}

div.enhanced_calendar td.active, div.enhanced_calendar td.hover {
	color: #CF0;
	cursor: pointer;
}

.tool-tip {
	color: #fff;
	width: 382px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(images/382bubble.png) top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/382bubble.png) bottom right;
}

.c-bg {
	background-color: #1a1a1a;
	border: 1px solid #333;
	border-top: none; }

.c-time {
	width: 40px;
	height: 40px;
	background-color: #131313;
	padding: 0px 5px 0px 0px;
	border-top: #333 1px solid;
	font-size: 10px;
	text-align: right;
	vertical-align: top; }

.c-content {
	width: 100%;
	height: 19px;
	line-height: 19px;
	background-color: #1a1a1a;
	border-bottom: #333 1px dotted;
	border-top: #333 1px solid;
	margin-bottom: 20px }

.c-colwrapper {
	cursor: default;
	margin-right: 2px;
	position: relative;
	z-index: 13000;
}

.c-col {
	overflow: visible;
	vertical-align: top;
}

.c-eventblock {
	background-color: #282828;
	border: #111 1px solid;
	width: 140px;
	position: absolute;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.9 }

.c-eventtitle {
	background: url('images/titlebg2.jpg') repeat-x;
	border-bottom: #333 1px solid;
	white-space: nowrap;
	overflow: hidden;
	padding: 2px;
	width: 136px;
	font: 8px verdana, sans-serif;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	opacity: 0.9 }

.c-eventbody {
	padding: 3px;
	width: 124px;
	font-size: 10px }






