body, td, th {
	font: 13px Arial, Helvetica, Verdana, sans-serif;
	color: #004080;
}

.calendar_wrapper {
	position: relative;
	float: right;
	width: 0;
	height: 0;
	top: -22px;
	left: -18px;
}


#start_calendar_container, #end_calendar_container {
	position: absolute;
	top: 0;
	left: 92%;
	background: #fff;
	border: 2px solid #eee;
	padding: 2px 3px;
}

#maincol .yui-calendar {
	border-collapse: collapse;
}

#maincol .yui-calendar th, #maincol .yui-calendar td {
	font-size: 12px;
}


#maincol .yui-calendar .calbody td {
	border: 1px solid #eee;
	border-width: 1px 0;
	padding: 4px 7px;
	text-align: center;
	font-weight: bold;
	color: #999;
}

#maincol .yui-calendar .calbody td.oom {
	font-weight: normal;
}

#maincol .yui-calendar .calbody td.selectable a {
	color: #004080;
}

#maincol .yui-calendar .calbody td.selected, #maincol .yui-calendar .calbody td.selected a {
	background: #004080;
	color: #fff;
}


#maincol .yui-calendar .calbody td.calcellhover, #maincol .yui-calendar .calbody td.calcellhover a {
	background: #004080;
	background: #fc3;
	cursor: pointer;
	color: #004080;
}

#maincol .yui-calendar .calheader {
	position: relative;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 5px 28px;
	width: 162px;
	color: #000;
}

#maincol .yui-calendar .calheader a, .calendar_wrapper a.open_close_toggle {
	font-size: 1em;
	font-weight: normal;
	position: absolute;
	top: 2px;
	background: #fff url(/images/calendar-arrows.png) no-repeat scroll 6px 3px;
	width: 20px;
	height: 19px;
	display: block;
	border: 1px solid #DAE1E7;
}

.calendar_wrapper a.open_close_toggle {
	padding: 0 4px;
	position: absolute;
	top: 7px;
	left: 6px;
	z-index: 10;
	width: 12px;
	text-align: center;
	background: #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #004080;
}
.calendar_wrapper a.open_close_toggle:hover {
	color: #fff;
}


#maincol .yui-calendar .calweekdayrow th {
	background: #eee none repeat scroll 0 0;
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 11px;
	padding: 3px 1px;
}

#maincol .yui-calendar .calheader a:hover, .calendar_wrapper a.open_close_toggle:hover {
	background-color: #004080;
}

#maincol .yui-calendar a.calnavleft {
	left: 25px;
	text-indent: -3000px;
}

#maincol .yui-calendar a.calnavright {
	right: 0;
	background-position: 7px -37px;
	text-indent: -3000px;
}

#maincol .yui-calendar a.calnavleft:hover {
	background-position: 6px -77px;
}

#maincol .yui-calendar a.calnavright:hover {
	background-position: 7px -117px;
}
