div#toolbar
{
	width:100%;
	margin:0;
	position:absolute;
	left:0;
}


div.moodle {
	/*    background: url(../images/moodle-logo.gif) no-repeat top left; */
        float: right;
	    width: 250px;
	    padding-top: 50px;
	    font-weight: bold;
	    font-size: 1.2em;
}

div#ezwt {
	margin:0;
}

div.class-interazione h2{
	font-size: 1.4em;
	margin-top:15px;
}

div.class-interazione h3 {
	font-size: 1.2em;
	margin-top:10px;
}

div.button-guida {
	margin-top: 30px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	border-top:2px solid #E98D2D;
}

div#column1 {float: left;}
div#column2 {float:right;}
div#column2 { margin-left: 10px; margin-top: 18px; width: 490px }
div#column1 { width: 490px; overflow: hidden }
div#column1  p,
div#column2 p
{
	font-size:1.35em;
	line-height:1.45em;
}
div#column1  h1,
div#column2 h1
{
	font-size:1.8em;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 100002;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:100003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:9999;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

div.jump_to_country {
	float: right;
	margin: 25px 35px 0 0;
	background: transparent;
}

div.jump_to_country  select{
	height:22px;
	float:right;
	clear:right;
	width:247px;
	padding:2px;
}

div#page div#main-position {
	width: 100%;
}
ul li {
	background-image:url(../images/atlante/unimondo/list2.jpg);
	background-position:0 0.4em;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:14px;
}

/* reset image in content.css */
/* IMAGE */

div.home-temporary-menu {
	float: right;
}

div.object-left /* Used for floating images and other content elements to the left inside other content */
{
    margin: 0 10px 0 0;
    float: left;
    clear: left;
}

div.object-right /* Used for floating images and other content elements to the right inside other content */
{
    margin:0 0 0 10px;
    float: right;
    clear: right;
}

div.attribute-image
{
    margin: 10px 0;
}

div.content-view-full div.odd div.attribute-image
{
    float: right;
    margin-left: 0;
    margin-right: 10px;
}

div.content-view-full div.attribute-image
{
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

div.content-view-full div.class-image div.attribute-image
{
    margin-left: 0;
    float: none;
}

div.content-view-full div.attribute-image div.caption
{
    background-color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 2px 0 0 0;
	width:200px;
}

div.content-view-full div.attribute-image div.caption p
{
    padding: 3px;
    margin: 0;
}

div.content-view-line div.attribute-image
{
    float: left;
    margin: 0;
    margin-right: 5px;
		height:53px;
		overflow:hidden;
}

div.content-view-embed div.attribute-image
{
    float: left;
    margin-right: 5px;
    margin-left: 0;
}

div.object-left div.content-view-embed div.class-image div.attribute-image
{
    margin: 0;
    float: none;

}

div.object-right div.content-view-embed div.class-image div.attribute-image
{
    margin: 0;
    float: none;
}

div.object-center div.class-image
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.object-center div.content-view-embed div.class-image div.attribute-image
{
  margin: 0;
  float: none;
	max-width:100%;
	width:expression(document.body.clientWidth > 510 ? "480px": "auto" );
	overflow:hidden;
}

div.content-view-embed div.class-image div.attribute-caption
{
    background-color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 2px 0 0 0;
}

div.object-center div.content-view-embed div.class-image div.attribute-caption
{
    margin: 2px auto 0 auto;
}

div.content-view-embed div.class-image div.attribute-caption p
{
    padding: 3px;
    margin: 0;
}

div.extra-info-box div.video h2 {
	text-decoration: none;
	padding-top: 10px;
	height:30px;
}

div.factbox
{
	float:right;
	margin:5px 0 5px 5px;
	width:40%;
}

div.factbox-header h2
{
	font-size:12px;
}

/* PAGELAYOUT CSS - 20060522 */

/* FULL PAGE */

body
{
	background-color:#fff;
	font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:6px solid #006699;
}

div.clear
{
	clear:both;
}

div#page
{
    margin: 0 auto 0 auto; /* General method for centering content if fixed page width, for other browsers than IE */
    text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */
	background-color:#FFFFFF;
}

div#wrapper1,
div#wrapper2
{
	width:950px;
	margin:0 auto;
	padding:0;
	background-color:#FFFFFF;
	clear:both;
}

#wrapper2 .content,
#wrapper2 .content-view-line{
	padding:0 10px;
}

div#wrapper1
{
	width:1000px;
	overflow:hidden;
}


div#page-width1, div#page-width3, div#page-width6
{
    margin: 0 auto;
	padding:0;
    text-align: left;
	background-color:#FFFFFF;
}

/* HEADER */

div#header
{
	overflow:hidden;
	margin:0 auto;
	background:#fff url(../images/atlante/header.jpg) no-repeat bottom left;
	height:116px;
	width:1000px;
}

div#header ul
{
    margin: 0;
    padding: 0;
	text-align:right;
}

div#header ul li
{
    list-style-type: none;
    list-style-image: none;
	margin:0 5px 0 0;
    padding: 0;
    display: inline;
    background-image: none;
}

div#logo
{
	background:url(../images/atlante/logo.jpg) no-repeat top left;
	width:296px;
	height:112px;
	float:left;
}

div#logo img,
div#logo h1
{
	display:none;
}


/* TOPMENU */

div#header-bottom
{
	background:url(../images/atlante/topmenu.jpg) no-repeat center top;
	margin:0 auto;
	width:1000px;
	height:58px;
}

div#topmenu
{
	padding:5px 10px;
}

div#topmenu ul
{
    margin: 0;
    padding: 0;
	list-style-type:none;
	display:block;
}


div#topmenu ul li
{
    background-image: none;
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    line-height: normal;
}

div#topmenu ul li.planisfero
{
	float:right;
	background:url(../images/atlante/planisfero.jpg) no-repeat right center;
	width:192px;
}

div#topmenu ul li.planisfero a
{
	padding-left:60px;
	color:#FFFFFF;
}

div#topmenu ul li.planisfero a:hover span,
div#topmenu ul li.planisfero a:hover
{
	background:none;
}

div#topmenu ul li a
{
    color: #666;
    text-decoration: none;
	font-size:17px;
	font-weight:normal;
	line-height:38px;
	padding-left:10px;
	background-position:center left;
	background-repeat:no-repeat;
	display:block;
}

div#topmenu div.border-content
{
	background:url(../images/atlante/topmenu_bg.jpg) no-repeat left center;
}

div#topmenu ul li a span
{
	display:block;
	padding-right:10px;
	background-position:center right;
	background-repeat:no-repeat;
}

div.topmenu-design ul li.selected a,
div.topmenu-design ul li.selected a span,
div.topmenu-design ul li a:hover,
div.topmenu-design ul li a:hover span
{
	color: #fff;
	text-decoration:none;
	background-image:url(../images/atlante/topmenu_li_esplora.jpg);
}

div.esplora div.topmenu-design ul li.selected a,
div.esplora div.topmenu-design ul li.selected a span,
div.esplora div.topmenu-design ul li a:hover,
div.esplora div.topmenu-design ul li a:hover span
{
	background-image:url(../images/atlante/topmenu_li_esplora.jpg);
}

div.conosci div.topmenu-design ul li.selected a,
div.conosci div.topmenu-design ul li.selected a span,
div.conosci div.topmenu-design ul li a:hover,
div.conosci div.topmenu-design ul li a:hover span
{
	background-image:url(../images/atlante/topmenu_li_conosci.jpg);
}

div.mappe div.topmenu-design ul li.selected a,
div.mappe div.topmenu-design ul li.selected a span,
div.mappe div.topmenu-design ul li a:hover,
div.mappe div.topmenu-design ul li a:hover span
{
	background-image:url(../images/atlante/topmenu_li_mappe.jpg);
}

/*
div#topmenu ul li#node-130108 a,
div#topmenu ul li#node-130108 a span
{
	color: #fff; !important;
	background-image:url(../images/atlante/topmenu_li_materiale.jpg);
}
div#topmenu ul li#node-130108
{
  margin-left: 2px;
}
*/
div.share {
	padding: 15px 0 15px 0;
}

div#footer div.credits a {
	font-weight: normal;
	color: #d90000;
}
div#footer div.credits p{
	clear:both;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;

}
div#footer address {
	color: #666;
}
div#footer address a {
	color: #999;
}

div.attribute-header h1 {
	background-image:none;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	margin:10px 0;
	padding-bottom:5px;
}

div.content-view-full h1 /*Titolo dei commenti*/
{
	margin:10px 0;
	font-size:1.6em;
	font-weight:bold;
	color: #CC6600;
	padding-bottom:5px;
}


/** NUOVO STILE PER ATLANTE **/
/* No more dotted borders in Firefox! */
input:active, a:active, span:active  {outline:none; outline-style:none;}
input:focus, a:focus, span:focus {-moz-outline-style:none; outline:none; outline-style:none;}
button::-moz-focus-inner {border: 0;}

#top-zone,
#bottom-zone
{
	clear:both;
}

#bottom-zone
{
	padding-top:20px;
}

#left-zone
{
	margin:0 10px 0 0;
	padding:0;
	width:200px;
	float:left;
	overflow:hidden;
}

#center-zone
{
	margin:0 10px 0 0;
	padding:0;
	width:480px;
	min-width:480px;
	display:block;
	float:left;
	overflow:hidden;
}

#right-zone
{
	margin:0;
	padding:0;
	width:240px;
	float:left;
	overflow:hidden;
}

#right-zone-design
{
	padding-left:10px;
}

#path-zone
{
	margin:15px 0;
}

div.content-view-full h1.title,
h1.title
{
	margin:0;
	float:left;
	font-size:20px;
	font-weight:normal;
	padding-left:4px;
	line-height:32px;
  border:none;
}

h1 img {
	float: left;
	padding-right: 10px;
}

div.content-view-full h1.esplora
{
	background:url(../images/atlante/esplora.jpg) no-repeat left center;
}

div.content-view-full h1.altre-carte
{
	background:url(../images/atlante/altre-carte.jpg) no-repeat left center;
	padding-left: 40px;
  color:#666;
}

img#OpenLayers_Control_MaximizeDiv_innerImage {
}

div.content-view-full h1.conosci
{
	background:url(../images/atlante/conosci.jpg) no-repeat left center;
}

div.content-view-full h1.mappe
{
	background:url(../images/atlante/mappe.jpg) no-repeat left center;
}

div.content-view-full h1.percorsi
{
	background:url(../images/atlante/percorsi.jpg) no-repeat left center;
	color:#666;
}

div#path-zone-design .header
{
	height:35px;
	overflow-x:hidden;
	overflow-y:hidden;
}
div.country-path
{
	float:right;
}
div.country-path span
{
	padding:0 5px;
}

div.country-path span.flag
{
  display:inline;
}

div.country-path span.flag img{
	height:33px;
	width:66px;
}

div.country-path span.area_0,
div.country-path span.area_1_delimiter
{
	display:none;
}
div.country-path span.area_1
{
	font-size:12px;
}
div.country-path span.area_2
{
	font-size:16px;
}

div.header span.parent a{
	color:#000000;
	display:inline-block;
	font-size:12px;
	margin-top:13px;
}

div.country-path span.area_3
{
	font-size:25px;
	text-transform:uppercase
}

/* BORDER BOX-1: START */
div.border-box-1
{
    margin-bottom: 0;
}

div.border-box-1 div.border-tl
{
    background: url(../images/atlante/box-1/border-tl.jpg) no-repeat top left;
}

div.border-box-1 div.border-tr
{
    background: url(../images/atlante/box-1/border-tr.jpg) no-repeat top right;
    padding: 0 16px;
}

div.border-box-1 div.border-tc
{
    font-size: 0;
    height: 14px;
    background: url(../images/atlante/box-1/border-tc.jpg) repeat-x top left;
}

div.border-box-1 div.border-ml
{
    background: url(../images/atlante/box-1/border-ml.jpg) repeat-y center left;
}

div.border-box-1 div.border-mr
{
    background: url(../images/atlante/box-1/border-mr.jpg) repeat-y center right;
    padding: 0 14px;
}

div.border-box-1 div.border-mc
{
    background-color: #ffffff;
    padding: 0;
}

div.border-box-1 div.border-content
{
    height: 1%; /* Preventing margins on content from breaking the box (for IE) */
    padding: 0 5px;
	overflow:hidden;
}

div.border-box-1 div.border-content:before, div.border-box div.border-content:after /* Preventing margins on content from breaking the box */
{
    content: "-";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

div.border-box-1 div.border-bl
{
    background: url(../images/atlante/box-1/border-bl.jpg) no-repeat bottom left;
}

div.border-box-1 div.border-br
{
    background: url(../images/atlante/box-1/border-br.jpg) no-repeat bottom right;
    padding: 0 16px;
}

div.border-box-1 div.border-bc
{
    font-size: 0;
    height:14px;
    background: url(../images/atlante/box-1/border-bc.jpg) repeat-x bottom left;
}

/* BORDER BOX-1: END */

/* BORDER BOX-2: START */

div.border-box-2 div.border-tl
{
    background: url(../images/atlante/box-2/border-tl.jpg) no-repeat top left;
}

div.border-box-2 div.border-tr
{
    background: url(../images/atlante/box-2/border-tr.jpg) no-repeat top right;
    padding: 0 5px;
}

div.border-box-2 div.border-tc
{
    font-size: 0;
    height: 5px;
    background: url(../images/atlante/box-2/border-tc.jpg) repeat-x top left;
}

div.border-box-2 div.border-ml
{
    background: url(../images/atlante/box-2/border-ml.jpg) repeat-y center left;
}

div.border-box-2 div.border-mr
{
    background: url(../images/atlante/box-2/border-mr.jpg) repeat-y center right;
    padding: 0 5px;
}

div.border-box-2 div.border-mc
{
    background-color: #ffffff;
    padding: 0;
}

div.border-box-2 div.border-content
{
    height: 1%; /* Preventing margins on content from breaking the box (for IE) */
    padding: 5px;
	overflow:hidden;
}

div.border-box div.border-content:before, div.border-box div.border-content:after /* Preventing margins on content from breaking the box */
{
    content: "-";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

div.border-box-2 div.border-bl
{
    background: url(../images/atlante/box-2/border-bl.jpg) no-repeat bottom left;
}

div.border-box-2 div.border-br
{
    background: url(../images/atlante/box-2/border-br.jpg) no-repeat bottom right;
    padding: 0 5px;
}

div.border-box-2 div.border-bc
{
    font-size: 0;
    height:5px;
    background: url(../images/atlante/box-2/border-bc.jpg) repeat-x bottom left;
}

/* BORDER BOX-2: END */

/* BORDER BOX-3: START */

div.border-box-3 div.border-tl
{
    background: none;
}

div.border-box-3 div.border-tr
{
    background: none;
    padding: 0 1px;
}

div.border-box-3 div.border-tc
{
    font-size: 0;
    height: 1px;
    background: #fff;
}

div.border-box-3 div.border-ml
{
    background: #fff;
}

div.border-box-3 div.border-mr
{
    background: #fff;
    padding: 0 1px;
}

div.border-box-3 div.border-mc
{
    background-color: #ffffff;
    padding: 0;
}

div.border-box-3 div.border-content
{
    height: 1%; /* Preventing margins on content from breaking the box (for IE) */
	height:38px;
    padding: 0;
}

div.border-box-3 div.border-bl
{
    background: none;
	clear:both;
}

div.border-box-3 div.border-br
{
    background: none;
    padding: 0 1px;
}

div.border-box-3 div.border-bc
{
    font-size: 0;
    height:1px;
    background: #fff;
}

/* BORDER BOX-3: END */


div#menu
{
	width:188px;
	overflow:hidden;
}

ul.menu
{
	margin:0;
	padding:0;
	list-style-type:none;
}

div#menu ul ul
{
	margin-left:10px;
	padding:0;
	list-style:none;
}

div#menu li
{
	padding:2px 0;
	line-height:normal;
	margin:0;
}

div#menu li div
{
	overflow:hidden !important;
}

div#menu ul li ul li
{
	border-top:1px dotted #b5b5b5;
	font-size:13px;
	padding:5px 0;
}

div#menu ul li ul li.firstli
{
	border:none;
}

div#menu ul li ul li a
{
	color:#666;
	text-decoration:none;
	padding-left:15px;
	background:url(../images/atlante/list1.jpg) no-repeat center left;
	display:block;
}

div#menu ul li ul li.ui-tabs-selected a
{
	color:#000;
	background-image:url(../images/atlante/list2.jpg);
	background-repeat:no-repeat;
	background-position:center left;
}

div.esplora div#menu ul li ul li.ui-tabs-selected a
{
	background-image:url(../images/atlante/list2_esplora.jpg);
}
div.conosci div#menu ul li ul li.ui-tabs-selected a
{
	background-image:url(../images/atlante/list2_conosci.jpg);
}

div.mappe div#menu ul li ul li.ui-tabs-selected a
{
	background-image:url(../images/atlante/list2_mappe.jpg);
}

div.interagisci div#menu ul li ul li.ui-tabs-selected a
{
	background-image:url(../images/atlante/list2_interagisci.jpg);
}

li.item span.ui-accordion-header
{
	cursor:pointer;
	display:block;
	padding:6px 4px 6px 22px;
	background-image:url(../images/atlante/menu.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	font-size:14px;
	border-bottom:none;
}

div.esplora li.item span.ui-accordion-header
{
	background-image:url(../images/atlante/menu_esplora.jpg);
}
div.conosci li.item span.ui-accordion-header
{
	background-image:url(../images/atlante/menu_conosci.jpg);
}
div.mappe li.item span.ui-accordion-header
{
	background-image:url(../images/atlante/menu_mappe.jpg);
}
div.interagisci li.item span.ui-accordion-header
{
	background-image:url(../images/atlante/menu_interagisci.jpg);
}

li.item span.ui-state-hover
{
	background:url(../images/atlante/menu.jpg) no-repeat top center;
	color:#FFFFFF;
}

div.esplora li.item span.ui-state-hover
{
	background-image:url(../images/atlante/menu_esplora.jpg);
}
div.conosci li.item span.ui-state-hover
{
	background-image:url(../images/atlante/menu_conosci.jpg);
}
div.mappe li.item span.ui-state-hover
{
	background-image:url(../images/atlante/menu_mappe.jpg);
}
div.interagisci li.item span.ui-state-hover
{
	background-image:url(../images/atlante/menu_interagisci.jpg);
}

li.item span.ui-state-active
{
	background-image:url(../images/atlante/menu_open.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	color:#FFFFFF;
}

div.esplora li.item span.ui-state-active
{
	background-image:url(../images/atlante/menu_open_esplora.jpg);
}
div.conosci li.item span.ui-state-active
{
	background-image:url(../images/atlante/menu_open_conosci.jpg);
}
div.mappe li.item span.ui-state-active
{
	background-image:url(../images/atlante/menu_open_mappe.jpg);
}
div.interagisci li.item span.ui-state-active
{
	background-image:url(../images/atlante/menu_open_interagisci.jpg);
}

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {}
.ui-accordion .ui-accordion-content {}

/* Tabs
----------------------------------*/
#news-info {
	margin-top:10px;
}
#news-info .ui-tabs-nav {
	list-style: none;
	padding:0;
	margin:0;
	border-bottom:3px solid #EA681B;
	float:left;
	width:100%;
	background-color:#FFFFFF;
}

div.esplora #news-info .ui-tabs-nav
{
	border-color:#EA681B;
}

div.conosci #news-info .ui-tabs-nav
{
	border-color:#1493CE;
}

#news-info .ui-tabs-nav li {
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	margin: 0 .2em 0 0;
	padding: 0 0 0 3px;
	text-align:center;
	background-image:url(../images/atlante/news-info.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-size:18px;
}

#news-info .ui-tabs-nav li.lastli
{
	margin:0;
	float:right;
}
#news-info .ui-tabs-nav li a {
	float: left;
	text-decoration: none;
	line-height:34px;
	padding:0 16px 0 14px;
	background-image:url(../images/atlante/news-info.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	color:#999999;
}

#news-info .ui-tabs-nav li.ui-tabs-selected {
	background-image:url(../images/atlante/news-info.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#news-info .ui-tabs-nav li.ui-tabs-selected a
{
	background-image:url(../images/atlante/news-info.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	color:#FFFFFF;
}

div.esplora #news-info .ui-tabs-nav li.ui-tabs-selected,
div.esplora #news-info .ui-tabs-nav li.ui-tabs-selected a
{
	background-image:url(../images/atlante/news-info_esplora.jpg);
}

div.conosci #news-info .ui-tabs-nav li.ui-tabs-selected,
div.conosci #news-info .ui-tabs-nav li.ui-tabs-selected a
{
	background-image:url(../images/atlante/news-info_conosci.jpg);
}

#news-info.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: pointer;
}

#news-info .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}

#news-info .news-info-panel
{
	background-color:#f8f8f8;
	border:1px solid #d4d4d4;
	float:left;
	display:block;
	width:99%;
	height:300px;
}

#news-info .article
{
	padding:8px;
	height:300px;
}

#news-info .article .date
{
	font-size:11px;
	color:#666666;
	padding-bottom:5px;
}

#news-info .article .attribute-image
{
	clear:both;
	width:210px;
	overflow:hidden;
	margin:0 0 3px 0;
	text-align:center;
}

#news-info .article .attribute-header,
#news-info .article .attribute-header a
{
	color:#039;
	text-decoration:none;
	font-size: 13px;
}

#news-info .separator
{
	border-bottom:1px dotted #666;
	margin:0 5px;
	background:none;
	margin:0;
	height:1px;
}

.ui-tabs-hide { display: none !important; }


div.panel h1
{
	font-size:20px;
	border-bottom:2px solid #E98D2D;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	clear:both;
	font-weight:bold;
	color:#000000;
}

div.panel .utils
{
	font-size:11px;
	color:#666;
	text-align:right;
	padding-bottom:8px;
}

div.panel .utils a
{
	color:#666;
	text-decoration:underline;
}

div.panel .utils div
{
	display:inline;
}

div.panel .utils .tip-a-friend
{
	background:url(../images/atlante/tip-a-friend.jpg) no-repeat left center;
	padding:0 10px 0 22px;
	margin:0;
}
div.panel .utils .permalink
{

}
div.panel div.attribute-image
{
	float:left;
	margin:0 10px 10px 0;
}

div.panel .attribute-content
{
	font-size:13px;
	color:#333333;
	line-height:135%;
}

div.attribute-item
{
	padding:5px 10px;
	color:#333;
	font-size:13px;
	overflow:hidden;
}

div.even
{
	background-color:#FFF;
}

div.odd
{
	background-color:#EEE;
}

div.problematicita span.attribute-intro
{
	cursor:pointer;
}

div.problematicita span.attribute-problematicita
{
	display:none;
}

div.attribute-item span
{
	margin-right:5px;
}

span.scheda-content
{
	color:#000000;
}

span.scheda-header
{
	width:300px;
	font-weight:bold;
}

span.scheda-info a
{
	width:17px;
	height:17px;
	display:block;
	text-indent:-9999px;
	background:url(../images/atlante/tooltip.gif) no-repeat;
}

span.scheda-mappa a
{
	width:17px;
	height:17px;
	display:block;
	text-indent:-9999px;
	background:url(../images/atlante/mappa.gif) no-repeat;
}

span.scheda-mappa
{
	margin:0;
}

div.scheda-utils
{
	float:right;
}

#tooltip
{
	background-color:#EEEEEE;
	border:1px solid #111111;
	opacity:0.85;
	padding:5px;
	position:absolute;
	z-index:3000;
}

.altramappa
{
	float:left;
  margin-right:10px;
  width:180px;
}

.altramappa div.attribute-item {
  color:#333333;
  font-size:13px;
  overflow:hidden;
  padding:0;
}

.altramappa div.attribute-item span {
  float:none;
  margin-right:0;
  font-size:11px;
}

.altremappe
{
	padding-top:20px;
}

optgroup.continent {
	color:#F00;
	padding-top:5px;
	font-size:22px;
}

optgroup.area {
	padding-left:10px;
	color:#333;
}

optgroup.area option{
	color:#000;
}

div#page.frontpage div#main-position {
	margin:0;
	padding:0;
	width:1000px;
}

iframe#map{
	margin-top:20px;
	clear:both;
	border:none;
}

div#center-zone-design object{
	width:100%;
}

.centered  img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright  img{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
.alignleft img{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.attribute-body,
.attribute-long{
	font-size:13px;
}

a.glossterm{
	display:block;
	font-size:1.2em;
	padding:5px;
}

.ui-corner-all {
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-radius-topleft: 6px;
	-webkit-border-radius-topright: 6px;
}

#footer h2
{
	border-bottom:1px dotted #999;
	color:#999;
	font-size:1em;
	margin:0;
	padding:0 0 5px 15px;
	text-align:left;
}

div#footer{
	margin:50px auto 0;
	width:100%;
}

div#footer div#page-width7
{
	margin:0 auto;
	width:1000px;
}

div#footer div.credits {
	border:none;
	font-size:13px;
	font-weight:normal;
	line-height:140%;
	background-color:#FF7601;
	color:#FFFFFF;
	font-weight:normal;
	margin-bottom:5px;
	padding:8px 0;
	clear:both;
}

.marchi_footer
{
	float:left;
	/*width:450px;*/
	margin:0 10px;
	overflow:hidden;
}

.marchi_footer ul
{
	text-align:left;
	margin:10px 0;
}
.marchi_footer ul li
{
	display:inline;
	padding:0 7px;
	background:none;
	list-style:none;
	width:150px;
	overflow:hidden;
	margin:0;
}

.marchi_footer ul li img
{
  padding:5px;
  border:1px solid #eee;
}

#page-width7
{
	clear:both;
}

div#footer div.credits a {
	font-weight: normal;
	color:#FFFFFF;
	font-size:12px;
}

div#footer div.credits {

}

div.content-view-full div.content-view-children  div.float-mappa_tematica
{
	clear:none;
	float:left;
	margin:0 40px 20px;
}


/* FACTBOX */

div.factbox
{
    width: 247px;
}

div.factbox-header
{
    margin-bottom: 0;
}

div.factbox-header h2
{
    margin: 1px 0px 3px 0px;
    padding: 0;
    font-size: 18px;
	font-style:italic;
}

div.factbox-header div.border-tl,
div.factbox-header div.border-tr,
div.factbox-header div.border-tc,
div.factbox-header div.border-ml,
div.factbox-header div.border-mr,
div.factbox-header div.border-mc,
div.factbox-header div.border-bl,
div.factbox-header div.border-br,
div.factbox-header div.border-bc,
div.factbox-content div.border-tl,
div.factbox-content div.border-tr,
div.factbox-content div.border-tc,
div.factbox-content div.border-ml,
div.factbox-content div.border-mr,
div.factbox-content div.border-mc,
div.factbox-content div.border-bl,
div.factbox-content div.border-br,
div.factbox-content div.border-bc
{
	 background:none;
	 background-image:none;
	 padding:0;
}

div.factbox-header div.border-tl,
div.factbox-header div.border-tr,
div.factbox-header div.border-tc,
div.factbox-header div.border-bl,
div.factbox-header div.border-br,
div.factbox-header div.border-bc,
div.factbox-content div.border-tl,
div.factbox-content div.border-tr,
div.factbox-content div.border-tc,
div.factbox-content div.border-bl,
div.factbox-content div.border-br,
div.factbox-content div.border-bc
{
	height:0;
}

div.factbox-header
{
	background-position: center bottom;
	background-repeat: repeat-y;
	background-image: url(../images/factbox/postit-header-repeat.jpg);
}

div.factbox-header div.border-mc
{
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/factbox/postit-header.jpg);
	padding:20px 10px 0 10px;
	height:auto;
}

div.factbox-content
{
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(../images/factbox/postit-content-repeat.jpg);
}

div.factbox-content div.border-mc
{
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/factbox/postit-content.jpg);
	padding:0 15px 15px;
	height:auto;
}

.domanda
{
	font-size:1.4em;
	line-height:1.3em;
}

#ezflb-map-atlante
{
	margin-top:20px;
	width:1000px;
	height:650px;
	float:left
}

.location
{
	display:none;
	margin-top:20px;
	width:37%;
	height:650px;
	float:right;
	overflow-y:auto;
	overflow-x:hidden;
	padding-right:1%;
}

.location h2 {
	font-size:1.8em;
}

.location h2 a small
{
	display:block;
	font-size:0.6em;
}

.location .close
{
	display:block;
	float:right;
	width:35px;
	height:35px;
	background: url(../images/torna-a-planisfero.jpg) no-repeat center center;
	text-indent:-9999px;
	overflow:hidden;
}

.frontpage #path-zone {
	margin:15px 0 0;
}

.frontpage #path-zone p{
	line-height:1.5em;
}

#center-zone-design div.attribute-tags
{
    display:none;
}

th, td {
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 5px;
}

td td{
	border:none;
}

tr.bgdark{
	background: #eee;
}

div.contrybox div.element
{
    width:20%;
    float:left;
}

div#header div.contrybox
{
    position: absolute;
    top: 190px;
    width: 1000px;
    z-index: 1000000;
}

div#header div.contrybox h2
{
    font-size:15px;
    padding:0 5px;
}

div#header div.contrybox h3
{
    padding:0 5px;
}


div#header div.contrybox ul
{
    text-align:left;
    margin-bottom:10px;
    padding:0 5px;
}

div#header div#searchcountry a
{
	color: #fff !important;
	background-image:url('../images/atlante/topmenu_li_materiale.jpg');
    text-decoration: none;
	font-size:17px;
	font-weight:normal;
	line-height:38px;
	padding-left:10px;
	background-position:center left;
	background-repeat:no-repeat;
	display:block;
}

div#header div#searchcountry a span
{
	display:block;
	padding-right:10px;
	background-image:url('../images/atlante/topmenu_li_materiale.jpg');
	background-position:center right;
	background-repeat:no-repeat;
}





/*
 * Menu a due livelli
 */

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

ul#menu_a_2livelli a:link,
ul#menu_a_2livelli a:visited{
	display: block;
}
ul#menu_a_2livelli a:hover,
ul#menu_a_2livelli a:focus,
ul#menu_a_2livelli a:active{

}
ul#menu_a_2livelli li ul{
	display: none;
	background-image:url(../images/atlante/unimondo/list2.jpg);
	background-position:0 0.4em;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:14px;
	padding-right: 14px;
    margin-left: -14px;
}
ul#menu_a_2livelli li:hover ul{
	display: block;
	position: absolute;
	z-index:1;
	font-size:.8em;
	background-image:url(../images/atlante/unimondo/list2.jpg);
	background-position:0 0.4em;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:14px;
	padding-right: 14px;
}
ul#menu_a_2livelli li:hover ul li {
	background-color: #D5D6D8;
}
