body {
	margin: 0;
	padding: 0 5px;
}

body,table,input,p,div,select,td {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
p {
	margin: 0px;
}

html {
	font-size: 11px;
}

textarea {
	background: #FFF url(../images/text-bg.gif) repeat-x 0 0;
	border: 1px solid #7F9DB9;
	font-family: Tahoma, Arial, serif;
	font-weight: normal;
	font-size: 12px;
}

a,a:link,a:visited {
	text-decoration: none;
	color: #fe6700;

}

a:hover {
	text-decoration: none;
	text-decoration: none;
	color: #c10000;
}

code {
	/* font-size: 1.2em; */
}

.cursorHand {
	cursor: pointer;
}

.cursorDefault {
	cursor: default;
}

.Intestazione {
	width: 100%;
	height: 58px;
	overflow: hidden;
}

.contenitorePrincipale {
	width: 90%;
	height: 100%;
	vertical-align: top;
}

.contenitoreNavigazione {
	width: 100%;
	vertical-align: middle;
	background-color: #E3E3E3;
	border-top: solid .1em #E3E3E3;
	border-bottom: solid .1em #C0C0C0;
}

.contenitoreNavigazione a:hover {
	text-decoration: none;
	color: #c10000;
	border-bottom: 1px dotted #c10000;
}

.piePagina {
	text-align: left;
	/*font-size: .7em;*/
	color: #034;
	vertical-align: middle;
	white-space: nowrap;
	border-top: solid .15em #C0C0C0;
	margin-top: 1em;
}

.msgContainer {
	line-height: 1.5;
	padding: 10px;
	text-align: justify;
	width: 70%;
	background-color: #fffafa;
	border-top: solid 1px #8f0505;
	border-bottom: solid 3px #7d6a6a;
	border-left: solid 1px #8f0505;
	border-right: solid 3px #7d6a6a;
}

.infoContainerOnContext {
	padding: 12px;
	background-color: lightyellow;
	border: 1px solid #6ea158;
	color: #6ea158;
}

.msgContainerOnContext {
	padding: 10px;
	background-color: #effaed;
	border: 1px solid #8DC540;
	color: #6ea158;
}

.errorContainerOnContext {
	padding: 10px;
	background-color: #fcf5f5;
	border: 1px solid #8f0505;
	color: #8f0505;
}

fieldset {
	border: solid .08em #C0C0C0;
}

fieldset legend {
	padding: 0 .5em 0 .5em;
	font-variant: small-caps;
	font-weight: bold;
	color: #a0a0a0;
}

fieldset#div {
	width: 98%;
	margin: .5em .5em .5em .5em;
}

.Etichetta {
	/*font-size: .8em;*/
	color: #000;
}
.EtichettaGreen {
	color: #006400 ;
}
.Etichetta a, .Etichetta a:link, .Etichetta a:visited {

	color:#fe6700;
}
.PrezzoListino {
	color: black;
	text-decoration: line-through;
}
.PrezzoOfferta {
	color: red;
	font-weight: bold;
	font-size: 1.1em;
}

.EtichettaObb {
	/*font-size: .8em;*/
	font-weight: bold;
	color: #000;
}

.EtichettaFac {
	/*font-size: .8em;*/
	color: #000;
	font-weight: normal;
}

.Output {
	/*font-size: .85em;*/
	background-color: #eee;
	color: #000;
}

.fieldTagOutput {
	background: #FFF url(../images/text-bg.gif) repeat-x 0 0;
	border: 1px solid #7F9DB9;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.pulsante {
	font-size: .9em;
	color: #000;
}

.pulsante a {
	color: #000;
	display: block;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:9px;
	background: #f0f0f0;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	width: 130px;
	height: 10px;
	border: 2px solid;
	border-bottom-color: #336;
	border-right-color: #336;
	border-top-color: #336;
	border-left-color: #336;
	border-bottom: 2px solid;
	border-left: 1px solid;
	border-right: 2px solid;
	border-top: 1px solid;
}

.pulsante a:hover {
	color: #f00;
	background: #f0f0f0;
	background-color: #f0f0f0;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	width: 130px;
	height: 10px;
	border: 2px solid;
	border-color: #f00;
	border-bottom-color: #f00;
	border-right-color: #f00;
	border-top-color: #f00;
	border-left-color: #f00;
	border-bottom: 1px solid;
	border-left: 2px solid;
	border-right: 1px solid;
	border-top: 2px solid;
}

table#tabContainer {
	background-color: #fff;
	border-left: 1px solid #787878;
	border-bottom: 1px solid #787878;
	border-right: 1px solid #787878;
}

div#tabNavigation {
	background-color: #fff;
	border-bottom: 1px solid #787878;
	/*font-size: .85em;*/
	text-align: left;
	margin: 0;
	margin-bottom: 0;
	width: 100%;
}

div#tabNavigation ul {
	border-bottom: 1px solid #787878;
	list-style-type: none;
	margin-left: 0 px;
	padding-top: 1px;
	padding-left: 4px;
	margin-left: 0;
	margin-bottom: 0;
	white-space: nowrap;
}

div#tabNavigation li {
	border-bottom: 1px dotted #787878;
	display: inline;
	margin: .15em;
	margin-bottom: 0;
	text-decoration: none;
	border: 1px solid #787878;
	padding: 0 .25em;
	background: #ECF4F6;
	color: #5F5FC0;
}

div#tabNavigation li#activelink {
	border-bottom: 1px dotted #787878;
	background-color: #D1DEF1;
	padding: 0 .25em;
	color: #603;
}

div#tabNavigation li a:hover {
	background-color: #D1DEF1;
}

.TitoloElenco {
	color: #fff;
	font-weight: bold;
	background-color: #517181;
	border-top: 1px solid #787878;
}

.TitoloElenco a,.TitoloElenco a:link,.TitoloElenco a:visited {
	color: white;
	border: 0;
}

.TitoloElenco a:hover {
	color: #c10000;
	border: 0;
}

.griglia {
	background-color: #c0c0c0;
	/*font-size: .8em;*/
}

.grigliaIntestazione {
	font-weight: bold;
	background-color: #e3e3e3;
	color: #000;
}

.grigliaRiga {
	background-color: #f8f8f8;
}

.grigliaRiga:hover {
	background-color: #a5cbbc;
}

.grigliaRigaAlt {
	background-color: #e3e3e3;
}

.grigliaRigaAlt:hover {
	background-color: #a5cbbc;
}

.grigliaRigaSel {
	background-color: #687888;
	color: #fff;
}

.grigliaRigaSel:hover {
	background-color: #a5cbbc;
}

.grigliaPaginatore {
	background-color: #cacaca;
	color: #000;
}

.grigliaRigaPulsanti {
	border-width: 0;
	background-color: #cacaca;
	color: #000;
}

.t {
	background: url(../images/dot.gif) 0 0 repeat-x;
	width: 100%
}

.b {
	background: url(../images/dot.gif) 0 100% repeat-x
}

.l {
	background: url(../images/dot.gif) 0 0 repeat-y
}

.r {
	background: url(../images/dot.gif) 100% 0 repeat-y
}

.bl {
	background: url(../images/bl.gif) 0 100% no-repeat
}

.br {
	background: url(../images/br.gif) 100% 100% no-repeat
}

.tl {
	background: url(../images/tl.gif) 0 0 no-repeat
}

.tr {
	background: url(../images/tr.gif) 100% 0 no-repeat;
	padding: 10px
}

.boxFEresizer {
	border-color: #5F5FC0;
	padding: 2px;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	text-align: right;
}

.EtichettaNumVerde {
	color: darkgreen;
	font-weight: bold;
}

.EtichettaBlu {
	color: darkblue;
	font-weight: bold;
}

.EtichettaInfo {
	font-weight: bold;
}

.contorno {
	border: 1px solid #ffa20c;
	border-top: 0px;
}

caption {
	border-bottom: 1px solid #ffa20c;
	text-align: left;
	color: #000;
	text-align: left;
	padding-top: 20px;
	font-weight: bolder;
	font-style: italic;
}

.titoloListino {
	/*font-size: .7em;*/
	font-weight: bold;
	background-color: #D1DEF1;
}

.divListino {
	/*font-size: 1.0em;*/
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #699;
	padding: 5;
}

.caption {
	font-weight:bold;
	cursor: pointer;
}

.testo_evidenza {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #009900;}
.testo_evidenza2 {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #E24A01;}
.testo_evidenza3 {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #FF0066; text-decoration:none}
.testo_evidenza4 {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #99C2E0; text-decoration:none}
.testo_evidenza5 {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #E24A01; text-decoration:none; font-weight:bold;}
.testo_evidenza6 {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #CCCCCC; text-decoration:none}
.titoligrandi {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #E24A01; font-weight:bold; background-color:#FFFFFF; padding: 0px 3px 0px 3px; text-decoration:none}
.titoli {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #E24A01; font-weight:bold; background-color:#ffffff; padding:0px 3px 0px 3px; text-decoration:none}

.colore3 {
	background:#F5F5F5;
	height:30PX;
	width:100%;}
.grigio {
	background:#F5F5F5;

	width:100%;}

.colore1 {background:#E24A01;}
.colore1_a {background:#E24A01;
	color:#FFFFFF;
	font-weight:bold;}

.colore2 {background-color: #99C2E0}
.colore5 {background-color: #003366}

.colore4 {background-color: #006699}
.colore6 {background-color: #57A1CE}
.colore7 {background-color: #CCCCCC}
.colore8 {background-color: #EBEBEB}
.colore9 {background-color: #F8F7F1}

.testo_scuro {
	padding: 0px 20px 0px 15px;}
.testo_bianco {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration:none}


.dotted {
	/*font-size: 1.0em;*/
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #999999;
}

.filoPrenotazione{
	padding: 5px;
	font-size: 1.1em;
	color: #993333;
}
.filoPrenotazione a{
	color: #993333;
}

.passoCorrente{
	color: #006600;
	font-weight: bold;
}

.portletTipologia{
	color:#fe6700;
	font-weight: bold;
}
.portletLocalita{
	color:#fe6700;
	font-weight: bold;
}
.portletCodice{
	color:#fe6700;
	font-weight: bold;
}
.portletDescrizione{
	color:black;
}
.portlet2Righe{
	height: 28px;
	vertical-align: top;
}
.portletImage{
	width: 100px;
	background-color: transparent;

}
.portletContinua{

}

.portletElencoCompleto{
	color: #006600;
	font-weight: bold;
}
.prezzoBase{
	white-space: normal;
	color: #000000;
}
.tablePortlet{
	vertical-align: top;
	border: 0px;
	border-style: solid;
	border-color: red;
	padding: 0px;
	margin: 0px;
}
.porletScadenza{
	color: #006600;
}

.tableGroupBy{

}
.rowGroupBy{
}
.descGroupBy{
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	vertical-align: bottom;
}
.countGroupBy{
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	vertical-align: bottom;

}

.tdMenu{
	color:white;
	cursor: pointer;
	background-color: #6c9adb;
	text-align: center;
	width: 108px;
}


.tdMenu a{
	color: white;
}


.trMenu{
}
.tableMenu{
	background-color: #d0ddf1;
}


