/* Right Column 
*********************************************/

#stuContent {
	position: relative;
	width: 768px;
	background: transparent url(../../images/students/rightbg.jpg) repeat-y top right;
	overflow: hidden;
}

#StudentRight {
	width: 270px;
	padding-top: 10px;
	float: right;
	height: 100%;
}

#homenav {
	background: transparent url(../../images/students/snavbg.gif) no-repeat top left;
}


#stuContent a {
	color: #6d7dd3;
}

#stuContent a:hover {
	background-color: #C2D6EF;
}




#StudentRight h3 {
	margin: 0;
	padding: 0;
}

#StudentRight dl, #StudentRight dt, #StudentRight dd {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

#StudentRight dl {
	margin: 15px 0;
	font-size: 90%;
}

#StudentRight dd {
	text-transform: uppercase;
	font-size: 80%;
}

span.students-moreevents {
	display: block;
	text-align: center;
	font-size: 75%;
}


form.studentlogin-form {
	margin: 0;
	padding: 0;
	width: 280px;
}

table.studentlogin-table {
	color: #000;
	padding: 0;
	margin: 0;
	font: normal 75%/75% 'arial',tahoma,sans-serif;
}

table.studentlogin-table a {
	font-size: 80%;
	margin-right: 10px;
}

td.formlabel {
	text-align: right;
}

img.studentsevent {
	margin: 25px auto;
	padding: 0;
	border: 2px solid #000;
}

h4 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #6d7dd3;
	font-size: 115%;
	width: 100%;
	text-align: center;
}

input.studentinput {
	width: 145px;
	padding: 3px;
	font-size: 125%;
	font-weight: bold;
	border: 1px solid #000;
}




#StudentContent {
	padding: 15px 0 0 15px;
	width: 446px;
}

#StudentContent p {
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 80%;
}

fieldset.featuredstudent {
	border: 2px solid #F4AC5A;
	position: relative;
}

img.featstudent-image {
	position: absolute;
	top: 0;
	left: 0;
}

#featstudent-content {
	margin-left: 125px;
}

#featstudent-content h5 {
	color: #858586;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 10px 0;
}

#featstudent-content p {
	font-size: 77%;
	margin: 0;
	padding: 0;
}

span.studentname {
	color: #000;
}

span.feat-studentread {
	display: block;
	text-align: right;
	font-size: 77%;
	margin-bottom: 5px;
}

div.student-latestnews {
	margin: 430px;
	height: 180px;
	overflow: visible;
	margin: 0;
	padding: 0;
}

#newsinfo p {
	margin: 0 0 20px 0;
	padding: 0;
}

#loginStatus {
	display: block;
	margin-right: 15px;
	padding: 5px;
	background-color: #ECEFF6; 
	font-size: 85%;
}

/* Gallery
**************************************************/

#gallery {

}

#photoAlbums {
	margin: 0 10px;
}

#photos {
	padding: 0 0 20px 0;
	text-align: center;
}

#photos a:hover {
	background-color: transparent;
}

#photos img {
	margin: 5px 10px;
	padding: 5px;
	background-color: #EEF1F6;
	border:  1px solid #DDE4F6;
}

#photos img:hover {
	background-color: #D5DBE6;
}

#next-previous {
	position: relative;
	margin: 5px 0 5px 0;
	padding: 10px 0 10px 0;		
	display: block;
	width: 480px;
	z-index: 1;
}
	
	#next-previous ul {
		margin: 0 5px 0 0;
		padding: 0;
		display: inline;
		list-style-type: none;
		z-index: 1;
	}
		
	#next-previous li {
		margin: 0;
		padding: 0;
		display: inline;
		z-index: 1;		
	}
		
	#next-previous a {
		padding: 3px 7px 5px 7px;
		font-size: 11px;
		color: #7282D5;
		text-decoration: none;
		border: 1px solid #7282D5;
	}
		
	#next-previous a:hover {
		color: #fff;
		background-color: #9EB6EC;
		border-color: #7282D5;
	}
		
	#next-previous li.current {
		padding: 3px 7px 5px 7px;
		font-size: 11px;
		color: #fff;
		text-decoration: none;
		background-color: #7282D5;
		border: 1px solid #4858AA;
	}
	
	
	#next-previous li.spacer {
		padding: 3px 7px 5px 7px;
		font-size: 11px;
		color: #333;
	}	
	

/* Forms
******************************************************/
table.form tr {
	padding: 10px 0;
}

	table.form tr.last th, table.form tr.last td { border-bottom: none; }

table.form th {
	padding-top: 10px;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px solid #DCE6FB;
}

table.form td {
	border-bottom: 1px solid #DCE6FB;
}

table.form label {
	font-size: 75%;
	color: #6d7dd3;
	font-weight: bold;
}

table.form p {
	display: block;
	margin: 4px 0 4px 0;
	padding: 0;
	color: #999;
	font-size: 90%;
}

table.form input.bigInput {
	width: 275px;
}

table.form input.submit {
	color: #333333;
}

table.form input {
	color: #485F97;
}

table.form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #485F97;
}

#StudentContent p.error {
	margin: 10px;
	padding: 10px 0 10px 35px;
	font-weight: bold;	
	background: transparent url(../../images/error.gif) no-repeat 10px 50%;	
	border-top: 1px solid #F0CB78;
	border-bottom: 1px solid #F0CB78;
	background-color: #F9EBCD;
}

#StudentContent p.success {
	margin: 10px;
	padding: 10px 0 10px 35px;
	font-weight: bold;
	background: transparent url(../../images/success.gif) no-repeat 10px 50%;	
	border-top: 1px solid #B1DDAA;
	border-bottom: 1px solid #B1DDAA;
	background-color: #CBE1C7;
}