/*---------------- STILI COMUNI A TUTTE LE PAGINE ----------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	background-color: #FFFFFF;
}

html,
input,
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
}

span.hidden_data {
	display: block;
}

.hidden_data {
	position: absolute;
	top: -10000px;
	left: -10000px;
	visibility: hidden;
}

.clear {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

img {
	border: 0px;
}

a {
	color: #006699;
	text-decoration: none;
} 

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.forcebg {
	background-color: #FFFFFF;
}

.vspacer1 {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
}

.vspacer2 {
	clear: both;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	overflow: hidden;
}

.vspacer10 {
	clear: both;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	overflow: hidden;
}

.vspacer15 {
	clear: both;
	height: 15px;
	line-height: 15px;
	font-size: 15px;
	overflow: hidden;
}

.vspacer20 {
	clear: both;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	overflow: hidden;
}

.crossline1 {
	clear: both;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	overflow: hidden;
	background-color: #666666;
}

.crossline2 {
	clear: both;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	overflow: hidden;
	background-color: #ABABAB;
}

.crossline3 {
	clear: both;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	overflow: hidden;
	background-color: #CC0000;
}

#header {
	width: 970px;
	height: 121px;
	padding-top: 49px;
	margin: 0 auto;
	overflow: hidden;
}

#header .row1 {
	width: 970px;
	height: 93px;
	overflow: hidden;
}

#header .row1 .left {
	float: left;
	width: 531px;
	height: 93px;
	overflow: hidden;
}

#header .row1 .right {
	float: left;
	width: 435px;
	padding-right: 4px;
	height: 23px;
	line-height: 23px;
	padding-top: 49px;
	padding-bottom: 21px;
	overflow: hidden;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E3D3D;
}

#header .row1 .right .datetime {
	float: left;
	width: 184px;
	padding-right: 7px;
	height: 23px;
	overflow: hidden;

	text-align: right;
}

#header .row1 .right .pipe {
	float: left;
	width: 16px;
	height: 23px;
	overflow: hidden;

	text-align: center;
}

#header .row1 .right .ricerca {
	float: left;
	width: 49px;
	height: 23px;
	overflow: hidden;

	text-align: center;
}

#header .row1 .right .accesibility {
	float: left;
	width: 121px;
	height: 23px;
	overflow: hidden;

	text-align: center;
}

#header .row1 .right .btn {
	float: left;
	width: 14px;
	height: 23px;
	overflow: hidden;

	text-align: center;
}


#header .row2 {
	width: 970px;
	height: 28px;
	overflow: hidden;
}

#middle {
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
}

#middle .sx1 {
	float: left;
	width: 614px;
	padding-right: 16px;
	overflow: hidden;

	border-right: 1px solid #CECECE;
}

.middlesx1bg {
	background: url(../immagini/frame/middle/middle_sx1_bg.gif) repeat-y top left #FFFFFF;
}

#navigation {
	width: 614px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#navigation .first {
	padding-left: 0px;
}

#navigation a {
	float: left;
	display: block;
	height: 18px;
	padding-left: 6px;
	padding-right: 6px;

	color: #CC0000;
}

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

#navigation span.arrow {
	float: left;
	display: block;
	height: 18px;
	width: 3px;
	overflow: hidden;
	background: url(../immagini/frame/navigation/arrow.gif) no-repeat 0px 2px;
}

#navigation span.noref {
	float: left;
	display: block;
	height: 18px;
	padding-left: 6px;
	padding-right: 6px;

	color: #333333;
}

#pagetitle {
	width: 614px;
	height: 37px;
	line-height: 37px;
	overflow: hidden;

	font-family: Times New Roman, serif;
	font-size: 25px;
	color: #333333;
}

#content {
}

.boxwidth1 {
}

.boxwidth1 .boxleft {
	width: 301px;
	padding-right: 5px;
	overflow: hidden;
}

.boxwidth1 .boxright {
	width: 297px;
	overflow: hidden;
}

.textboxsep1 {
	width: 10px;
	border-left: 1px solid #CECECE;
}

.textboxrow {
}

.textbox {
}

.textbox .square {
	float: left;
	height: 22px;
	overflow: hidden;

	background: url(../immagini/frame/box/section_bg.gif) repeat-x top left;
}

.textbox .square span {
	display: block;
	float: left;
	height: 22px;
	background: url(../immagini/frame/box/white_square.gif) no-repeat bottom left;
}

.textbox .square a {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 2px;
	overflow: hidden;

	font-family: Times New Roman, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}

.textbox .square a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
	text-decoration: none;
}

.textbox .title {
	height: 25px;
	line-height: 25px;
	padding-bottom: 2px;
	overflow: hidden;

	font-family: Times New Roman, serif;
	font-size: 15px;
	font-weight: bold;
	color: #006699;
}

.textbox .midcnt {
}

.textbox .img {
	width: 100px;
	padding-right: 10px;
	overflow: hidden;
}

.textbox .img img {
	width: 100px;
}

.textbox .txt {
	color: #575757;
	font-size: 11px;
	line-height: 17px;
}

.textbox .txt a, .textbox .txt a:hover {
	color: #575757;
	text-decoration: none;
}

.textbox .related {
	clear: both;
	padding-top: 10px;
}

.textbox .head {
	font-family: Times New Roman, serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}

.textbox .link {
	font-family: Times New Roman, serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
	background: url(../immagini/frame/box/bullet1.gif) no-repeat 0px 8px;
}

.textboxrowsep {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.rowsepline {
	height: 1px;
	overflow: hidden;
	background: url(../immagini/frame/box/rowsepline.gif) repeat-x top left;
}

.boxwidth1 .boxleft .txt {
	width: 191px;
	overflow: hidden;
}

.boxwidth1 .boxleft .txtfull {
	width: 301px;
	overflow: hidden;
}

.boxwidth1 .boxright .txt {
	width: 187px;
	overflow: hidden;
}

.boxwidth1 .boxright .txtfull {
	width: 297px;
	overflow: hidden;
}

#middle .cx1 {
	float: left;
	width: 10px;
	overflow: hidden;
}

#middle .dx1 {
	float: left;
	width: 329px;
	overflow: hidden;
}

.middledx1bg {
	background: url(../immagini/frame/middle/middle_dx1_bg.gif) repeat-y top left #FFFFFF;
}

#rightspot {
	width: 329px;
	overflow: hidden;
}

#rightspot .sxcnt {
	width: 150px;
	padding-right: 13px;
	overflow: hidden;
}

#rightspot .dxcnt {
	width: 155px;
	padding-left: 11px;
	overflow: hidden;
}

#rightspot .head {
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 18px;

	font-family: Times New Roman, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#rightspot .head a {
	color: #000000;
}
#rightspot .head a:hover {
	color: #CC0000;
}

#rightspot .imgcnt {
	width: 150px;
	overflow: hidden;
	z-index: 1;
}

#rightspot .imgcnt .img {
	width: 150px;
	overflow: hidden;
}

#rightspot .imgcnt .img img {
	width: 150px;
}

#rightspot .imgcnt .overtxt {
	position: relative;
	top: -30px;
	width: 150px;
	height: 30px;
	overflow: hidden;
	z-index: 2;

	background-color: #666666;
}

#rightspot .imgcnt .overlnk {
	position: relative;
	top: -60px;
	width: 150px;
	height: 30px;
	overflow: hidden;
	z-index: 3;
}

#rightspot .imgcnt .overlnk a {
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;

	font-family: Times New Roman, serif;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
}

#rightspot .imgcnt .overlnk a, #rightspot .imgcnt .overlnk a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#rightspot .linkscnt {
	width: 155px;
	overflow: hidden;
}

#rightspot .linkscnt .lnk {
	width: 147px;
	padding: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
	overflow: hidden;

	font-family: Arial, Helvetica, sans-serif;
}

#rightspot .linkscnt .lnkline {
	height: 1px;
	overflow: hidden;
	background: url(../immagini/frame/box/rowsepline.gif) repeat-x top left;
}

#rightspot .headsmall {
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 19px;

	font-family: Times New Roman, serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
#rightspot .headsmall a {
	color: #666666;
	text-decoration: none;
}
#rightspot .headsmall a:hover {
	color: #CC0000;
	text-decoration: none;
}

#rightspot .corvo {
	text-align: center;
	padding-top: 5px;
}

#rightspot .counter {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#rightspot .counter .totale {
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

#rightspot .counter .when {
	float: left;
	width: 65%;
	font-style: italic;
	color: #006699;
}

#rightspot .counter .count {
	float: left;
	width: 35%;
	text-align: right;
	font-weight: bold;
}

#gaddsense {
	width: 728px;
	height: 90px;
	margin: 0 auto;
}

#footer {
	width: 970px;
	height: 64px;
	margin: 0 auto;
	overflow: hidden;
}

#footer .logosmall {
	float: left;
	width: 44px;
	padding-right: 17px;
	height: 64px;
	overflow: hidden;
}

#footer .info {
	float: left;
	width: 879px;
	height: 24px;
	line-height: 24px;
	padding-top: 16px;
	padding-bottom: 24px;
	overflow: hidden;

	font-family: Times New Roman, serif;
	font-weight: bold;
	font-size: 16px;
}

#footer .rss {
	float: left;
	width: 30px;
	height: 15px;
	padding-top: 20px;
	padding-bottom: 29px;
	overflow: hidden;
}
/*---------------- FINE STILI COMUNI A TUTTE LE PAGINE ----------------------------*/

/*---------------- HOME PAGE ----------------------------*/
#homebox {
	width: 614px;
	overflow: hidden;
}

#homebox .homesx {
	float: left;
	width: 307px;
	overflow: hidden;
	background-color: #F7F7F7;
}

#homebox .homesx .stemma {
	padding-top: 29px;
	text-align: center;
	padding-bottom: 29px;
}

#homebox .homedx {
	float: left;
	width: 307px;
	overflow: hidden;
}

#homebox .homedx .newsbox {
	width: 293px;
	padding-left: 14px;
	overflow: hidden;
}

#homebox .homedx .newsbox .left {
	float: left;
	width: 208px;
	padding-right: 5px;
	overflow: hidden;
}

#homebox .homedx .newsbox .left .title {
	width: 208px;
	padding-top: 8px;
	overflow: hidden;

	font-family: Times New Roman, serif;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	color: #006699;
}

#homebox .homedx .newsbox .left .txt {
	width: 208px;
	padding-top: 10px;
	color: #575757;
	font-size: 11px;
	line-height: 17px;
}

#homebox .homedx .newsbox .left .txt a, #homebox .homedx .newsbox .left .txt a:hover {
	color: #575757;
	text-decoration: none;
}

#homebox .homedx .newsbox .right {
	float: left;
	width: 80px;
	overflow: hidden;
}

#homebox .homedx .newsbox .right .thumb {
	padding-top: 10px;
	padding-bottom: 10px;
}

#homevideo {
}

#homevideo .head {
	width: 329px;
	height: 29px;
	overflow: hidden;

	background-color: #CCCCCC;
}

#homevideo .head span {
	display: block;
	width: 315px;
	padding-left: 12px;
	height: 27px;
	line-height: 27px;
	margin: 1px;

	background: url(../immagini/frame/box/camera.gif) no-repeat 290px 10px #FFFFFF;

	font-family: Times New Roman, serif;
	font-size: 15px;
	font-weight: bold;
	color: #006699;
}

#homevideo .head a {
	display: block;
	width: 315px;
	padding-left: 12px;
	height: 27px;
	line-height: 27px;
	margin: 1px;

	background: url(../immagini/frame/box/camera.gif) no-repeat 290px 10px #FFFFFF;

	font-family: Times New Roman, serif;
	font-size: 15px;
	font-weight: bold;
	color: #006699;
}
#homevideo .head a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#homevideo .videocnt {
	width: 329px;
	overflow: hidden;
}

#mediaspace {
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}

#homenews {
	width: 329px;
	overflow: hidden;
}

#homenews .head {
	width: 329px;
	height: 29px;
	overflow: hidden;

	background-color: #CCCCCC;
}

#homenews .head .border {
	width: 327px;
	height: 28px;
	margin: 1px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#homenews .head a {
	display: block;
	width: 315px;
	padding-left: 12px;
	height: 28px;
	line-height: 28px;

	background-color: #FFFFFF;

	font-family: Times New Roman, serif;
	font-size: 15px;
	font-weight: bold;
	color: #006699;
}
#homenews .head a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#homenews .outercnt {
	width: 329px;
	overflow: hidden;

	background-color: #CCCCCC;
}

#homenews .innercnt {
	width: 303px;
	padding-left: 12px;
	padding-right: 12px;
	overflow: hidden;

	background-color: #F7F7F7;
	margin: 1px;

	font-family: Arial, Helvetica, sans-serif;
}

#homenews .link {
	padding-top: 7px;
	padding-bottom: 7px;
}

#homenews .line {
	height: 1px;
	overflow: hidden;
	background-color: #E6E6E6;
}
/*---------------- FINE HOME PAGE ----------------------------*/

/*---------------- ARTICOLO ----------------------------*/
#content_article {
}

#content_article .imgmedium img {
	width: 614px;
}

#content_article .txt {
	line-height: 21px;
}

#content_article .txt ul {
	padding: 20px;
}

#content_article .txt ol {
	padding: 20px;
}
/*---------------- FINE ARTICOLO ----------------------------*/

/*---------------- RESULTS PAGE ----------------------------*/
.results {
	width: 614px;
	overflow: hidden;
}

.results .noobject {
	padding: 5px;
	font-weight: bold;
}

.results .pageinformation {
	width: 614px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;

	text-align: center;

	color: #666666;
	font-weight: bold;
	font-size: 12px;

	border-bottom: 1px solid #666666;
}

.results .pageinformation .resultleft {
	float: left;
	width: 307px;
	height: 30px;
	overflow: hidden;
	color: #666666;
	text-align: left;
}

.results .pageinformation .resultright {
	float: left;
	width: 307px;
	height: 30px;
	overflow: hidden;
	color: #666666;
	text-align: right;
}

.results .resultsrows {
	width: 614px;
	overflow: hidden;
}

.results .pagination {
	width: 614px;
	height: 27px;
	padding-top: 3px;
	overflow: hidden;

	text-align: center;

	color: #666666;
	font-weight: normal;
	font-size: 11px;
}

.results .pagination a {
	display: block;
	float: left;
	width: 50px;
	height: 20px;
	line-height: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	overflow: hidden;
	text-align: center;

	border: 1px solid #666666;
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
}
.results .pagination a:hover {
	border: 1px solid #666666;
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}

.results .pagination span {
	display: block;
	float: left;
	width: 50px;
	height: 20px;
	line-height: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	overflow: hidden;
	border: 1px solid #666666;

	text-align: center;
}

.results .pagination span.sep {
	border: 0px;
	width: 5px;
}

.results .pagination span.number, .results .pagination a.number {
	width: 32px;
}

.results .pagination span.label {
	border: 0px;
	width: 55px;
}

.results .pagination .disabled {
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}

.results .pagination .current {
	font-size: 12px;
	border: 1px solid #666666;
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
}
/*---------------- FINE RESULTS PAGE ----------------------------*/

