

/*---------------------------------------------------------- Formatting */


html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #333333;
	background: #000000 url(images/bg.png) repeat-x;
	font-family: Tahoma, Verdana, Arial, 'Trebuchet MS';
	line-height: 18px;
	font-size: 12px;
	text-align: center;
}
tr,td {
	text-align: left;
	vertical-align: top;
}
a:link {
	color: #511010;
	text-decoration: underline;
}
a:visited {
	color: #511010;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.bigtext {
	font-size: 17px;
	line-height: 22px;
}
.blank1 {
	background: #CCCCCC;
	border: 1px dashed #999999;
	text-align: center;
	padding: 10px;
	font-size: 10px;
	color: #999999;
}


/*---------------------------------------------------------- Layout */


#container {
	margin: auto auto;
	width: 900px;
	overflow: hidden;
	height: auto;
	text-align: left;
	background: #E5E5E5 url(images/containerbg.png);	
}
#logincontainer {
	position: absolute;
	width: 900px;
}
#loginbox {
	position: absolute;
	left: 565px;
	width: 327px;
	height: 45px;
	background: url(images/loginbg.png);	
}
#studentlogin .sid1 {
	position: absolute;
	left: 5px;
	margin: 0px;
	line-height: 0px;
	top: 18px;
	width: 120px;
}
#studentlogin .sid2 {
	position: absolute;
	left: 140px;
	margin: 0px;
	line-height: 0px;
	top: 18px;
	width: 120px;
}
#studentlogin .sid3 {
	position: absolute;
	left: 275px;
	top: 18px;
}
#header {
	display: block;
}
.headerimg {
	float: left;
	margin: 0px;
	padding: 0px;
}
#chromemenu {
	clear: both;
	float: left;
	display: block;
	line-height: normal;
}
#sidebar {
	color: #FFFFFF;
	font-size: 11px;
	clear: both;
	float: left;
	line-height: 15px;
	padding: 10px 0px;
	background:url(images/sidebarbg.png) top no-repeat;
	width: 160px;
}
#mainbody {
	width: 700px;
	background: #E5E5E5 url(images/bodybg.png) top no-repeat;
	padding: 20px;
	float: left;
}
#footer {
	color: #FFFFFF;
	clear: left;
	margin: 0px auto;
	padding: 20px;
	width: 900px;
	text-align: center;
}

.sidebaridv {
	width: 142px;
	padding: 7px 9px;
	margin: 0px;
	background: #511010 url(images/sidebaridvbg.png) top no-repeat;
}
.sidebaridv input {
	width: 135px;
	margin: 6px 0px;
}
#sharefriend_submit {
	width: 60px;
	clear: both;
	float: right;
}
.sotm {
	border: 1px solid #000000;
	margin-top: 9px;
}
.banner {
	margin-bottom: 4px;
}
#studentbody {
	clear: both;
	width: 85%;
	height: 300px;
	background: #EEEEEE;
	border: 5px solid #FFFFFF;
	padding: 10px;
}
.sfloater {
	float: left;	
	width: 160px;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.quotebox {
	float: right;
	width: 240px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #EEEEEE;
	border: 5px solid #FFFFFF;
	font-family: 'Times New Roman', Geneva, Garamond, 'Adobe Garamond', Times;
	font-size: 14px;
	line-height: 20px;
	font-style: italics;
}
.photo1 {
	float: right;
	clear: both;
	border: 5px solid #FFFFFF;
	margin-left: 10px;
	margin-bottom: 10px;
}


/*---------------------------------------------------------- Schedule Table */

#stable {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
#stablecontainer {
	border: 5px solid #FFFFFF;
}	
.theader {
	width: 15%;
	padding: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-weight: bold;
	background: #EBEBEB url(images/stable_theader.png) repeat-x;
}
.time {
	width: 10%;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background: #EBEBEB url(images/stable_time.png) repeat-x;
}
.stbox {
	width: 15%;
	height: 80px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	background: #F8F8F8;
}
.stbox_b {
	width: 10%;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	background: #EBEBEB url(images/stable_theader.png) repeat-x;
}
.time_h {
	width: 10%;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background: #EDE2AD url(images/stable_time_h.png) repeat-x;
}
.stbox_h {
	width: 18%;
	height: 80px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	background: #FBFAE1;
}