* { margin:0; padding:0;}

body { 
	font-size:13px; 
	font-family:Arial; 
	overflow-y: auto;
}

#site_center {
	margin:0 auto; 
	text-align:left; 
	width:960px;	
}

p {
	margin-top:10px;
}

.clear { 
	clear:both;
}

a:link {
	color: #4e7ead;
	text-decoration:underline;
}

a:visited {
	color: #4e7ead;
	text-decoration:underline;
}

a:hover {
	color: #43678d;
	text-decoration:underline;
}

h3.teacherTitle {
	margin-top:0px;
	margin-bottom:0px;
	font-size:18px;
	font-weight:normal;
}

.page_layout {
	background-position:0% 0px;
	background-repeat:repeat-x;	
}

div.importantNote {
	margin-bottom:10px;
	padding:20px;
	padding-left:60px;
	border: 1px solid #0067a2;
	background-color: #94d5fb;
	background-image:url("/images/memo.png");
	background-repeat: no-repeat;
	background-position: 1% 50%;
}

.helpInformationBox {
	margin-bottom:10px;
	padding:15px;
	color:black;	
	border: 1px solid blue;
	background-color: #d7e0e7;
	display:none;
	position:absolute;
}

.courseDocs {
	margin-top:10px;
	margin-bottom:10px;
	color: #474747;
	background-color:#f5f5f5;
	border:1px solid #9cbfe6;
	padding:10px;
}

.noAvailableCourseDocs {
	color:#777777;	
}

.page_layout {
	background-position:0% 0px;
	background-repeat:repeat-x;	
}

.site_layout {
	margin-left:auto;
	margin-right:auto;
	width:925px;
	padding:10px;
	background-color:white;
}

.page_footer {
	margin-top:25px;
	text-align:center;
	color:#999999;
	font-size:10px;
}


a.webMasterLink:link {
	color: #999999;	
	text-decoration:none;
}

hr {
	border: 1px solid #9cbfe6;
}

#assistanceSection {
	display:none;
	position:fixed;
	bottom:0px;
	line-height:25px;
	width:100%;
	background-color:#F5F5F5;
	border-top:1px solid #9CBFE6;
	font-size:15px;
	padding-left:10px;
	color:#444;
}


.formLabel {
	float:left;
	width:90px;
	text-align:right;
	margin-right:5px;
}

.formInput{
	float:left;
	width:300px;
}

.clear {
	clear:both;
}

.formSeparator {
	clear:both;
	height:10px;
}

.successMessage {
	margin-bottom:10px;
	padding:5px;
	padding-left:50px;
	color:green;	
	border: 1px solid green;
	background-color: #8efa8b;
	background-image:url("/images/admin/accept.png");
	background-repeat: no-repeat;
	background-position: 2% 50%;
}

.errorMessage {
	margin-bottom:10px;
	padding:5px;
	padding-left:30px;
	color:red;	
	border: 1px solid red;
	background-color: pink;
	width:500px;
	background-image:url("/images/admin/exclamation.png");
	background-repeat: no-repeat;
	background-position: 2% 50%;
}

/* ===================== Maintenance ====================*/

#maintenancePage {
    margin:0px auto;	
    width:400px;
    margin-top:75px;
}

#maintenancePage .mainImage {
	width:400px;
	height:409px;
	background-image:url('/images/logo.jpg');
}

#maintenancePage .content {
	text-align:center;	
}

#maintenancePage .text {
	font-size:18px;	
	color:#4b78ab;
}

/* ===================== Home (Index) ====================*/

#indexPage {
    margin:0px auto;	
    margin-top:25px;
	font-family:Verdana; 
}

#indexPage .mainImage {
	height:409px;
	background-image:url('/images/logo.jpg');
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:365px;
	width:500px;
	margin:0px auto;
}

#indexPage .mainImageWrapper{
	height:409px;
	background-image:url('/images/logo-floor.jpg');
	background-repeat:repeat-x;
}

#indexPage .course {
	margin-bottom:10px;
}

#indexPage .text {
	
}

#indexPage .innerText {
	padding-top:80px;
	font-size:16px;	
}

#indexPage .konami {
	color:white;
	margin-top:10px;	
}

.konamiWindow {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

.konamiBook {
	position:absolute;
	z-index:101;
}

/* ===================== Course  (Blog) ====================*/

#courseMiscPage .miscDivList {
	text-align:left;
}

#courseMiscPage .adDivList {
	border-top:3px solid #eee;
	margin-top:40px;
	padding-top:10px;
}

#courseMiscPage .publicShare {
	margin-top:4px;
}

#courseMiscPage .twitterShare {
	float:left;
	width:110px;
}

#courseMiscPage .facebookLike {
	float:left;
	width:110px;
}

#courseMiscPage .plusOne{
	float:left;
	width:80px;
}

#courseMiscPage .comments {
	margin-top:20px;
	margin-bottom:20px;
}

#courseMiscPage .formLabel {
	width:150px;
}

#courseMiscPage .moreInfo {
	color:#888;
	font-style:italic;
	font-size:0.9em;
}

#courseMiscPage .addComment {
	margin-bottom:20px;
	padding:5px;
	border: 1px solid #DDDDDD;
}

#courseMiscPage .visitorComment {
	margin-bottom:20px;
	border:1px solid #ddd;
	padding:5px;
	background-color:#eee;
}

#courseMiscPage .visitorName {
	font-weight:bold;
}

#courseMiscPage .commentDate {
	font-style:italic;
	font-size:0.8em;
}

#courseMiscPage .commentText {
	margin-top:5px;
	margin-bottom:15px;
	border-bottom: 1px solid #DDDDDD;
	font-weight:bold;
}

#courseMiscPage #commentName {
	width:330px;
}

#courseMiscPage #commentEmail {
	width:330px;
}

#courseMiscPage #commentComment {
	width:330px;
	height:130px;
}

/* ===================== Course  (schedule) ====================*/

#courseSchedulePage table {
	font-size:0.9em;	
}

#courseSchedulePage table tr td {
	text-align:center;
	border:1px solid #dddddd;
	padding-top:5px;
	padding-bottom:5px;
	width:85px;
}

#courseSchedulePage table tr th {
	width:85px;
	text-align:center;
	border:1px solid #dddddd;
	background-color:#eeeeee;
	padding-top:5px;
	padding-bottom:5px;
}

#courseSchedulePage .hourCell {
	padding-right:5px;
	width:130px;	
}

#courseSchedulePage .teacherAvailableCell {
	background-color:#eeeeee;
	border:1px solid #dddddd;
}

#courseSchedulePage .teacherBusyCell {
	background-color:#eeeeee;
	border:1px solid #dddddd;
	color:#999999;
}

#courseSchedulePage .courseCell {
	background-color:#94D5FB;
	border:1px solid #0067A2;
}

#courseSchedulePage .noBorderCell {
	border:1px solid white;
}

/* ===================== Course  (quiz) ====================*/

#courseQuizPage h4 {
	margin-bottom:10px;
}

#courseQuizPage .adminSection {
	float:left;
	width:250px;
	padding:15px;
	min-height:120px;
}

#courseQuizPage .adminSection ul{
	list-style-position:inside;
	margin-bottom:10px;
	margin-top:10px;
}

#courseQuizPage .adminSection .timer{
	font-size:20px;
	font-weight:bold;
}

#courseQuizPage .adminSection #timer{
	color:#3333AA;
}

#courseQuizPage .resultSection {
	float:right;
	width:420px;
	margin-left:20px;
	border:1px solid black;
	min-height:150px;
	padding:15px;
}

#courseQuizPage .registerSection {
	margin-top:10px;
	padding:15px;
}

#courseQuizPage .registerSection .registerInputSection {
	margin-top:10px;
}

#courseQuizPage .registerSection .registerInputSection img{
	cursor:pointer;
}

#courseQuizPage .questionSection {
	border:1px solid black;
	min-height:200px;
	margin-top:10px;
	padding:15px;
	display:none;
}

#courseQuizPage .teamResultBar {
	height:18px;
	line-height:18px;
	font-size:11px;
	color:white;
	background-color:#3333aa;
	margin-top:2px;
	padding-left:5px;
	background-image:url('/images/quiz-result-arrow.jpg');
	background-position:100% 50%;
	background-repeat:no-repeat;
	overflow:hidden;
}

#courseQuizPage .teamAnswerState {
	margin-top:2px;
	height:17px;
	padding-top:1px;
}

#courseQuizPage .resultLeftSection {
	float:left;
	width:20px;
}

#courseQuizPage .resultRightSection {
	float:left;
	width:395px;
}

#courseQuizPage #questionName {
	font-size:1.4em;
	margin-bottom:10px;
}

#courseQuizPage .answerChoice {
	padding:10px;
	background-color:#e4e4e4;
	border:2px solid #555;
	margin-bottom:5px;
	cursor:pointer;
}

#courseQuizPage .overAnswer {
	background-color:#99ff99;
	border:2px solid green;
}

#courseQuizPage #nextButton {
	padding-top:15px;
	text-align:center;
	margin-bottom:15px;
}

#courseQuizPage .adminActionSection {
	height:130px;
}
