@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-size: 14px;
}
body{
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
ul{
	padding-left: 25px;
	padding-right: 25px;
}
img{
	border:0px;
}
.vertAlign td{
	vertical-align: top;
}
/*DESIGN*/
#masterContainer{
	text-align:center;
	/*background-image: url(images/UC.png);*/
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
#main{
	width:800px;
	margin-right: auto;
	margin-left: auto;
}
	#header{
		background-image: url(images/mainTop.gif);
		background-repeat: no-repeat;
		height: 261px;
		width: 800px;
	}
	#nav{
		background-image: url(images/navBG.gif);
		background-repeat: no-repeat;
		height: 33px;
		width: 800px;
		vertical-align: top;
		text-align: center;
	}
		#nav a{
			color: #FFFFFF;
			text-decoration: none;
			margin-right: 15px;
			margin-left: 15px;
			font-weight: bold;
			position: relative;
			top: 6px;
		}
		#nav a:hover{
			color: #FFA8AA;
		}
	#body{
		text-align: left;
		width: 800px;
		background-image: url(images/body.gif);
		background-repeat: repeat-y;
	}
		#pageTitle, #month{
			font-size: 24px;
			padding-top: 25px;
			padding-bottom: 25px;
			font-weight: bold;
			color: #5353FF;			/*color: #8281ff;*/
		}
		.subTitle, #weekdays{
			font-size: 18px;
			color: #af021e;
			font-weight: bold;
		}
		.subSubTitle{
			color: #666666;
			font-weight: bold;
		}
		a{
			color: #5353FF;
			font-weight: bold;
			text-decoration: none;
		}
		a:hover{
			color: #000000
		}
		p{
			/*text-indent: 10px;*/
			padding-bottom: 25px;
		}
		div.hr{
			height: 5px;
			background: url(images/hr.jpg) no-repeat scroll left;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		div.hr hr{
			display: none;
		}
		.content{
			width:750px;
			margin-left: 25px;
		}
		#calendar{
			padding-top: 25px;
		}
			#calendar tr.dates td{
				border: 2px solid #000000;
				height: 100px;
				width: 100px;
				vertical-align: top;
			}
			#month{
				padding-top: 0px;
				padding-bottom: 0px;
				height: auto;
				width: auto;
			}
			.eventTitles{
				padding: 5px;
			}
				.eventTitles a, .eventTitles{
					font-size: 10px;
				}
			#weekdays td{
				height: 20px;
				text-align: center;
				border: 2px solid #000000;
			}
			.todaysDate{
				background-color: #af021e;
			}
			.todaysDate a{
				color: #FFFFFF;
			}
			.todaysDate a:hover{
				color: #CCCCCC;
			}
			.date{
				float: right;
				border: 2px solid #000000;
				position: relative;
				bottom: 2px;
				left: 2px;
				height: 25px;
				width: 25px;
				text-align: center;
				vertical-align: middle;
				background-color: #FFFFFF;
			}
			#calendar td.shade{
				background-color: #999999;
			}
			#calendar tr.top td{
				vertical-align: bottom;
			}
			.errorBox, .successBox{
				color: #FFFFFF;
				border: 3px solid #000000;
				padding: 10px;
				margin-bottom:25px;
				display: inline-block;
			}
			.errorBox{
				background-color: #af021e;
			}
			.successBox{
				background-color: #00CC00;
			}
		.eventList{
			/*margin-bottom:25px;*/
		}
			.eventList tr td{
				margin:0px;
				border-bottom-width: 3px;
				border-bottom-style: solid;
				border-bottom-color: #000000;
			}
			.eventList tr.title td{
				color: #FFFFFF;
				font-weight: bold;
				background-color: #af021e;
				border: 3px solid #000000;
			}
			.eventList tr td{
				padding: 5px;
				color:#000000;
				text-align: center;
				vertical-align: middle;
			}
			.eventList tr td a{
				color:#FFFFFF;
			}
			.eventList tr td a:hover{
				color:#D9DBF9;
			}
			.eventList tr.s1 td{
				background-color:#8281ff;
			}
			.eventList tr.s2 td{
				background-color: #9F9FFF;
			}
	#upcoming{
	}
		#upcoming div.weekOfEvents1, #upcoming div.weekOfEvents2{
			background-color: #8281ff;
			border-right-width: 2px;
			border-bottom-width: 2px;
			border-left-width: 2px;
			border-right-style: solid;
			border-bottom-style: solid;
			border-left-style: solid;
			border-right-color: #000000;
			border-bottom-color: #000000;
			border-left-color: #000000;
			padding: 5px;
		}
		#upcoming div.weekOfEvents2{
			background-color: #9F9FFF;
		}
		#upcoming div.title{
			font-weight: bold;
			font-size: 18px;
			padding: 5px;
			background-color: #af021e;
			color: #FFFFFF;
			border: 2px solid #000000;
		}
		#upcoming div.weekDay{
			font-size: 16px;
			font-weight: bold;
		}
		#upcoming div.event, #upcoming div.no-event{
			padding: 5px;
			margin-bottom: 5px;
			display: block;
			overflow: hidden;
		}
		#upcoming div.no-event{
			font-style: italic;
			color: 666666;
		}
		#upcoming div.event{
			background-color: #FFFFFF;
		}
	#copyright, #copyright a{
		font-size: 10px;
		color: #999999;
		text-align: center;
	}
		#copyright a{
			color:#000000;
		}
		#copyright{
			padding-top: 25px;
		}
	#footer{
		background-image: url(images/mainBottom.gif);
		background-repeat: no-repeat;
		height: 26px;
		width: 800px;
	}