

.news {
		background-image:url(../img/newspaper.gif);
		background-repeat: no-repeat;
		height:50px;
		width:50px;
}



.textbox_prezzi
{
	font-family:Verdana;
	font-size:8pt;
	text-align:right;
}

.ButtonBase
{
	background: LightGray;
	COLOR: #000000;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	FONT-FAMILY: Verdana, Arial;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-color:#455b46;
}

.ButtonBase:hover
{
	background: Bisque;
	COLOR: #000000;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	FONT-FAMILY: Verdana, Arial;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-color:#455b46;
}



.txtbox_small
{
	font-family:Verdana;
	font-size:8pt;
}

.labelForm
{
	font-size: 9pt;
}

.labelFormDx
{
	font-size: 9pt;
	margin-left: 82px;
}

.tabella_tickets
{
	overflow: auto;
	width: 560px;
}

body{
	font-family: "Trebuchet MS", Verdana, sans-serif; /*font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;*/
	font-size: 14px;
	line-height: normal; 
	text-align: center;
	background: #FFF url("../img/BKG_Page.gif") repeat-y center;
	margin:0;
}



h1{
	line-height: 1.1em;
}
h2{
	font-size:1.4em;
	line-height: 1.1em;
}


h3 {
	color:#D50000;
	border-bottom:3px solid #D50000;
}
h6{
	line-height:1.1em;
}

#Header{
	height:155px;
	background: url(../img/BKG_Header.gif) repeat-x center;
}


#Header div{
	height:155px;
	background:  url("../img/Header.gif") no-repeat center;
}
#Header h1, #Header img{
	display:none;
}

#Container{
	margin-left: auto;
	margin-right: auto;
	width: 962px;
}

#Content{
	float: left;
	text-align: left;
	width: 750px;
	padding:0 20px 30px 20px;
}

#Content a{
	/*color: #DC241F; */
	color: #D50000;
	font-weight:bold;
}

#Footer{
	clear: both;
	height:300px;
	font-size: 12px;
	padding: 20px 0;
	background: #FFF url("../img/Footer.gif") no-repeat center top;
}

#Navigation{
	float:left;
	text-align:left;
	width: 155px;
}

/*#Navigation dl{
	margin:0;
	padding:0;
}*/

#Navigation dt{
	border-top:1px solid black;
	margin-top:20px;
	padding-top:3px;
	font-weight:bold;
	padding-left:5px;
	background-color: #D50000;
	color:white;
}
#Navigation dd{
	font-size:0.7em
}

#Navigation ul{
	margin:0;
	padding:0;
	list-style: square;
	margin-left:-22px;
}

/* #Navigation a:link {color: #FF0000}     */

#Navigation a{
	text-decoration:none;
	display:block;
	border-bottom:1px solid #C5C5C5;
	padding:12px 1px 0px 3px;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.4em;
	color:black;
}

#Navigation a:visited {} 
#Navigation a:hover {background-color: white;}   /* mouse over link */
#Navigation a:active {background-color: white;}   /* selected link */



/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #D50000;
	font-size:8pt;
	padding: 1px;
	margin-top: 1px;
	cursor: pointer;
	text-align:left;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #D50000;
	font-weight: bold;
	font-size:8pt;
	padding: 1px;
	margin-top: 1px;
	cursor: pointer;
	text-align:left;
}

.accordionContent
{
	background-color: White;
	border: 1px solid #2F4F4F;
	border-top: none;
	padding: 1px;
	text-align:left;
}


/* Progress modal popup */

.modalProgressGreyBackground 
{
	background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}


.watermarked
{
	font-family: Verdana;
	font-size: 9pt;
	color: Gray;
}


/* Progress modal popup */
.ModalProgressContainer
{
	z-index: 10005;
	position: fixed;
	cursor: wait;
	top: 0px;
	left: 0px;
	background-color: #d1d1d4;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: .50;
	height: 100%;
	width: 100%;
}

.ModalProgressContent
{
	padding: 0px;
	margin-top: 80px;
	width: 282px;
	position: absolute;
	border: solid 0px #000040;
	background-color: White;
	vertical-align: middle;
	font-weight: bold;
	margin-bottom: 10px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
