@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background: url(images/bg.jpg) repeat-x top #d2d2d2;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.top {
	height: 74px;
	background: url(images/top.png) center no-repeat;
	text-align:right;
	color: #7c7c7c;
	padding-right: 23px;
	line-height: 72px;
	font-size: 14px;
}
.top a {
	color: #666;
	text-decoration: none;
}

.text {
	padding: 5px 10px 15px 5px;
	text-align: justify;
}
.text strong {
	font-size: 15px;
	line-height: 30px;
}
.text a {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}

.bottom {
	background: url(images/bottomCt.png) repeat-x;
	font-size: 11px;
	text-align: center;
	vertical-align:top;
	line-height: 30px;
}
.bottom a,
.paginazione a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.tabAlto {
	background: url(images/tabAl.png) repeat-x;
}
.tabBasso {
	background: url(images/tabBa.png) repeat-x;
}
.tabDx {
	background: url(images/tabDx.png) repeat-y;
	width: 5px;
}
.tabSx {
	background: url(images/tabSx.png) repeat-y;
	width: 1px;
}

.divisorio {
	height: 3px;
	background-color: #f0f0f0;
}

.tabImg {
	width: 80px;
	/*border: solid 1px #C1272D;*/
}
#tabTab {
	border: solid 1px #C1272D;
}

#tabTab .tit {
	background: url(images/tabTabTit.gif) repeat-x;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height:18px;
	padding-left: 5px;
	text-align: left;
	font-size: 13px;
}

#tabTab .riga1 {
	height: 12px;
	text-align: left;
	background-color: #f2f2f2;
	width: 50%;
	padding-left: 5px;
}
#tabTab .riga2 {
	height: 12px;
	text-align: left;
	width: 50%;
	padding-left: 5px;
}

.bottone {
	background: url(images/tabTabSfBtn.gif) repeat-x;
	border: solid 1px #f8f8f8;
	text-align: left;
	padding: 2px;
}
.bottone a {
	color: #000;
	text-decoration: none;
}

.titDett {
	border: solid 1px #C1272D;
	background: url(images/tabTabTit.gif) repeat-x #7e2b31;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height:18px;
	padding-left: 5px;
	text-align: left;
	font-size: 13px;
	padding: 2px;
}

.bordato {
	border: solid 1px #C1272D;
}

.textTit {
	font-weight: bold;
	border-bottom: dotted #c1272d 1px;
	text-align: justify;
}
.testo {
	text-align: justify;
}

.txtAlt {
	padding: 10px;
	background-color: #FFF;
	text-align: justify;
}
.titAlt {
	font-size: 14px;
	font-weight: bold;
}

.menu {
	font-weight: bold;
}

#popup1,
#popup4 {
	display: none;
}
#qsPopup1,
#qsPopup4 {
	cursor: pointer;
}

.paginazione {
	background-color: #FFF;
	color: #000;
	height: 20px;
	vertical-align: top;
	font-weight: bold;
}
