@charset "UTF-8";
/* CSS Document */

/* loading page section */

#calendar-spacer {
	position: relative;
	border: 1px solid #999;
	background: #C9C9C9 url(images/calendar/grey-back.jpg) left bottom repeat-x scroll;
	/*margin: 0 auto;*/
	left: 3px;
	bottom: 5px;
	clear:none;
	width: 480px;
	float: left;
}

#side-calendar {
	border: 1px solid #B1953A;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 0 5px 0;
	background-color: #F5EDDA;
	width:470px;
	min-height: 240px;
	}

* html body #side-calendar {
	height: 240px;
}

#catwrap {
	/*width: 212px;*/
	width: 98%;
	margin: 0 0 4px 5px;
	}
	
#cat {
	/*width: 212px;*/
	width: 100%;
	}

/* Calendar format */

.seperator {
	clear: both;
	height:1px;
}

#small-calendar {
	position: relative;
	margin: 5px;
	width: 238px;
	border: 1px solid #304091;
	min-height: 183px;
	background-color: white;
	float: left;
	/*z-index: 900;*/
	}

* html body #small-calendar {
	height: 183px;
	}

div a {
	color: #304091;
	}

.date-header {
	text-align: center;
	margin: 2px;
	height: 26px;
	border-bottom: 1px solid #304091;
	}
	
#prevmonth, #nextmonth {
	width: 28px;
	float: left;
	}

#nextmonth {
	float: right;
	}

.row {
	clear: both;
	height: 30px;
	margin: 0 auto;
	}

* html body .row {
	width: 200px;
	}

.row a {
	font-weight: bold;
	color: #98002E;
	}

.header, .weekday, .weekend, .today, .notinmonth {
	width: 28px;
	height: 24px;
	margin: 2px;
	text-align:center;
	float: left;
	position: static;
	z-index: 1;
	}

* html body .header, * html body .weekday, * html body .weekend, * html body .today, * html body .notinmonth { 
	margin: 1px;
	}

.header:hover, .weekday:hover, .weekend:hover, .today:hover {
	position: relative;
	}
	
.header {
	width: 30px;
	}

.notinmonth {
	border: 1px solid #CCC;
	background-color: #EEE;
	}

.weekday {
	border: 1px solid #304091;
	}
	
.weekend {
	background-color: #F1E5C8;
	border: 1px solid #F1E5C8;
	}

.today {
	background-color: #CAD9EF;
	color: #304091;
	border: 1px solid #304091;
	z-index: 1;
	}

.today a {
	/*color: #233E99;*/
	font-weight: bold;
	}
	
.selected {
	background-color: #FFE7F9;
	border-color: #D476D9;
}

.today .popup {
	color: black;
	}

.today .popup a {
	color: #304091;
	font-weight: normal;
	}

.today .popup strong a {
	font-weight: bold;
	}

.popup {
	display: none;
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: #AEAECE;
	border: 1px solid #D6D6D6;
	width: 300px;
	font-size: 85%;
	text-align: left;
	z-index: 1000;
	}

.popup a {
	color: #304091;
	}

.popup div {
	position: static;
	margin: 1px;
	background-color: #FFFEE9;
	padding: 3px;
	}

.times {
	margin: 0;
	float: right;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	background: none;
	}

.weekday:hover .popup, .today:hover .popup, .weekend:hover .popup {
	display: block;
	}

/* Date Change Popup */

#date-change {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 238px;
	background: url(images/backpng.png);
	z-index: 2000;
	}

#date-change .date-header {
	position:relative;
	background-color: white;
	border-bottom: 1px solid #304091;
	width: 100%;
	margin: 0 auto;
	padding-top: 2px;
	text-align: center;
	}

#date-change .body {
	background-color: white;
	position:relative;
	width: 95%;
	margin: 0 auto;
	padding: 2px 2px 20px 2px;
	border-left: 1px solid #B1953A;
	border-right: 1px solid #B1953A;
	border-bottom: 1px solid #B1953A;
	}

#date-change .body p {
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 1em;
	}

#date-change .ok {
	display: block;
	border: 1px solid #304091;
	padding: .25em;
	margin: 0 auto;
	width: 4em;
	text-align: center;
	text-decoration: none;
	}

#date-change .ok:hover {
	background-color: #304091;
	color: white;
	font-weight: bold;
	}

/* List format */

#event-list {
	width: 210px;
	margin: 5px 0 5px 0;
	padding: 2px;
	background-color: white;
	border: 1px solid #B1953A;
	float:left;
	}

.noevent {
	position: relative;
	top: 55px;
	text-align: center;
	}
	
.scrollUp {
	height: 7px;
	background: url(images/calendar/up-button.gif) center top no-repeat scroll;
	cursor: pointer;
}

.scrollUp:hover {
	background-image: url(images/calendar/up-button-over.gif);
}

.scrollDown {
	height: 7px;
	background: url(images/calendar/down-button.gif) center bottom no-repeat scroll;
	cursor: pointer;
}

.scrollDown:hover {
	background-image: url(images/calendar/down-button-over.gif);
}

ul.calendar {
	list-style: none;
	overflow: hidden;
	width: 210px;
	height: 191px;
	padding: 0;
	margin: 1px 0 1px 0;
	position: relative;
	z-index: auto;
	}

ul.calendar #clip {
	position: relative;
	margin-top: 0;
	}

ul.calendar li {
	display: block;
	width: 204px;
	height: 55px;
	border: 1px solid #D6D6D6;
	background: url(images/calendar/list-back2.gif) left center repeat-x scroll;
	font: 80% Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 2px 0 2px 0;
	overflow: hidden;
	position: relative;
	z-index: auto;
	z-index: 0;
	}
	
ul.calendar li.red {
	background: url(images/calendar/list-back-red.gif) left center repeat-x scroll;
}

ul.calendar li.blue {
	background: url(images/calendar/list-back-blue.gif) left center repeat-x scroll;
}
	
ul.calendar li strong.date {
	font-size: 120%;
	color: #98002E;
}

ul.calendar li .title {
	font-weight: bold;
	line-height: 2em;
	width: 170px;
	height: 2em;
	overflow: hidden;	
	}

ul.calendar li p {
	margin-top:0;
	font-style: italic;
}
	
ul.calendar li:hover {
	border: 1px solid #304091;
	background: url(images/calendar/list-back-active2.gif) left center repeat-x scroll;
	}