/** {
	 old-style reset here :) 
	border: 0px;
	padding: 0px;
}*/
.calendarbody {
	font-family: Helvetica;
	background: white;
	text-align: center;
	background: url(Images/body.png) repeat-x;
}

.calendarbody th {
	padding: 6px 0px !important;
	/*text-align: left;*/
	background-color: transparent;
	border: 0px;
}

/*table th {
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
	border: solid 1px #f7f7f7;
}*/

.calendarbody h1 {
	padding-top: 20px;
	font-size: 18px;
	color: #335;
}

#ScheduleCalendar table {
	/*border-collapse: separate;*/
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 20px;
	width: auto;
}

#ScheduleCalendar td, #ScheduleCalendar th {
	width: 71px;
	height: 71px;
	text-align: center;
	vertical-align: middle;
	background: url(Images/cells.png);
	color: #444;
	position: relative;
}

#ScheduleCalendar th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}

#ScheduleCalendar td:hover, #ScheduleCalendar th:hover {
	background-position: 0px -81px;
	color: #222;
}

#ScheduleCalendar td.date_has_event {
	background-position: 162px 0px;
	color: white;
}

#ScheduleCalendar td.date_has_event:hover {
	background-position: 162px -81px;
	cursor: pointer !important;
}

#ScheduleCalendar td.padding {
	background: url(Images/calpad.jpg);
}

#ScheduleCalendar td.today {
	background-position: 81px 0px;
	color: white;
}

#ScheduleCalendar td.today:hover {
	background-position: 81px -81px;
}

.events {
	position: absolute !important;
	z-index: 999 !important;
}

.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(Images/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 235px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}

.events li {
	padding-bottom: 5px;
}

.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}

.events li span.title {
	font-weight: bold;
	color: #222;
}

/* Medium Calendar */
#ScheduleCalendarMedium table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 20px;
	width: auto;
}

#ScheduleCalendarMedium td, #ScheduleCalendarMedium th {
	width: 51px;
	height: 51px;
	text-align: center;
	vertical-align: middle;
	background: url(Images/cellsmid.png);
	color: #444;
	position: relative;
}

#ScheduleCalendarMedium th {
	height: 30px;
	font-weight: bold;
	font-size: 13px;
}

#ScheduleCalendarMedium td:hover, #ScheduleCalendarMedium th:hover {
	background-position: 0px -61px;
	color: #222;
}

#ScheduleCalendarMedium td.date_has_event {
	background-position: 122px 0px;
	color: white;
}

#ScheduleCalendarMedium td.date_has_event:hover {
	background-position: 122px -61px;
	cursor: pointer !important;
}

#ScheduleCalendarMedium td.padding {
	background: url(Images/calpadmid.jpg);
}

#ScheduleCalendarMedium td.today {
	background-position: 61px 0px;
	color: white;
}

#ScheduleCalendarMedium td.today:hover {
	background-position: 61px -61px;
}

.events {
	position: absolute !important;
	z-index: 999 !important;
}

.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(Images/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 230px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
/*.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}*/

/* Small Calendar */
#ScheduleCalendarSmall table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 5px auto;
	font-size: 12px;
}

#ScheduleCalendarSmall td, #ScheduleCalendarSmall th {
	width: 32px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	background: url(Images/cellssmall.png);
	color: #444;
	position: relative;
}

#ScheduleCalendarSmall th {
	height: 20px;
	font-weight: bold;
	font-size: 11px;
}

#ScheduleCalendarSmall td:hover, #ScheduleCalendarSmall th:hover {
	background-position: 0px -32px;
	color: #222;
}

#ScheduleCalendarSmall td.date_has_event {
	background-position: 64px 32px;
	color: white;
}

#ScheduleCalendarSmall td.date_has_event:hover {
	background-position: 64px -32px;
}

#ScheduleCalendarSmall td.padding {
	background: url(Images/calpadsmall.jpg);
}

#ScheduleCalendarSmall td.today {
	background-position: 32px 0px;
	color: white;
}

#ScheduleCalendarSmall td.today:hover {
	background-position: 32px -32px;
}

.overflow-hidden {
	overflow:hidden;	
}

.large-link a {
	font-size: 1.4em;
}