@charset "utf-8";
/* exelab CSS Document - FOF - Festival dei Festival*/

/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Arial, Helvetica, sans-serif;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
 
h1 {
	padding:0;
	letter-spacing:-1px;
	font-size:2em;
}
 
h2 {
	padding:0;
	letter-spacing:-1px;
	font-size:1.5em;
	font-weight: bold;
	margin: 10px 0;
	font-family: Clarendon, Georgia;
	color: #EE489C;
}
 
h3 {
	font-size:1.2em;
	font-weight:bold;
}
 
/***** Common Formatting *****/
 
p {
	line-height: 25px;
	font-size: 12px;
	color: #666666;
	margin: 15px 0;
	padding: 0;
} 
ul, ol {
	margin:0;
	padding:0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/


a{
	color: #00B0EC;
}
a:hover{
	color: #00B0EC;
} 

a.mailus{
	color: #FFFFFF;
	background-color: #00B0EC;
	padding: 5px;
}
a:hover.mailus{
	color: #00B0EC;
	background-color: #FFFFFF;
} 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}

#content          {
	margin:-3px auto;
	background-color: #FFFFFF;
	width: 960px;
}
#header			{
	padding: 0;
	text-align: left;
	height: 50px;
}
#header h1{margin:0; padding:0;}
#footer{
	height: 38px;
	margin-top: 0px;
	font-size: 70%;
	padding: 0px 0 0 20px;
	color: #666666;
}
#footer .left {
	float:left;
	margin:0;
}
#footer .right{	float:right;	margin:0 15px 0 0;}
#footer ul li{	display: inline;	margin: 0 0 0 20px;}

 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }



.lancio{
	font-size: 2em;
	line-height: 0.8em;
	color: #E63E8B;
}

.col_540{
	width:540px;
	float:left;
}
.col_400{
	width:350px;
	float:left;
	margin: 15px  0 0 30px;
}


.col_550{
	width:590px;
	float:left;
	margin: 0px 0 0;
	padding: 40px 0 0;
}
.col_380{
	width:360px;
	float:left;
	margin: 0;
	background-attachment: scroll;
	background-image: url(img/col_sx4.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
	height: 1000px;
	border-right: solid 1px #ccc;
}

.box_linea{
	margin:0 0 20px;
	border-bottom:solid 1px #ccc;
	padding: 0 0 5px 15px;
}
.box{
	margin:0 0 20px;
	padding: 0 0 5px 15px;
}


.invisible{
	text-indent:-999999px;
	display: none;
}


/* FORM  */

form.exelab { margin: 0pt; padding: 0pt 0pt 0px; }

form ul {
font-size:100%;
list-style-type:none;
margin:0pt;
padding:0pt;
width:100%;
}

label.descrizione {
	border:medium none;
	color:#222222;
	display:block;
	font-size:95%;
	font-weight:normal;
	line-height:150%;
	padding:0pt 0pt 5px;
}

form .req {
	color:#990000 !important;
	float:none;
	font-weight:bold;
	margin:0pt;
}
form li span {
float:left;
}
form li div, form li span {
color:#444444;
margin:0pt 4px 0pt 0pt;
padding:0pt 0pt 8px;
}
form li div label, form li span label {
clear:both;
color:#444444;
display:block;
font-size:9px;
line-height:9px;
margin:0pt;
padding-top:3px;
}

input.large, select.large, textarea.textarea {
width:100%;
}
textarea.small { height: 5.5em; }
textarea.medium { height: 10em; }
textarea.large { height: 20em; }

input.text, input.file {
padding:2px 0pt;
}
input.text, textarea.textarea, .firefox select.select {
	border-color:#ccc rgb(195, 195, 195) rgb(221, 221, 221);
	border-style:solid;
	border-width:1px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	/*background-image: url(img/bg_Txt_input2.gif);*/
	background-repeat: repeat-x;
	background-position: center top;
}
input.text, input.file, textarea.textarea, select.select {
color:#333333;
font-size:100%;
margin:0pt;
}


.exelab li {
width:62%;
}
form li, .buttons {
	display:block;
	margin: 15px 0;
}
form li, .buttons {
display:inline-block;
}
form li {
	clear:both;
	margin:0pt 0 5px;
	padding:4px 5px 2px 9px;
	position:relative;
}

.noI form li, .noI form li.buttons {
width:97% !important;
}
form li.focused {
	background-color:#E4E0DE;
}

form .instruct {
background:#F5F5F5 none repeat scroll 0% 0%;
border:1px solid #E6E6E6;
color:#444444;
font-size:80%;
left:100%;
line-height:130%;
margin:0pt 0pt 0pt 8px;
padding:8px 10px 9px;
position:absolute;
top:0px;
visibility:hidden;
width:42%;
z-index:1000;
}
form .instruct small {
font-size:105%;
}
form .esempio{
	font-size:0.6em;
	line-height: normal;
	margin: 5px 0;
	padding: 0;
}

form .tool{
	font-size:10px;
	line-height: normal;
	margin: 5px 0;
	padding: 0;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

form .tool a{
	background:#fff;
	padding:0;
	color: #999999;
	text-decoration: none;
}
form li.focused .instruct, form li:hover .instruct {
visibility:visible;
}
li.altInstruct .instruct, li.leftHalf .instruct, li.rightHalf .instruct {
background:transparent none repeat scroll 0% 0%;
border:medium none;
clear:left;
font-size:9px;
margin:-2px 0pt 0pt;
padding:0pt 0pt 7px;
position:static;
visibility:visible;
width:100%;
}

label.opzione {
	margin: -1.65em 0pt 0pt 25px;
	padding: 0.44em 0pt 0.5em;
	font-size: 90%;
	display: block;
	line-height: 1.5em;
	color: rgb(34, 34, 34);
	width: 90%;
}

form li.focused .instruct, form li:hover .instruct { visibility: visible; }
li.altInstruct .instruct, li.leftHalf .instruct, li.rightHalf .instruct { border: medium none ; margin: -2px 0pt 0pt; padding: 0pt 0pt 7px; background: transparent none repeat scroll 0% 0%; visibility: visible; position: static; width: 100%; font-size: 9px; clear: left; }

input.checkbox, input.radio {
display:block;
height:13px;
line-height:1.5em;
margin:0.6em 0pt 0pt 3px;
width:13px;
}

.form h3, form h3{
	font-size:1.5em;
	line-height: normal;
	margin: 10px 0 20px;
	padding: 0;
	border-bottom: solid 1px #ccc;
}

a.pulsante{
	color: #000;
	background-color: #ccc;
	padding: 3px 5px;
	text-decoration:none;
	font-size: 12px;
	border: solid 1px #333;
}
a:hover.pulsante{
	color: #fff;
	background-color: #000;
	text-decoration:none;} 

#step{
	font-size: 10px;
	position: relative;
	display: block;
}
#step ul{
	margin: 0;
	padding: 0;
}
#step li{
	float: left;
	list-style-type: none;
	margin: 0 3px 0 0;
}

#step li a{
	margin: 0;
	padding:4px 17px;
	background:#ccc;
	width: 40px;
	text-decoration: none;
	color: #FFFFFF;
}
#step li a:hover{
	background:#000;
	color: #FFFFFF;
}

#step li a.current{
	background:#EF499B;
}

table.riepilogo{
	font-size:13px;
	color:#666666;
	width: 90%;
}

table.riepilogo input.checkbox {
	display:block;
	height:13px;
	line-height:1.5em;
	width:13px;
	margin: 0;
}


.notice {
	padding: 7px;
 	margin: 10px 10px 20px;
  	background-color: #E0F2C7;
 	border: 2px solid #ADCF4F;
}

.error, .errorExplanation {
	padding: 7px;
 	margin: 10px 10px 20px;
  	background-color: pink;
 	border: 2px solid red;
}
.error h2, .errorExplanation h2 {font-size:16px;color:black;font:1.1em Arial, Helvetica, sans-serif;}
.error p, .errorExplanation p {font-size:16px;color:black;font:0.8em Arial, Helvetica, sans-serif;}
.error li, .errorExplanation li {font-size:16px;color:black;font:0.8em Arial, Helvetica, sans-serif;}
div.fieldWithErrors label {color:red; font-weight:bold;}
div.fieldWithErrors {display:inline; margin:0;}


.link {margin-right: 30px;}
.summary p {font-size: 1em;}
.summary strong {color:#333;}

hr {size:1px; height:1px; border; 1px solid #eee; color:#eee}

ul.summary li {display:block; margin:1px;}	

.nota { 
	font-size:12px;
	font-style:italic;
	margin-bottom:10px;
}

.standby p {
	font-size: 1em;
}
.coordinate {
	font-family: Courier New, Courier, sans-serif;
	border: 1px solid #333;
	background-color: #eee;
	color: #000;
	padding:5px 10px ;
	
}
.undeline {text-decoration:underline;}

.title_head {font-weight:bold; color: #666666; }
.post_date {font-weight:normal; color: #666666; font-size: 0.9em}

.box_cornice{
	margin:0 0px 20px;
	padding: 15px;
	background-color: #FFFBE6;
	border: #EDD54A solid 1px;
}

.box_cornice h4{
margin:0;
}