/*
//============================================================+
// File name   : default.css
// Begin       : 2004-04-27
// Last Update : 2009-05-25
// 
// Description : Default CSS for public area.
//
// Author: Nicola Asuni
//
// (c) Copyright:
//               Nicola Asuni
//               Tecnick.com S.r.l.
//               Via della Pace, 11
//               09044 Quartucciu (CA)
//               ITALY
//               www.tecnick.com
//               info@tecnick.com
//
// License: 
//    Copyright (C) 2004-2008  Nicola Asuni - Tecnick.com S.r.l.
//    
//    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 3 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.  If not, see <http://www.gnu.org/licenses/>.
//     
//    Additionally, you can't remove the original TCExam logo, copyrights statements
//    and links to Tecnick.com and TCExam websites.
//    
//    See LICENSE.TXT file for more information.
//============================================================+
*/

a {
	color: #0060BF;
	text-decoration: none;
}

a:visited {
	color: #0060BF;
	text-decoration: none;
}

a:hover {
	color: #FF8000;
	text-decoration: underline;
}

a.minibutton span {
	background-color: #FFCC66;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
}

a.minibutton:link, a.minibutton:visited, a.minibutton:hover {
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial,FreeSans,sans-serif;
	font-size: 9px;
	padding: 0px 0px 0px 3px;
	text-decoration: none;
}

a.tcecode{
}

a.tcecode:visited{
}

a.tcecode:hover{
}

a.white {
	color: #FFFFFF;
	font-size: 5px;
}

a.white:visited {
	color: #FFFFFF;
}

a.white:hover {
	color: #FFFFFF;
}

acronym.offbox {
	background-color: #EEEEEE;
	border: 1px solid;
	border-color: #000000;
	color: #000000;
	font-family: monospace;
	font-size: 95%;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
}

acronym.onbox {
	background-color: #ADD8E6;
	border: 1px solid;
	border-color: #000000;
	color: #000000;
	font-family: monospace;
	font-size: 95%;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
}

acronym.requiredonbox {
	background-color: #FFFFCC;
	border: 1px solid;
	border-color: #CCCCCC;
	color: #FF0000;
	font-family: monospace;
	font-size: 95%;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
}

acronym.requiredoffbox {
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #CCCCCC;
	color: #0000FF;
	font-family: monospace;
	font-size: 95%;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
}

b.tcecode{
}

blockquote.tcecode{
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial,FreeSans,sans-serif;
	font-size: 100%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

/* BODY (menu + main) ------------ */
div.body {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 99%;
}

/*  confirmation box for delete/cancel action  ------------------- */
div.confirmbox {
	background-color: #99FF99;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	text-align: center;
	width: 100%;
}

/* DIV container:
contains form box and help box */
div.container {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	width: 98%;
}

div.content {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	width: 84%;
}

/* ---------- */
div.creditslogos {
	text-align: center;
}

/*  SYSTEM MESSAGES  ------------------- */
div.error {
	background-color: #FF9999;
	font-size: 95%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	width: 100%;
}

div.float {
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

/* header (logo + timer) ------------ */
div.header {
	background-color: #003399;
	border: 0px none;
	height: 105px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

/* header logo ------------ */
div.header div.left {
	background-color: #003399;
	background-image: url(../../images/eti-tce.png);
	background-position: top;
	background-repeat: no-repeat;
	border: 0px none;
	float: left;
	height: 100px;
	margin: 4px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 218px;
}

/* header banner ------------ */
div.header div.right {
	background-color: #003399;
	border: 0px none;
	float: right;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	width: 400px;
}

div.header div.right input{
	background-color: #003399;
	border: 0px none;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}

div.message {
	background-color: #99CCFF;
	font-size: 95%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	width: 100%;
}

/* W3C logos ------------ */
div.minibutton {
	clear: both;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

div.minibutton span.copyright {
	background: #FFFFFF;
	color: #000000;
	font-family: Arial,FreeSans,sans-serif;
	font-size: 70%;
	text-decoration: none;
}

div.navlink {
	font-size: 95%;
	font-weight: bold;
}

/* PAGE HELP ------------------------------- */
div.pagehelp {
	background-color: #DDEEFF;
	border: 1px dotted #808080;
	color: #333333;
	font-size: 95%;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	width: 100%;
}

/* Page selector --------------------------*/
div.pageselector {
	font-size: 95%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 90%;
}

div.popupcontainer {
	font-size: 95%;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	width: 100%;
}

div.popuptitle {
	color: #003399;
	font-size: 130%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	width: 100%;
}

div.row {
	clear: both;
	padding: 1px 1px 1px 1px;
	text-align: center;
}

div.row span.formw {
	float: right;
	font-size: 95%;
	text-align: left;
	width: 69%;
}

div.row span.label {
	float: left;
	text-align: right;
	width: 30%;
}

div.row span.left {
	float: left;
	font-size: 95%;
	text-align: left;
	width: 49%;
}

div.row span.right {
	float: right;
	font-size: 95%;
	text-align: right;
	width: 49%;
}

div.row span.value {
	float: right;
	font-weight: bold;
	text-align: left;
	width: 69%;
}

div.rowl {
	clear: both;
	padding: 1px 1px 1px 1px;
	text-align: left;
}

/* TOP MENU ------------ */
div.scrollmenu {
	background-color: #DDEEFF;
	border: 1px dotted #808080;
	color: #808080;
	float: left;
	font-size: 0.8em;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	position: relative;
	text-align: left;
	width: 13%;
}

div.scrollmenu a{
	background-color: #DDEEFF;
	color: #000000;
	text-decoration: none;
}

div.scrollmenu a:visited{
	background-color: #DDEEFF;
	color: #000000;
	text-decoration: none;
}

div.scrollmenu a:hover{
	background-color: #003399;
	color: #FFFFFF;
	text-decoration: none;
}

div.scrollmenu ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 100%;
}

div.scrollmenu ul li{
	font-weight: bold;
}

div.scrollmenu ul ul li{
	font-weight: normal;
}

div.spacer {
	clear: both;
}

div.tcecodepre{
	display: block;
	white-space: pre;
}

/* FORM BOX --------------------- */
div.tceformbox {
	background-color: #F6F6F6;
	border: 1px solid #808080;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	width: 100%;
}

/* TITLE ------------------------------- */
div.title {
	color: #003399;
	font-size: 140%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	width: 90%;
}

/* USER BAR  ------------------- */
div.userbar {
	background-color: #003399;
	clear: both;
	color: #FFFFFF;
	font-size: 95%;
	margin: 5px 0px 5px 0px;
	padding: 2px 10px 2px 10px;
	text-align: right;
	white-space: nowrap;
}

/* Logout link ------------ */
div.userbar a.logoutbutton:link, a.logoutbutton:visited {
	background-color: #B22222;
	border: 1px solid #000000;
	color: #FFFFFF;
	padding: 1px 10px 1px 10px;
	text-decoration: none;
}

div.userbar a.logoutbutton:hover {
	background-color: #FF0000;
	color: #FFFF00;
}

div.warning {
	background-color: #99FF99;
	font-size: 95%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	width: 100%;
}

fieldset.noborder {
	border: none;
}

h1 {
	color: #003399;
	font-size: 140%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	width: 90%;
}

h2 {
	color: #003399;
	font-size: 120%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	width: 85%;
}

html {
}

i.tcecode{
}

img.tcecode{
	border: 0px none #FFFFFF;
}

input {
	font-size: 95%;
	font-style: normal;
}

label {
	cursor: pointer;
}

label.timerlabel {
	color: #003399;
}

li.tcecode{
}

ol.answer {
	list-style-type: decimal;
}

ol.answer li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ol.answer_inline {
	list-style-type: none;
	display: inline;
}

ol.answer_inline li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ----- */
ol.qlist li {
	font-size: 95%;
}

ol.qlist li.selected {
	background-color: #FFFFCC;
	font-size: 95%;
}

ol.tcecode{
}

/* PME CODE TAGS --------------------------*/
p.tcecode{
}

pre {
}

select {
	font-size: 95%;
}

small.tcecode{
}

span.langselector {
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial,FreeSans,sans-serif;
	font-size: 9px;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	white-space: nowrap;
}

span.langselector span.selected {
	background: #00FF00;
	color: #000000;
}

strong.tcecode{
}

sub.tcecode{
}

sup.tcecode{
}

/* user select table --------------------------*/
table.userselect {
	background-color: #F6F6F6;
	border: 1px solid #808080;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 100%;
}

table.userselect td {
	border: 1px solid #808080;
}

table.userselect th {
	border: 1px solid #808080;
}

table.userselect tr{
	border: 1px solid #808080;
	font-size: 95%;
}

textarea {
	font-size: 95%;
}

textarea.answertext {
	font-size: 95%;
}

ul.answer {
	list-style-type: disc;
}

ul.answer li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.credits {
	color: #333333;
	font-size: 95%;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

ul.log {
}

ul.log li{
	font-size: 95%;
}

ul.question {
	font-size: 95%;
	list-style-type: none;
}

ul.question li {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

ul.tcecode{
}

.hidden {
	display: none;
}

.tcecontentbox {
	background-color: #F6F6F6;
	border: 1px solid #808080;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	width: 100%;
}

a.xmlbutton:link, a.xmlbutton:visited {
	background-color: #D3D3D3;
	border: 1px solid;
	border-color: #FFFFFF #696969 #696969 #FFFFFF;
	color: #000000;
	font-size: 95%;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

a.xmlbutton:hover {
	background-color: #DDEEFF;
}

a.xmlbuttonred:link, a.xmlbuttonred:visited {
        background-color: #FF3030;
        border: 1px solid;
        border-color: #FFFFFF #696969 #696969 #FFFFFF;
        color: #000000;
        font-size: 95%;
        margin: 0px 0px 0px 0px;
        padding: 2px 4px 2px 4px;
        text-decoration: none;
}

a.xmlbuttonred:hover {
        background-color: #7CFC00;
}

ol.testlist li {
	margin: 0px 0px 10px 0px;
}

.infolink{
}

.testcomment{
}
