#divTV_control {
	visibility: hidden;
}

body {
	background-image: url(img/bg.gif);
	background-attachment: fixed;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 9pt;
}
a:link { text-decoration: none; color: blue; }
a:visited { text-decoration: none; color: blue; }
a:active { text-decoration: none; color: blue; }
a:hover { text-decoration: underline; color: blue; }
a.inactive:link, a.inactive:active, a.inactive:visited, a.inactive:hover  {
	color: #cccccc;
}
.menubg {
	padding: 0px 20px 0px 0px;
	font-weight: bold;
}
.bgmiddle {
	background-image: url(img/bg_middle.gif);
	background-repeat: repeat-y;
}
h1 {
	font-size: 10pt;
	font-weight: bold;
}
h3 {
	margin-top: 0px;
	font-size: 8pt;
	font-weight: bold;
}
.mlink {
	display:block;
}
.ques {
	display: block;
	font-weight: bold;
}
.answ {
	display: block;
	padding: 3px 0px 20px 0px;  /* TOP RIGHT BOTTOM LEFT */
}
img {
 border: solid 0px #ffffff;
}
form {
 margin: 0px 0px 0px 0px;
 padding: 0;
}
.fix {
	font-size: 7pt;
}
.breadtext_home {
	font-size: 8pt;
	background-image: url(img/senzamodello_bg_left.jpg);
	background-repeat: no-repeat;
	padding: 0px 50px 0px 10px;
}
.breadtext_links {
	font-size: 8pt;
	background-image: url(img/senzamodello_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0px 50px 0px 10px;
}
.breadtext_links_nobg {
	font-size: 8pt;
	padding: 0px 50px 0px 12px;
}
.breadtext_faq {
	font-size: 8pt;
	background-repeat: no-repeat;
	padding: 0px 50px 0px 10px;
}
.news {
	padding: 0 0 20px 0;
}
.newshead {
	font-size: 9pt;
	font-weight: bold;
}
.newsdate {
	font-size: 7pt;

}
.newstext {
	
}

.alert {
	font-size:8pt;
	font-weight:bold;
	color: red;
}

#divTV {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 360px;
	margin-top: -220px; /* neg 1/2 of height */
	margin-left: -260px; /* neg 1/2 of width */
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
	display:none;
	z-index: 99;
}

#divNews {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-top: -80px; /* neg 1/2 of height */
	margin-left: -260px; /* neg 1/2 of width */
	border: 2px solid #222222;
	background-color: #f7f7f7;
	display:block;
	z-index: 5;
}
