/* CSS Document */
	/*--------------------------------Calendar.css-------------------------*/
	/* CSS coded by von_squirrel - a.k.a. mr. schultz - http://www.singleboundcreative.com */
#ibox {
	behavior: url(iepngfix.htc)
}

#calendarcontainer {
	margin-right: 10px
}

#tleftcalsize {
	width: 205px;
}

#tleftcal {
	border: 1px solid #ccd554;
	color: #999999;
	font-size: 10px;
}

#tleftcal h4 {
	color: white;
	text-align: center;
	background-color: #ccd554;
	margin-top: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	margin-bottom: -10px;
}

#tleftcal a {
	color: #999999;
	text-decoration: underline;
	font-size: 10px;
}

#tleftcal a:hover {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}

#mleftcal {
	float: left;
	position: relative;
	top: 230px;
	left: -210px;
	width: 207px;
	height: 219px;
	border: none;
	color: #ff9900;
	margin-top: 5px;
}

#bleftcalsize {
	width: 205px;
	margin-top: 15px;
}

#bleftcal {
	color: #999999;
	border: 1px solid #7aade8;
	padding-bottom: 10px;
	font-size: 10px;
}

#bleftcal h4 {
	color: white;
	text-align: center;
	background-color: #7aade8;
	margin-top: 0px;
	padding: 10px 0px 10px 0px;
	margin-bottom: -10px;
	font-size: 16px;
}

#bleftcal a {
	color: #999999;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

#bleftcal a:hover {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

/* start calendar code from alanna */
#maincal {
	width: 750px;
	position: relative;
	left: 210px;
}

#calendartable {
	width: 100%;
	/*position: relative;
	 top: -274px;  */
	float: left;
	font-size: 9px;
	white-space: nowrap;
	color: #fff; 
}

#calendartable td {
	height: 50px;
	border-bottom: 1px solid #eeeeee;
	vertical-align: top;
	min-width: 30px
}

#calendartable a {
	color: #fff;
	text-decoration: none;
}

#calendartable a:hover {
	text-decoration: underline;
}

#calendartable .sched {
	width: 98%;
	padding: 1px;
	text-align: center;
	margin-bottom: 1px;
}

#calendartable .ltblue {
	background-color: #7aade8;
}

#calendartable .navy {
	background-color: #365c7f;
}

#calendartable .oj {
	background-color: #ff8111;
}

#calendartable .ltgrn {
	background-color: #ccd554;
}

#calendartable .dkgrn {
	background-color: #abb400;
}

#calendartable .gold {
	background-color: #ffad08;
}

#calendartable th {
	color: white;
	text-align: center;
	background-color: #abb400;
	border-right: 1px solid #fff;
	line-height: 1em;
	width: 12%;
	margin: 0;
	font-size: 14px;
}

#calendartable .caltime {
	width: 5%;
	color: #ff9900;
	background: #fff;
	font-weight: bold;
	text-align: right;
	padding: 5px 5px 10px 0;
	border: none;
}

#calendartable .odd {
	background-color: #f5f5f5;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	width: 100px
}

#calendartable .even {
	width: 100px
}

/* end calendar code from alanna */
.calgreyboldtext {
	color: #999999;
	font-size: 12px;
	padding: 5px 5px 10px 20px;
	font-weight: bold;
}

.calgreyregtext {
	color: #999999;
	font-size: 12px;
	padding: 0px 5px 10px 5px;
}

.calgreysmalltext {
	color: #999999;
	font-size: 11px;
	padding: 10px 5px 10px 20px;
}

.calorangeboldtext {
	color: #ff9900;
	font-size: 12px;
	padding: 5px 5px 10px 20px;
	font-weight: bold;
}

.calorangesmalltext {
	color: #ff9900;
	font-size: 10px;
	padding: 5px 5px 10px 5px;
	font-weight: regular;
}

input.calfiltertitle {
	padding: 0px 5px 5px 0;
	margin: 4px 8px 0px 0px;
	width: 100px;
	border: 1px solid #ff9900;
	height: 15px;
	font-size: 10px;
	color: #ff9900;
}

input.calfilterage {
	padding: 0px 5px 5px 0;
	margin: 8px 8px 0px 0px;
	width: 65px;
	border: 1px solid #ff9900;
	height: 15px;
	font-size: 10px;
	color: #ff9900;
}

input.calcheckbox {
	border: 1px solid #ff9900;
	width: 16px;
	height: 15px;
	margin: 5px 5px 5px 0px;
}

#noResults { font-size:12px; width:200px; color:#FF0000; font-weight:bold;  }

#noResultsTop { font-size:12px; color:#FF0000; font-weight:bold; padding:0px; margin:0px; }

#noResultsTop a { font-size:12px; color:#FF0000; font-weight:bold; padding:0px; margin:0px; text-decoration:underline; }

#noResultsTop a:hover { font-size:12px; color:#FF0000; font-weight:bold; padding:0px; margin:0px; text-decoration:none; }

#calendartable .errorMessageTop {
background-color:#fff;
	width: 5%;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 10px 0;
	border: none;
}

.greytext a {
	color: #999999;
	text-decoration: underline;
	font-size: 10px;
}

#tleftfil {
	border: 1px solid #ff9900;
	margin-top: 15px;
	width: 204px;
	/*color: #999999;
	font-size: 10px;*/
}

#tleftfil h4 {
	color: white;
	text-align: center;
	background-color: #ff9900;
	margin-top: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
}

.cleargreytext {
	color: #999999;
	font-size: 11px;
	font-weight: regular;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.cleargreytext a {
	color: #999999;
}