/* Overrides */

body {
	text-align:center;
	background: #bfbfbf url("../../shared/img/student/bg.gif") top repeat-x;
}

.contentWrapperNorm, .contentWrapper1024 {
	text-align: left;
	margin: 0px auto;
}

.dialogOuter {
	background: #fff url("../img/student/dialogBg.png") bottom repeat-x;
	border-style: none;
	border-bottom: 2px solid #585858;
	border-right: 2px solid #686868;
	border-top: 1px solid #f3f3f3;
}

.pageHeading {
	color: #369;
}

/* New */

.studentHeader {
	background: url("../img/student/logo.png") left top no-repeat;
/*	background-color: #369;
	border-bottom: 3px solid #585858;
*/
	height: 58px;
	margin-bottom: 10px;
}

.studentHeaderInner {
	background: url("../img/student/upperRightShadow.gif") right top no-repeat;
	height: 58px;
}
.studentOptions {
	position: relative;
	float: right;
	margin-right: 5px;
	top: 15px;
}
.logout {
	position: relative;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
