/* CSS document */

/************************ General styles ************************/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0; /*background-image: url(../img/background/bkg.jpg);*/
	background-image: url(../img/background/stemma3.jpg);
	background-position: center; /*background-repeat: repeat-y;*/
	background-repeat: repeat;
	background-attachment: fixed;
}

/************************ Link ************************/

a {
	text-decoration: none;
	color: Red;
}

a:active {
	text-transform: inherit;
	text-decoration: none;
	color: White;
	background: Red;
	border: 0px none;
}

a:hover {
	text-decoration: none;
	background: Red;
	border: 0px none;
	color: White;
}

a.link_img {
	background: transparent;
	/*	border-color: blue; */	
}

a:hover.link_img {
	background: transparent;
	/* border-color: blue; */
}

#active {
	color: White;
	background: Red;
}

/************************ Text ************************/

h2 {
	font-size: 20px;
}

h3 {
	font-size: 10px;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

/************************ Table ************************/

table#intro {
	padding-top: 80px;
}

table#linkutili {
	clear:both;
	margin-top: 100px;
	border: 1px solid red;
}

table#table_img {
	text-align: center;
	table-layout: auto;
}

td.tdIndex_left {
	text-align: left;
	padding-left: 20px;
}

td.tdIndex_right {
	text-align: right;
	padding-right: 20px;
}

/************************ Menu ************************/

#menutop {
	text-align: center;
	font-weight: bold; 
	color: Red;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid Red;
	white-space: nowrap;
}

#menubottom {
	text-align: center;
	font-weight: bold; 
	color: Red;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-top: 1px solid Red;
	white-space: nowrap;
}

td.voceMenu {
	border-right: 2px solid Red;
}

/************************ Alignment ************************/

.center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

/************************ Others ************************/

#scritta {
	font-size: 300%;
	font-family: "Century Gothic";
	font-weight: bolder;
	color: Red;
	text-align: center;
	height: 20%;
}

#header {
	clear: both;
	padding-bottom: 5px;
	color: White;
	border-bottom: 2px solid Red;
	text-align: center;
}

#footer {
	color: Black;
	font-size: 10px;
	text-align: center;
	/*page: inherit;*/
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: medium double Red;
	margin: auto 5% auto 5%;
}

#footer a {
	color: #B00000;
}

#footer a:hover {
	background: none;
	text-decoration: underline;
}

#title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

#content {
	height: 80%; 
	overflow: visible; 
	width: 900px;
	padding: 10px 50px 30px 50px;
}

.admin {
	font-size: 9px;
	float: right;
}

.back {
	font-size: 9px;
	float: left;
}

/************************ Story ************************/

/*.menuStory {
	float: left;
	padding-top: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px;
	border-right: 1px double Red;
	border-bottom: 1px double Red;
}

ul.lineArticle {
	list-style: none;
	white-space: nowrap;
	margin: auto;
	padding: 2em 5em 2em 0em;
}

ul.lineArticle li {
	display: inline;
	padding-right: 5em;
}*/

table#article {
	width: 100%;
}

tr.lineArticle {
	height: 160px;
}

td.didascaliaDx {
	padding-left: 20px;
}

td.didascaliaSx {
	padding-right: 20px;
}

/************************ Poll ************************/

div.pollHome {
	float: left;
	/*border-top: 2px solid red;
	border-bottom: 2px solid red;*/
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 235px;
	text-align: left;
}


/************************ Classifica ************************/

div.captionClassifica {
	text-align:center;
	margin-bottom:30px;
}

div.classificaHome {
	float:left;
	width:230px;
	/*border:2px solid #F00;*/
	padding-right: 20px;
	padding-top: 30px;
}

tr.odd {	/* Righe dispari */
	background-color:#FFCECE;
}

tr.even {	/* Righe pari */
}

tr.mantova_odd {	/* Riga del Mantova dispari */
	background-color:#FFCECE;
	font-weight:bold;
}

tr.mantova_even {	/* Riga del Mantova pari */
	font-weight:bold;
}


/************************ News ************************/

div.newsHome {
	float:left;
	width:350px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	border-right: 2px solid red;
	border-left: 2px solid red;
	min-height: 500px;
}

table#tableNewsHome {
	border-top: 1px solid Red;
	border-bottom: 1px solid Red;
}

td.titoloNewsHome {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid Red;
	border-bottom: 1px solid Red;
}

tr.trNewsHome {
	height: 200px;
	text-align: left;
	vertical-align: top;
}

td.dettaglioNewsHome {
	border-top: 1px solid Red;
	/*border-bottom: 1px solid Red;*/
	width: 600px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	max-width: 600px;
	max-height: 100px;
}

td.dettaglioAllegatiNewsHome {
	border-top: 1px solid Red;
	border-bottom: 1px solid Red;
	width: 600px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 600px;
}

tr.trAllegatiHome {
	height: 50px;
	text-align: left;
	vertical-align: top;
}


/************************ Colonne home ************************/

div.col_sx {
	border-left: 2px #F00 solid;
}

div.col_dx {
	border-right: 2px #F00 solid;
}
