@charset "UTF-8";
@font-face { font-family: BibleFont; src: url("Bibelschrift.eot") }
@font-face { font-family: BibleFont; src: url("Bibelschrift.ttf") }

/* stylesheet for DLSAU iFES
 * copyright 2011 XTN
 * Christian Z. Tamayo
 */

/* ----- global constants ----- */
html { height: 480px; width: 320px; }
body { height: 480px; width: 320px; margin: 0px; padding: 0px; border: 0px;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px; line-height: 1.28; background: #398235 url("../images/bg.jpg") center no-repeat fixed; }
p, ul, li { font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; }
a {	text-decoration: none; }
a:focus {outline: none}

/* ----- limited-scale reset ----- */
h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, li { margin: 0px; padding: 0px; }

/* ----- wrapper & container ----- */
div#wrapper { position: relative; overflow: hidden; }

div#container { height: auto; min-height: 450px; width: 920px; overflow: hidden;
				margin: 0 auto; margin-bottom: .8em; box-shadow: 0 0 10px rgba(0, 0, 0, 0.52);
				background: #FFF; border-radius: 7px; }
				
/* ----- fixed header ----- */
div#fixedHeader { height: 100px; width: 920px; position:fixed; top: 0;
					background-color: #398235; border-bottom: 1px solid #176B12; z-index: 5; }

div#loginLogo {	height:100px; width:405px; overflow: hidden; }

div#loginLogo a { display:block;height:100px; width:405px; }
div#loginLogo a:hover,div#loginLogo a:focus { background-color: #599154; }

div#studentInfo { position:absolute; bottom: 0; right: 0; height: auto; text-align: right; }
div#studentInfo p { font-family: "Lucida Console", "Courier New", Courier, monospace;
					font-weight: bold; font-size: 14px; }

div#studentNav { position:absolute; top:0; right: 0; }
div#studentNav ul { list-style: none; }
div#studentNav li { float:left; font-family: tahoma,verdana,arial,sans-serif; font-size: 12px; font-weight: bold; border-left: 1px solid #488A43; }
div#studentNav li a { display: block; padding: 1ex 1em; color: #EEE; }
div#studentNav li a:hover, div#studentNav li a:active,div#studentNav li a:focus { background-color: #599154; }
div#studentNav li.removeLBorder { border-left: 0; }

div#currentEval { height: 80px; width: 200px;
				margin: .3em 1em; padding: 5px;
				border: 1px solid black; border-radius: 3px;
				font-size: 12px; background-color: #B9FFB5; 
				overflow: hidden; }
div#currentEval span { font-size: 12px; font-weight: bold; border-bottom: 1px solid black;
					display: inline-block; margin-bottom: 3px; color: red; }

/* ----- main content ----- */
textarea#styled {
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#mainContent {
	min-height: 450px; width: 880px; margin-top: 100px; overflow: hidden; position: relative;
	background: url("../images/mainContent_gradient.png") repeat-x;
}

div#firstStart { width: 860px; padding: 9px; margin: 0.7em 0 1em; 
	border: 1px solid black; border-radius: 3px; font-size: 14px; background-color: #F5F5AE;
}
div#firstStart img { float:left; padding: 2px 5px 0 0; }
div#firstStart a:visited {color: #0000FF; } div#firstStart a:hover {text-decoration: underline; }

#evaluationListLabel { font-size: 30px; color: #D61515; }
div#evaluationListContainer { width: 880px; min-height: 300px; overflow: hidden; }
div#evaluationListContainer ul { list-style: none;}

h1#notEnrolled { margin-top: 3.5em; font-family: Arial; font-size: 2em; text-align: center; color: #333}

.evaluationButtonContainer { height: 64px; width: 880px; margin-bottom: 3px; }
.evaluationButton {
	position:relative; display:block; width: auto; height: 46px;
	cursor: pointer; padding: 9px; overflow: hidden; color: black; 
	background: url(../images/evalListButton.png) no-repeat 0px 0px;
}
.evaluationButton:active { color: red;}
.evaluationButton span.hover {
	position: absolute;	top: 0;	left: 0; display: block; width: 100%; height: 100%;
	background: url(../images/evalListButton.png) no-repeat 0px -64px;
}

.evaluationDesc { height: 100%; display: block; position: relative; }
.evaluationButton .lfloat li { float: left; margin-right: 1em; color: black; }
.evaluationButton .evaluationDescProf { position: absolute; bottom: -2px; right: 2em; 
					font-size: 1.4em; font-weight: bold; font-variant: small-caps; color: #1556CF; }

.evaluationButtonDis {
	position:relative; display:block; width: auto; height: 46px;
	cursor:default; padding: 9px; overflow: hidden; color: #CCC;
	background: url(../images/evalListButton.png) no-repeat 0px -128px;
}
.evaluationButtonDis .lfloat li { float: left; margin-right: 1em; color: #CCC; }
.evaluationButtonDis .evaluationDescProf { position: absolute; bottom: -2px; right: 2em; 
					font-size: 1.4em; font-weight: bold; font-variant: small-caps; color: #CCC; }
.evaluationButtonDis img { opacity: 0.5; }
					
/* ------ main content for evaluation main ----- */
.evalArea { display: none; }
.evalArea button, .evalQContainers, .evalAreaPic { opacity: 0; }
.evalAreaLabel { color: #D61515; border-bottom: 2px solid #A20000; cursor: default; position: relative; top: 0; left: 1000px;}
.evalAreaPic { height: 320px; width: 720px; background: #AAA; margin: 20px auto; vertical-align: middle; border: none; }
.eval { width: 880px; text-align: center; cursor: default; }
.evalQContainers { min-height: 120px; height: auto; border-top: 1px solid #AAA; padding: 35px 0; }
.evalQContainers:hover { background-color: #F2F2F2; }
.eval h2 { color: #222; margin-bottom: 0.5em; font-size: 20px; }
.eval label { cursor: pointer; }
/*.eval table { display: none; opacity: 0; } */

.choicesRadioButton {
    /*border-radius: 3px 3px 3px 3px;*/
    display: block;
    margin: 0 auto;
    min-width: 140px;
	padding: 15px 10px; /* 20 10 15*/
    text-align: center;
    background-color: #F7F7F7;
    border: 1px solid #D6D6D6;
    box-shadow: 0 0 1px #DCDCDC inset;
    word-wrap: break-word;
}
.choicesRadioButton h2 {font-size: 18px; }
.choicesRadioButton p { font-size: 12px; color: #333333; font-weight: bold; }

.choicesRadioButtonSelected { background-color: #FFC233; }
.choicesRadioButton:hover { background-color: #FFC233; border-color: #AAA;
							-webkit-box-shadow: 0px 0px 5px 0px rgba(25, 0, 0, 1);
							-moz-box-shadow: 0px 0px 5px 0px rgba(25, 0, 0, 1);
							box-shadow: 0px 0px 5px 0px rgba(25, 0, 0, 1); }
.choicesRadioButton:active { background-color: #FFDC33; border-color: #AAA;
							-webkit-box-shadow: 0px 0px 5px 0px rgba(25, 0, 0, 1);
							-moz-box-shadow: 0px 0px 5px 0px rgba(25, 0, 0, 1);
							box-shadow: 0px 0px 5px 0px rgba(25, 0, 0, 1); }
.choicesRadioButton input { cursor: pointer; }
.evalComments { width: 880px; min-height: 450px; display: none;
		position: relative; top: 0; left: 1000px; }
.evalComments h2 { color: #D61515; text-align: center; }
.evalComments #commentsInst { color: #000; text-align: center; margin-bottom: 0.7em;}

.evalComments .commentsContainer { padding: 0.5em; margin-bottom: 2em; 
									/*border-radius: 5px; */ background-color: #F0F0F0; 
									-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
									-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
									box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); }

.evalComments .commentsTitle { color: #1556CF; font-variant: small-caps; display: inline; }
.evalComments .commentsDesc { color: #222; font-size: 14px; font-style: italic; }
.evalComments div.lfloat { position: relative; text-align: center; padding: 10px 10px 0 0; }
.evalComments div.rfloat { position: relative; text-align: center; padding: 10px 0 0 10px; }
.evalComments .commentsStrWea { color: #000; margin-bottom: 3px; }
.evalComments textarea { resize: none; overflow: auto; outline: none; background-color: #FAEFC3;
				display: block; width: 410px; height: 80px; border: 1px solid #888; padding: 3px;
				/*border-radius: 3px;*/ }
.evalComments textarea:hover {
	background-color: #FFCE5C; border-color: #AAA;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(25, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 3px 0px rgba(25, 0, 0, 0.4);
	box-shadow: 0px 0px 3px 0px rgba(25, 0, 0, 0.4);
}
.evalComments textarea:focus, .evalComments textarea:active {
	background-color: #FFC233;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(25, 0, 0, 1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(25, 0, 0, 1);
	box-shadow: 0px 0px 3px 0px rgba(25, 0, 0, 1);
}

.evalComments p.counter { position: absolute; top: 16px; color: #333; font-size: 12px; display: none;}
.evalComments p.counterL { right: 14px; } .evalComments p.counterR { right: 2px; }

#preEval { min-height: 450px; height: auto; 
		display:block; text-align: center; position: relative; left: 0; padding: 0; }
#scrollMain * { display:none; }
#scrolltop, #scrollbottom { width: 860px; height: 65px; margin: 0 auto; }
#scrolltop { background: url(../images/scroll-top.png) no-repeat; z-index: 2;
}
#scrollbottom { background: url(../images/scroll-bottom.png) no-repeat; z-index: 1;
}
#verse { width: 860px; margin: 0 auto; background: url(../images/scroll-body.png) no-repeat; z-index: 2; background-size: 100% 100%; }
#verse h1, #verse h2 { display:block; opacity: 0; width: 760px; margin: 0 auto; font-family: BibleFont, Helvetica, serif; }
#verse h1 { font-size: 2.2em; text-align: justify; color: #111; padding-bottom: 0.5ex; }
#verse h2 { font-size: 2em; text-align: right; color: #D61515; padding-bottom: 1ex; }

#preEval label { display: none; opacity: 0; margin-top: 0.7em; cursor: pointer; }
#preEval label span { font-size: 20px; color: #000 }
#preEval button { opacity: 0; display: block; margin: 0.8em auto 0; }

.buttonCenterFix { display: block; margin: 0 auto; }

/* ----- settings.php ----- */
#changePass { text-align: center; line-height: 1.5; }
#changePass h1 { display: inline-block; color: #111; border-bottom: 2px dotted #111; 
				margin-bottom: 14px; padding-bottom: 4px; }
#changePass table { text-align: left; margin: 0 auto; margin-bottom: 10px; }
#changePass table input {
	border: 1px solid #888; padding: 5px; width: 180px; border-radius: 3px; outline: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 16px;
	background-color: #FAEFC3;
}
#changePass table input:hover {
	background-color: #FFCE5C; 
	-webkit-box-shadow: 0px 0px 3px 0px rgba(25, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 3px 0px rgba(25, 0, 0, 0.4);
	box-shadow: 0px 0px 3px 0px rgba(25, 0, 0, 0.4);
}
#changePass table input:focus,#changePass table input:active {
	background-color: #FFC233;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(25, 0, 0, 1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(25, 0, 0, 1);
	box-shadow: 0px 0px 3px 0px rgba(25, 0, 0, 1);
}
#changePass table td { padding-bottom: 3px;}

.changePassLabel { 
	font-weight: bold; color: #222; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	text-align: right; padding-right: 1em
}

.changePassMessageContainer {
	border-radius: 3px; border: 1px solid black; padding: 8px 6px;
	margin: 0 auto 14px; width: 320px; display: none;
	-webkit-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.8);
}
#changePassMessageError { display: block; font-size: 14px; background: #E83333; color: #FFF; }
#changePassMessageSuccess { display: block; font-size: 14px; background: #33E833; color: #222; }

/* ----- footer ----- */
div#footer {
	width: auto;
	margin: .8em 0;
	padding-bottom: .6em;
	background-color: transparent;
	text-align: center;
	margin: 0 auto;
	bottom: 0;
	position:relative;
}
div#footer ul {	list-style: none; }
div#footer li {	display: inline; margin-right: 15px; }
div#footer a { color: #C7CED6; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3); }
div#footer a:hover { color: #FFF; }

div#logoWatermark { height: 500px; width: 500px; position: fixed; right: -100px; bottom: -70px; z-index: -1;
					background: url("../images/dlsauLogo.png") no-repeat; 
					background-position: right bottom;  }

/* ----- modal styles ----- */

#mask {
	position:absolute;
	z-index:9;
	background-color:#000;
	display:none;
	min-height: 100%;
	min-width: 100%;
}
   
#boxes #evalWindow {
	position:absolute;				
	z-index:10;
	display: none;
}

#boxes #evalWindowContainer {
	position: relative;
	width:500px; height:200px;
	padding: 0; margin: 0;
	background-color: #FFF;
	border-radius: 5px;
	overflow: hidden;
}

#boxes #evalWindowContainer div {padding: 1ex;}
#boxes #evalWindowContainer ul {
	list-style: none;
}
#boxes #evalWindowContainer li { line-height: 1.5em}

#boxes #evalWindowContentFloat {
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid black;
}
#boxes #evalWindowTitle {
	background-color: #555;
	border-top-left-radius: 5px;
	color: #FFF;
}
#boxes #evalWindowCloseB {
	position: absolute; right: 7px; top: 3px; font-size: 20px;
	display: block; padding: 2px 7px; cursor: pointer;
}
#boxes #evalWindowCloseB:hover, #boxes #evalWindowCloseB:active {
	background: #888;
}

#boxes #evalWindowButtons {
	position: absolute;
	bottom: 0; left: 8.8em;
}

#boxes #evalWindowButtons li {
	float:left; margin-right: 1.5em;
}


/* ========================================LOGIN STYLES============================ */
/* ----- login header ----- */

#loginLogo { display: block; width: 90%;  margin: 0 auto; }

/* ----- login main ----- */
#loginWrapper { position: relative; padding: 0; overflow: hidden; margin: 0 auto; }

/* ----- login form ----- */

#loginFormContainer { font-family: "Trebuchet MS", sans-serif; width: 205px; height: 320px; overflow: hidden; }

#loginFormTable { border: 0 none; border-spacing: 0; }

#loginFormContainer .label {
	font-weight: bold;
	font-family: Georgia,sans-serif;
	font-variant: small-caps;
	font-size: 21px;
	color: black;
}

#loginFormContainer .inputWrapper {
    display: inline-block;
    position: relative;
    width: auto;
    margin-bottom: 12px;
}

#loginFormContainer .inputWrapper input {
	border: 1px solid #667; /*#96C5A6*/
	width: 180px;
	font-size: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 6px;
	border-radius: 3px;
}

.inputWrapper input:focus, .inputWrapper input:active {	background-color: #F7E8AE; }

.inputWrapper input:hover {	background-color: #F7EDC6; }

.button {
	display: inline-block;
    position: relative;
    width: 100px;
    background: url(../images/loginButton.png);
    border: 1px solid;
    border-color: #3B6E22 #3B6E22 #2C5115;
    text-align: center;
}

.button:active {
	background: none repeat scroll 0 0 #609946;
	border-bottom-color: #3B6E22;
}

#loginButton {
	cursor: pointer;
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	height: 40px;
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	padding: 0;
}

#loginFormContainer .forgotPass {
	font-size: 12px;
	margin-top: 15px;
	margin-left: 4px;
}

#loginFormContainer .forgotPass a,
#loginFormContainer .forgotPass a:visited {
	color: blue;
	text-decoration: none;
}

#loginFormContainer .forgotPass a:hover {
	color: #DDD;
}

.loginMessageContainer {
	border-radius: 3px;
	border: 1px solid black;
	padding: 8px 6px;
	background: #FFF;
	margin: 0 auto 1em;
	display: none;
	-webkit-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.8);
}

#loginMessageError { display: inline-block; font-size: 12px; background: #E83333; color: #FFF; }
#loginMessageLogout { display: inline-block; font-size: 14px; background: #FAFA96; color: #222; font-weight: bold; }

/* ----- slideshow ----- */

#slideshowContainer { width: 500px; height: 320px; position:relative; }

#slideshowContainer img { position:absolute; left:0; top:0; }

/* ----- login footer ----- */

div#loginFooter {
	width: auto;
	margin: .8em 0;
	padding-bottom: .6em;
	background-color: transparent;
	text-align: center;
	margin: 0 auto;
	bottom: 0;
	position:relative;
}
div#loginFooter ul { list-style: none; }
div#loginFooter li { display: inline; margin-right: 15px; }
div#loginFooter a { color: #C7CED6; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3); }
div#loginFooter a:hover { color: #FFF; }
