﻿/* Calendar ----------------------------------------------- */
#calendar_container1 {margin-top:30px}

#range {margin:0 60px}
#range label {display:block; font-weight:bold; padding:3px}
#range input {width:6.5em; text-align:center; display:block}
#range input#hidden {display:none}
#range input.submit {margin-top:30px}
#range span.date_range {font-size:.85em; color:#555; margin:0 0 0 9px}

#calendar_container2 {
	margin:30px 43px 10px 53px;
	color:#555}
#calendar_container2 h4 {
	display:inline;
	margin:0;
	padding:0 0 0 15px;
	background:url("../images/bg_select-arrow5.gif") no-repeat 0 4px;
	font-size:1.1em;
	color:#000}
#calendar_container2 h5 {
	margin:10px 0 5px 15px;
	padding:0;
	font-size:1.2em;
	color:#456B21}

.new_event {
	margin:20px 0 20px 0;
	padding-bottom:10px;
	border-bottom:1px dashed #CCC}
.new_event p {margin:0 15px 7px !important}

#calendar_container1 hr{
	background:none;
	height:0;
	border:1px solid #EEE;
	border-width:0 0 1px 0}

a.more_details {padding-right:22px; margin-left:15px; background:url("../images/bg_select-arrow6.gif") no-repeat right center}
a.more_details:hover {background-image:url("../images/bg_select-arrow7.gif")}

/* Main table holding the Calendar itself - not the nav buttons */
.CalendarTable
{
border:1px solid #214b75; border-collapse:collapse
}

.NavigationTable
{
border-collapse:collapse;
border:1px solid #214b75;
}


.ErrorMsg{
	color:#314B99;
	text-align:center}