/* 
===============================
CSS Design by Benet Leong 2007.
===============================

Color Pallette:
#AEE239; ==> #00DDCC (links, button hover)
#AEE239; ==> #00AACC (backgrounds)
#8FBE00;
#F9F2E7;
#FF4411;
#00A8C6; ===> #555CCC
#FFFFFF;
#00AACC; ===> #666CCC
#9ea219; ===> #7755CC

===============================
*/

/* <<<<<<<<<<<<<<<<<<<< GLOBAL STUFFS >>>>>>>>>>>>>>>>>>>>>> */
html, body { 
	height: 100%; 
}

a:link { color: #00DDCC; text-decoration: underline; }
a:active { color: #00DDCC; text-decoration: underline; }
a:visited { color: #00DDCC; text-decoration: underline; }
a:hover { color: #00DDCC; text-decoration: underline; }

#front-container a {
	color: #7755CC;
}

#footer-container a {
	color: #7755CC;
}

label {
	width: 160px;
	display: inline-block;
}

body {
	font: 12px/1.8 Lucida Sans, Verdana, Arial, sans-serif;
	background: #f9f2e7;
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
	text-align: center;
	
}

#err_msg {
	background: #ff4411;
	color: #fff;
	padding-top:5px;
	padding-bottom:5px;
}

#done_msg {
	background: #8FBE00;
	color: #fff;
	padding-top:5px;
	padding-bottom:5px;
}

#sm_err_msg {
	background: #8FBE00;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}

#sm_done_msg {
	background: #8FBE00;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}

#message-float {
	font-size: 85%;
	text-align: left;
	width:200px;
	background: #ff4411;
	color: #fff;
	padding:5px 5px 5px 5px;
	float: right;
}

#logout-link {
	text-align: right;
	width:80px;
	float: right;
}

.clearspace {
	height: 10px;
}

.button {
	font-size: 100%;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #fefefe;
	background: #fefefe;
	color: #000;
	height: 22px;
}

.button:hover{
	font-size: 100%;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #fefefe;
	background: #00DDCC;
	color: #000;
	height: 22px;
}

.button:disabled{
	font-size: 100%;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #fefefe;
	background: #D0D0D0;
	color: #F0F0F0;
	height: 22px;
}

.input-text {
	border: 1px solid #555CCC;
	border-width: 1px 0 0 1px;
	background: #a0f3f3;
	padding: 5px;
}

.input-text:hover {
	border: 1px solid #555CCC;
	border-width: 1px 0 0 1px;
	background: #fefefe;
	padding: 5px;
}
/* <<<<<<<<<<<<<<<<<<<< FRONT PAGE STUFFS >>>>>>>>>>>>>>>>>>>>>> */

#front-header {
	background: #555CCC;
	color: #f9f2e7;
	height: 400px;
	margin: 0 auto;
	padding: 10 auto;
}

#front-line {
	background: #00AACC;
	min-height: 10px;
	margin: 0 auto;
	padding: 0 auto;
}

#front-container {
	text-align: center;
	padding:0;
	margin: 0 auto;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

#header-content, #container-content {
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
}

#top-image {
	padding-top: 20px;
	text-align: right;
}

#login {
	margin-left:80px;
	padding-top: 0px;
	text-align: right;
}

#login-notices {
	color: #00DDCC; 
	font-weight: bold;
}


/* <<<<<<<<<<<<<<<<<<<< STUDENTS STUFFS >>>>>>>>>>>>>>>>>>>>>> */

#student-container {
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
}

#student-header {
	text-align: right;
	background: #666CCC;
	color: #f9f2e7;
	min-height: 50px;
	margin: 0 auto;
	padding: 5px 50px 5px 50px;
}

#student-content {
	color: #FFF;
	text-align: left;
	font-weight: bold;
	min-height:400px;
	background: #666CCC;
	margin: 0 auto;
	padding: 15px 50px 15px 50px;
}

#student-topmenu {
	text-align: right;
	margin: 0 auto;
	padding-right: 5px;
}

#student-line {
	background: #00AACC;
	min-height: 5px;
	margin: 0 auto;
	padding: 0 auto;
}

#student-ftu {
	text-align: left;
	width:450px;
}

#student-ftu td {
	text-align: left;
}

#student-ftu input {
	border: 1px solid #40c0cb;
	border-width: 1px 0 0 1px;
	background: #40c0cb;
	padding: 5px;
	width: 150px;
}

#student-ftu input:hover, input:focus,  select:hover, select:focus {
	background: #fff;
}

#student-ftu .button {
	font-size: 85%;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #fefefe;
	background: #fefefe;
	color: #000;
	width: 60px;
}

#student-det {
	background: #00AACC;
	padding: 5px;
	color: #000;
	width: 350px;
	float:right;
	font-size: 90%;
	text-align: left;
    border: 1px solid #FFF;
}

#student-det a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.editenrol {
	background: #FFFFFF;
	margin: 5px;
	color: #000;
	text-align: left;	
	border: 1px solid #00AACC;
}

/* <<<<<<<<<<<<<<<<<<<< SUBJECTS STUFFS >>>>>>>>>>>>>>>>>>>>>> */

#disp-subjects {
    color: #000;
	font-weight: normal;
	text-align: left;
	width:100%;
}

#disp-subjects table {
	text-align: left;
	border-spacing:0;
	margin: 0 auto;
	padding: 0 auto;
	width:100%;
}

#disp-subjects .title {
    background: #00AACC;
	padding: 5px;
	font-weight:bold;
}

#disp-subjects .classes {
	padding: 2px 0px 0px 0px;
}

#disp-subjects .classes a {
	color: #000;
}

#disp-subjects .classes a:hover {
	color: #000;
}

#disp-subjects .classes:hover {
	color: #000;
	background:#F9F2E7;
}

.csvlist {
	text-align: center;
	background: #00AACC;
	line-height:20px;
	font-weight: bold;
}

.csvlist-even {
	text-align: center;
	background: #CFCFCF;
	line-height:20px;
}

.csvlist-even:hover {
	color: #000;
	text-align: center;
	background: #FFFFFF;
	line-height:20px;
}

.csvlist-odd {
	color: #000;
	text-align: center;
	background: #AFAFAF;
	line-height:20px;
}

.csvlist-odd:hover {
	text-align: center;
	background: #FFFFFF;
	line-height:20px;
}

