/* CSS Document */


/* Universal Structure */

.table {
	width: 100%;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	vertical-align: middle;
	display: block;
	position: relative;
}

.tableCaption {
	width: auto;
	height: auto;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #532C15;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

.tableHeader {
	width: auto;
	height: auto;
	padding: 0px;
	background-color: #7D563F;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
}

.tableLight {
	width: auto;
	height: auto;
	padding: 0px;
	background-color: #D3C1B4;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
}

.tableDark {
	width: auto;
	height: auto;
	padding: 0px;
	background-color: #BFA999;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
}



/* Bell Schedule Three Column */

.bsLeft {
	float: left;
	width: 275px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	overflow: hidden;
	display: block;
}

.bsRight {
	float: right;
	width: 275px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	overflow: hidden;
	display: block;
}

.BScell1 {
	width: 101px;
	height: auto;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.BScell2 {
	width: 70px;
	height: auto;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 0px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: right;
}

.BScell3 {
	width: 70px;
	height: auto;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 0px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: right;
}




/* Reunion Three Column */

.reunionCell1 {
	width: 80px;
	height: auto;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

.reunionCell2 {
	width: 380px;
	height: auto;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 0px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.reunionCell3 {
	width: 110px;
	height: auto;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 0px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}




/* Graduation List */

ul.gradList {
	width: 525px;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	list-style: none;	
	position: relative;
	display: block;
	z-index: 0;
}

li.gradList1 {
	width: 505px;
	height: auto;
	left: 0px;
	top: 0px;
	background-color: #CFD8E8;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;	
	list-style: none;
	position: relative;
	display: block;
	z-index: 0;
}

li.gradList2 {
	width: 505px;
	height: auto;
	left: 0px;
	top: 0px;
	background-color: #A9B9D6;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
	list-style: none;
	position: relative;
	display: block;
	z-index: 0;
}

.alignRight {
	width: 35px;
	height: auto;	
	left: 480px;
	top: 5px;
	text-align: right;
	position: absolute;
}
