/* 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 {
	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 {
}