* { margin:0; padding:0;}
img { border: 0; }

body { 
	font-size:13px; 
	font-family:Arial; 
	overflow-y: auto;
}

@media print {
	.leftColumn {
		display:none;
	}

	.page_footer {
		display:none;	
	}

	h1, h2, h3, h4, h5, h6, p {
		margin:10px 0;
	}
}

#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;
}

.rightColumn ul {
	list-style-position:inside;
}

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:170px;
	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;
}

/* ===================== Error (Error) ====================*/

#errorPage {
	padding:20px;
	padding-left:40px;
	color:#666;
}

.error-thumbs {
	width:128px;
	height:128px;
	position:absolute;
	top:150px;
	left:150px;
	background-image: url('/images/thumbs.png');
}

.error-coffee {
	width:128px;
	height:128px;
	background-image: url('/images/coffee.png');
	position:relative;
	left:700px;
}

#errorPage .messageSection {
	padding-bottom: 30px;
	font-size:2.0em;
}

#errorPage .stackSection {
	font-size: 12px
}

#errorPage .errorDiv {
	border-radius: 5px;
	border:1px solid #999;
	padding-bottom: 30px;
}

#errorPage .errorCode {
	font-size: 14px;
	margin-top: 30px;
}

#errorPage ul {
	list-style-position: inside;
}


/* ===================== About (Index) ====================*/

#aboutPage .container {
	padding-top:30px;
}

#aboutPage .header {
	background-image:url('/images/about-logo-floor.jpg');
}

#aboutPage .header-logo {
	background-image:url('/images/about-logo.jpg');
	height:120px;
	background-repeat:no-repeat;
	background-position:20px 0;
}

#aboutPage .nav-margin {
	margin-right:10px;
}

#aboutPage .thumbnail {
	height:300px;
}

#aboutPage .thumbnail div {
	height:150px;
}

/* ===================== 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 .latest-title,
.search-title {
	margin:10px auto;
	margin-top:25px;
	width:800px;
}

#indexPage .latest,
.search {
	background-color: #ccc;
	width:800px;
	margin:10px auto;
	padding:1px;
	border-radius: 3px;
}

#indexPage .latest p {
	font-size:0.85em;
}

#indexPage .latest-date {
	font-size: 0.8em;
	color:#777;
	font-style:italic;
}

#indexPage .latest .latest-element .code {
	position:absolute;
	top:0px;
	right:0px;
	padding:2px;
	background-color:#ddd;
	color:#aaa;
}

#indexPage .latest .latest-element,
.search .search-element {
	position:relative;
	margin:1px;
	padding:3px;
	border:1px solid #ddd;
	border-radius: 3px;
	background-color: white;
}

.search .search-element {
	padding:8px;
}

.search input {
	width: 350px;
}

.searchSection #search-box {
	width:80%;
	background-color: transparent;
}

.searchSection .search-element {
	margin-top:10px;
}

#search-box {
	border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 4px 6px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin-bottom:0px !important;
}

.result-list-section ul li {
	margin-bottom:10px;
	list-style-type: none;
}

.result-list-section ul {
	margin:0;
}

#indexPage .mainImageWrapper{
	height:365px;
	background-image:url('/images/logo-floor.jpg');
	background-repeat:repeat-x;
}

#indexPage .course {
	margin-bottom:10px;
}

#indexPage .text {
	
}

#indexPage #courseTextBox ul {
	list-style-type: none;
}

#indexPage .innerText {
	padding-top:30px;
	font-size:15px;	
}

#indexPage .konami {
	color:white;
	margin-top:10px;	
}

.konamiWindow {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

.konamiBook {
	position:absolute;
	z-index:101;
}

/* ===================== Course  (Home) ====================*/

#courseHomePage #twitter_update_list li{
	margin-bottom:8px;
}

/* ===================== Course  (Blog) ====================*/

#courseMiscPage .blogListTitle {
	float:left;
	margin-top:5px;
	margin-bottom:10px;	
	margin-left:5px;
}

#courseMiscPage .blogIcon {
	float:left;	
}

#courseMiscPage .miscDivList {
	text-align:left;
}

#courseMiscPage .adDivList {
	border-top:3px solid #eee;
	margin-top:40px;
	padding-top:10px;
}

#courseMiscPage .publicShare {
	margin-top:4px;
	margin-bottom:15px;
}

#courseMiscPage .twitterUsernameShare {
	float:left;
	width:150px;
}

#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;
}

#courseMiscPage  .miscListYear {
	font-weight:bold;
	font-size:1.2em;
	cursor:pointer;
}

#courseMiscPage  .miscListYear  span{
	font-weight:normal;
	opacity : 0.5;
}

#courseMiscPage  .miscListItem {
	margin-left:3px;
}

/* ===================== 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  (Work) ====================*/

#courseWorksPage .workDiv {
	margin-bottom:45px;
}

/* ===================== Course  (Notes) ====================*/

#courseNotesPage .recentFile {
	font-weight:bold;
}


/* ===================== Course  (books) ====================*/

#courseBookPage .bookImage {
	float:left;
	width:210px;
}

#courseBookPage .bookLink {
	float:left;
	width:400px;
}

/* ===================== 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 .registerNote {
	font-size:0.9em;
	font-style:italic;
	color:#666;
	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;
	border-radius:5px;
	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:1px;
	text-align:center;
	margin-bottom:15px;
}
#courseQuizPage #saveButton {
	padding-top:15px;
	text-align:center;
	margin-bottom:15px;
	font-size: 2em;
	display:none;
	color:#777;
}

#courseQuizPage .adminActionSection {
	height:140px;
}

#courseMeetingPage h3 {
	font-size: 1.5em;
	font-weight: normal;
}