﻿body {
   font-family: Verdana, Arial, Serif;
   font-size: 11px;
   background-color:#5C5C5C;
   margin:0px 0px 0px 0px;
   
}
#container
{
	position:absolute;
	left:50%;
	top:0px;
	width:966px;
	margin-left:-483px;
}
#header
{
	margin-top:8px;
	width:100%;
}
#header-top
{
	height:19px;
	background:#ffffff url(Images/border-top.gif) no-repeat;
}
#header-middle
{
	background:#ffffff url(Images/border-body.gif) repeat-y;
}
#header-section
{
	margin:0px 20px 0px 20px;
	height:60px;
	background:#ffffff url(Images/asc-logo.gif) no-repeat;	
	padding-top:20px;
}

#header-bar
{
	width:100%;
	height:30px;
	background:#ffffff url(Images/headerbar.gif) no-repeat;
	color:#ffffff;
	font-size:11px;
}

#content
{
	background:#FFFFFF url(Images/border-body.gif) repeat-y top left;
	padding:20px 40px 0px 40px;	
}
#border-bottom
{

	height:38px;
	background:#ffffff url(Images/border-bottom.gif) no-repeat;	
}

#copyright
{
	width:100%;
	font-size:11px;
	color:#eeeeee;
	margin:4px 7px 7px 24px;	
}
/* BOX VARI */
.myBox
{
	border:solid 1px #6593CF;
	font-size:11px;
}
.myBoxG
{
	border:solid 1px #6593CF;
	font-size:11px;
	background-color:#f9f9f7;
}
.myBoxHdr
{
	background:#ffffff url(Images/hdrBg.png) repeat-x;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#275078;
	border-bottom:solid 1px #6593CF;
}
.myBoxBdy
{
	padding:5px 5px 5px 5px;
}
/* ETICHETTE ERRORI */
.errLbl
{
	color:#FF0000;
}
/* HOMEPAGE */

.tblEventi
{
	width:100%;
	font-size:11px;
	margin-bottom:30px;
}

.tblEventi TH
{
	background:#ffffff url(Images/hdrBg.png) repeat-x;
	padding-top:2px;
	padding-bottom:2px;
	white-space:nowrap;
	font-weight:normal;
	text-align:left;
	padding-left:4px;
	padding-right:4px;
	color:#275078;
	border-bottom:solid 1px #6593CF;
	border-top:solid 1px #6593CF;
}

.tblEventi TD
{
	padding:10px 4px 10px 4px;
	vertical-align:top;
	border-bottom:solid 1px #C0C0C0;
}

.tblEventi .tdc
{
	text-align:center;
}

/* SUBMISSION */
.lblStep
{
	display:block;
	font-family:Arial, Sans-Serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom:20px;
}
.lblStepUl
{
	font-family:Arial, Sans-Serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom:3px;
	margin-bottom:6px;
	border-bottom:solid 2px #c0c0c0;
	color:#000000;
}
.submission-choices
{
	width:100%;
	margin-top:10px;
	height:150px;
}

.textbox
{
	font-family:Verdana;
	font-size:11px;
}
.testo
{
	 padding:7px 0px 7px 0px;
	 font-size:11px;
}

/* WIZARD */

.addAutAff
{
	color:#336699;
	text-decoration:none;
}
.addAutAff:hover
{
	text-decoration:underline;
}


/* ------- CSS PER WIZARDSTEPS -----*/
.wizardstep
{
	display:block;
	float:left;
	width:30px;
	height:30px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding-top:1px;
}
.wizardactive
{
	background:url(Images/ActiveStep.gif) no-repeat;
	color:#FFFFFF;
}
.wizardinactive
{
	background:url(Images/UnActiveStep.gif) no-repeat;
	color:#275078;
}
.testoStep
{
	display:block;
	float:left;
	width:106px;
	padding-bottom:10px;
	padding-left:10px;
	font-size:9px;
	line-height:10px;
	color:#333333;
	text-align:left;
}
/* ----- CSS COMUNI ---------- */
.barra
{
	color:#000000;
}
.btnLabel
{
	font-weight:bold;	
    vertical-align: baseline;
    vertical-align: 54%;
    padding-left:6px;
    padding-right:6px;

}
.btnNavigation
{
	margin:10px 6px 0px 0px;
    vertical-align: baseline;

}
.logout
{
	color:#FFFFFF;
	text-decoration:none;
}
.logout:hover
{
	text-decoration:underline;
}
.classicA
{
	color:#336699;
	text-decoration:underline;
	
}
.classicA:hover
{
	color:#ee0000;
}

.navDiv
{
}

.navPrev
{
	margin-top:20px;
	float:left;
}

.navNext
{
	margin-top:20px;
	float:right;
}
/* per attesa */
.coverDiv
{
	position:absolute;
	z-index:101;
	top:0px;
	left:0px;
	width:100%;
	height:1500px;
	background-color:#000000;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;	
}
.updateProgressDiv
{
	position:absolute;
	z-index:102;
	display:block;
	top:50%;
	left:50%;
	margin-left:-95px;
}
.clearingDiv
{
	display:block;
	clear:both;
	font-size:1px;
}
