/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #F0F0F0;
	margin-top: 0px;
}
.top {
	background-image: url(../icone/header_bg.jpg);
	background-repeat: repeat-x;
	height: 70px;
}
.menu_top {
	background-image: url(../icone/breadcrumb_bg.png);
	background-repeat: repeat-x;
	height: 20px;
}
.colonna_laterale {
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.colonna_centrale_home {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px;
}
.colonna_centrale {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px;
}

a {
	font-size: 11px;
	color: #CC5200;
}
a:visited {
	color: #CC5200;
}
a:hover {
	color: #FF8B3D;
}
a:active {
	color: #FF8B3D;
}
A.linkbianco, a.linkbianco:visited  {
	color : #FFFFFF;
	text-decoration: none;
	}
A.linkbianco:HOVER {
	color : #FFFFFF;
	text-decoration : underline;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
.menuindice {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 15px;
	font-weight: bold;
	background-color: #dba300;
	text-align: center;
}

a.menutitolo, a.menutitolo:link, a.menutitolo:visited {
	background-image: url(../icone/button_over.png);
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 15px;
	display: block;
	position: relative;
	font-weight: bold;
}
a.menutitolo:hover {
	background-image: url(../icone/button_over.png);
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
	display: block;
	position: relative;
	font-weight: bold;
}
a.menubox, a.menubox:link, a.menubox:visited {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	display: block;
	position: relative;
	padding-left: 10px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 15px;
	background-color: #EBEBEB;
}

a.menubox:hover {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	display: block;
	position: relative;
	background-color: #FFF0C2;
}

div#wrapper {
height: 100%;
margin-left: auto;
margin-right: auto;
min-width: 750px;
max-width: 1000px;
_width: expression(((document.body.clientWidth)) < 750? "750px": ((document.body.clientWidth)) > 1024? "1000px": "auto" );
}

.tab_top {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.Stile2 {
	font-size: 24px;
	font-weight: bold;
}
.barratop {background-image: url(../icone/BARRATOP.png); background-repeat: repeat-x; height: 120px; color: #FFFFFF; }