.index_cal_container {
	margin: 0 0 10px 0;
}

.index_cal_container th {
	background-color: #f8e4ba;
	border-bottom: 1px solid #ffba33;
	color: #028BC8;
	font-weight: normal;
	font-size: 12px;
}

.index_calendar {
	font-size: 11px;
	height: 150px;
	text-align: center;
	width: 192px;
}

.index_calendar .show_box a {
	border-bottom: 1px dotted #1194CC;
}

.index_calendar thead {
	background-color: #D58900; 	
}

.index_calendar thead th {
	font-family: "Palatino Linotype",
	             Palatino,
	             "URW Palladio L",
	             "Book Antiqua",
	             Baskerville,
	             "Bookman Old Style",
	             "Bitstream Charter",
	             "Nimbus Roman No9 L",
	             Garamond,
	             "New Century Schoolbook",
	             "Century Schoolbook",
	             "Century Schoolbook L",
	             Georgia,
	             serif;
	font-weight: bold;
	font-size: 11px !important;
	color: #FFFFFF;
	height: 20px;
	border-top: 5px #fa0 solid;
	background-color: #d58800;
	background-image: url(/images/shortGoldGrad.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	
}

.index_calendar tbody.left_side {
	color: #9A6A00;
	font-weight: bold;
}

.index_calendar tbody.left_side td {
	height: 26px;
}

.index_calendar tbody.left_side a {
	background-color: #028bc8;
	background-image: url(/images/shortBlueGrad.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	color: #FFFFFF;
	display: block;
	padding: 3px 0;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.index_calendar tbody.right_side .show_box {
	color: #0088CE;
	height: 129px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: left;
}

.index_calendar tbody.right_side a {
	color: #1194CC;
	display: block;
	padding: 2px 10px;
	text-decoration: none;
}

.index_calendar tbody.right_side a:hover {
	background-color: #028bc8;
	background-image: url(/images/shortBlueGrad.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.bgMonth{
	background-image: url(/images/calendar/bg_calendar_month.png);
	background-repeat: no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/calendar/bg_calendar_month.png', sizingMethod='scale');
	position:absolute;
	width: 168px;
	_height: 25px;
	z-index: -1;
}

#calendar {
	margin: 0 0 10px 0;
}

#calendar .calendar_header {
	color: #960;
	font-weight: bold;
	font-size: 16px;
	height: 23px;
	width: 280px;
	top: -26px;
	position: relative;
	float: right;
}

.month_title {
	float: left;
	text-align: center;
	width: 232px;
}

.month_prev {
	text-align: left;
	float: left;	
}

.month_next {
	text-align: right;
	float: left;	
}

#prevMonth {
	text-decoration: none;
	color: #960;
	padding: 0px 0px 0px 9px;
}

#nextMonth {
	text-decoration: none;
	color: #960;
	padding: 0px 9px 0px 0px;
}

#calendar .calendarContainer {
	padding: 10px;
	width: 280px;
}

#calendar table {
	border-collapse: collapse;
	margin-top: 10px;
}

#calendar th {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	border: 4px solid #F9F0E2;
	background-color: #D58800;
	padding: 2px;
}

.calendar.normal td {
	color: #996600;
	height: 100px;
	text-align: left;
	vertical-align: top;
	width: 150px;
	border: 4px solid #F9F0E2;
	background-color: #FEE4BA;
	padding-left: 6px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 12px;
}

.calendar a {
	text-decoration: none;	
}

.calendar a:hover {
	text-decoration: underline;	
}

.calendar td.hasShows {
	background-color: #FEE4BA;
}

.calendarContainer {
	background-image: url(/images/calendar/bg_calendar_col.png);
	background-repeat: repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/calendar/bg_calendar_col.png', sizingMethod='scale');
	_width: 100%;
	_height: 100%;
}

.calendar .perf {
	font-size: 11px;
	margin: 5px;
	margin-right: 10px;
}

.calendar .perf a, .calendar .perf a:visited {
	display: block;
	_position: relative;
	text-decoration: none;
	_z-index: 1 !important;
	background-color: #1194CC;
	color: #F7F0E2;
	padding: 6px;
	-moz-border-radius:5px 5px 5px 5px;
	border: 1px solid #1194CC;
}

.calendar .perf a:hover {
	color: #1194CC;
	background-color: #F9F0E2;
	border: 1px solid #1194CC;
}