body {
	background: url('../images/master/bluebg.jpg');
	margin: 0;
	padding: 0;
	text-align: left;
	height: 100%;
	color: #333;
	font:Verdana, Geneva, sans-serif;
}

#back_wrapper {
	background: url('../images/master/mainbg.jpg');
	background-repeat:repeat-x;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#wrapper {
	background: url('../images/master/contentrepeat.jpg');
	background-repeat: repeat-y;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 925px;
	min-height:625px;
}

.HiLi {
	color: #f00;
}

.overlay {
	display: none;
}
/***************************HEADER****************************************************/

#header {
	background: url('../images/master/mainheader.jpg');
	height: 164px;
	width: 925px;
	position: relative;
	
}

#accountbtn {
	display: block;
	position: absolute;
	width: 50px;
	height: 140px;
	background: url('../images/master/account_btn.png') no-repeat;
	left: 400px;
	top: 0px;
}

#accountbtn:hover {
	background: url('../images/master/account_btn.png') no-repeat;
	background-position:-50px 0px;	
}

#readingbtn {
	display: block;
	position: absolute;
	width: 50px;
	height: 140px;
	background: url('../images/master/reading_btn.png') no-repeat;
	left: 500px;
	top: 0px;
}

#readingbtn:hover {
	background: url('../images/master/reading_btn.png') no-repeat;
	background-position:-50px 0px;	
}

#testsbtn {
	display: block;
	position: absolute;
	width: 50px;
	height: 140px;
	background: url('../images/master/tests_btn.png') no-repeat;
	left: 600px;
	top: 0px;
}

#testsbtn:hover {
	background: url('../images/master/tests_btn.png') no-repeat;
	background-position:-50px 0px;	
}

#contactbtn {
	display: block;
	position: absolute;
	width: 50px;
	height: 140px;
	background: url('../images/master/contact_btn.png') no-repeat;
	left: 700px;
	top: 0px;
}

#contactbtn:hover {
	background: url('../images/master/contact_btn.png') no-repeat;
	background-position:-50px 0px;	
}

#logoutbtn {
	display: block;
	position: absolute;
	width: 50px;
	height: 140px;
	background: url('../images/master/logout_btn.png') no-repeat;
	left: 800px;
	top: 0px;
}

#logoutbtn:hover {
	background: url('../images/master/logout_btn.png') no-repeat;
	background-position:-50px 0px;	
	
}

/************************************CONTENT***********************************************/

#content {
	background: url('../images/master/contentbg.jpg');
	background-repeat: no-repeat;
	text-align:center;
	min-height: 461px;
	padding-left: 40px;
	padding-right: 40px;
}


#side_boxes {
	position: relative;
	float: left;
	width: 200px;
}

#side_header {
	font-family:Verdana, Geneva, sans-serif;
	color: #6f24b9;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	position: relative;
	height: 25px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color: #ccc;
}

#side_content {
	text-align:left;
}

#side_content h1 {
	font-family:Verdana, Geneva, sans-serif;
	color: #6f24b9;
	font-size: 12px;
	font-weight: bold;
	margin: 0 15px;
}

#side_content ul {
	margin: 0 15px;
	font-size: 14px;
	padding: 0;
	padding-left: 10px;
}

#side_content ul li {
	padding: 2px 0;
	list-style-type: none;
}

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

#side_content a:hover, #side_content  a:active {
	color: #09c;
	text-decoration:none;
}

#hintBox {
	margin: 0 auto;
	color: #f47d30;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	border-bottom-color:#09f;
	border-bottom-style:solid;
	border-bottom-width:thin;

}

#unitSelect {
	margin: 0 15px;
	width: 175px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}

#main_content {
	position: relative;
	text-align: left;
	position: relative;
	margin-left: 215px;
}

#article {
	color:#000;
	text-align: justify;
	font-size: 18px;

}

#article .subtitle {
	font-size: 18px;
	font-weight: bold;
}

#article p {
	font-size: 16px;
}

#article img {
	position: relative;
	margin: 0 10px;
	border: 0px;
	z-index: 100;
}

#main_content_noside {
	text-align: left;
	position: relative;
	background: transparent;
	margin-left: 40px;
	margin-right: 40px;
}

#buttonTable {
	text-align: center;
	width: 750px;
}

#buttonTable a img {
	border: 0px;
}

#buttonTable a {
	font-size: 19px;
	font-weight: bold;
	margin-top: 5px;
	color: #333;
}

#titleBox {
	height: 121px;
}

#titleBox span {
	display: block;
	padding-left: 5px;
	padding-right: 200px;
	padding-top: 30px;
}

#titleBox h1 {
	color: #222;
	font-size: 23px;
	line-height: 25px;
	margin: 0;
	text-align: left;
	border-bottom: 2px solid #222;
	padding-bottom: 2px;
}

#titleBox h2 {
	color: #5b5b5b;
	font-size: 22px;
	margin: 0;
	text-align: right;
	font-style: normal;
	font-family: Arial;
}


/**************************************FOOTER**************************************************/

#footer {
	background: url('../images/master/footer.jpg');
	background-repeat: no-repeat;
	background-color:#009bdb;
	width: 925px;
	height: 76px;
	text-align: center;
	color:#d4e351;
	padding-top: 20px;
}

#footer a {
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover {
	font-family:Verdana, Geneva, sans-serif;
	color:#d4e351;
	font-weight:normal;
	text-decoration:none;
}

/**********************************************************************************************/

input.text {
	margin-bottom: 5px;
	width: 200px;
	border: 1px solid #333;
	background: #ddd;
}

input.button, button {
cursor: pointer;
background-color:#FEE53B;
border:1px solid #3C9BEB;
color:#000000;
font-weight:bold;
}

.error {
	font-weight: bold;
	color: #f00;
}

.standardTable {
	font-size: 13px;
	background: #efe;
	border-collapse: collapse;
	width: 650px;
}

.standardTable th {
	text-align: center;
	font-weight: bold;
	border: 1px solid #333;
	background: #fff;
}

.clear {
	height: 0;
	clear: both;
}

#fullContent {
	margin: 0 50px;
	text-align: justify
}

.standardTable td {
	border: 1px solid #333;
}

	.titleBox {
		display: inline-block;
		padding: 5px;
	}
	
	.titleBox h1, .titleBox h2 {
		display:inline;
	}
		

	.backEnd label {
		width: 125px;
		font-size: 16px;
	}

	.backEnd input {
		float: left;
	}

	.backEnd input.error {
		background: #ffc;
		color: #000;
		font-weight: normal;
	}

	.backEnd label.error {
		text-align: left;
		width: 350px;
		color: #f00;
		margin-left: 10px;
		font-size: 12px;
		line-height: 16px;
		font-weight: normal;
	}

	.backEnd br {
		clear: left;
	}

	ul.resourceList {
		margin: 5;
		padding: 0;

	}

	ul.resourceList li {
		list-style-type: non;
		display: inline;
		padding: 0;
		margin: 2px;
		border: 1px solid #000;
	}

	ul.resourceList li a {
		width: 20px;
		height: 20px;
		padding: 0 3px;
		background: #fee53c;
	}

	table.resourceTable {
		width: 100%; vertical-align: top;
	}

	table.resourceTable td{
		text-align: center;
		font-size: 14px;
		vertical-align: top;
		width: 25%;
	}
	
	table.gradeTable {
		width: 100%;
		vertical-align: top;
	}
	
	table.gradeTable td {
		text-align: center;
		width: 12.5%;
	}

	.cClass {
		display: inline-block;
		padding: 1px;
		border: 1px solid #396;
		background-color: #cfc;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
	}
	
	a {
	font-family:Verdana, Geneva, sans-serif;
	color:#09c;
	font-weight:normal;
	text-decoration:none;
		
	}
	
	a:hover{
	font-family:Verdana, Geneva, sans-serif;
	color:#f60;
	font-weight:normal;
	text-decoration:none;
		
	}