
/********************************* parametri gloali *********************************/
body {
	background-color: #CCCCCC;
	padding:0px;
	margin:0px;
	/* background-image:url(img/netbkgnd.gif); */
	/* font-weight:bold; */
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

body, td, th {
	/* color: #333333; */
}

h1, h2 {
	color: #C40042;
}

h3, h4, h5, h6 {
	/* font-style:italic; */
	color: #C40042;
}

a:link, a:visited{
	color: #AD516B;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

fieldset{
	padding:5px;
}

ul{
	list-style-type:circle;
}

/************************************ Tabella sito ******************************************/
#tabSfondo {
	width:100%;
	height:100%;
	/* background-color:red; */
}

#tabSito {
	width: 100%;
	height: 100%;
	/* background-color:  #ECEFDE; */
}

/************************************ Tabella logo ******************************************/
#tabLogo {
	width:100%;
	height: 70px;
	background-image: url(img/sez_home.jpg);
	background-position:bottom;
	/* background-repeat:no-repeat; */
	/* background-color: #FFCB6B; */
}

#tabLogo img{
	border: 1px solid #FFFFFF;
}

#tabLogo a:hover img {
	border: 1px solid #C40042;
	/* text-decoration: underline; */
}

/* #tabTitolo {
	vertical-align:top;
	text-align:center;
	padding:10px;
	width:100%;
	height: 50px;
	background-color: #FCF7D9;
	background-image:url(img/sfondo.gif);
	/* background-image: url(img/logo_sito.gif); */
	/* background-repeat:no-repeat; */
/* } */

/* #tabTitolo h1,h2 {
 	color: #FCF7D9;
	background-image:url(img/sfondo_titolo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 352px;
	height: 49px;
	padding: 8px;
	margin: 0px;
} */

/*********************************** Tabella Navigazione ***********************************/
#tabNav {
	background-image:url(img/sfondo_nav.jpg);
	background-repeat:no-repeat;
	/* background-color: #FFCB6B; */
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	width:210px;
	/* border: 3px double #6A3F33; */
}

#menulinks {
	background-color: #004D39;
	padding:5px;
}

#menulinks a:link, #menulinks a:visited {
	text-align:left;
	text-decoration:none;
	font-family:arial;
	font-weight: bold;
	font-size:8pt;
	display: block;
	/* border-top: 1px solid #ffffff; */
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	background-color: #F7F7D6;
	/* background-image: url(img/sfondo_nav.gif); */
	padding: 3px 0px 3px 5px;
	color: #C40042;
}

#menulinks a:hover {
	/* border-top: 1px solid #DAB240; */
	/* text-decoration: underline; */
	background-color: #CCCCCC;
	/* background-image: none; */
}

/*********************************** Tabella Contenuti ***********************************/
#tabCont {
	text-align:justify;
	vertical-align:top;
	padding:10px;
	vertical-align: text-top;
	/* width:80%; */
	/* height: 100%; */
	border: 4px double #004D39;
	background-color: #F7F7D6;
	font-size:10pt;
}

#tabCont table {
	width:100%;
	/* height:100%; */
	font-size:10pt;
	text-align:center;
}
#tabCont table tr td{
	background-color:#EBEB98;
}

/* #tabCont table tr th {
	vertical-align:top;
} */

#tabCont img {
	margin: 10px;
	/* width: 200px; */
	border: 4px double #004D39;
	/* border: 4px double #6A3F33; */
}

#tabCont a:hover img {
	border: 4px double #C40042;
	/* text-decoration: underline; */
}

/* #tabCont fieldset legend img {
	vertical-align:middle;
	width:100px;
} */

#tabCont table tr th{
	/* font-size:7pt; */
	vertical-align:top;
	text-align:right;
	width:50%;
	/* padding:8px; */
}

/*********************************** Tabella Footer ********************************/
#tabFooter {
	background-image:url(img/sez_home.jpg);
	/* background-position:bottom; */
	/* background-color: #FFCB6B; */
	font-weight:normal;
	text-align:center;
	/* color: #333300; */
	width: 100%;
	height:40px;
	/* background-color: #DAB240; */
	font-size:10pt;
	color:#FFFFFF;
}

#tabFooter a:link, #tabFooter a:visited {
	color: #EFEB9C;
}
