@charset "utf-8";
/* CSS Document */


.bgmap {
	padding: 10px;
	background-color: #333;
}

.flap_on {
	background-color: #333;
}

.flap_off {
	background-color:  #c2ccb8;
	border-bottom: 3px solid #007908;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.flap_on div{
	width-max: 640px;
	width-min: 500px;
	font-size: 12px;
	padding: 7px;
	font: bold;
	text-align: center;
	color: #ccc;
}

.flap_off div{
	width-max: 640px;
	width-min: 400px;
	font-size: 12px;
	padding: 7px;
	text-align: center;
	
}

.flap_off a{
	color: #000;
}

.flap_off div:hover, .flap_off a:hover, .flap_off a.activate{
	color: #CCC;
	font:bold;
	background-color: #007908;
}

.border-radius {
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px; /* firefox */
  -webkit-border-radius: 10px 10px 0px 0px; /* safari, chrome */
}

.cell{
	background-color:#333;
	padding: 10px;
}

.list {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #ddd;
	border: 2px solid #000;
	width: 800px;
}

.list th{
	padding: 5px;
	border-bottom: 2px solid #000;
}	

.data{
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.names{
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 20px;
}

tr.alt {
	background-color: #FFF;
}

.link{
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #000;
}

.link a{
	color:#222;
}
.link a:hover, .link.activate{
	color: #007908;
}

.up {
	background-color: #c2ccb8;
	border-top: 3px solid #007908;
	font-size: 12px;
	width-min: 100px;
	text-align: center;
	border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px; /* firefox */
  -webkit-border-radius: 0px 0px 5px 5px; /* safari, chrome */
  
}

.up div {
	width: 100px;
	padding: 5px;
	border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px; /* firefox */
  -webkit-border-radius: 0px 0px 5px 5px; /* safari, chrome */
}

.up a, .up a.activate {
	color: #000;
	vertical-align: middle;
}

.up div:hover, .up a:hover {
	color: #CCC;
	background-color: #007908;
}


/* allneamento dell'immagine */

.alignright { 
	float: right; 
	padding: 15px 15px 15px 15px; 
}

div.omps, div.omps a {
	font-size: 12px;
	padding: 7px;
	text-align: center;
	color: #ccc;
	border-bottom: 3px solid #007908;
}