/* Stili globali */

html {
   height: 100%;
}

body {
   background: url("images/sfondo_body.jpg") repeat-x top left;
   font-family: Trebuchet MS, verdana, arial, sans-serif;
   padding: 0px;
   margin: 0px;
   font-size: 68.75%; /* 62.5%=10px | 68.75%=11px */
   background-color: #e5dfd2;
}

p {
   margin: 0px;
   padding: 2px 0px 2px 0px;
}

h1 {
   font-size: 1.2em;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}

h2 {
   padding: 0px 0px 4px 0px;
   margin: 0px 0px 0px 0px;
   font-size: 1.1em;
}

h3 {
   padding: 0px 0px 4px 0px;
   margin: 0px 0px 0px 0px;
   font-size: 1em;
}

img {
   border: 0px;
}

pre {
   clear: both;
	border-left: 3px solid #ccc;
   background-color: #eee;
   padding: 3px;
   margin: 3px;
   overflow: auto;
	text-align: left;
	white-space: pre-line;
	word-wrap: break-word;
}

form {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}

select {
	width: 310px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
}

textarea {
	width: 310px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	color: #333333;
	height: 150px;
}

input {
	width: 150px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	color: #333333;
}

.text {
	width: 310px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	color: #333333;
}

.text_count {
	width: 35px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 275px;
	color: #333333;
	font-size: 0.9em;
}

.random_button {
	width: 50px;
	font-size: 0.9em;
}

.checkbox {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 2px 2px 2px 2px;
}

.radio {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
}

/* Stili Link */

a {
	text-decoration: none;
   /*outline: none;*/
}
a:link {
	color: #dd7947;
}
a:visited {
	color: #dd7947;
}
a:active {
	color: #dd7947;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

/* block quote */
blockquote {
   margin: 10px 0px 10px 0px; 
   padding: 0px 10px 0px 10px;
   border-left: 2px solid #9aa7b0;
}

/* unordered list */
ul {
   margin: 8px 0px 0px 16px;
   padding: 0px;
}

ul li {
   list-style-type: square;
   margin: 0px 0px 0px 0px; 
   padding: 0px;
}

/* ordered list */
ol {
   margin: 0px 0px 0px 16px;
   padding: 0px 0px 0px 0px;
}

ol li {
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px;
}

/* margin lefts / margin rights - to centre content */
#container, #main, #footer, #header, #menubar, #content, .filters, #stats {
   margin-left: auto; 
   margin-right: auto;
}

/* container */
#container {
	width: 980px;
   padding-top: 0px;
   padding-bottom: 20px;
}

/* header */
#header {
	background: url("images/header.jpg") no-repeat top left;
	height: 155px; /*175px*/
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #050505;
	border-right: 1px solid #050505;
	border-bottom: 0px solid #050505;
	border-left: 1px solid #050505;
}

#header img {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 25px;
}

#header p {
	float: left;
	padding: 85px 10px 0px 0px;
	font-size: 1.6em;
	text-align: left;
	color: #FFFFFF;
}

/* navigation menu */
#menubar {
	background: url("images/header.jpg") no-repeat bottom left;
   min-height: 20px; height: auto !important; height: 20px;
   padding: 0px 10px 0px 10px;
	border-top: 0px solid #050505;
	border-right: 1px solid #050505;
	border-bottom: 0px solid #050505;
	border-left: 1px solid #050505;
   overflow: hidden;
	text-align: center;
}

#menubar ul {
	margin: 0px auto;
	float: right;
}

#menubar li {
	list-style: none;
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	min-height: 20px; height: auto !important; height: 20px;
	font-size: 1.2em;
}

#menubar li a {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	color: #333333;
	border-right: 1px solid #333333;
	line-height: 16px;
}

#menubar li a:hover {
	color: #dd7947;
}

#menubar li#selected a {
	color: #ba2f2f;
}

/* path bar */
#pathbar {
   background: #e3e4e4;
   min-height: 18px; height: auto !important; height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 0px 10px;
	border-top: 0px solid #050505;
	border-right: 1px solid #050505;
	border-bottom: 0px solid #050505;
	border-left: 1px solid #050505;
   overflow: hidden;
	clear: both;
}

#pathbar * {
	margin: 0px auto;
	padding: 0px;
}

#pathbar .googlesearch input {
	font-size: 1em;
}

#pathbar .googlesearch img {
	font-size: 1em;
	margin: -3px 0px -3px 0px;
	padding: 0px 0px 0px 0px;
}

#pathbar p {
	/*float: left;
	width: 75%;*/
	min-height: 20px; height: auto !important; height: 20px;
	background: #f5f4f0; /*e3e4e4 - d3ccbb - e5dfd2*/
	margin: 0px 0px 0px 0px;
	padding: 0px 7px 0px 7px;
   border: 1px solid #FFFFFF; /*050505 - dedbd1*/
   border-right: 0px;
   font-size: 1em;
   color: #333333;
   line-height: 20px;
}

#pathbar ul {
	float: right;
	width: 208px;
	min-height: 20px; height: auto !important; height: 20px;
	background: #f5f4f0; /*e3e4e4 - d3ccbb - e5dfd2*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
   border: 1px solid #FFFFFF; /*050505 - dedbd1*/
   border-left: 0px;
}

#pathbar li {
	float: right; 
	list-style-type: none;
	padding: 2px 4px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#pathbar li img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px -2px 0px;
}

#pathbar a {
   color: #333333;
}
#pathbar a:hover {
	color: #ba2f2f;
}

/* stats */
#stats {
   min-height: 20px; height: auto !important; height: 20px;
   background: url("images/sfondo_main.jpg") repeat-y 0px 0px;
	padding: 0px 10px 0px 10px;
	border-top: 0px solid #9aa7b0;
	border-right: 1px solid #050505;
	border-bottom: 0px solid #9aa7b0;
	border-left: 1px solid #050505;
	clear: both;
}
#stats p {
	line-height: 18px;
	text-align: center;
}

/* footer */
#footer {
   min-height: 20px; height: auto !important; height: 20px;
	background: #f5f4f0; /*e3e4e4 - d3ccbb - e5dfd2*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
   border: 1px solid #FFFFFF; /*050505 - dedbd1*/
   color: #333333;
   clear: both;
}

#footer img {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 18px;
}

#footer p {
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 1em;
	line-height: 16px;
	padding: 2px 7px 0px 7px;
   border: 0px solid #9aa7b0;
}

/* credits */
#credits {
	float: right;
	min-height: 15px; height: auto !important; height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border: 0px solid #999999;
	color: #888888;
}
#credits a {
   color: #888888;
   text-decoration: underline;
}
#credits a:hover {
	color: #dd7947;
}
#credits p {
	font-size: 1em;
}
.credits_p1 {
   float: left;
	text-align: left;
}
.credits_p2 {
   float: right;
	text-align: right;
}

/* main */
#main {
   float: left;
	width: 958px;
   min-height: 210px; height: auto !important; height: 210px;
	background: url("images/sfondo_main.jpg") repeat-y 0px 0px;
   padding: 0px 10px 0px 10px;
   border-top: 0px solid #050505;
	border-right: 1px solid #050505;
	border-bottom: 0px solid #050505;
	border-left: 1px solid #050505;
	background-color: #FFFFFF;
}
#main_bottom, #main_bottom_home {
	min-height: 22px; height: auto !important; height: 22px;
   background: #e3e4e4;
   padding: 0px 10px 10px 10px;
   border-top: 0px solid #050505;
	border-right: 1px solid #050505;
	border-bottom: 1px solid #050505;
	border-left: 1px solid #050505;
}

/* home */
#home {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#home h2 {
	min-height: 20px; height: auto !important; height: 20px;
	font-weight: bold;
   color: #FFFFFF;
   background: #ba2f2f;
   padding: 0px 5px 0px 5px;
   margin: 1px 0px 0px 0px;
   line-height: 20px;
   font-size: 1.2em;
}
#home h2 a {
	color: #ba2f2f;
}
#home .home_about {
	float: left;
	width: 100%;
	clear: both;
}
#home .about_list h2 {
	clear: both;
}
#home .about_list {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
#home .about_list_in {
	padding: 0px 0px 5px 0px;
	margin: -5px 0px 0px 0px;
	width: auto;
	clear: both;
}

/* leftcol - rightcol */
#leftcol, #rightcol {
   width: 200px;
   padding: 10px 0px 10px 0px;
   margin: 0px 0px 0px 0px;
}
#leftcol {
   float: left;
   padding-right: 10px;
   border-right: 0px solid #050505;
}
#rightcol {
   float: right;
   padding-left: 10px;
   border-left: 0px solid #050505;
}

#leftcol .menuTable, #rightcol .menuTable {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 0px;	
}

#leftcol .menuTitle, #rightcol .menuTitle {
   min-height: 20px; height: auto !important; height: 20px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #FFFFFF; /*dd7947*/
	/*border: 1px solid #050505;*/
	border: 1px solid #FFFFFF;
	font-size: 1.1em;
}
#leftcol .menuTitle {
	background-color: #dd7947; /*d3ccbb - f5f4f0 - FFFFFF - b92f2d*/
	padding: 0px 5px 0px 5px;
}
#rightcol .menuTitle {
	background-color: #dd7947; /*d3ccbb - f5f4f0 - FFFFFF - b92f2d*/
	padding: 0px 5px 0px 5px;
}
#leftcol .menuSection_1 .menuTitle, #rightcol .menuSection_1 .menuTitle {
	background-color: #f5bb02;
}
#rightcol .menuSection_tag .menuTitle {
	background-color: #437ac3;
}
#leftcol .menuTitle p, #rightcol .menuTitle p {
	line-height: 15px;
}
#leftcol .menuTitle a, #rightcol .menuTitle a {
	color: #FFFFFF; /*dd7947*/
}
#leftcol .menuTitle img, #rightcol .menuTitle img {
    float: left;
}

#leftcol .menuGroupItem, #rightcol .menuGroupItem {
   border: 1px solid #FFFFFF;
   border-top: 0px;
}

#leftcol .menuItem, #rightcol .menuItem {
   min-height: 15px; height: auto !important; height: 15px;
	/*border-bottom: 1px solid #9aa7b0;*/
	font-size: 1em;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	/*width: 100%;
	float: left;*/
}
#leftcol .menuItem a, #rightcol .menuItem a {
   color: #333333;
}
#leftcol .menuItem a:hover, #rightcol .menuItem a:hover {
	color: #ba2f2f;
}
#leftcol .menuGroupItem .menuItem p, #rightcol .menuGroupItem .menuItem p {
    /*float: left;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#leftcol .menuItem img, #rightcol .menuItem img {
    float: left;
}
#leftcol .menuGroupItem .selected, #rightcol .menuGroupItem .selected {
	font-weight: bold;
}

/* tagcloud */
#leftcol .menuGroupItem ul, #rightcol .menuGroupItem ul {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	line-height: 1em;
	min-height: 10px; height: auto !important; height: 10px;
}
#leftcol .menuGroupItem ul li, #rightcol .menuGroupItem ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1em;
	min-height: 10px; height: auto !important; height: 10px;
	font-size: 1.2em;
}
#leftcol .menuGroupItem p, #rightcol .menuGroupItem p {
	padding: 5px 5px 5px 5px;
}
#leftcol .menuGroupItem ul li a, #rightcol .menuGroupItem ul li a {
	color: #ba2f2f;
}
#leftcol .menuGroupItem ul li a:hover, #rightcol .menuGroupItem ul li a:hover {
	color: #333333;
}

/* content */
#content {
   width: 518px;
   text-align: justify;
   float: left;
   padding: 10px 10px 15px 10px;
   font-size: 1em;
}

#content h1 {
   min-height: 20px; height: auto !important; height: 20px;
	font-weight: bold;
   /*color: #ba2f2f;
   background: url("images/sfondo_titoli_h1.jpg") repeat-y top left;*/
   color: #FFFFFF;
   background: #ba2f2f;
   /*color: #FFFFFF;
	background-color: #dd7947;*/
   /*border: 1px solid #050505;*/
   /*padding: 0px 15px 0px 15px;*/
   padding: 0px 5px 0px 5px;
   margin: 1px 0px 0px 0px;
   line-height: 20px;
}

#content a, #content a:hover {
   padding: 0px 0px 2px 0px;
   text-decoration: none;
   /*border-bottom: 1px dashed;*/
}

#content a:hover {
   /*border-bottom: 1px solid;*/
}

.page {
	padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}

/* gestione messaggi */
.info, .warning, .alert {
	padding: 7px;
	padding-left: 72px;
	min-height: 64px; height: auto !important; height: 64px;
	margin: 5px;
	color: #999;
	clear: both;
}
.info {
	background: url("images/info.gif") no-repeat top left;
}
.warning {
	background: url("images/warning.gif") no-repeat top left;
}
.alert {
	background: url("images/alert.gif") no-repeat top left;
}

/* Form styles */
.smallform {
   float: left;
   width: 100%;
   border-top: 0px solid #9aa7b0;
}
.smallform fieldset {
   border-top: 1px dotted #9aa7b0;
   margin-top: 10px;
	padding-top: 10px;
}

fieldset {
	margin: 0px;
	border: none;
	border-top: 1px solid #9aa7b0;
	clear: both;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #ba2f2f;
	background: transparent;
	font-size: 1.1em;
	font-weight: bold;
}

label, div .fm-left {
	float: left;
	width: 25%;
	padding: 0 1em;
	text-align: right;
}

.fm-right {
	float: left;
	width: 56%;
}

fieldset > p {
	text-align: center;
	padding-bottom: 1em;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input, .radio, .checkbox {
	width: 1em;
}

#fm-other {
	width: 100%;
	clear: both;
}

#fm-submit, #fm-progressbar {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
}

/* Filtri */

.filters {
	float: left;
	width: 100%;
	overflow: auto;
	border-bottom: 1px solid #9aa7b0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.filter {
	width: 32%;
	float: left;
}
.filter label {
	text-transform: capitalize;
	text-align: left;
	width: auto;
}
.filter select {
	width: 150px;
}

/* help */
#help {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	background-color: #e5e5e5;
	margin-bottom: 5px;
	padding-right: 10px;
	line-height: 1.2em;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}

/* command */
.command {
	float: left;
	width: 100%;
	padding: 3px 0px 5px 0px;
}
.command p {
	float: left;
	width: 100%;
	line-height: 16px;
	padding: 4px 0px 2px 0px;
	border-top: 1px solid #9aa7b0;
	border-bottom: 1px solid #9aa7b0;
}
.command p a {
	float: left;
	margin: 0px 10px 0px 0px;
}
.command p a img {
   float: left;
	margin: 0px 3px 0px 0px;
}

/* testo disattivo */
.disactive {
	color: #555;
}

/* additional layout for content */
/* Tabella principale */
#calendarWeekly {
    width: 100%;
    float: left;
}

.mainTable {
    width: 100%;
    background-color: #E3EDEE;
    border: 1px solid #9aa7b0;
    border-collapse: collapse;
}

.mainTable td, .mainTable th {
    border-bottom: 1px dotted #999999;
    border-right: 1px dotted #999999;
    padding-left: 5px;
    padding-right: 5px;
}

.mainTable thead td, .mainTable th {
	background-color: #e5e5e5;
	height: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
}

.mainTable tbody td {
    padding-top: 2px;
    padding-bottom: 2px;
    height: 12px;
    line-height: 12px;
    vertical-align: top;
}

.mainTable tr.alternate {
	background-color: #fff;
}

.mainTable tfoot td {
    background-color: #fff;
    line-height:20px;
}
.mainTable select {
	width: 150px;
}

/* Textimage */
.textimage {
   float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*clear: both;*/
	border-bottom: 0px solid #9aa7b0;
}
.textimage h2 {
	border-bottom: 1px dotted #9aa7b0;
	color: #ba2f2f;
}
.textimage h2 a {
	color: #ba2f2f;
}
.textimage h2 a:hover {
	color: #333333;
}
.textimage h3 {
	border-bottom: 1px dotted #9aa7b0;
}
.textimage > img {
   float: left;
   margin-right: 5px;
   margin-bottom: 5px;
}
.textimage p {
	padding: 5px 0px 0px 0px;
	text-align: justify;
}
.textimage ol {
   list-style-type: none;
   /*list-style-position: inside;*/
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}
.textimage ol li p {
   background-color: #7991ab;
   color: #FFFFFF;
   padding: 2px 2px 2px 2px;
	font-size: 1.1em;
}
.textimage ol li blockquote {
	font-size: 1.1em;
}
.textimage ol li blockquote p {
   background: none;
   color: #444444;
   padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
}
.textimage ul {
   list-style-type: square;
	padding: 5px 0px 0px 14px;
   margin: 0px 0px 0px 0px;
}
.textimage ul li {
	padding: 0px 0px 5px 0px;
   margin: 0px 0px 0px 0px;
}
.textimage ul li p {
	padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}
.textimage .votazioni {
	padding: 5px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}
/* Textimage - About */
.about_list {
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #a6b0b6;
}
.about_list_in {
   float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #9aa7b0;
}
.textimage .about_thumb {
   float: left;
	margin: 7px 0px 0px 0px; /*margin: 7px 6px 0px 0px;*/
	padding: 0px 6px 6px 0px;
	border: 0px solid #4e4e4e;
	background: url("images/ombra_image.png") no-repeat bottom right;
}
.textimage .about_h2 {
   padding: 0px 0px 2px 0px; /*padding: 0px 0px 7px 0px;*/
   /*border-bottom: 0px dotted #9aa7b0;*/
}
.textimage .about_p1 {
   padding: 0px 0px 0px 0px;
   clear: both;
}
.textimage .about_iframe {
   float: left;
   width: 512px;
   height: 384px;
	margin: 7px 6px 0px 0px;
	padding: 0px 6px 6px 0px;
	border: 0px solid #4e4e4e;
	background: url("images/ombra_image.png") no-repeat bottom right;
}
/* Textimage - Staff */
.staff_list {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #a6b0b6;
}
.staff_list_in {
   float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #9aa7b0;
}
.textimage .staff_thumb {
   float: left;
   width: 168px;
   height: 100px;
   line-height: 96px;
	margin: -17px 6px 0px 0px;
	padding: 0px 6px 6px 0px;
	border: 0px solid #4e4e4e;
	background: url("images/ombra_thumb.png") no-repeat bottom right;
	text-align: center;
}
.textimage .staff_thumb img {
   float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #4e4e4e;
	vertical-align: middle;
}
.textimage .staff_h2 {
   padding: 0px 0px 0px 180px;
   /*border-bottom: 0px dotted #9aa7b0;*/
}
.textimage .staff_p1 {
   padding: 5px 0px 0px 180px;
   /*float: left;*/
}
/* Textimage - Blog */
.blog_list {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #a6b0b6;
}
.blog_list_in {
   float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #9aa7b0;
}
.blog_details  {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #a6b0b6;
}
.blog_details2{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #a6b0b6;
}
.textimage .blog_thumb {
   float: left;
   width: 168px;
   height: 100px;
   line-height: 96px;
	margin: -17px 6px 0px 0px;
	padding: 0px 6px 6px 0px;
	border: 0px solid #4e4e4e;
	background: url("images/ombra_thumb.png") no-repeat bottom right;
	text-align: center;
}
.textimage .blog_thumb img {
   float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #4e4e4e;
	vertical-align: middle;
}
.textimage .blog_icon {
   float: left;
	margin: -17px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #4e4e4e;
}
.textimage .blog_image {
   float: left;
	margin: 0px 6px 0px 0px;
	padding: 0px 6px 6px 0px;
	border: 0px solid #4e4e4e;
	background: url("images/ombra_image.png") no-repeat bottom right;
}
.textimage .blog_icon_details {
   float: left;
	margin: 1px 6px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #4e4e4e;
}
.textimage .blog_thumbs {
   float: left;
	margin: 6px 6px 0px 0px;
	padding: 0px 6px 6px 0px;
	border: 0px solid #4e4e4e;
	background: url("images/ombra_thumb.png") no-repeat bottom right;
}
.textimage .blog_h2, .blog_list_in .textimage h3 {
   padding: 0px 0px 0px 180px;
}
.textimage .blog_p1 {
   padding: 5px 0px 0px 180px;
}
.textimage .blog_p1 img {
	float: left;
   padding: 0px 3px 0px 0px;
   margin: -1px 0px 0px 0px;
}
.blog_details .textimage p {
	clear: both;
}
/* Textimage - Download e Gallery */
.download_list, .gallery_list {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #a6b0b6;
}
.link_list_division, .blog_list_division, .download_list_division, .gallery_list_division {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #a6b0b6;
}
.link_cat_list_in, .blog_cat_list_in, .download_list_in, .download_cat_list_in, .gallery_list_in, .gallery_cat_list_in, .gallery_alb_list_in {
   float: left;
	/*width: 174px;*/
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #9aa7b0;
}
.download_details {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #a6b0b6;
}
.textimage .download_icon, .textimage .gallery_icon {
   float: left;
	margin: 5px 0px 0px 0px; /*-16px*/
	padding: 0px 0px 0px 0px;
	border: 0px solid #4e4e4e;
}
.textimage .download_thumb, .textimage .gallery_thumb {
   float: left;
   width: 168px;
   height: 100px;
   line-height: 96px;
	margin: 2px 0px 0px 0px; /*-16px*/
	padding: 0px 6px 6px 0px;
	border: 0px solid #4e4e4e;
	background: url("images/ombra_thumb.png") no-repeat bottom right;
	text-align: center;
}
.textimage .download_thumb img, .textimage .gallery_thumb img {
   float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #4e4e4e;
	vertical-align: middle;
}
.textimage .download_image {
   float: left;
	margin: 0px 6px 0px 0px;
	padding: 0px 6px 6px 0px;
	border: 0px solid #4e4e4e;
	background: url("images/ombra_image.png") no-repeat bottom right;
}
.textimage .download_icon_details, .textimage .gallery_icon_details {
   float: left;
	margin: 1px 6px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #4e4e4e;
}
.textimage .download_h2, .download_list_in .textimage h3, .textimage .gallery_h2, .gallery_list_in .textimage h3 {
   padding: 0px 0px 0px 0px; /*180px*/
   /*border: 0px solid #9aa7b0;*/
}
.textimage .download_p1, .textimage .gallery_p1 {
   padding: 2px 6px 0px 0px; /*180px*/
}
.textimage .download_p1 img, .textimage .gallery_p1 img {
	float: left;
   padding: 0px 3px 0px 0px;
   margin: -1px 0px 0px 0px;
}
.link_h1, .blog_h1, .download_h1, .gallery_h1 {
   float: left;
	width: 100%;
	font-size: 1.2em;
   padding: 0px 0px 0px 0px;
   margin: 10px 0px 0px 0px;
}
.link_cat, .blog_cat, .download_cat, .gallery_cat {
   float: left;
   width: 144px;
   height: 140px;
	margin: 0px 0px 0px 0px;
	padding: 40px 15px 6px 15px;
	border: 0px solid #4e4e4e;
	background: url("images/gallery_cat.png") no-repeat top left;
}
.link_cat h2, .blog_cat h2, .download_cat h2, .gallery_cat h2 {
   font-size: 1.4em;
   font-weight: normal;
   text-align: center;
	color: #FFFFFF;
	padding: 0px 0px 40px 0px;
	border-bottom: 1px dotted #9aa7b0;
}
.link_cat h2 a, .blog_cat h2 a, .download_cat h2 a, .gallery_cat h2 a {
	color: #FFFFFF;
   text-decoration: none;
}
.link_cat h2 a:hover, .blog_cat h2 a:hover, .download_cat h2 a:hover, .gallery_cat h2 a:hover {
   color: #333333;
   text-decoration: none;
}
.link_cat p, .blog_cat p, .download_cat p, .gallery_cat p {
   text-align: justify;
	color: #000000;
	padding: 10px 0px 0px 0px;
}

/* Contact */
.contact_details  {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #a6b0b6;
}

/* Banner ADS */
.banner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #a6b0b6;
	width: 100%;
	float:left;
}
.banner_pos_1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #a6b0b6;
}
.banner_pos_2 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 0px solid #a6b0b6;
}
.banner_pos_3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #a6b0b6;
}
.banner_pos_4 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 0px solid #a6b0b6;
}
.banner_pos_5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	border-top: 0px solid #a6b0b6;
}
.banner_pos_6 {
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 9px;
	border-top: 0px solid #a6b0b6;
}

#content a.imageLink {
   border: 0px;
}

/* emulazione iframe */
div.iframe {  
	overflow: auto;  
	height: 10em;
	border: 1px solid #9aa7b0;
	padding: 5px;
}
pre.iframe {  
	overflow: auto;  
	height: 200px;
	border: 1px solid #9aa7b0;
	padding: 5px;
	font-family: helvetica, arial, verdana, sans-serif;
	white-space: pre;
	word-wrap: normal;
}

/* pager */
.pager_top {
   width: 100%;
	padding: 0px 0px 5px 0px;
}
.pager_bottom {
   float: left;
   width: 100%;
	padding: 10px 0px 0px 0px;
}
.pager_top p, pager_bottom p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

