/*
 * CyberTester - J2EE Web application for creating, delivering and managing tests/exams/surveys. 
 * Copyright (C) 2003-2004 CyberDemia Research and Services Pty Ltd
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program (see the file COPYING); if not, write to the
 * Free Software Foundation, Inc.,
 * 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * See the COPYING file located in the top-level-directory of
 * the archive of this program for complete text of license.
 */

/* Style sheet for CyberTester */

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000040;
}

td {
	font-size: 9pt;
}

th {
	font-size: 9pt;
}

h1 {
	text-align: center;
	color: navy;
	font-size: 14pt;
	white-space: nowrap;
}


h2 {
	color: #000055;
	font-size: 12pt;
	white-space: nowrap;
}

h3 {
	font-size: 10pt;
	white-space: nowrap;
	color: #000000;
}

span {
	white-space: nowrap;
}

img {
	border: none;
}

a {
	white-space: nowrap;
}

.errors {
	color : red;
	margin-top : 10px;
	margin-bottom: 20px;
}

.errors h3 {
	color: red;
}

.footnotes { font-size: xx-small; }

.viewer .label {
	background-color:#E1E4EC;
	text-align: left;
	white-space: nowrap;
		font-family: Verdana, Arial, Helvetica, sans-serif;


}

.viewer .value {
	background-color:#E4E8ED;
	text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

.viewer .action {
	background-color:#DEE2EB;
	text-align: left;
}
.editor {
	background-color: #FFFFFF;
}

.editor td {

	background-color: #EFF1F5;
	white-space: nowrap;
	color: #4E4E4E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}

.editor th {

	color: #4E4E4E;
	background-color: #EFF1F5;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
}


.superscript {
	font-size: xx-small;
	vertical-align: super;
}

.feedback {
	color: #005500;
	font-size: 10pt;
	font-weight: bold;
}

.warning {
	color: #550000;
	font-size: 10pt;
}

.wrongChoice {
	border-bottom: 1px dotted #000055; 
}

.correctChoice {
	border-top: 1px dotted #000055; 
	border-bottom: 1px dotted #000055; 
	background-color: #aaffaa;
	font-weight: bold;
}


.viewer .wrongAnswer td {
	background-color: #ffcccc;	
}
	
.viewer .correctAnswer td {
	background-color: #ccffcc;	
}

.passed {
	background-color: #ccffcc;	
}

.failed {
	background-color: #ffcccc;	
}
	

