/*
 * SimpleModal student Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: student.css 132 2008-05-23 16:05:17Z emartin24 $
 *
 */
/*-------------------------------------- Student CSS Login --------------------------------------------*/

body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#student-overlay {background-color:#000; cursor:wait;}

/* Container */
#student-container {width:420px; left:50%; top:15%; margin-left:-210px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left;}
#student-container .student-content {background-color:#ACD030; color:#000000; height:40px;}
#student-container h1 {color:#000000; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#student-container .student-loading {position:absolute; background:url(../images/login/student/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#student-container .student-message {text-align:center; color:#fff;}
#student-container .student-error {width:92%; font-size:.8em; background:#000; border:2px solid #000000; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#student-container br {clear:both;}
#student-container form {padding:0; margin:0;}
#student-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#student-container .student-input {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:250px;}
#student-container textarea {height:84px;}
#student-container .student-top {height:13px; background:url(../images/login/student/form_top.gif) no-repeat; padding:0; margin:0;}
#student-container .student-bottom {height:13px; background:url(../images/login/student/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#student-container .student-bottom a,
#student-container .student-bottom a:link,
#student-container .student-bottom a:active,
#student-container .student-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#fff;}
#student-container .student-bottom a:hover {color:#fff;}
#student-container .student-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#student-container .student-send {width:65px; background:url(../images/login/student/send_2.png) no-repeat;}
#student-container .student-cancel {width:100px; background:url(../images/login/student/cancel_2.png) no-repeat;}
#student-container a.modalCloseX,
#student-container a.modalCloseX:link,
#student-container a.modalCloseX:active,
#student-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-2px; left:400px; color:#000000;}
#student-container a.modalCloseX:hover {color:#fff;}
.verify-error{ font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; letter-spacing:1px;}
.verify-error a{text-decoration:none; color:#fff;}
.verify-error a:hover { font-size:11px;}
.login-reminder { text-align:center; font-size:12px; font-family:'Trebuchet MS', Verdana, Arial;}
.login-reminder a{ text-decoration:none; color:#000000;}

/*-----------------------------------------teacher CSS Login---------------------------------------*/

/* Overlay */
#teacher-overlay {background-color:#000; cursor:wait;}

/* Container */
#teacher-container {width:420px; left:50%; top:15%; margin-left:-210px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left;}
#teacher-container .teacher-content {background-color:#39B1DE; color:#000000; height:40px;}
#teacher-container h1 {color:#000000; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#teacher-container .teacher-loading {position:absolute; background:url(../images/login/teacher/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#teacher-container .teacher-message {text-align:center; color:#fff;}
#teacher-container .teacher-error {width:92%; font-size:.8em; background:#000; border:2px solid #000000; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#teacher-container br {clear:both;}
#teacher-container form {padding:0; margin:0;}
#teacher-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#teacher-container .teacher-input {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:250px;}
#teacher-container textarea {height:84px;}
#teacher-container .teacher-top {height:13px; background:url(../images/login/teacher/form_top.gif) no-repeat; padding:0; margin:0;}
#teacher-container .teacher-bottom {height:13px; background:url(../images/login/teacher/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#teacher-container .teacher-bottom a,
#teacher-container .teacher-bottom a:link,
#teacher-container .teacher-bottom a:active,
#teacher-container .teacher-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#fff;}
#teacher-container .teacher-bottom a:hover {color:#fff;}
#teacher-container .teacher-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#teacher-container .teacher-send {width:65px; background:url(../images/login/teacher/send_2.png) no-repeat;}
#teacher-container .teacher-cancel {width:100px; background:url(../images/login/teacher/cancel_2.png) no-repeat;}
#teacher-container a.modalCloseX,
#teacher-container a.modalCloseX:link,
#teacher-container a.modalCloseX:active,
#teacher-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-2px; left:400px; color:#000000;}
#teacher-container a.modalCloseX:hover {color:#ffffff;}
.verify-error{ font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; letter-spacing:1px;}
.verify-error a{text-decoration:none; color:#fff;}
.verify-error a:hover { font-size:11px;}
.login-reminder-teacher { text-align:center; font-size:12px; font-family:'Trebuchet MS', Verdana, Arial;}
.login-reminder-teacher a{ text-decoration:none; color:#000000;}

/*--------------------------------------- Intranet CSS Login -----------------------------------------------------------------------------------*/

/* Overlay */
#intra-overlay {background-color:#000; cursor:wait;}

/* Container */
#intra-container {width:420px; left:50%; top:15%; margin-left:-210px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left;}
#intra-container .intra-content {background-color:#EEAA1E; color:#7E6021; height:40px;}
#intra-container h1 {color:#7E6021; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#intra-container .intra-loading {position:absolute; background:url(../images/login/intra/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#intra-container .intra-message {text-align:center; color:#fff;}
#intra-container .intra-error {width:92%; font-size:.8em; background:#000; border:2px solid #7E6021; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#intra-container br {clear:both;}
#intra-container form {padding:0; margin:0;}
#intra-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#intra-container .intra-input {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:250px;}
#intra-container textarea {height:84px;}
#intra-container .intra-top {height:13px; background:url(../images/login/intra/form_top.gif) no-repeat; padding:0; margin:0;}
#intra-container .intra-bottom {height:13px; background:url(../images/login/intra/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#intra-container .intra-bottom a,
#intra-container .intra-bottom a:link,
#intra-container .intra-bottom a:active,
#intra-container .intra-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#fff;}
#intra-container .intra-bottom a:hover {color:#fff;}
#intra-container .intra-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#intra-container .intra-send {width:65px; background:url(../images/login/intra/send_2.png) no-repeat;}
#intra-container .intra-cancel {width:100px; background:url(../images/login/intra/cancel_2.png) no-repeat;}
#intra-container a.modalCloseX,
#intra-container a.modalCloseX:link,
#intra-container a.modalCloseX:active,
#intra-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-2px; left:400px; color:#7E6021;}
#intra-container a.modalCloseX:hover {color:#ffffff;}
.verify-error{ font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; letter-spacing:1px;}
.verify-error a{text-decoration:none; color:#fff;}
.verify-error a:hover { font-size:11px;}
.login-reminder-intra { text-align:center; font-size:12px; font-family:'Trebuchet MS', Verdana, Arial;}
.login-reminder-intra a{ text-decoration:none; color:#7E6021;}