/*generali*/
html, body {
  background-image: url(imgs/body_bg.jpg);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  font-family: trebuchet ms,verdana,arial,times new roman;
  font-size: 0.8em;
  text-align: center;
}

h1 {
  font-family: trebuchet ms,verdana,arial,times new roman;
  font-size: 1em;
  text-align: center;
}

h2 {
  font-family: trebuchet ms,verdana,arial,times new roman;
  font-size: 1em;
  text-align: justify;
}

h3 {
  font-family: trebuchet ms,verdana,arial,times new roman;
  font-size: 1em;
  text-align: justify;
}

h4 {
  
}

p {
  
}
 
/* CONTENITORI */
div#all {
  background-position:left top;
  background-color: #E1E1E1;
  text-align: center;
  width: 100%;
  height: 100%;
}


div#container {
  background-image: url(../imgs/sfondo.jpg);
  text-align: center;
  width: 960px;
  margin: 0 auto;
  padding-left: 2px;
}

/* HEADER */
div#header {
  width: 940px;
  height: 50px;
  margin: 0 auto;
}

div#loghi {
  width: 910px;
  height: 30px;
  margin-top: 5px;  
}

div#logo {
  float: left;
  height: 30px;
  margin-left: 15px;
  text-align: center;
}

div#menu_top {
  width: 100%;
  height: 40px;
  text-align: center;
  margin-top: 25px;
  padding-left: 14%;
  font-size: 1.6em;

}

/* CENTRALE */

div#box {
  width: 916px;
  margin: 0 auto;
  text-align: center;
}

/* ZONA SINISTRA */
div#left {
  float:left;
  width:75%;
}

div#content {
  float: left;
  width: 66%;
  padding-top: 5px;
  text-align: justify;
  border-bottom:1px solid #BBBBBB;
  font-family: trebuchet ms,verdana,arial,times new roman;
  font-size: 1em;
}

div#menu_sx {
  float: left;
  width: 33%;
  border-top:1px solid #BBBBBB;
}

/* ZONA DESTRA */
div#menu_dx {
  float:right;
  width: 25%;
  border-top:1px solid #BBBBBB;
  
}

/* BLOCCHI */
div#blocco {
  width: 220px;
  text-align: left;
  
}

div#head_blocco {
  width: 100%;
  height: 30px;
  background-image: url(../imgs/head_blocco.jpg);
  background-repeat: no-repeat;
  text-align: center;
  font-size:1.2em;
  padding-top:6px;
  color: #808080;
}

div#corpo_blocco {
  width: 100%;
  background-image: url(../imgs/body_blocco.jpg);
  background-repeat: repeat-y;
  padding: 2%;
  font-size:1em;
}

div#footer_blocco {
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  background-image: url(../imgs/foot_blocco.jpg);
}

div#gruppo {
  float:left;
  width: 150px;
  height: 160px;
  border: 1px dashed;
  margin: 7px;
  text-align:center;
  padding:2px;
  background-color:#fff;
}

/* FOOTER */
div#footer{
  width: 100%;
  clear:both;
  font-style: italic;
  font-size: 0.9em;
  text-align: center;
}		

div#pulsante_menu_principale{
  background-color: #FF9900;
  background-image: url(imgs/menu_principale.gif);
  background-repeat: no-repeat;
}


/* a:, ul, li, img:, e altro */

a:link {
  text-decoration: underline;
  color: #000000;
  border:0px;
}

a:visited {
  text-decoration: underline;
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

a:active {
  text-decoration: none;
  color: #000000;
}

a.menu_top:link, a.menu_top:visited {
  text-decoration: none;
  font-style: normal;
  color: #000000;
  font-size: 1em;
  height: 20px;
  margin-bottom:0px;
}

a.menu_top:active {
  background-color: #008000;
  text-decoration: none;
  color: #000000;
  font-size: 1em;
  height: 20px;
}

a.menu_top:hover {
  color: #000;
  text-decoration: underline;
  font-size: 1em;
  height: 20px;
}



ul li {
  list-style-image: url(../imgs/puce.png);
  }

ul#navlist {
  list-style-image: url(../imgs/puce.png);
 
}

a.li:link, a.li:visited, a.li:active{
  text-decoration: none;
  color: #000000;
  font-size: 1em;
}

a.li:hover{
  text-decoration: underline;
  color: #000000;
  font-size: 1em;
} 

img {
  border:0;
}

img.loghi {
  height: 27px;
}

input, textarea {
  color: #696969;
  border-style: dotted;
  border-color: #019126;
  border-width: 1px;
  border-top: none;
  border-left: none;
  background-color: #FFFF99;
  
}

textarea {

}

select, option {
  color: #696969;
  border-style: dotted;
  border-color: #019126;
  border-width: 1px;
  background-color: #FFFF99;
  
}



/* MENU SUPERIORE */


ul#nav_su {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  
  }

ul#nav_su li {
  float: left;
  margin: 0 0 0;
  padding: 0;
  list-style: none;
  }

ul#nav_su a {
  float: left;
  padding: 0 0 0 0.4em;
  background: url(../imgs/menu/tab.png) no-repeat top left;
  text-decoration: none;
  color: #222;
  list-style: none;
  border-bottom: 1px solid #D7D7D7;
  }

ul#nav_su span {
  float: left;
  padding: 0.4em 0.4em 0.4em 0;
  background: url(../imgs/menu/tab.png) no-repeat top right;
  cursor: pointer;
  list-style: none;
  }

ul#nav_su li#active a,ul#nav_su a:hover {
    background: url(../imgs/menu/tab2.png) no-repeat top left;
    list-style: none;
    border-bottom: 1px solid #FFF;
	}

ul#nav_su li#active span,ul#nav_su a:hover span {
    background: url(../imgs/menu/tab2.png) no-repeat top right;
	color: #184D8A;
	list-style: none;
	border-bottom: 1px solid #FFF;
	}


#italy {
    background: url(../imgs/italy.png) top left no-repeat !important;
    background: url(../imgs/italy.gif) top left no-repeat;
    height: 113px;
    width: 112px;
    position: absolute;
    top: 0;
    left: 0;
}

/* PAGINAZIONE */ 

a.paginazione:hover{
  text-decoration: underline;
  color: #000000;
  font-size: 1em;
  }
a.paginazione:link, a.paginazione:visited, a.paginazione:active{
  text-decoration: none;
  color: #000000;
  font-size: 1em;
}

ul#pagination{
    font:0.8em;
    margin: 1em 0;
	padding: 0;
    list-style: none;
	text-align: center
	}

ul#pagination li{
    display: inline;
	margin-right: 0.1em
	}

ul#pagination a{
  text-decoration: none;
  border: 1px solid #1258CC;
  padding: 0 3px;
  background: #89B5FF;
  color: #069D50
  }

ul#pagination a:visited{
    background: #FFFF99;
	color: #069D50;
    border-color: #89B5FF;
	}

ul#pagination a:hover{
    background: #FFF;
	color: #003EA5
	}

ul#pagination li#currentpage a{
    border: 0px;
	background: #000;
    color: #FFF;
	cursor: default
	}

/* _____________________________________TOOLTIP__________________________________*/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px dashed black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/* ############# __________________________ STAFF _____________________________#################*/

div#staff {
	position: absolute;
	top: 1000;
	left: 0;
	background-color: #CCFFFF;
	width: 900px;
	height: 500px;
	border: 1px solid #C0C0C0;
	/*margin: -200px;*/
	z-index: 5;
}

div#figurina {
background-color: #969696;
float: left;
width:116px;
height:148px;
margin: 18px 5px;
border: 1px solid #CCFFCC;
}