﻿
#jquery-lightbox img {
	margin: 0px;
	padding: 0px;
}

a {
	color: #8e1a1a;
}

a:hover img {
	background-color: #8e1a1a;
}

.imgRight {
	float: right;
}

.imgLeft {
	float: left;
}

#pageContainer {
	position: relative;
	display: block;
	margin: 0px auto;
	width: 1024px;
	text-align: left;
	background-color: #ffffff;
		
}

#pageHeader {
	width: 100%;
	height: 200px;
	margin: 0px 12px 0px 12px;
	overflow: hidden;
	background-image: url('../images/sfondo.gif');
	border-bottom-color: hsla(0,0%,0%,1);
	border-bottom-style : dotted;
	border-bottom-width: thin;
}

#pageCentralContainer {
	
	display: block;
	position: relative;
	
	margin: 0px 12px 0px 12px;
	width: 1000px;

	
}

#pageLeftMenu {
	display: block;
	position: relative;
	float: left;
	width:auto	
	min-height: 200px;
	background-color: #ffffff;
	position: relative;

}
#pageContentTmp {
	display: block;
	position: relative;
	float: left;
	
	width: 960px;
	
	padding: 20px;
	
	overflow: hidden;
	
	color: black;
	border-left-color: hsla(0,0%,0%,1);
	border-left-style: dotted;
	border-left-width: thin;
}

#pageContent {
	display: block;
	position: relative;
	float: left;
	
	width: 690px;
	
	padding: 20px;
	
	overflow: hidden;
	
	color: black;
	border-left-color: hsla(0,0%,0%,1);
	border-left-style: dotted;
	border-left-width: thin;
}

#pageContent ul { 
	margin: 5px 10px 10px 50px;
}


#pageFooter {
	clear: both;
	display: block;
	width: 1000px;
	height: 70px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #cc0000;
	text-align: center;
	background-image: url('../images/sfondogiu.gif');
	border-top-color: hsla(0,0%,0%,1);
	border-top-style: dotted;
	border-top-width: thin;
}


/******************************************************************************
	Left Menu
*******************************************************************************/
#leftMenuContainer {
	margin: 45px 10px 5px 0px;
}
#leftMenuContainer .menu {
	border: 1px dotted #deddda;

	list-style-type: none;
}

#leftMenuContainer .menu li {
	padding: 5px 0px;
	
	background-color: #ffffff;
}

#leftMenuContainer .menu a {

	display: block;	
	width: 170px;
	height: 30px;
	
	padding: 8px 5px 2px 5px;
	
	text-decoration: none;
	text-align: center;
	
	overflow: hidden;
	
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	
	background-image: url("../images/button.jpg");
}

#leftMenuContainer .menu a:hover {
	background-image: url("../images/buttonHov.jpg");
	
	color: white;
	font-weight: bold;
}

.loginButton {
	text-align: center;
	display: block;
	
	padding: .4em;
	margin: 10px;
	
	text-decoration: none;
}
#pageContainer #pageCentralContainer table tr td {
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	font-weight: normal;
	font-size: 14px;
	color: hsla(0,0%,0%,1);
	font-style: normal;
}
.testo_normale {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.testo_normale_14 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: hsla(0,0%,0%,1);
	font-family: Verdana, Geneva, sans-serif;
}
.titolo_grassetto_16_Rosso {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #cc0000;
}
.Motto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #cc0000;
}

.testo_14_nero_spaziato {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: hsla(0,0%,0%,1);
}

.testo_11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}

