.index_cal_container {
	margin: -4px 0 10px -2px;
}

.index_cal_container th {
	background-color: #f8e4ba;
	border-bottom: 1px solid #FFBF00;
	color: #4C52A3;
	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 #4C52A3;
}

.index_calendar thead th {
	font-family: "Times New Roman", times, 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: #4C52A3;
	background-image: url(/images/shortBlueGrad_02.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: #4C52A3;
	display: block;
	padding: 2px 10px;
	text-decoration: none;
}

.index_calendar th {
	background-color: #F8E4BA;
    border-bottom: 1px solid #FFBF00;
    color: #4C52A3;
    font-size: 12px;
    font-weight: normal;
}

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

.index_calendar tbody.right_side a.linkNoBg:hover, a.linkNoBg {
	font-weight:normal;
	background-color: inherit;
	background-image:none;
	text-decoration:underline;
	color:#4C52A3;
}

.bgMonth{
	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 {
	padding: 0px 0px 0px 9px;
}

#nextMonth {
	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: #4C52A3;
	color: #F7F0E2;
	padding: 6px;
	-moz-border-radius:5px 5px 5px 5px;
	border: 1px solid #4C52A3;
}

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