#calendar h1
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:14px;
	font-weight: bold;
	color:#000;
	text-align:center;
	width:100%;
	margin:0;
	padding-top: 15px;
	padding-bottom: 15px;
}

html, body {
	height: 100%;
}

body
{
	font-size:120%;
	margin:0;
	background-color: #FFF;
    background-repeat: repeat;
}

a, a:active {
	color: #000;
}

a img {
	border: 0;
	padding: 0;
	margin: 0;
}

.cake-sql-log
{
	clear: both;
}

#calendar-terms {
	width: 100%;
	height: 250px;
	overflow: auto;
	font-size: 12px;
	border-bottom: 1px inset #000;
	border-top: 1px inset #000;
}

#calendar-week {
	background-color: #0A004D;
}

#calendar-popup-wrapper
{
	display:none;
	background-color:#FFF;
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	width:505px;
	min-height:600px;
	height:auto !important;
}

#calendar-wait h1 {
	position: relative;
	top: 40%;
	background-color: inherit;
	color: #CCC;
}

#calendar-title {
	text-align: left;
	width: 708px;
	clear: both;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	border-bottom: 2px solid #0A004D;
	}

#listing-date-range {
	font-size: 11pt;
	font-weight: bold;
	width: 476px;
	text-align: left;
	margin: 20px 18px 0px 18px;
	color: #0A004D;
	float: left;
}

#calendar-wait {
	position: absolute;
	top: 0;
	left: 0;
	width: 645px;
	height: 100%;
	min-height: 100%;
	opacity: .80;
	background-color: #333;
	z-index: 999;
}

#calendar-wait-bottom {
	width: 100%;
	height: 100%;
	position: relative;
	bottom: 0;
}

#calendar--close
{
	text-align:right;
}

#calendar-popup-close input
{
	background-color:#333;
	color:#FFF;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	border:0;
	padding:3px;
}

#calendar-popup
{
	height:auto;
	background-color:#FFF;
}

#calendar-prev-next-container {
    color: #000;
    background: #FFF;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 24px;
}

#CalendarCalendarId {
	width: 10em;
	padding: 0;
	margin: 0;
}

#calendar
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	width: 210px;
}

#calendar-days
{
	width:100%;
	margin:0;
	padding:0;
	font-family: Verdana, Myriad, Arial, Helvetica, sans-serif;
}

#calendar-days li {
	background-color: rgb(204, 204, 204);
}

#calendar-days li.calendar-padding
{
	width:28px;
	height:21px;
	float:left;
	list-style:none;
	text-align: right;
	background-color: white;
	margin-left: 1px;
	margin-right: 1px;
}

#calendar-days li.day
{
	width:30px;
	height:23px;
	float:left;
	list-style:none;
	background-color:#FFF;
	color: #000;
	font-weight: bold;
	text-align: left;
	border-style: none;
	text-indent: 5px;
	font-size: 14px;
}

#calendarsIndexForm {
	padding: 0;
	margin: 0;
	float: right;
}

#calendarsIndexForm select {
	padding: 0;
	margin: 0;
}

#calendar-week
{
	background-color:#0A004D;
	height:23px;
	width:100%;
	text-align:left;
	font-weight: bold;
	margin:0;
	text-indent: 5px;
	padding:0;
	margin-bottom: 2px;
}

#calendar-week li
{
	width:30px;
	height:19px;
	float:left;
	list-style:none;
	margin-top: 4px;
}

.calendar-date
{
	background-color:#FFF;
	border:#333 solid 1px;
	color:#000;
	text-align:left;
	width:28px;
	height:21px;
	font-size:12px;
	font-weight:700;
	background-repeat:no-repeat;
}

#calendar-events
{
	margin-top:20px;
	font-size:12px;
	width:100%;
	background-color:#FFF;
}

.calendar-show-more {
	margin-top: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.calendar-show-more a {
	color: #FFF;
	text-decoration: underline;
}

#calendar-header span {
	padding-top: 10px;
}

#calendar-printer-friendly {
	float: right;
	padding-right: 5px;
}

#calendar-printer-friendly a {
	text-decoration: underline;
	color: #FFF;
}

#calendar-breadcrumb {
	float: left;
	padding-left: 5px;
}

#DateDateYear {
	width: 4.5em;
}

#DateDateMonth {
	width: 5.5em;
}

#small-calendar {
	margin-top: 10px;
	width: 210px;
	height: 230px;
	float: left;
}

#events {
	width: 476px;
	min-height: 450px !important;
	float: left;
}

#calendar-options {
	width: 100%;
}

#calendar-options-right {
	float: right;
	margin-right: 28px;
}

#calendar-days li.past_date {
	color: #AAAAAA;
	}
	
#calendar-days li.today {
	background-color: #EEDDFF;
	}
	
#no-events {
	background-color: #EEDDFF;
	color: #0A004D;
	text-align: center;
	display: block;
	margin: 1em;
	font-style: italic;
	padding: 1em;
}

.event-list {
    margin: 1em;
    text-align: left;
}

.event-list h1 {
    margin: 1em 0;
    text-align: center;
}

.event-photo {
    clear: both;
    margin: 1em auto;
    text-align: center;
    width: 100%;
    display: block;
}

#event-left {
    float: left;
    width: 50%;
}
#event-right {
    float: right;
    clear: right;
    width: 50%;
}
