/* $Id: mystic.css,v 1.1.2.1 2002/10/14 21:53:10 jimmerman Exp $ */
/* Brian Crawford @ IT Lab (http://www.itlab.musc.edu/) */

.mainTable {
	cell-spacing: 0;
	width: 500px;		
	text-align: center;
	border: 2px solid #757575;
}
body {
	font-family: "Verdana"; 
	font-size: 90%;
	background-color: #f8f8f8;
	text-align: center;
		line-height: 150%
}
td {
	font-family: "Verdana"; 
	font-size: 90%;line-height: 150%
}

tt {
	font-family: "Verdana"; 
	font-size: 100%;
	font-weight:bold;
	color:#274363;
}

.preQuestionBorder{
	height: 1;
	font-size: 1px;
}

/* title - extra large normal font */
.surveyTitle {
	font-family: "Verdana", Verdana;
	font-variant: small-caps;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: default;
}
/* subtitle - bold normal font */
.surveySubtitle {
	font-family: "Verdana", Verdana;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: default;
}
/* information below subtitle - normal font */
.addInfo {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
	vertical-align: default;
}
.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.reqQuestion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.qnOuterTable {
	border: none;
	cell-spacing: 0;
	width: 600px;
}

/* number cell box - large bold number inside a dark grey box */
.qnInnerTd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	width: 20px;
	vertical-align: text-top;
}
.qnInner {
	background-color: #AAAAAA; # question box color
	vertical-align: middle;
	color: #000000; # question text color
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	border: 1px solid #274363;
}
/* answer box  - white, normal black font */
.qnType {
	background-color: #FFFFFF;
	vertical-align: middle;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	text-decoration: none;	
	border: 1px solid #274363;
}
.thankHead {
/* completion page font - large black */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
.thankBody {
/* completion page body font - normal black */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.returnLink {
/* completion page link font - small dark blue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #274363;
	text-decoration: underline;
}
/* textbox and radio button colors - black answers in white boxes */
INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #f8f8f8;
}
INPUT.bianco{

	background-color: #f8f8f8;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #274363;
	font-weight:bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight:bold;
}

a {font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {font-family: Verdana, Arial, Helvetica, sans-serif;
color:#274363
}

 H1 {	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight : bolder;
      font-size : 18px;
      text-align : center;
      color : #274463;}

 H2 { 	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-weight : bold;
      font-size : 16px;
	  text-align:CENTER
}

 H3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 16px;
	color : #cccccc;
	text-align:CENTER
}
 H4{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 14px;
	color : black;
	text-align:justify
}
 H4.alter{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 14px;
	color : black;
	text-align:center
}
 H5{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 14px;
	color : Olive;
}


 HR {
	border : dashed silver thin;
}

OL {list-style-type: lower-alpha;
  list-style : decimal;
}
UL{ list-style-type: square;bolder }
div.info { background-color: #eeeeee; padding:10px }
td.testopubblico { text-align:justify; line-height:150%; padding:10px; padding-right:20px }
 LI { color : #000000;
 		 text-align:left}

 EM { color:#274463; font-weight:bold}
A { text-decoration: none; color:#274463; font-weight:bold}
A:hover { color: #cc0000}A.top{ text-decoration: none; color:#274463; font-weight:bold; font-size:11px}
A.top:hover { color: #cc0000}
td.tabgen {	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 16px;
	color : #cccccc;
	text-align:CENTER}
	td.tabgen2 {
	text-align:CENTER}
div.menu { background-color: #f2f2f2; padding:4px; border: 1px solid #274463; text-align:center; margin-bottom:8px; width:150; font-size:90% }	