body {
    font-family: Verdana, Arial, SunSans-Regular, sans-serif;
    margin: 0;
    border: 0;
}

/* stili intestazione utente */
#iUserData {
    font-size: xx-small;
    border: 1px solid #000;
	/*background: url(../img/scheda/bg_top.jpg) 0% 0% repeat-x;*/
	background:#B0D6EA;

}

td.ssUserDataTxt {
    background: #C0DDEA;
    border: inset;
    border-color: #ffffff;
    text-align: center;
}

/* stili corpo scheda */
#iBody {
    background: #b0d6ea;
    font-size: small;
    position: relative;
    height: 410px;
}

#iBodyImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
	/*background: url(../img/scheda/bg_body_img.jpg) 0% 0% repeat-y;*/
}

#iBodyQst {
    margin: 0 0 0 200px;
    height: 100%;
    padding: .5em .5em 0em .5em;
	/*background: url(../img/scheda/bg_body_qst.jpg) 0% 0% repeat-y;*/
}

#iMainImg {
	position: absolute; top: 5px; left: 5px;
	background: white;
	width: 180px;
	height: 180px;
	border:thin;
}

#iRemImg {
	position: absolute; bottom: 5px; left: 5px;
	width: 180px;
	height: 195px;
}

#iQst {
	position: relative;
	height:100px;
	font-size:x-large;
}

#iQstTxtTra {
	font-size:16px;
	margin: 5px 0 0 0;
}

#iQstNum {
	position: absolute; top: 1px; right: 20px;
	width: 10px;
	height: 10px;
	font-size:20pt;
	color: white;
}

#iQstTxt {
	margin-right:40px;
}

#iQstAudio {
	position: absolute; bottom: 5px; right: 5px;
	width: 28px;
	height: 28px;
	border:none;
}

div.isAsw {
	position: relative;
	border-bottom:solid #ff8e2b;
	border-top:solid #ff8e2b;
	background: #d8d8d8;
	height: 65px;
	margin: 0 0 0 0;
}

div.isAswBtn {
	position:absolute; top: 5px; right: 10px;
	/*width: 80px;*/
}

img.aswCheck {
	height: 35px;
}

#iAswAudio {
	height: 20px;
	border:none;
}

div.iAswNumTxt {
	height:100%;
}
div.iAswNum {
	position:absolute; top: 0px; left: 0px;
	width: 30px;
	height:inherit;
	background: url(../img/scheda/bg_asw_num.jpg) 0% 0% repeat-y;
	font-size:large;
	height: 65px;
}

div.iAswTxt {
	margin: 0 0 0 30px;
	height:inherit;
	background: url(../img/scheda/bg_asw_txt.jpg) 0% 0% repeat-y;
	height: 65px;
}

div.iAswTxtIta {
	margin: 0 80px 0 0;
	font-size:14px;
}

div.iAswTxtTra {
	margin: 5px 90px 0 0;
	font-size:smaller;
	font-size:12px;
}


#iRemarks {
	height:65px;
	background: url(../img/scheda/bg_rem.jpg) 0% 0% repeat-y;
	visibility:hidden;
}

/* stile barra di navigazione */
#iNavigation {
	background: url(../img/scheda/bg_bottom.jpg) 0% 0% repeat-x;
	position: relative;
	height: 34px;
}

div.iNavBtn {
    background: #d4d4d4;
	border:1px solid #000000;
	position:absolute;
}


img.iQuesitoEx{
	width: 180px;
  	height: 180px;
}

img.opzioneCheck{
	position:absolute;
}


/* stile barra di navigazione */
#iToolbar {
	background: #B0D6EA;
	border-top: #86b0c7 solid 2px;
	position: relative;
	height: 60px;
}

#iBack {
	background: url(../img/scheda/back.png);
	height:60px;
	width:60px;
	position:absolute;
	right:120px;
}

#iNext {
	background: url(../img/scheda/next.png);
	height:60px;
	width:60px;
	position:absolute;
	right:60px;
}

#iExit {
	background: url(../img/scheda/exit.png);
	height:60px;
	width:60px;
	position:absolute;
	right:0px;
}

#iExit2 {
	background: url(../img/scheda/exit.png);
	height:60px;
	width:60px;
	position:absolute;
	right:240px;
}

#iFigRem{
	width: 180px;
  	height: 180px;
}


.iFigQuesito{
	font: 11px tahoma, arial, sans-serif;
    margin: 0px;
    line-height: 15px;
    color: #545454;
}

/* stili riassunto risultati */
#iBodySumm {
	visibility:visible;
	position: absolute;
	background:#B0D6EA;
}


#iBodySummDummy {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
	/*background: url(../img/scheda/bg_body_img.jpg) 0% 0% repeat-y;*/
}

#iBodySummTxt {
    margin: 0 0 0 200px;
    height: 100%;
    padding: .5em .5em 0em .5em;
	/*background: url(../img/scheda/bg_body_qst.jpg) 0% 0% repeat-y;*/
}

#iSummCounter {
	height:150px;
	border-bottom: #FF8E2B solid 2px;
}

div.iSummCounterRes {
	text-align: left;
	padding-left: 20px;
	font-size:x-large;


}

#iSummResult1 {
	color:#28739B;
	font-size:x-large;
	text-align:center;
}

#iSummResult2 {
	color:#ff0000;;
	font-size:xx-large;
	font-style:italic;
	text-align:center;
	text-transform:uppercase;
}

div.iSummResult {
	color:#000000;;
	font-size:large;
	font-style:italic;
	text-align:center;
}


