@charset "utf-8";
/* CSS Document */
@import url(css_reset.css);

/* General tag css */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	margin-bottom: 0px; 
	background-image:url(../images/bg.jpg); 
	background-repeat:repeat;
	height:100%;

}

body,td,th, .form_textArea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 0.2in;
}


a:link {
	color: #999;
	text-decoration:none
}
a:visited {
	color: #666;
	text-decoration:none;
}

a:hover {
	color: #902348;
	
}

a:active {
	color: #902348;
	text-decoration:none;
}








/* General and form classes */
.buttons1, .buttons2{
	min-width:120px;
	padding:5px 10px; 
	height:30px; 
	background-color:#902348; 
	color:#fff;
	
}

.buttons1{
	width:auto;
	height:28px;
	padding:0 30px 0 30px;
}



.buttons2{
	height:35px;
	font-weight:normal;
}

.buttons1:hover,.buttons2:hover{
	background-color:#E67A17;
}

.text_field {
	height:20px; 
	padding:5px; 
	background-color:#FFF; 
	color:#666;
	border:1px solid #CCC;
	line-height:30px !important;
}
.form_textField {
	height:20px; 
	padding:5px; 
	background-color:#FFF; 
	border: 1px solid #666;
	color:#000;
	width:120px;
}
.form_textArea, textarea {
	padding:5px; 
	background-color: #FFF; 
	border: 1px solid #ccc;
	color:#666;
	width:150px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	letter-spacing:0.5px;
	word-spacing:3px;
}


.form_header {
	height: 20px;
	padding:5px; 
	background:url(../images/table_header.png) repeat-x; 
	border: 1px solid #999;
	color:#000;
}

.boldTag{
	font-weight:bold;
	margin:15px 0;
}

.greyHeader{
	color:#EEE;
}

.bold{
	font-weight:bold;
}
	
.text_field:hover {
	background-color:#EEE;
	color:#000;
}








/* General Divs */
#pageHead{
	background:#902348;
	width:100%;
	height:50px;
	position:fixed;
	margin:0px;
	box-shadow: 1px 1px 2px 0px #666; 
	-web-kit-shadow: 1px 2px 2px 0px #666;
	-moz-box-shadow:1px 2px 2px 0px #666;
	z-index:2000; 
}

#headerContent{
	margin:0px auto;
	width:960px;
	height:50px;
	position:static;
	z-index:1;
}

#headerText{
	text-shadow: 0px -1px 0px rgba(0,0,0,0.8);
	font-size:18px; font-weight:lighter;
	color:#FFF;
	margin:0px;
	padding:15px 10px 15px 0px;
	float:left;
}

#copyRight{
	color:#666;
	width:100%;
	height:auto;
	position:relative;
	top:130px;
	text-align:center;
}

#container{
	width:960px;
	min-height:1650px;
	display:block;
	overflow:auto;
	margin:0 auto;
	background:#FFF;
	border:1px #999 solid;
	position:static;
}












/* header region of profile page */

#search{
	padding:9px 2px;
	float:left;
	margin:0 20px 0 60px;
	position:static;
	width:30%;
}

.searchForm{
	background:#ccc;
	color:#000;
	width:100%;
	position:static;
	border: 1px solid #276B3E;
	padding:4px;
	
}
#top_links{
	float:right;
	margin:0px 18px;
	width:140px;
	height:50px;
	text-align:right;
	font-size:10px; 
	color:#FFF;
}

#top_links a{
	color: inherit;
	text-decoration:none;
}
#searchImg{
	width:25px;
	height:20px;
	float:right;
	position:relative;
	top:-24px;	
}

#schoolLogo{
	z-index:3;
	width:180px;
	position:relative;
	left:75%;
	top:-45px;
}

#advertBanner{
	color:#333;
	font-size:16px;
	font-weight:bold;
	width:700px;
	height:150px;
	margin:65px auto 10px auto;
}











/* Divs for profile page */
#dynamicContent{
	width:750px;
	margin:45px 0px 0px 0px;
	padding:20px 0;
	background:#F3F3F3;
	min-height:1040px;
}

#quickMenu{
	width: 980px;
	height: 40px;
	margin:0 auto;
	background: url(../images/quick_link_bg.jpg);
	position: fixed;
	z-index:10;
	left:0;
	right:0;
	bottom:0;
	box-shadow: 1px 5px 5px 5px #000; 
	-web-kit-shadow: 1px 5px 5px 5px #000;
	-moz-box-shadow:1px 5px 5px 5px #000;
	visibility:hidden;
}


#quickMenu ul{
	list-style:none; 
	
}

#quickMenu ul li { 
	display:inline-block; 
	padding: 10px 5px 10px 30px; 
	float:left;
	color:#333;
}
#leftNav{
	width:200px;
	height:1180px;
	float:left;

}

#mainMenu{
	width:180px;
	float:left;
	color:#666;
	padding:0px 0px 0px 20px;
}

#mainMenu li {
	background-repeat:repeat-x; 
	list-style:none;
	padding:5px 10px 5px 10px;
	
}

#mainMenu li:hover { 
	background-color:#902348; color:#FFF;
	font-weight:bold;
	padding-left:10px;
	
}
#mainContent{
	width:750px;
	border:#CCC 1px solid;
	float:right;
	margin:0 auto;
	background:#F3F3F3;
}

#profilePix{
	width:150px;
	padding:20px;
	margin:50px 0 10px 0;
	text-align:left;
	color:#902348;
	font-weight:bold;
}

#profilePix img{
	float:left;
	width:100px;
	margin-right:20px;
	margin-bottom:10px;
}

#profileName{
	color:#902348;
	font-weight:bold;
	font-size:13px;
	
}









/* Divs for index page*/
#loginTop{
	background:#902348 url(../images/login_top.jpg) repeat-x;
	width:930px;
	height:30px;
	margin:0 auto 20px auto;
	-webkit-border-radius: 0px 0 15px 15px; 
	-border-radius: 15px 15px 0px 0px; 
	border-radius: 15px 15px 0px 0px;
	font-size:16px; 
	color:#FFF;
	padding:10px 10px 0px 20px;
}

#loginArea{
	margin:0 auto 10px auto; 
	-moz-border-radius:15px 15px 15px 15px; 
	background-color:#FFF; 
	height:400px;
	width:960px;
	box-shadow: 3px 3px 5px 0px #000; 
	-moz-box-shadow:3px 3px 5px 0px #000;
	-web-kit-shadow: 3px 3px 5px 0px #000; 
	-webkit-border-radius: 15px 15px 15px 15px; 
	-border-radius: 15px 15px 15px 15px; 
	border-radius: 15px 15px 15px 15px;
	position:relative;
	top:90px;
}


#loginForm{
	border-right:1px #999 solid;
	width:430px;
	height:320px;
	float:left;
}

#loginForm table{
	width:380px;
	margin:20px auto;
}

#loginSlider{
	float:right;
	width:440px;
	height:320px;
	text-align:center;
	padding:20px 45px 0px 30px;
}
	
.table_td {
	padding: 5px;
}
