/***********************************************************
stiliwai.css
CSS principale con definizione dei layer
************************************************************/


/******************** Ridefinizione tag ********************/

body {
	margin: 20px 20px 20px 20px;
	padding:0px;
	color:#000000;
	background:white;
	text-align:center;
	font-size: 12px;
}
body, .testo{
	font-family: verdana, arial, helvetica, sans-serif;
}
a:link, a:visited, a:active {
 text-decoration: none;
 /* border-bottom: 0px dashed #00cc00; */
 color:#034C89; 
}

a:hover {
 text-decoration: none;
 color:#054F05;
background:#CAF963 ;
}
.table_esterna {
	width: 940px;
	background-color: #ffffff;
	border: 25px #EBEAE8 solid;
	margin:0px 0px 0px 0px;
  	padding : 0px 0px 0px 0px;
}

.table_top {
border: 0px ;
	width: 940px;
	background-color: #ffffff;
	padding : 0px 0px 0px 0px;
}

.table_menu{
border: 0px ;
	font-family: "Times New Roman";
	width: 940px;
	height: 26px;
	background-color: #ffffff;
	padding : 0px 0px 0px 0px;
	color:#034C89;
	vertical-align:center;
	font-size: 16px;
	text-align:center;
	font-weight : bold;
}

.footer{
border: 0px ;
	width: 940px;
	height: 20px;
	background-color: #298FC2;
	padding : 0px 0px 0px 0px;
	color:white;
	vertical-align:center;
	font-size: 13px;
	text-align:center;
}

.table_separa_blu {
border: 0px ;
	width: 100%;
	height: 1px;
	background-color: #298FC2;
	padding : 0px 0px 0px 0px;
}
.table_separa_grigia {
border: 0px ;
	width: 100%;
	height: 1px;
	background-color: #BEBDBB;
	padding : 0px 0px 0px 0px;
}
.table_corpo {
border: 0px  #EBEAE8 solid;
	width: 940px;
	background-color: white;
	
}

.table_dispatch {
	font-family: "Arial";
	height: 19px;
	vertical-align:center;
	color:#298FC2;
	border: 0px ;
	width: 100%;
	padding : 0px 9px 0px 9px;
	font-weight : bold;
	font-size: 12px;
}

.table_commento {
background-color: #F8F7F6;
	font-family: "Arial";
	height: 19px;
	vertical-align:center;
	color:black;
	border: 0px ;
	width: 100%;
	padding : 0px 9px 0px 9px;
	font-size: 12px;
}


.table_separa_centro {
background-color: #BABABC;
	width: 10;
	height:100%;
	
}

.table_testo {
	vertical-align:center;
	color:#4B4B4B;
	border: 0px ;
	width: 100%;
	padding : 9px 9px 9px 9px;
	font-family: "Times New Roman";
}



