/*  calendar  */ 
.calendar-box {
	text-align: left;
	padding: 0 0 40px 0;
	margin: 0; 
}
.calendar-box h2 {
	margin: 0 0 12px 0;
}
.calendar-bg {
	width: 200px;
	text-align: left;
}
.calendar-in {
	padding: 5px 0 0 0;
}
#the-calendar {
	width: 100%;
	padding-top: 3px;
}
table.calendar {
	width: 200px;
	font-size: 11px; 
	border-collapse: collapse; 
}
table.calendar a {
	font-size: 11px !important; 
}
table.calendar td {
	font-weight: bold; 
	text-align: center;
	padding: 0;
	margin: 0;
	vertical-align: middle !important;
	font-size: 11px !important; 
}
table.calendar th {	
	text-align: center;
	font: normal 11px Tahoma;
}
table.calendar th.bg_th {
	background: #e0e0e0; 
	width: 14%;
}
table.calendar td.bg_td {
	/*background: #fff url('/i/crns/calendar_td_bg.gif') repeat-x 0 0;*/
	background: #ffffff;
}
table.calendar tr.spc td {
	background: none;
	border: none;
	padding: 0 !important; 
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
table.calendar td.changeMonth {
	background: none;
	border: none; 
	text-align: right; 
}
table.calendar td.calendarToday {
	/*background: #ff0000; color: #fff; */
	background: #e0e0e0;	
}

table.calendar td.calendarToday a {
	color: #fff; 
	display: block;
	position: relative;
	margin: 0 auto;	
	padding-bottom: 2px;
	text-decoration: underline; 
}
table.calendar td.calendarEmpty {
	height: 5px;
}
table.calendar th .WeekEnd {
	/*color: #ff0000; */
	font-weight: bold;
}
/*
table.calendar .WeekEnd, table.calendar .WeekEnd a {
	color: #ff0000; 
}
*/
table.calendar .Future {
	color: #c4c4c4; 
}
table.calendar th.crn_left, table.calendar td.crn_left, table.calendar th.crn_right, table.calendar td.crn_right {
	padding: 0;
	margin: 0;
}
table.calendar th div,  table.calendar td div {
	width: 6px; 
	height: 22px;
}
table.calendar th.crn_left {
	background: transparent url('/i/crns/calendar_th_left.gif') no-repeat 0 0;
}
table.calendar th.crn_right {
	background: transparent url('/i/crns/calendar_th_right.gif') no-repeat 100% 0;
}
table.calendar td.crn_left, table.calendar td.crn_right {
	background: #ffffff;
}
table.calendar td.crn_left {
	background: #ffffff url('/i/crns/line.gif') repeat-y 0 0;
}
table.calendar td.crn_right {
	background: #ffffff url('/i/crns/line.gif') repeat-y 100% 0;
}
table.calendar td.crn_left div {
	/*background: transparent url('/i/crns/calendar_td_left.gif') no-repeat 0 0;
	float: right;*/
}
table.calendar td.crn_right div {
	/*float: left;
	background: transparent url('/i/crns/calendar_td_right.gif') no-repeat 100% 0;*/
}

.calendarTitle {
	text-align: center;
	font: normal 18px Tahoma;
}
.calendarTitle a {
	cursor: pointer;
	//cursor: hand;
	text-decoration: none;
}
.calendarTitle span#calendar_month {
	font: normal 18px Tahoma;
	color: #0e5b85;
}	
table.calendar td.calendarCurrent {
	background: #ff0000 !important;	
}
table.calendar td.calendarCurrent, table.calendar td.calendarCurrent a {
	color: #fff !important;	
}
table.calendar td.calendarToday, table.calendar td.calendarToday a {
	color: #000000 !important;	
}
/* /calendar */
