﻿@charset "utf-8";
body {
	text-align: center;
	background-image: url(../gui/bck_body.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3;
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	height: 0;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	margin-left: 30px;
}
fieldset {
	margin-bottom: 20px;
}
address {
	margin-bottom: 20px;
}
table {
	margin-bottom: 20px;
}
pre {
	margin-bottom: 20px;
}
ul {
	margin-bottom: 20px;
}
ol {
	margin-bottom: 20px;
}
h6 {
	margin-bottom: 20px;
}
h5 {
	margin-bottom: 20px;
}
h4 {
	margin-bottom: 20px;
}
h3 {
	margin-bottom: 20px;
}
h2 {
	margin-bottom: 20px;
}
h1 {
	margin-bottom: 20px;
}
hr {
	margin-bottom: 20px;
}
dl {
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
}
td {
	vertical-align: top;
	padding: 5px;
}
sub {
	vertical-align: sub;
}
.clearFloat {
	clear: both;
}

.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.sopraMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
}
.sopraMenu ul {
	width: 750px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.sopraMenu ul li {
	display: inline;
	margin-right: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 3px;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sopraMenu ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	padding-right: 0px;
}
.sopraMenu ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
.sopraMenu ul li a:hover {
	text-decoration: underline;
}
.sopraMenu div.googleSearchBox {
	width: 200px;
	float: right;
	text-align: right;
	line-height: 40px;
}
.header {
	height: 150px;
	position: relative;
}
.header .logo {
	height: 90px;
	width: 224px;
	top: 16px;
	position: absolute;
	left: 0px;
	background-image: url(../gui/logo_albanesi.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.header  .logo span {
	display: none;
}
.header .googleAdHeader {
	height: 90px;
	width: 728px;
	position: absolute;
	right: 0px;
	top: 16px;
}
.sidebar {
	width: 134px;
	float: left;
}
ul.mainMenu {
	margin-bottom: 20px;
	margin-top: 20px;
	list-style-type: none;
}
ul.mainMenu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
ul.mainMenu li span {
	padding: 4px;
	display: block;
	background-color: #3366FF;
	color: #FFFFFF;
}
ul.mainMenu li ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.mainMenu li ul li {
	background-color: #FFFFFF;
	font-weight: normal;
}
ul.mainMenu li ul li a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 4px;
	width: 126px;
	background-color: #EEF5FB;
}
ul.mainMenu li ul li a:hover {
	color: #000080;
	background-color: #D8E8F5;
}
.content {
	margin-left: 140px;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.content ol {
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content ul {
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content ul {
	list-style-type: square;
}
.content ul.elenco_art {
    margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-type: none;
}
.content ul.elenco_art li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.elenco_art li a:link {
	text-decoration: none;
	color: #000000
}
.elenco_art li a:visited {
	text-decoration: none;
	color: #000000
}
.elenco_art li a:hover {
	text-decoration: none;
	color: #cc0000
}
.elenco_art li a:active {
	text-decoration: none;
	color: #cc0000
}
.content ol {
	list-style-type: decimal;
}
.content p {
	margin-bottom: 8px;
}
.alertBar {
	background-color: #EEF5FB;
}
table.TabellaCentrata {
	width: 100%;
}
table.TabellaCentrata table {
	width: 100%;
}
.googleAdFooter {
	text-align: center;
}
.footer {
	background-image: url(../gui/bck_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 30px;
	text-align: center;
}
ul.footerMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
ul.footerMenu li {
	margin-right: 10px;
	padding-right: 10px;
	display: inline;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.footerMenu li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	padding-right: 0px;
}
ul.footerMenu li a {
	text-decoration: none;
	color: #000080;
}
ul.footerMenu li a:hover {
	text-decoration: underline;
}
ul.footerMenu li img {
	vertical-align: middle;
}

