/*
//============================================================+
// File name   : default.css
// Begin       : 2004-04-27
// Last Update : 2007-03-20
//
// Description : Default CSS for public area.
//
// Author: Nicola Asuni
//
// (c) Copyright:
//               Tecnick.com S.r.l.
//               Via Ugo Foscolo n.19
//               09045 Quartu Sant'Elena (CA)
//               ITALY
//               www.tecnick.com
//               info@tecnick.com
//
// License: GNU GENERAL PUBLIC LICENSE v.2
//          http://www.gnu.org/copyleft/gpl.html
//============================================================+
*/

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;
}

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;
	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;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
}

b.tcecode{
}

blockquote.tcecode{
}

body {
	background-color: #FFFFFF;
	background-image: url(../../images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0 205px;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 70%;
	margin: 0;
	padding: 0;
}

/* BODY (main) ------------ */
div.body {
	clear: both;
	width: 955px;
	margin: 0;
}

/*  confirmation box for delete/cancel action  ------------------- */
div.confirmbox {
	background-color: #99FF99;
	margin: 0 0 0 5px;
	padding: 3px;
	text-align: center;
	width: 925px;
}

/* DIV container: contains form box and help box */
div.container {
	margin: 0;
	padding: 5px;
	width: 935px;
}

div.content {
	float: left;
	margin: 0;
	padding: 5px;
	text-align: left;
	width: 945px;
}

/* ---------- */
div.creditslogos {
	text-align: center;
}

/*  SYSTEM MESSAGES  ------------------- */
div.error {
	background-color: #FF9999;
	font-weight: bold;
	margin: 0;
	margin-left: 5px;
	padding: 3px;
	width: 100%;
}

div.warning {
	background-color: #fff299;
	font-weight: bold;
	margin: 0;
	margin-left: 5px;
	padding: 3px;
	width: 100%;
}

div.message {
	background-color: #99ffc9;
	font-weight: bold;
	margin: 0;
	margin-left: 5px;
	padding: 3px;
	width: 100%;
}

div.float {
	float: left;
	padding: 10px;
}

/* header banner ------------ */
div.header {
	width: 955px;
	height: 205px;
	background-image: url(../../images/header.jpg);
}

/* header (logo + timer) ------------ */
div.header div.right {
	float: right;
	width: 400px;
	height: 56px;
	background: transparent;
	text-align: right;
	color: #003399;
}

div.header div.right input{
	border: none;
	background: transparent;
	font-size: 105%;
	color: #003399;
}

/* TOP MENU ------------ */
div.scrollmenu, div.scrollmenu a, div.scrollmenu a:hover, div.scrollmenu a:visited {
	background-color: transparent;
}

div.scrollmenuouter {
	z-index: 10;
	position: relative;
	top: -3em;
	width: 100%;
}

div.scrollmenu {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
/*	background-color: #eef7ff;*/
	color: #808080;
}

div.scrollmenu ul{
	list-style-type: none;
}

div.scrollmenu ul li{
	float: left;
/*	border: 1px solid #8dd1d8;
	padding: 0.3em 10px 0.3em 10px; */
	font-weight: bold;
}

div.scrollmenu a, div.scrollmenu a:visited{
	color: #000000;
	text-decoration: none;
	border: none;
}

div.scrollmenu a:hover{
/*	background-color: #8dd1d8;*/
	color: #FFFFFF;
	text-decoration: none;
}

div.scrollmenu img {
	border: none;
	padding: 0 5px 0 5px;
}

div.menucontainer {
	float: left;
	width: 705px;
	padding: 0 0 0 10px;
}

div.menubutton {
	float: left;
	margin: 0 15px 15px 0;
}

div.menubutton a img {
	border: none;
}

/* Login box ------------ */
div.loginbox {
	float: right;
	margin: 0 5px 20px 0;
	padding: 0 0 0 0;
	width: 235px;
}

/* W3C logos ------------ */
div.minibutton {
	clear: both;
	margin: 0px 5px 0px 0px;
	text-align: right;
}

div.navlink {
	font-weight: bold;
}

/* PAGE HELP ------------------------------- */
div.pagehelp, div.tvacontact {
	float: right;
	width: 225px;
	margin: 0 0 15px 5px;
	background-color: #eef7ff;
	border: 1px solid #8dd1d8;
	color: #333333;
	padding: 5px;
	text-align: left;
}

/* Page selector --------------------------*/
div.pageselector {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 90%;
}

div.popupcontainer {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	width: 100%;
}

div.popuptitle {
	color: #4088c1;
	font-size: 135%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	width: 100%;
}

.preview {
	float: left;
	width: 98%;
	background-color: #FFFFFF;
	border: 1px solid #808080;
	padding: 5px;
	text-align: left;
}

div.row {
	clear: both;
	padding: 1px 1px 1px 1px;
	text-align: center;
}

.rowl {
	clear: both;
	padding: 1px;
	text-align: left;
}

.rowr {
	clear: both;
	padding: 1px;
	text-align: right;
}

div.formbox {
	border: 1px solid #808080;
	margin: 0;
	padding: 5px;
	text-align: center;
	width: 98%;
}

.formw {
	float: left;
	text-align: left;
}

div.row span.label {
	float: left;
	text-align: right;
	width: 30%;
	margin-right: 1%;
}

div.row span.left {
	float: left;
	text-align: left;
/*	width: 49%;*/
}

div.row span.right {
	float: right;
	text-align: right;
/*	width: 49%;*/
}

li span.right {
	float: right;
	text-align: right;
}

div.row span.value {
	float: right;
	font-weight: bold;
	text-align: left;
	width: 69%;
}

div.contactlist {
	font-weight: bold;
}

table.contactlist {
/*	align: center;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
}

tr.contactlist {
	text-align: center;
}

td.contactdetail {
	text-align: left;
}

div.row span.checkbox {
	float: left;
	text-align: center;
	margin-left: 0.25em;
	font-size: 90%;
	width: 10%;
}

div.rowl span.checkbox, li span.checkbox {
	float: right;
	text-align: center;
	margin-left: 0.25em;
	font-size: 90%;
	width: 10%;
}

div.rowl span.checkbox2, li span.checkbox2 {
	float: right;
	text-align: center;
	margin-left: 0.25em;
	font-size: 90%;
	width: 20%;
}

.highlight {
	background-color: yellow;
	color: maroon;
	font-weight: bold;
}


div.spacer {
	clear: both;
}

div.tcecodepre{
	display: block;
	white-space: pre;
}

/* FORM BOX --------------------- */
div.tceformbox, div.loginformbox {
/*	background-color: #F6F6F6;
	border: 1px solid #808080;*/
	background-color: #eef7ff;
	border: 1px solid #8dd1d8;
	margin: 0;
	padding: 5px;
	text-align: center;
}

div.tceformbox {
	float: left;
	width: 670px;
}

div.loginformbox {
	float: right;
	width: 225px;
	margin-bottom: 10px;
}

/* TITLE ------------------------------- */
div.title {
	color: #4088c1;
	font-size: 145%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	width: 90%;
}

/* USER BAR  ------------------- */
div.userbar, div.userbar span.left, div.userbar span.right {
	background-color: #8dd1d8;
	background-image: url(../../images/tile_cat.gif);
	background-repeat: repeat-x;
	border: none;
	}

div.userbar {
	clear: both;
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	width: 955px;
}

div.userbar a {
	color: #CCFFCC;
	text-decoration: none;
}

div.userbar a:visited {
	color: #CCFFCC;
	text-decoration: none;
}

div.userbar a:hover {
	color: #FFFF00;
	text-decoration: none;
}

div.userbar span.left {
	float: left;
	padding: 2px 0 2px 0;
	text-align: left;
	width: 634px;
}

div.userbar span.right{
	float: left;
	padding: 2px 0px 2px 0px;
	text-align: right;
	width: 320px;
}

/* Logout link ------------ */
div.userbar span.right a.logoutbutton:link, a.logoutbutton:visited {
	background-color: #B22222;
	border: 1px solid #000000;
	color: #FFFFFF;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
}

div.userbar span.right a.logoutbutton:hover {
	background-color: #FF0000;
	color: #FFFF00;
}

fieldset.noborder {
	border: none;
}

h1 {
	color: #4088c1;
	font-size: 145%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	width: 90%;
}

h2 {
	color: #4088c1;
	font-size: 125%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	width: 85%;
}

html {
}

i.tcecode{
}

.indexframe {
	width: 100%;
	height: 700px;
	border: none;
	margin: 10px;
}

img.tcecode{
	border: 0px none #FFFFFF;
}

input {
	font-size: 95%;
}

label {
	cursor: pointer;
}

label.timerlabel {
	color: #003399;
	text-align: right;
}

li.tcecode{
}

span.answer {
	float: left;
}

ol.answer {
	list-style-type: lower-alpha;
}

ol.answer li {
	margin: 0;
	padding: 0;
}

/* ----- */
ol.qlist li {
}

ol.qlist li.selected {
	background-color: #FFFFCC;
}

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 0px 0px 3px;
	text-decoration: none;
}

span.langselector span.selected {
	background: #00FF00;
	color: #000000;
}

strong.tcecode{
}

sub.tcecode{
}

sup.tcecode{
}

/* user select table --------------------------*/

table.userselect, table.userselect td, table.userselect th, table.userselect tr {
/*	background-color: #F6F6F6;
	border: 1px solid #808080;*/
	background-color: #eef7ff;
	border: 1px solid #8dd1d8;
}

table.userselect {
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

table.userselect td {
	padding: 3px;
	text-align: left;
}

textarea {
	width: 99%;
	font-size: 120%;
}

ul.answer {
	list-style-type: disc;
}

ul.answer li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.credits {
	color: #333333;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

ul.log {
}

ul.log li{
}

ul.question {
	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;*/
	background-color: #eef7ff;
	border: 1px solid #8dd1d8;
	margin: 0;
	padding: 5px;
	text-align: left;
	width: 100%;
}
