html {
     overflow: -moz-scrollbars-vertical !important;
}
a:focus { -moz-outline-style: none; }

body {
	background-image:url("../immagini/sfondo.jpg");
	background-repeat:repeat-x;
	background-color:#221A21;
	margin:0;
	padding:0;
	font-family: Verdana,Arial, sans-serif;
	font-size:12px;
}
a {
	color:#755972;
	text-decoration:none;
}
a:hover {
	color:#B8EDE1;
}
.clear {
	font-size:0px;
	clear:both;
}
#head {
	position:relative;
	padding-top: 45px;
}
img {
	border: none;	
}
p {
	padding:0;
	margin: 0;
}
#logo {
	background-image:url("../immagini/logo_sitox.png");
	height:149px;
	width:103px;
	position:absolute;
	top:10px;
	left:50px;
	text-indent:-9009px;
}

#strip {
	height: 78px;
	background-color:#454457;
	background-image:url("../immagini/congresso_logo.jpg");
	background-repeat:no-repeat;
	background-position: top right;
}
#soprastrip {
	font-size:14px;
	width:700px;
	position: absolute;
	font-weight:bold;
	top: 25px;
	left: 145px;
	color:#454457;
	text-align:center;
}
#sottostrip {
	font-size:14px;
	width:700px;
	position: absolute;
	font-weight:bold;
	top: 125px;
	left: 145px;
	color:#454457;
	text-align:center;
}
#container {
	width:900px;
	margin: 10px auto;
	background-color:#ffffff;
}

#menu {
	width: 190px;
	float:left;
}

#main {
	margin-top: 52px;
	width:700px;
	float:right;
	background-color:#ffffff;
	min-height:500px;
	height: auto !important;
	height: 500px;
	padding-bottom:10px;
}
#contenuto {
	padding-right:10px;
}
#contenuto .titolo {
	font-size:14px;
	font-weight:bold;
	border-bottom: solid 2px #755972;
	color:#755972;
}
#menu {
	margin-top: 70px;
}
#menu ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	border-top: solid 1px #755972;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#menu a {
	display:block;
	padding: 5px;
	border-bottom: solid 1px #755972;
	text-decoration:none;
	font-size:12px;
	color:#221A21;
}
#menu a:hover {
	background-color:#B8EDE1;
}
#menu li.sel a {
	background-color:#C9B8C7;
}
form .errore {
	border: solid 2px #ff0000;
}
form .subtitle {
	background-color:#454457;
	color: #FFFFFF;
	font-weight:bold;
	padding: 3px;
	font-size:12px;
	margin: 15px 0;
}

form input.textfield, form textarea, form select{
	border: solid 1px #755972;
	background-color:#E8E1E7;
}
form input:disabled, form select:disabled {
	background-color:#333333;
}
form td {
	font-size:12px;
}
form .submit {
	text-align:center;
}
form .submit input {
	width: 300px;
	cursor:pointer;
}
#form_compilatore .field input.textfield{
	width: 210px;
}
#form_compilatore .field {
	width: 210px;
}
#form_compilatore .desc {
	width: 120px;
}
#form_compilatore .sep {
	width: 40px;
}

#form_abs textarea {
	font-size:12px;
	width: 680px;
	height: 50px;
}
#form_abs .abs textarea {
	height: 150px
}

#form_oratore input.textfield{
	width: 220px;
}
#form_oratore td{
	width: 233px;
	text-align:center;
}

#form_key input.textfield{
	width: 220px;
}
#form_key td{
	width: 233px;
	text-align:center;
}

#form_info .col1{
	width: 300px;
}
#form_info .col2{
	width: 400px;
}
#form_info input.textfield{
	width: 350px;
}
#form_info select{
	width: 350px;
	border: solid 1px #755972;
}
#form_autori input.textfield{
	width: 190px;
}
#form_autori td{
	text-align:center;
}
#form_autori .col1{
	width: 200px;
	text-align:center;
}
#form_autori .col2{
	width: 200px;
	text-align:center;
}
#form_autori .col3{
	width: 200px;
	text-align:center;
}
#form_autori .col4{
	width: 100px;
	text-align:center;
}

#preview {
	width: 600px;
	margin: 0 auto;
	border: solid 1px #CCCCCC;
	padding: 10px;
}
#preview_msg {
	font-size:12px;
	margin: 20px 0;
}
#preview_titolo {
	margin: 0;
	font-size:12px;
	font-weight:bold;
	color:#755972;
}
#preview_testo {
	font-size:12px;
	text-align:justify;
	color:#222222;
	margin: 0;
}
#preview_separa {
	border-bottom: solid 1px #CCCCCC;
	font-size: 0px;
	margin: 10px 0;
}
#stato_abs {
	width:600px;
	margin: 20px auto;
	border: solid 1px #AAAAAA;
	border-collapse:collapse;
}
#stato_abs td{
	border: solid 1px #AAAAAA;
	font-size:12px;
	text-align:center;
}
#stato_abs th{
	border: solid 1px #AAAAAA;
	font-size:12px;
}
#stato_abs .row1 {
	background-color: #EEEEEE;	
}
#stato_abs .row2 {
	background-color: #DDDDDD;
}
#form_autori_inregola textarea {
	font-size:12px;
	width: 680px;
	height: 75px;
}
.invio_errore {
	margin: 20px 0;
	background-color:#BB001C;
	color:#FFFFFF;
	padding: 10px;
	text-align: center;
	font-weight:bold;
}
#back {
	margin: 20px 0;
	text-align:center;
}
