﻿* {
    border: 0 none;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    outline-style: none;
    padding: 0;
    text-decoration: none;
}

body {
	background-color: #003;
	font-family: Arial;
	font-style: normal;
	font-size: 12px;
}

body, html {height:100%;}

input[type=text], select, textarea {
	border:solid 1px #ccc; 
	font-family:verdana; 
	font-size:11px; 
	background-color:#fff; 
	padding:2px;
}

input[type=submit] {
	border:solid 1px #ccc; 
	font-family:Trebuchet MS; 
	font-size:10px; 
	font-weight:normal;
}

ul {list-style-type: none;}
del {text-decoration:line-through}

/*=============================================================
  Definizione della struttura del sito
=============================================================*/
#page
{
	width: 1000px;
	margin: 30px auto;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border: 3px solid #0c0;
/*	font-style: normal;*/
	background-color: #FFF;
}
#masterhead {
	margin:5px auto;
	position:relative;
	width:980px;
}
#masterhead h1 {
	background: url("img/HeadVS.png") no-repeat scroll 0 0;
	height: 65px;
	width: 395px;
}
#masterhead h1 a {
	height: 65px;
	width: 395px;
	display:block;
}
#masterhead h1 a span {
	visibility: hidden;
}
#suitcase {
	margin: -95px 0 0 810px;
	position:relative;
	width:216px;
	height:157px;
	background: url("img/valigia2.png") no-repeat top right;
	z-index:999;
}
#maincontent
{
	z-index:998;
	margin: -55px auto 0;
	width:980px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #ddd;
	padding: 5px 0 0 5px;
	background-color:transparent;
}
#maincontent2
{
	z-index:998;
	margin: -55px auto 0;
	width:980px; height:400px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #ddd;
	padding: 5px 0 0 5px;
	background-color:transparent;
}
#masterfooter {
	margin:10px auto;
	position:relative;
	width:980px;
	text-align:center;
	color:#aaa;
	font-family:Verdana;
}
#headSection {
	font: 22px arial, helvetica, sans serif;
	margin: 10px;
}
#subHeadSection {
	margin: 10px;
}

#sectionBody {
	width:700px;
	margin: 0 auto;
}
.sectionArea
{
	width:720px;
	margin: 0 auto;
	min-height:500px;
	}
.subSectionTitle {
	background: #f0f0f0;
	color: #090;
	width: 100%;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -1px;
	vertical-align: middle;
	border-bottom: 3px double #ddd;
}
.subSectionTitle span {margin-left:5px; font-weight: bold;}

#admSection	{
	color: #090;
	width: 100%;
	text-align: left;
	font:16px/24px arial, helvetica, sans serif;
	letter-spacing: -1px;
	vertical-align: middle;
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
}
#admSection span {font-weight: bold;}

/*=============================================================
  Menù di navigazione negli argomenti istituzionali (in alto)
=============================================================*/
ul#nav {
    position: absolute;
	right: 35px;
    top: 0px;
    width: 535px;
    height: 30px;
    margin-top: 25px;
}
ul#nav li {
    cursor: pointer;
    float: left;
    height:30px;
    line-height: 30px;
    vertical-align:middle;
	border-right: 1px solid #dcdcdc;
}
ul#nav li#last {
	border-right: 0;
}
ul#nav li a{
	display: block;
	width: 55px;
	height: 30px;
	color: #aaa;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: -1px;
}
ul#nav li a:hover{
	color:#000;
}
ul#nav li#last a {
	color:#f00;
}

/*=============================================================
  Menù alto di navigazione admin area
=============================================================*/
ul#topAdmNav {
    width: 815px;
    height: 20px;
    margin-top: 2px;
}
ul#topAdmNav li {
    cursor: pointer;
    float: left;
    height:20px;
    line-height: 20px;
    vertical-align:middle;
	border-right: 1px solid #dcdcdc;
	}
ul#topAdmNav li#lastTop {
	border-right: 0;
}
ul#topAdmNav li a {
	display: block;
	width: 120px;
	height: 20px;
	color: #aaa;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: -1px;
}
ul#topAdmNav li a:hover {
	color:#00f; 
	text-decoration:underline;
}

/*=============================================================
  Menù sinistra di navigazione admin area
=============================================================*/
ul#leftAdmNav {
    width: 140px;
    margin-top:-10px;
}
ul#leftAdmNav li {
    cursor: pointer;
    vertical-align:middle;
	border-left: 3px solid #aaa;
	margin-bottom: 2px;
	}
ul#leftAdmNav li a {
	display: block;
	width: 132px;
	height: 25px;
	line-height:25px;
	color: #333;
	background-color:#fafafa;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: -1px;
	padding-left: 5px;
}
ul#leftAdmNav li a:hover {color:#fff; background-color:#999;}
ul#leftAdmNav li a:active {background-color:#333;}

ul#leftAdmNav li#lastLeft a {color: #00F;}
ul#leftAdmNav li#lastLeft a:hover {color: #afa;}

/*=============================================================
  Definizione delle aree della pagina
=============================================================*/
#leftCol {
    width: 755px;
    float: left;
}
#rightCol {
	position: relative;
    width: 220px;
    margin-top: 15px;
    left:760px;
    background:#000
}
#leftCol2 {
    width: 760px;
    float: left;
}
#rightCol2 
{	position: relative;
    width: 220px;
    margin-top: 15px;
    float: left;
}
.bottomArea {
	clear:both;
	width:743px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ddd;
	background:#fafafa url("img/SfondoMenuBasso.png") repeat-x 0 -5px;
	margin-bottom:5px;
}
.bottomArea table {
	width:725px; 
	border-collapse:collapse; 
	border-spacing:0;
	border: 0;
	padding:0; 
	margin:-3px auto;
	color:#fff; 
	height:30px; 
	line-height:30px; 
	font-family:Verdana;
}


.bottomArea2 {
	clear:both;
	width:743px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ddd;
	background:#fafafa url("img/sfondoTitolo-h30.png") repeat-x 0 -5px;
	margin-bottom:5px;
}
.bottomArea2 table {
	width:725px; 
	border-collapse:collapse; 
	border-spacing:0;
	border: 0;
	padding:0;
	margin:-3px auto;
	color:#fff; 
	height:30px; 
	line-height:30px; 
	font-family:Verdana;
}
.bottomArea2 #partContainer {width:725px; height:75px; margin: 5px auto;}
.partner {width:181px; height:75px; float:left;}

.voceCatalogo {
	width:700px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #ccc;
	background:#fafafa;
	padding:5px;
	margin-bottom: 10px;
}
.voceCatalogo table{
	width:690px;
}

.admHomePlace {
	width:500px;
	margin:50px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #f0f0f0;
	text-align:center;
}
.admHomePlace .head {
	width:490px;
	padding-left:10px;
	height:20px;
	line-height:20px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#666;
	background-color:#fafafa;
}
.admHomePlace .body {margin: 20px 0;}

.confirm {
	width:400px; 
	height:150px; 
	margin:30px auto;
	border: solid 1px #999;
}
 .confirm table {
 	width:390px;
 	height:140px;
 	margin:5px auto;
 	border-collapse:collapse;
 	border-spacing:0;
 }
 .confirm table tr td.cTitle {
 	padding:2px 10px; 
 	height:20px; 
 	line-height:20px; 
 	background-color:#333; 
 	color:#fff; 
 	text-align:left; 
 	font-family:Verdana; 
 	font-size:11px; 
 	font-weight:bold; 
 	letter-spacing:-1;
 }
.confirm table tr td.cText {
	color:#000; 
	text-align:center;
	font-family:Verdana; 
	font-size:11px; 
}
.confirm table tr td.cFoot {
	height:30px; 
	line-height:30px; 
	text-align:center;
}
.confirm table tr td.cFoot a {
	display:inline-block; 
	width:100px; 
	height:16px; 
	font: 11px/16px Verdana; 
	text-decoration: none; 
	padding: 0; 
	background-color: #fafafa;
	color: #333; 
	border: 1px solid #dcdcdc;
}
.confirm table tr td.cFoot a:hover {color: #fff; background-color: #999;}
.confirm table tr td.cFoot a:active {background-color:#333;}

/*=============================================================
  Menù di navigazione nelle sezioni tematiche (laterale)
=============================================================*/
ul#rm {width:205px; position: absolute; top: 33px; left: 0px; }
ul#rm li {cursor: pointer; height:40px; }
ul#rm li a {
	display: block;
	width: 204px;
	height: 35px;
	line-height:35px;
	text-align: center;
	color:#000;
	font-family: Verdana;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ddd;
}
ul#rm li a#ds1 {background: url("img/bgDestra1.png") no-repeat top;}
ul#rm li a#ds2 {background: url("img/bgDestra2.png") no-repeat top;}
ul#rm li a#ds3 {background: url("img/bgDestra3.png") no-repeat top;}
ul#rm li a#ds4 {background: url("img/bgDestra4.png") no-repeat top;}
ul#rm li a#ds5 {background: url("img/bgDestra5.png") no-repeat top;}
ul#rm li a#ds6 {background: url("img/bgDestra6.png") no-repeat top;}

ul#rm li a:hover {color:#060;border-color: #3c3;	font-weight:bold;}

ul#rm li a.iscrizione {letter-spacing: -1px; font-weight:bold;}
ul#rm li a.iscrizione:hover {letter-spacing: 0; text-transform:uppercase;}

ul#rm2 {width:205px; position: absolute; top: 33px; left: 5px; }
ul#rm2 li {cursor: pointer; height:40px; }
ul#rm2 li a {
	display: block;
	width: 204px;
	height: 35px;
	line-height:35px;
	text-align: center;
	color:#000;
	font-family: Verdana;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ddd;
}
ul#rm2 li a#ds1 {background: url("img/bgDestra1.png") no-repeat top;}
ul#rm2 li a#ds2 {background: url("img/bgDestra2.png") no-repeat top;}
ul#rm2 li a#ds3 {background: url("img/bgDestra3.png") no-repeat top;}
ul#rm2 li a#ds4 {background: url("img/bgDestra4.png") no-repeat top;}
ul#rm2 li a#ds5 {background: url("img/bgDestra5.png") no-repeat top;}
ul#rm2 li a#ds6 {background: url("img/bgDestra6.png") no-repeat top;}

ul#rm2 li a:hover {color:#060;border-color: #3c3;	font-weight:bold;}

ul#rm2 li a.iscrizione {letter-spacing: -1px; font-weight:bold;}
ul#rm2 li a.iscrizione:hover {letter-spacing: 0; text-transform:uppercase;}

/*=============================================================
  Menù di navigazione nelle aree viaggio (in basso)
=============================================================*/

/* ul#bm {width: 742px; height: 70px; margin-top: -5px;} */
ul#bm {width: 744px; height: 70px; margin-top: 3px;}
ul#bm li {cursor: pointer;float:left;}
/*ul#bm li a {display:block; width:185px; height:65px; line-height:65px;}*/
ul#bm li a {display:block; width:124px; height:65px; line-height:65px;}

ul#bm li a#italia {background: url("img/mbItalia.png") no-repeat top;}
ul#bm li a#italia:hover {background-position: center;}
ul#bm li a#italia:active {background-position: bottom;}

ul#bm li a#estero {background: url("img/mbEstero.png") no-repeat top;}
ul#bm li a#estero:hover {background-position: center;}
ul#bm li a#estero:active {background-position: bottom;}

ul#bm li a#eventi {background: url("img/mbEventi.png") no-repeat top;}
ul#bm li a#eventi:hover {background-position: center;}
ul#bm li a#eventi:active {background-position: bottom;}

ul#bm li a#teatro {background: url("img/mbTeatro.png") no-repeat top;}
ul#bm li a#teatro:hover {background-position: center;}
ul#bm li a#teatro:active {background-position: bottom;}

ul#bm li a#wellness {background: url("img/mbWellness.png") no-repeat top;}
ul#bm li a#wellness:hover {background-position: center;}
ul#bm li a#wellness:active {background-position: bottom;}

ul#bm li a#altro {background: url("img/mbAltro.png") no-repeat top;}
ul#bm li a#altro:hover {background-position: center;}
ul#bm li a#altro:active {background-position: bottom;}

/*===============================================================================*/
.vetrina {
	width:368px; 
	height:250px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #ddd;
	background:#fff url("img/sfondoVetrina.png") repeat-x top;
	margin: 0 5px 5px 0;
	float:left;
}
.admVetrina {
	width:340px; 
	height:150px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #ddd;
	background:#fff url("img/sfondoVetrinaAdm.png") repeat-x top;
	margin: 5px 0 0 5px;
	float:left;
}

.titoloVetrina {
	width:332px;
	color:#fff; 
	height:30px; 
	line-height:30px; 
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	margin: -3px auto 0;
	overflow:hidden;
	white-space:nowrap;
}
.admTitoloVetrina {
	width:325px;
	color:#fff; 
	height:30px; 
	line-height:30px; 
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	margin: -3px auto 0;
	overflow:hidden;
	white-space:nowrap;
}

.corpoVetrina {
	width:355px;
	height: 165px;
    margin: 10px auto 0;
    text-align: justify;
    font-family: Verdana;
    font-size:11px;
	overflow:hidden;
}
.admCorpoVetrina {width:335px; height: 115px; margin: 5px auto 0; overflow:hidden;}
.admCorpoVetrina .corpo {width:335px; margin:5px auto; background-color: #fff;}
.admCorpoVetrina .corpo tr td {line-height:2em; padding:0 2px 0 2px; vertical-align:middle; background-color: #f0f0f0;}

.immagineVetrina {
	float: left; padding: 0 10px 10px 0;
	width: 150px;
	height: 110px;
}
.piedeVetrina {
	width:355px;
	height: 40px;
    margin: 3px auto 0;
    border-top: solid 1px #360;
    padding-top: 3px;
	overflow:hidden;
	line-height:15px;
}
.infoVetrina {
	border-collapse: collapse;
	border:0;
	padding:0;
	width:354px;
}
.infoVetrina tr td.categoria{width:60px;}
.infoVetrina tr td.periodo{width:294px; text-align:right;}
.infoVetrina tr td.prezzo{font-size:20px; color:#360; text-align:center;}

.riquadro1 {
	position:absolute;
	top: 275px;
	left: -10px;
	width:223px;
	height:222px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	background:#fafafa url("img/sfondoTitolo-h30.png") repeat-x 0 -10px ;
}
.piedeRiquadro1{
	position:absolute;
	width:212px;
	top: 197px;
	text-align:right;
	padding: 5px;
	font-family:Verdana;
	font-size:10px;
}
.riquadro2 {
	position:absolute;
	top: 503px;
	left: -10px;
	width:223px;
	height:209px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	background:#fafafa url("img/sfondoTitolo-h30.png") repeat-x 0 -10px ;
}
.piedeRiquadro2{
	position:absolute;
	width:212px;
	top: 186px;
	text-align:right;
	padding: 5px;
	font-family:Verdana;
	font-size:10px;
}

.riquadro3 {
	position:absolute;
	top: 290px;
	left: 0px;
	width:215px;
	height:270px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	background:#fafafa url("img/sfondoTitolo-h30.png") repeat-x 0 -5px ;
}
.titoloRiquadro3 {
	width:100%;
	color:#fff; 
	height:25px; 
	line-height:25px; 
	text-align:center;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	margin-top: -2px;
}
.testoRiquadro3 {
	width:200px;
	height:230px;
    margin: 10px auto 0;
    font-family: Verdana;
    font-size: 11px;
    text-align: left;
    /*letter-spacing: -1px;*/
	overflow:hidden;
}

.immagineRiquadro {
	float: left; padding: 0 5px 5px 0;
	width: 100px;
	height: 75px;
}
.titoloRiquadro {
	width:100%;
	color:#fff; 
	height:20px; 
	line-height:20px; 
	text-align:center;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	margin-top: -2px;
}
.testoRiquadro {
	width:210px;
	height:170px;
    margin: 5px auto 0;
    font-family: Verdana;
    font-size: 10px;
    text-align: left;
    letter-spacing: -1px;
	overflow:hidden;
}

.titoloVoceCatalogo {font:bold 18px arial, helvetica, sans-serif}
.importoVoceCatalogo {font-size:24px; color:#360;}
.periodoVoceCatalogo {font: 16px arial, helvetica, sans-serif}

.ts {font-weight:bold; margin-left:-5px;}
.tc {font-weight:bold;}
.lp {list-style-type:disc; margin-left:15px;}
.lp li {margin: 3px;}
.bold {font-weight:bold}
.single {line-height:1.3em;}
.pwd {background-color:rgba(255, 255, 255, 0.3); color: #fff; border:0; font: bold 14px Courier New, Courier, monospace;}
.small {font: 10px/10px Verdana; color:#999;}
.small9 {font: 9px/9px Verdana; color:#999;}
.small8 {font: 8px/8px Verdana; color:#999;}
.right {width:100%; text-align:right;}
.filetto td {border-bottom: solid 1px #dcdcdc; }
.filettoDoppio td {border-bottom: double 3px #dcdcdc; }
.tmb{width:82px; padding: 10px 14px 0 0; margin-left:-2px;}

.w150 {width:150px;}
.w150b {width:150px;font-weight:bold}
.w240 {width:240px;}
.w340 {width:340px;}
.w440 {width:440px;}
.w540 {width:540px;}

.w200 {width:200px;}
.w200b {width:200px;font-weight:bold}
.w490 {width:490px;}
.w590 {width:590px;}
.w690 {width:690px;}

a.btn1 {
	display:block;	width: 200px; height: 30px;
	text-align: center; 	color:#fff;
	font:bold 14px/30px arial, helvetica, sans-serif;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #008;
	background: url("img/sfondoBottoneDettaglio.png") repeat-x top;
}
a.btn1:hover {background-position:center;}
a.btn1:active {background-position:bottom;}

.btn2 {width:150px; margin:10px auto;}
.btn2 a {
	display:block;	width: 150px; height: 20px;
	text-align: center; 	color:#fff;
	font: bold 12px/19px verdana, helvetica, sans-serif;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	border: 1px solid #09f;
	background: url("img/sfondoBottone2.png") repeat-x top;
}
.btn2 a:hover {background-position:center;}
.btn2 a:active {background-position:bottom;}

.btn3 {width:100px; margin:10px auto;}
.btn3 a {
	display:block;	width: 100px; height: 20px;
	text-align: center; 	color:#fff;
	font: bold 11px/19px verdana, helvetica, sans-serif;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	border: 1px solid #09f;
	background: url("img/sfondoBottone2.png") repeat-x top;
}
.btn3 a:hover {background-position:center;}
.btn3 a:active {background-position:bottom;}

.btn4 {width:100%; text-align:center; margin:10px auto;}
.btn4 a {
	display:inline-block; width: 80px; height: 20px;
	text-align: center; 	color:#fff;
	letter-spacing: -1px;
	font:11px/19px verdana, helvetica, sans-serif;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	border: 1px solid #09f;
	background: url("img/sfondoBottone2.png") repeat-x top;
}
.btn4 a:hover {background-position:center;}
.btn4 a:active {background-position:bottom;}

.btn4l {width:100%; text-align:center; margin:10px auto;}
.btn4l a {
	display:inline-block; width: 140px; height: 20px;
	text-align: center; 	color:#fff;
	letter-spacing: -1px;
	font:11px/19px verdana, helvetica, sans-serif;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	border: 1px solid #09f;
	background: url("img/sfondoBottone2.png") repeat-x top;
}
.btn4l a:hover {background-position:center;}
.btn4l a:active {background-position:bottom;}

a.btn5 {
	display:block;	width: 50px; height: 16px;
	text-align: center; 	color:#fff;
	font:bold 11px/16px arial, helvetica, sans-serif;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	border: 1px solid #008;
	background: url("img/sfondoBottoneDettaglio.png") repeat-x top;
}
a.btn5:hover {background-position:bottom;}

a.btn6 {
	display:block;	width: 150px; height: 25px;
	text-align: center; 	color:#fff;
	font:bold 13px/25px arial, helvetica, sans-serif;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #008;
	background: url("img/sfondoBottoneDettaglio.png") repeat-x top;
}
a.btn6:hover {background-position:center;}
a.btn6:active {background-position:bottom;}

.inLineLink {display:inline-block; padding:0 5px; background-color:#f0f0f0;text-decoration:underline;font-weight:bold}
.linkPiccolo {text-decoration:underline; font: 10px verdana;}

a.torna {display:inline-block;width:150px;height:20px; text-align:center; background: url("img/TornaAllaLista.png") no-repeat top;}
a.torna:hover {background-position:center} 
a.torna:active {background-position:bottom}

.g{color:#990}
.a{color:#f90}
.i{color:#36c}
.p{color:#393}
.e{color:#cc0}

/*====================================================================================
 classi per la visualizzazione e la modifica dei dati
=====================================================================================*/
.form400 {width:400px; margin:15px auto; border:solid 1px #aaa; background-color:#f0f0f0; color:#000;}
.form400 .form {width:390px; margin:5px auto; background-color: #fff;}
.form400 .form tr td {line-height:3em; padding:0 2px 0 2px; background-color: #f0f0f0; vertical-align:middle}

.form500 {width:500px; margin:15px auto; border:solid 1px #aaa; background-color:#f0f0f0;color:#000;}
.form500 .form {width:490px; margin:5px auto; background-color: #fff;}
.form500 .form tr td {line-height:3em; padding:0 3px 0 3px; background-color: #f0f0f0; vertical-align:middle}
.form500 .slim {width:490px; margin:5px auto; background-color: #fff;}
.form500 .slim tr td {padding:3px; vertical-align:middle; background-color: #f0f0f0;}
.form500 .slim2 {width:490px; margin:5px auto; background-color: #fff;}
.form500 .slim2 tr td {padding:5px; line-height:1.2em; vertical-align:middle; background-color: #f0f0f0;}

.form600 {width:600px; margin:15px auto; border:solid 1px #aaa; background-color:#f0f0f0; color:#000;}
.form600 .form {width:590px; margin:5px auto; background-color: #fff;}
.form600 .form tr td {line-height:2.4em; padding:0 4px 0 4px; background-color: #f0f0f0; vertical-align:middle; text-align:left}

.form700 {width:700px; margin:15px auto;  border:solid 1px #aaa; background-color:#f0f0f0; color:#000;}
.form700 .form {width:690px; margin:5px auto; background-color: #fff; border:0}
.form700 .form tr td {line-height:3em; padding:0 5px 0 5px; background-color: #f0f0f0; vertical-align:middle}
.form700 .iscrizione {width:690px; margin:5px auto; background: url("img/iscrizione.png") no-repeat right bottom; border:0; border-collapse:collapse; border-spacing:1px}
.form700 .iscrizione tr td {line-height:3em; padding:0 5px 0 5px; border: solid 1px #fafafa; vertical-align:middle}

.form800 {width:800px; margin:15px auto; border:solid 1px #aaa; background-color:#f0f0f0;  color:#000;}
.form800 .form {width:790px; margin:5px auto; background-color: #fff;}
.form800 .form tr td {line-height:3em; padding:0 6px 0 6px; background-color: #f0f0f0; vertical-align:middle}

.form900 {width:900px; margin:15px auto; border:solid 1px #aaa; background-color:#f0f0f0;  color:#000;}
.form900 .form {width:890px; margin:5px auto; background-color: #fff;}
.form900 .form tr td {line-height:3em; padding:0 7px 0 7px; background-color: #f0f0f0; vertical-align:middle}


.view400 {width:400px; margin:15px auto; border:solid 1px #aaa; background-color:#fff; color:#000;}
.view400 .view {width:390px; margin:5px auto; background-color: #eaeaea;}
.view400 .view tr td {line-height:3em; padding:0 2px 0 2px; vertical-align:middle; background-color: #fff;}

.view500 {width:500px; margin:15px auto; border:solid 1px #aaa; background-color:#fff; color:#000;}
.view500 .view {width:490px; margin:5px auto; background-color: #eaeaea;}
.view500 .view tr td {line-height:3em; padding:0 3px 0 3px; vertical-align:middle; background-color: #fff;}
.view500 .slim {width:490px; margin:5px auto; background-color: #eaeaea;}
.view500 .slim tr td {padding:2px 5px; vertical-align:middle; background-color: #fff;}

.view600 {width:600px; margin:15px auto; border:solid 1px #aaa; background-color:#fff; color:#000;}
.view600 .view {width:590px; margin:5px auto; background-color: #eaeaea; }
.view600 .view tr td {line-height:3em; padding:0 4px 0 4px; vertical-align:middle; background-color: #fff;}
.view600 .slim {width:590px; margin:5px auto; background-color: #eaeaea;}
.view600 .slim tr td {padding:5px; vertical-align:middle; background-color: #fff;}

.view700 {width:700px; margin:15px auto; border:solid 1px #aaa; background-color:#fff; color:#000;}
.view700 .view {width:690px; margin:5px auto; background-color: #eaeaea;}
.view700 .view tr td {line-height:3em; padding:0 5px 0 5px; vertical-align:middle; background-color: #fff;}

.view800 {width:800px; margin:15px auto; border:solid 1px #aaa; background-color:#fff; color:#000;}
.view800 .view {width:790px; margin:5px auto; background-color: #eaeaea;}
.view800 .view tr td {line-height:3em; padding:0 6px 0 6px; vertical-align:middle; background-color: #fff;}
.view800 .viewslim {width:790px; margin:5px auto; background-color: #eaeaea;}
.view800 .viewslim tr td {line-height:1.75em;padding:1px; background-color: #fff; vertical-align:top}

.view900 {width:900px; margin:15px auto; border:solid 1px #aaa; background-color:#fff; color:#000;}
.view900 .view {width:890px; margin:5px auto; background-color: #eaeaea;}
.view900 .view tr td {line-height:3em; padding:0 7px 0 7px; vertical-align:middle; background-color: #fff;}
.view900 .viewslim {width:890px; margin:5px auto; background-color: #eaeaea;}
.view900 .viewslim tr td {padding:1px; background-color: #fff; vertical-align:top}
.view900 .viewsmall {width:890px; background-color: #eaeaea;}
.view900 .viewsmall tr td {padding:1px; background-color: #fff; vertical-align:top; font-size:9px}
.view900 .slim {width:890px; margin:5px auto; background-color: #eaeaea;}
.view900 .slim tr td {padding:5px; vertical-align:middle; background-color: #fff;}

#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#333; border:8px solid #444; padding:12px;}




