/* CSS to go with Prototip.Styles */

/* ============== STILI AFI - INIZIO ================ */
body {
	background-color: #676e76;
}

div#titolo_sezione {
	background-color:#676e76;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	width:570px;
	height:55px;
	padding:10px;
}

div#titolo_sezione_hi {
	background-color:#676e76;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	width:570px;
	height:70px;
	padding:10px;
}

div#sottotitolo_sezione {
	background-color:#a2a7ad;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	color:#202020;
	width:570px;
	padding:10px;
}

div#capitolo_sezione {
	background-color:#676e76;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color:#FF9900;
	width:570px;
	padding:10px;
}

div#reverse_sezione {
	background-color:#a2a7ad;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#202020;
	width:570px;
	padding:10px;
}

div#testo_sezione {
	background-color:#676e76;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	padding:0px;
	color:#FFFFFF;
	width:570px;
	padding:10px;
}

div#separatore {
	background-color:#676e76;
	border:none;
	color:#FFFFFF;
	background-image:url(../images/dot_FFFFFF.jpg);
	background-repeat:repeat-x;
	width:590px;
	height:2px;
}

div#contact {
	position:relative;
	top:22;
	left:0;
	background-color:#676e76;
	border:none;
	color:#FFFFFF;
	width:540px;
}


.Text {
	font-family: "Comic Sans MS", "Times New Roman", Helvetica;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.CopyRight {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}

.Error {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}

.Standard {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}

.Evidenziato {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bolder;
}

.Italico {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-style:italic;
}

.Titoli_tabella {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c0c0c0;
	font-weight:bold;
}

.Titoli_tabella_eventi {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff9c00;
	font-weight:bold;
}

.Tabella {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}

.Tabella_Bold {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

.Risultato {
	font-size: 24px;
	font-family: Times;
	color: #000000;
	font-weight: bold;
}

.Div_Titolo_Ricerca {
	font-size: 24px;
	font-family: Times;
	color: #000000;
	background-color:#CCCCCC;
	border:#000000;
	border:double;
	font-weight: bold;
	width:400;
}

/*
a:link {
	color: #FF9900;
	outline-style:solid;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
*/

/* ============== STILI AFI - FINE ================ */

.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* the default style */
.prototip .default {
	/* width: 400px; */
	/* width: 'auto'; */
	width: 500px;
	height: 400px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .basic {
	width: 510px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #fff;
}
/* basic */

/* vertical */
.prototip .vertical {
	width: 340px;
	color: #808080;
	text-align:center;
}
.prototip .vertical .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .vertical .title { padding: 5px; }
.prototip .vertical .content {
	padding: 5px;
	background: #fff;
}
/* vertical */

.prototip .hint {
	width: 400px;
	color: #313120;
	background: #fff6aa;
}
.prototip .hint .toolbar {
	background: #fdf1a0;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
	width: 4000px;
	color: #fff;
}
.prototip .protoblue .toolbar {
	background: #0d7cd0;
	font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
	background: #1e90ff;
	padding: 5px;
}

/* creamy */
.prototip .creamy {
	width: 400px;
	color: #bb9c61;
}
.prototip .creamy .toolbar {
	background: #f3edc2;
	font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
	background: #f8f4ca;
	padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
	width: 400px;
	color: #fff;
}
.prototip .darkgrey .toolbar {
	background: #5f5f5f;
	font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
	background: #808080;
	padding: 5px;
}

/* protogrey */
.prototip .protogrey {
	width: 400px;
	color: #fff;
	background: #fff;
}
.prototip .protogrey .toolbar {
	background: #969c92;
	font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
	color: #808080;
	padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}


/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}


/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */
