body{
background-color:#f4b408;
background-image:url("imgs/background.jpg");
font-family: Arial, Helvetica, sans-serif;
}
.footer {
	font-size: xx-small;
	
}
table {
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.contact{
	font-style: normal;
	color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

.submitLink {
   color: #00f;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
  }

a{
	text-decoration:none;
	color:#000000;
	font-weight:400;
}
a:hover{
font-weight:bold;
color:#CC0000;
}
.menu{

}
.menu a:hover, li:hover{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#CC9900;
	background-color:#8c0303;
}
.menu ul{
	list-style:none;
margin:0px;
padding:0px;
padding-left:10px;

}
.menu li{
padding-left:20px;
padding-top:4px;
padding-bottom:4px;
width:137px;

}

.parteners tbody td, tbody th {
	background-color: #FFCC00;
	border-bottom: 2px solid #8c0303;
	border-top: 3px solid;
	border-top-color:#FFCC99;
	padding: 9px;
}
.parteners tbody tr.odd th, tbody tr.odd td {
	background-color: #C8EDAE;
	border-bottom: 2px solid #67BD2A;
}
.parteners tbody tr:hover td, tbody tr:hover th {
	background-color: #f4b408;
}

.parteners td, th {
	vertical-align: middle;
}

.parteners tfoot td, tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
}

.parteners thead th {
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 8px 2px 8px;
	white-space: nowrap;
}



.tab_model {
	border-style:solid;
	border-color:#8c0303;
	border-width:thin;
	border-collapse: collapse;
}

.centro {
padding-right:5%;
text-align:justify;
}

.newsletter_back {
	background-image: url("gestore/mail_newsletter.png");
	background-repeat: no-repeat;
	background-position:right;
}

.titolo_gestione{
text-transform:uppercase;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
text-align:center;
}




#event_tab{
	text-align:left;
	width:350px;
	margin-bottom:20px;
	border:solid thin #CC0000;
	background:#CCCC00;
}

#top_e, #down_e{
	background-color: #CC6600;
}
#top_e{
	text-transform:uppercase;
	font-size:small;
	font-weight:bold;
	color:white;
	padding:  3px 4px 3px 4px;
}
#middle_e{
	margin: 10px 10px 10px 10px;
	min-height:30px;
	font-family:sans-serif;
}
#down_e{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#CCFF00;
	padding:  3px 4px 3px 4px;
}

pre {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:small;
	 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}