html, body{ 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	/*text-align: center;*/
}

/* Tabella layout */

table.container
{ 
	width: 100%;
	/*border: 0px solid #000000;*/
} 
td.col_sx{
	border: solid 0px #FF0000;
	color: #aaaaaa;
}
td.col_center{
	border: solid 0px #FF00FF;
	width: 600px;
	color: #333333;
	
}
td.col_dx{
	border: solid 0px #FF0000;
	color: #aaaaaa;
}

/* Layout interni */
td.bianco{
	background-color: #FFFFFF;
}
td.grigio{
	background-color: #F5F5F5;
	background-image: url("../images/bg_lati.gif");
	width: 175px;
	height: 140px;
}
td.fascia{
	background-color: #D4D4D4;
	background-image: url("../images/bg_fascia.gif");
	height: 204px;
}

td.header{
	background-color: #FFFFFF;
	height: 50px;
}
table.main{
	background-color: #F4F4F4;
	background-image: url("../images/bg_main.gif");
	background-repeat: repeat-x;
}
td.banner{
	padding-top:10px;
}

#debug{
	border: solid 1px #cccccc;
	color: #aaaaaa;
	height: 30px;
}

#header{
	/*border: solid 1px red;*/
	height: 106px;
}
#loghiHeader{
	position: absolute;
	top: 55px;
}
#row{
	height: 120px;
	background-image: url("../images/logo_bg.jpg");
	background-position: left;
}
#row_sx{
	height: 120px;
	width: 20px;
	background-image: url("../images/logo_sx.jpg");
	background-position: left;
	float:left;
}
#row_txt{
	float:left;
	padding: 35 0 0 0;
	color: #423d3d
}
#row_dx{
	height: 120px;
	width: 265px;
	background-image: url("../images/logo_dx.jpg");
	background-position: right;
	float:right;
}

#footer{
	/*border: solid 1px red;*/
	height: 3px;
	background-color: #fbb31b;	
}
#futurmatica{
	text-align: right;
}
a{ 
	font-weight:bold; 
	color: #423d3d; 
	text-decoration:none;
}
a:hover{ 
	font-weight:bold; 
	color: #fbb31b; 
	color: #990000; 
	text-decoration:underline;
}

.link_button {
	font-size: 12px;	
	color:#ffffff;
	text-decoration: none;
	border: solid 1px #395177;
	cursor: pointer;
	padding: 2px 8px 2px 8px ;
	background-color: #bcbcbc;
}
.link_button:hover {
	font-size:12px;
	color:#395177;
	text-decoration: none;
	border: solid 1px #395177;
	cursor: pointer;
	background-color: #f5f5f5;
}

.txt_asterisc {
	font-weight: bold;
	color: #FF520E;
}
.link_img{ 
	border: solid 1px #ffffff;
}
.link_img:hover{ 
	border: solid 1px #fbb31b; 
}

.bodyTable{
	border:10px;
}

.menu_text{
	font-size:10px; 
	color:#423d3d; 
}

.menu_a{
	font-size:12px;
	font-variant:small-caps;
}

.text{
	font-size:11px; 
	margin-left:10px; 
	margin-right:10px;
}

.txt_form{
	font-size:11px;
	font-weight:bold;
	font-variant:small-caps;
	font-align: center;
}

.txt_form_button{
	font-size:10px;
	font-weight:bold;
	font-variant:small-caps;
	border:1px solid #fbb31b; 
	width: 100px;
	color: #423d3d; 
	cursor:pointer;
	height:20px; 
	margin: 8 0 0 0;
}

.txt_form_button:hover{
	background-color: #fafafa;
	color: #fbb31b; 
}

.txt_form_a{
	font-size:11px;
	font-weight:bold;
	font-variant:small-caps;
	cursor:pointer;
	text-decoration:underline;
}

.mex_avviso{
	color: #cc6600;
}

.nota{
	font-size:10px;
	font-weight:normal;
}

.barra_grado{
	border: 1px solid #666666;
	heigth: 5px;
}

.paragraph{font-size:12px; margin-left:10px; margin-right:20px; 
           margin-top: 15px; margin-bottom:20px; 
		   border-bottom: solid 1px #c9bfbf; padding-bottom:20px;
		   padding-right:50px; letter-spacing:1px; text-align:justify;}
		   
th{
	font-size:12px; 
	font-variant:small-caps;
	background-color: #fbb31b;
	color: #000;
	padding: 2px;
}

.table_result{
	border: solid 1px #eeeeee; 
	background-color: #e4e4e4;
	width: 100%;
}

.td_result{
	font-size:13px; 
	border-top: solid 1px #c9bfbf; 
	border-bottom: solid 1px #c9bfbf;
	padding: 2 5 2 5;
}

.td_result_img{
	width: 40px;
	text-align: center;
	font-size:13px; 
	border-top: solid 1px #c9bfbf; 
	border-bottom: solid 1px #c9bfbf;
	padding: 2 5 2 5;
}

.table_container{
	letter-spacing:1px;
	margin-top: 5px;
}
.td_container{
	font-size:13px; 
	border-left: solid 1px #c9bfbf; 
	border-right: solid 1px #c9bfbf;
	padding: 5 5 5 5;
}

#page_title{
	color: #333333;
	font-size:18px; 
	font-weight: bold;
	text-align: right;
	margin: 10px 20px 20px 20px ;
	border-bottom: solid 1px black;
}
#content_home{
    height: auto !important;  /* per i browser moderni */
    height: 270px;      /* per IE5.x e IE6 */
    min-height: 270px;  /* per i browser moderni */
	margin: 5px 20px 8px 20px ;
}
#content{
    height: auto !important;  /* per i browser moderni */
    height: 474px;      /* per IE5.x e IE6 */
    min-height: 474px;  /* per i browser moderni */
	margin: 5px 20px 8px 20px ;
}

#menucol{
	border: solid 0px black;
	float: left; 
	position: relative; 
	display: inline; 
}

#menucol ul{
	margin: 0px;
	padding-left: 1px;
	padding-top: 1px;
	list-style: none;
	text-align: right;
}

#menucol li a {	
	display: block;
	/*font-weight: bold;*/
}

#footer_bar{
	color: #333333;
	font-size:18px; 
	font-weight: bold;
	text-align: right;
	margin: 8px 10px 10px 10px ;
	border-top: solid 1px black;
}
.footer_link{ 
	font-size:11px; 
	font-weight:bold; 
	color: #333333;
	letter-spacing: -1px;
	text-decoration:none;
	border-left: solid 1px #cccccc;
	padding-left: 4px;
}
.footer_link:hover{ 
	font-weight:bold; 
	color: #fbb31b; 
	color: #990000; 
	text-decoration:underline;
}
.button1 a{
	border: solid 1px white;
	color: #000000;
	background-color: #bcbcbc; 
	font-weight: bold;
	width: 162px;
	height: 20px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-right: 10px;
}

.button1 a:hover {
	color: #000000;
	background-color: #e4e4e4; 
	font-weight: bold;
	text-decoration:none;
}

.button1active a{
	border: solid 1px white;
	color: #ffffff;
	background-color: #990000; 
	font-weight: bold;
	width: 162px;
	height: 20px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-right: 10px;
	text-decoration:none;
}

.button_nav{
	background-color: #bcbcbc;
	border: 1px solid #395177;
	color: #ffffff;
	font-size: 9px;	
	cursor: pointer;
	padding: 0px;
	text-decoration:none;
}
.button_nav:hover{
	background-color: #f5f5f5;
	border: 1px solid #395177;
	color: #395177;
	cursor: pointer;
	text-decoration:none;
}
.button_nav_active{
	background-color: #990000;
	border: 1px solid #395177;
	color: #ffffff;
	font-size: 9px;	
	cursor: pointer;
	padding: 0px;
	text-decoration:none;
}
.button_nav_active:hover{
	text-decoration:none;
}

.button_form{
	text-align: center;
}

div.news_home{
	border-bottom: solid 1px #ffffff;
	margin-top: 6px;
	padding-bottom: 6px;
}
div.img_news{
	float:left,
}
div.titolo_news{
	font-size:14px; 
	font-weight: bold;
	color: #000000;
}
div.testo_news{
	color: #444444;
}
div.data_news{
	font-weight: bold;
	color: #000000;
	text-align: right;
	border: solid 0px black;
}
div.clear_both{
	clear: both;
}
div.titolo{
	font-size:14px; 
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}
div.testo{
	color: #555555;
	margin-bottom: 25px;
	border-bottom: solid 1px #ffffff;
	float:left;
	padding-bottom: 6px;
	width: 100%
}
.immagine_home{
	float:left;
	border: solid 1px #ffffff;
	margin-right: 8px;
}
.immagine{
	border: solid 1px #ffffff;
	margin-left: 8px;
	vertical-align: top;
	cursor: pointer;
}

.freccia{
	margin-left: 4px;
	margin-bottom: 2px;
	vertical-align: middle;
	border: solid 0px white;
}

.maiuscoletto{font-variant:small-caps;}
.bold{ font-weight:bold;}
.italic{ font-style:italic;}
.fs8px{font-size:8px;}
.fs9px{font-size:9px;}
.fs10px{font-size:10px;}
.fs11px{font-size:11px;}
.fs12px{font-size:12px; }
.fs13px{font-size:13px; }
.fs14px{font-size:14px; }
.fs15px{font-size:15px; }
.title{font-size:20px; font-variant:small-caps; font-weight:bold;}

.pointer{cursor:pointer;}

.img_view{ border: solid 2px #fbb31b;}
.img_thumb{ border: solid 1px #423d3d; cursor:pointer;}

.log_input{
	border:1px solid #fbb31b; 
	font-size:9px; 
	width: 100px;
	height:18px; 
	color:#423d3d;
}

/* calendario */
.calendarHeader { font-weight: bolder; color: #fbb31b; background-color: #FFFFCC; font-variant:small-caps;} 
.calendarToday { background-color: #FFFFFF; border: solid 3px #FF0000;} 
.calendar { background-color: #FFFFCC; width:400px; height:50px; color:#423d3d; border: solid 1px #423d3d;}

/* player */
button.player{font-size:12px; font-weight:bold; border: 2px #423d3d solid;}

/* hidden / visible divs */
.hidden{ display:none; }
.visible{ display:inherit;}

#cercaAmico fieldset{
	width: auto;
	padding: 10px;
	border: 1px solid #ffffff;
	text-align: left;
	height: auto;
	margin-bottom:10px;
}

#cercaAmico legend{
	font-size: 1.4em;	
	font-weight: bold;
}

.input_text{
	background-color: #f5f5f5;
	border: 1px solid #395177;
	color: #395177;
	font-size: 13px;
}