/* CSS Document */
html, body{
	margin:0;
	padding:0;
	height: 100%;
	font:12px "Century Gothic",Arial,Helvetica,sans-serif;
	background:#d9dfe3;
	}
	
	div#main{
	width:1012px;
	margin:0 auto;
	height:660px;
	padding-top:12px;
	padding-left:12px;
	
	}
	
		div#logo{
		position:absolute;
		top:0px;
		width:235px;
		height:162px;
		z-index:10;
		margin-left:5px
		}

a {
  color:#1A79BA;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a:visited {
  color:#124F78;
}

label, input, select, textarea, button {
  border:none;
  width:100%;
  height:33%;
  padding:0 2px;
  font-size:11px;
  border-top:1px solid #006;
  border-left:1px solid #006;
  border-right:1px solid #006;
  -moz-box-sizing:border-box;box-sizing:border-box;
}

button {
  color:#fff;
  text-align: center;
  text-transform: uppercase;
  background-color:#124f78;
  border-bottom:1px solid #006;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
}

.sopra {
  border-top-left-radius:6px;
  border-top-right-radius:6px;
}

.doppio {
  height:66%;
}

.sotto {

}

	div#content{
	width:1000px;
	height:608px;
	background-color:#1a79ba;
	-moz-box-shadow:0px 0px 5px 5px #999;
    -webkit-box-shadow: 0px 0px 5px 5px #999;
    box-shadow: 0px 0px 5px 5px #999;
	}
	
		header {
		  clear:both;
		  width:755px;
		  margin-left:245px;
		  height:149px;
		  position:relative;
		  
		  }

#menu_alto {
  float:left;
  width:100%;
  height:65px;
  margin-top:20px;
}

#menu_alto a, form {
  float:left;
  height:100%;
  margin-left:1%;
}

#menu_alto a {
  display:table;
  width:13.5%;
  padding:0 2px;
  color:#fff;
  font-size:11px;
  text-decoration:none;
  background-color:#124f78;
  border:1px solid #006;
  border-radius:6px;
  -moz-box-sizing:border-box;box-sizing:border-box;
}

#menu_alto a:first-of-type {
  margin-left:0;
}

#menu_alto a:hover, #menu_alto a:active, #menu_alto a.active {
  background-color:#124f78;
  box-shadow:0 0 3px 3px #999;
}

#menu_alto form {
  width:20.1%;
}

#menu_principale {
  clear:both;
  height:50px;
  margin-top:15px;
}

#menu_principale a {
  float:left;
  display:table;
  width:14.2%;
  height:100%;
  color:#445266;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  background-color:#d9dfe3;
  border-top:1px solid #445266;
  border-left:1px solid #445266;
  border-right:1px solid #445266;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  -moz-box-sizing:border-box;box-sizing:border-box;
}

#menu_principale a:hover, #menu_principale a:active, #menu_principale a.active {
  color:#445266;
  background-color:#fff;
}

#menu_alto a span, #menu_principale a span {
  display:table-cell;
  text-align:center;
  vertical-align:middle;
}

#interno {
  clear:both;
  width:990px;
  height:449px;
  margin:0 5px;
  padding:5px 0;
  background-color:#fff;
  -moz-box-sizing:border-box;box-sizing:border-box;
}

#internoMenu, #internoTesto {
  float:left;
  height:100%;
  padding:0 5px;
  overflow:auto;
  -moz-box-sizing:border-box;box-sizing:border-box;
  font-size:14px;
}

#internoMenu {
  width:24.9%;
}

#internoTesto {
  width:75.1%;
}

#internoTesto h1 {
  margin:0;
  color:#124f78;
}

#internoTesto h2, #internoTesto h3, #internoTesto h4 {
  margin:0;
  color:#124f78;
}

#internoTesto table{
	border-collapse: separate !important;
	border-spacing: 5px;
	width:95%;
}

#internoTesto td{
	border: 1px dashed #999 !important;
	margin:5px;
}


#internoMenu a {
  display:block;
  width:100%;
  height:20px;
  margin-bottom:1px;
  padding:0 2px;
  line-height:20px;
  border-bottom:1px solid #fff;
  color:#445266;
  text-decoration:none;
  text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
  background-color:#d9dfe3;
  -moz-box-sizing:border-box;box-sizing:border-box;
}

#internoMenu a.news {
  display:block;
  width:100%;
  height:60px;
  margin-bottom:1px;
  padding:0 2px;
  line-height:20px;
  border-bottom:1px solid #fff;
  color:#445266;
  text-decoration:none;
  text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
  background-color:#d9dfe3;
  -moz-box-sizing:border-box;box-sizing:border-box;
}

#internoMenu a.news img {
  display:block;
  float:left;
}

#internoMenu a:hover, #internoMenu a:active, #internoMenu a.active {
  color:#fff;
  background-color:#1a79ba;
}

.immagini a {
  display: block;
  float:left;
  width:24.25%;
  margin-left:1%;
  margin-bottom:1%;
  text-decoration:none;
}

.immagini a:nth-of-type(4n-3) {
  margin-left:0;
}

.immagini a img {
  display: block;
  width:100%;
}

.immagini a span {
  display:block;
  width:100%;
  height:20px;
  padding:0 2px;
  line-height:20px;
  color:#445266;
  text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
  background-color:#d9dfe3;
  -moz-box-sizing:border-box;box-sizing:border-box;
}

.immagini a:hover span, .immagini a:active span {
  color:#fff;
  background-color:#1a79ba;
}

#feature_list {
  position:relative;
  width:980px;
  height:381px;
  margin:0 5px;
  overflow:hidden;
  background-color:#d9dfe3;
  -moz-box-sizing:border-box;box-sizing:border-box;
}

#scroller_container {
  position:relative;
  width:980px;
  height:40px;
  margin:12px 5px 0;
  font-size:16px;
  line-height:40px;
  white-space:nowrap;
  overflow:hidden;
  border-bottom:1px solid #124f78;
  border-top:1px solid #124f78;
  -moz-box-sizing:border-box;box-sizing:border-box;
}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 320px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			width:287px;
		}
		
		

		ul#tabs li a {
			color:#fff;
			text-decoration: none;	
			display: block;
			padding: 10px;
			padding-top:13px;
			height: 107px;
			outline: none;
			background-color:#1a79ba;
			font:12px "Century Gothic",Arial,Helvetica,sans-serif;
			border-bottom: solid 1px #036;
		}

		ul#tabs li a:hover {
			text-decoration:none;
		}

		ul#tabs li a.current {
			background:url(../images/feature-tab-current.png);
			background-repeat:no-repeat;
			color: #036;
			border-bottom:none;
			width:320px;
			
			height: 107px;
			
			
		}
		
		.txt {
		
			width:270px;
			
			
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 710px;
			height: 360px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 710px;
			height: 360px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #124f78;
			-moz-border-radius: 5px;
		}
		
		/*ul#output li a:hover {
			background: #D33431;
		}*/
		
		ul#output li img {
			height:160px;
			width:650px;
			margin-left:50px;
			margin-top:10px;
		}
		
		ul#output li h1 {
			  margin-left:50px;
			  margin-top:10px; 
			  margin-bottom:3px; 
			  color:#124f78;
		}
		
		
		ul#output li .cn_date {
			 margin-left:50px; 
			 color:#445266;
		}
		
		ul#output li p{
			margin-left:50px; 
			width:650px;  
			text-align:justify; 
			font-size:14px; 
			line-height:20px; 
			color:#445266;
		}

#footer {
  width:1000px;
  height:44px;
  margin:8px auto;
  clear:both;
}

#footer a {
  float:left;
  display:block;
  margin-left:5px;
  color:#124F78;
  font-size:18px;
  line-height:44px;
  text-decoration:none;
}

#footer a:first-of-type {
  margin-left:0;
}

#footer a:hover {
  text-decoration:underline;
}

#footer img {
  float:left;
}
