
/*******************************************************************************
 *  Name        : edov2.css
 *  Application : EDO v.2
 *  Author      : Stefano Cicatiello
 *  Created     : 2012-01-09
 *  Arguments   :
 *  Requires    :
 *  Purpose     : Main styles of the website
 *  Version     : 1.1
 *  History     : H0) 2012-01-09, created by Stefano Cicatiello
*******************************************************************************/
/*
#mainmap_simulator {
	background: #123;
}*/

/* bg color : #ebece6; */
/* red color : #9f4646; */

/* ec.css overwrites */
.layout{min-width:770px;max-width:984px;margin:0 auto;font-size:120%;background-color:#fff;border:0px solid #ccc;border-top:0;}
.layout-right {float:right;width:180px;padding-top:5px;padding-right:5px;padding-left:5px;background:#ebece6;margin-top:20px; margin-right:5px;font-size:90%;}
.layout-content {font-size:90%;padding:10px;}
.layout-body {padding-bottom:25px;}

.layout-content {text-align:justify;}
.layout-body ul{margin:5px 0 0 0;padding:0 0 0 30px;}



body {
	line-height: 19px;
	color: #333;
	margin: 0px;
	margin-bottom: 10px;
	background: #ebece6;
}

a img {
	border: 0;
}

ul {
	margin: 0;
	padding: 0;
}


code {
	background: #f7f7f7;
	padding: 10px;
	font-family: Courier New;
	font-size: 12px;
}


/* Title pages */
h1 {
	font-weight: normal;
	margin: 0;
	font-size: 20px;
	margin-bottom: 25px;
	margin-top: 10px;
	color: #9f4646;
}


/* Subtitles */
h1.subtitle {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 17px;
	margin-bottom: 25px;
  margin-top: 15px;
	background-color: #ebece6;
	-moz-border-bottom-right-radius: 5px; /* css3 */
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-top-right-radius: 5px; /* css3 */
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
  width:135px;
  padding:5px;
  text-align:center;  
}

h2 {
	font-weight: normal;
	margin: 0;
	/*font-size: 18px;*/
	margin-bottom: 10px;
	border-bottom: solid 1px #9f4646;
	color: #9f4646;
}

h3 {
	font-weight: normal;
	margin: 0;
	/*font-size: 14px;*/
	margin-bottom: 10px;
	border-left: solid 8px #9f4646;
	padding-left: 5px;
	color: #9f4646;
}

h4 {
	font-weight: normal;
	margin: 0;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #9f4646;
}





/***** Form ******/

form {
	margin: 0;
	padding: 0;
}

input, select {
	/*width: 210px;*/
	border: 1px solid #ccc;
	padding: 4px;
	color: #333;
	font-family: Verdana;
	font-size: 100%;
	margin-top: 9px;
	margin-left: 4px;
}



textarea {
	width: 610px;
	height: 300px;
	border: 1px solid #ccc;
	padding: 4px;
	color: #333;
	line-height: 20px;
	font-family: Verdana;
	font-size: 100%;
	margin-top: 9px;
	margin-left: 4px;
}

label {
	display: block;
	float: left;
	width: 100px;
	padding-right: 20px;
	text-align: left;
	padding: 3px;
	margin-top: 7px;
}

.field-check {
	width: 16px;
	padding: 0;
}

#search {
	color: #999;
	width: 200px;
	height: 12px;
}
#search-submit  {
	width: 22px;
	height: 22px;
	border: 0;
	cursor: pointer;
	float: right;
	background: url('../images/icons/search.png') no-repeat;
}

.form-btneditor {
	margin-left: 106px;
}

#form-edit input {
	width: 280px;
}
#form-edit select {
	width: 300px;
}


.formcontainer-top {
	background: #eaeae0;
	padding: 5px;
	margin-bottom: 15px;
}
.formcontainer-top form input,select {
	margin-right: 15px;
}




/***** Tables ******/

table {
	border: 0;
}
th {
	border-bottom: solid 1px #ebece6;
	padding: 3px;
	text-align: left;
	background: #ebece6;
	font-size: 12px;
	font-weight: normal;
	color: #9f4646;
}
td {
	border-bottom: solid 1px #ebece6;
	padding: 3px;
	text-align: left;
}


.table-sql {
	width: 100%;
}
.table-sql th {
	/*font-size: 95%;*/
}
.table-sql td {
	/*font-size: 95%;*/
}

.table-sql-end td {
	background: #ebece6;
	border-bottom: solid 2px #fff;
	font-weight: bold;
}

.table-archive {
	width: 98%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

/***** Links ******/
a {
	color: #900;
}
a:hover {
	color: #009;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#home-content-text-icons a {
	text-decoration: none;
}

#topcontent a {
	color: #878787;
	text-decoration: none;
}
#topcontent a:hover {
	text-decoration: underline;
}

#content-submenu a {
	color: #333;
	text-decoration: none;
}
#content-submenu a:hover {
	color: #900;
	text-decoration: underline;
}

#content-submenu h1 a {
	color: #fff;
	text-decoration: none;
}
#content-submenu h1 a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}

.tabs-nav a {
	color: #9f4646;
	text-decoration: none;
}
.tabs-nav-active a {
	color: #fff;
}

.form-btneditor {
	color: #fff;
	text-decoration: none;
}
.form-btneditor a:hover {
	color: #fff;
	text-decoration: none;
}




/***** Text *******/
.error {
	background: #9f4646;
	color: #fff;
	padding: 5px;
	font-style: italic;
}
.error img {
	float: left;
	margin-right: 10px;
}






/***** Layout *****/

#nav-nav {
	width: 100%;
	background: #ebece6;
	clear: both;
	height: 19px;
	/*border-bottom: 1px solid #000;*/
	padding: 4px;
	padding-left: 10px;
}

.nav-arrow {
	float: right;
}
.nav-arrow img {
	padding-top: 5px;
}






#content-submenu {
	background: #ebece6;
}
#content-submenu h1 {
	/*width: 230px;*/
	padding: 5px;
	margin: 0px;
	margin-bottom: 5px;
	background: #9f4646;
	color: #fff;
	font-size: 12px;
}
#content-submenu ul {
	padding: 5px;
	margin: 0;
	margin-left: 13px;
	list-style: disc;
}
#content-submenu ul li ul {
	padding: 0;
	margin: 0;
	margin-left: 15px;
	list-style: circle;
}


#nav .submenu-current {
	color: #9f4646;
}
#content-submenu .submenu-current {
	color: #9f4646;
}


.subsubmenu {
	font-style: italic;
}

/* clear all thee floatings */
#content-clear {
	width: 100%;
	clear: both;
}

.tabs {
	width: 100%;
	height: 240px;
	background: #ebece6;
}	
.tabs-nav {
	height: 25px;
}
.tabs-nav li {
	list-style: none;
	width: 121px;
	height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
}
.tabs-nav-active {
	background: #9f4646;
	color: #fff;
}
.tabs-wrapper {
	width: 100%;
}
.tabs-item {
	padding: 10px;
	margin-top: 5px;
}

.fade-right {
	width: 100%;
	height: 285px;
}

.fade-main {
	width: 900px;
	height: 285px;
}

#bottom {
	width: 100%;
	height: 60px;
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
	color: #878787;
	line-height: normal;
	background:#ebece6;
	font-size: 90%;
}
#bottom-left {
	width: 35%;
	float: left;
}
#bottom-left-icons img {
	padding-top: 5px;
	padding-right: 5px;
}
#bottom-right {
	width: 35%;
	float: right;
	text-align: right;
}
#bottom-center {
	width: 155px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}   
.previous {
	width: 32px;
	position: absolute;
	left: 0;
	top: 5px;
}
.next {
	width: 32px;
	position: absolute;
	right: 0;
	top: 5px;
} 


#footer {
	width: 1180px;
	height: 50px;
	padding: 10px;
	margin-top: 10px;
	clear: both;
	font-size: 11px;
	background: #fff;
}
#footer-left {
	width: 45%;
	float: left;
}
#footer-left img {
	float: left;
	margin-right: 10px;
}
#footer-right {
	width: 45%;
	text-align: right;
	float: right;
}

#footer li {
	list-style: none;
	float: right;
	margin-left: 10px;
}





/***** Home *******/

#home-right {
	/*width: 265px;*/
	width: 265px;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	font-size: 90%;
	/*background: #123;*/
}

#home-right-image {
	width: 100%;
	height: 285px;
	position: relative;
}
#home-right-image img {
	width: 100%;
}

#home-right-image-text {
	width: 100%;
	position: absolute;
	z-index: 99;
	top: 80px;
	text-align: center;
}


#home-right-tabs {
	width: 100%;
	margin-top: 20px;
}
#home-right-tabs ul {
	margin: 0;
	padding: 0;
}

#home-content-text {
	width: 100%;
	margin-top: 20px;
}

#home-content-text-icons {
	width: 100%;
	margin-top: 20px;
}

#home-content-text-icons img {
	width: 150px;
}

.home-content-text-icons-item {
	width: 153px;
	height: 125px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
	text-align: center;
}



.reports-item {
	border-bottom: 1px solid #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}

.icon-new {
	float: right;
}






/***** Pages ******/
.fade, .fade2, .fade3 {
	width: 232px;
	height: 154px;
}
.fade img, .fade2 img, .fade3 img {
	width: 230px;
	height: 152px;
	border: 1px solid #bb8855;
}

/* animations */
#snapshots-faparanom {
	width: 500px;
	height: 348px;
	float: left;
}
#snapshots-faparanom img {
	width: 500px;
	height: 348px;
}
#snapshots-text {
	width: 500px;
	height: 50px;
}
#snapshots-text div {
	width: 500px;
	height: 50px;
	margin-left: 10px;
}


#currentsituation-icons {
	width: 100%;
	margin-top: 20px;
}
#currentsituation-icons img {
	width: 135px;
}
.currentsituation-icons-item {
	width: 135px;
	height: 90px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
	text-align: center;
}


.analysys-item {
	padding-top: 10px;
}
.analysys-item img {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
}



/***** Search page *******/
.search-item {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #ccc;
}




/***** Docs page *******/
.doc {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}



/***** Availability of Maps in Archive page scandategroup.php *******/
.scandategroup-trigger {
	cursor: pointer;
	margin: 0;
	font-size: 110%;
	margin-bottom: 10px;
	border: solid 1px #ccc;
	color: #9f4646;
	background-color: #f6f6ef;
	padding: 3px;
}
.scandategroup-trigger img {
	float: left;
	padding-right: 5px;
	padding-top: 2px;
}
.scandategroup-container {
	/*background-color: #f6f6ef;*/
	/*border: 1px solid #ccc;*/
	/*padding: 3px;*/
	padding-bottom: 15px;
	display: none;
}



/***** Differences.php ***/
.code-differences {
	float: left;
	width: 45%;
	margin-right: 10px;
	overflow: auto;
}





/***** Mapviewer intro ****/

#mvw-intro {
	width: 100%;
	height: 673px;
	background: #ebece6;
	padding-top: 10px;
}

#mvw-intro-container {
	width: 800px;
	height: 663px;
	position: relative;
	margin: 0 auto;
}

#mvw-intro-icons {
	width: 800px;
	height: 35px;
	background: #ebece6;
}

#mvw-intro-image {
	width: 800px;
	height: 628px;
	background: #123;
	position: relative;
}


#mvw-intro-btn1 {
	width: 778px;
	height: 390px;
	top: 10px;
	left: 10px;
	text-align: center;
	border: 1px solid #bbc1c7;
	position: absolute;
	z-index: 99;
}
#mvw-intro-btn1 img {
	margin-top: 120px;
}
#mvw-intro-btn2 {
	width: 381px;
	height: 175px;
	bottom: 10px;
	left: 10px;
	text-align: center;
	border: 1px solid #bbc1c7;
	position: absolute;
	z-index: 99;
}
#mvw-intro-btn2 img {
	margin-top: 45px;
}
#mvw-intro-btn3 {
	width: 381px;
	height: 175px;
	bottom: 10px;
	right: 10px;
	text-align: center;
	border: 1px solid #bbc1c7;
	position: absolute;
	z-index: 99;
}
#mvw-intro-btn3 img {
	margin-top: 45px;
}

.mvw-intro-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: #7d8a9a;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}





/***** Dropdown nav *******/
#nav, #nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em; 
	background: #ebece6;
	z-index: 9999;
}


#nav a{
	display: block;
	/*padding: 0px 5px;*/
	color: #064a8b;
	text-decoration: none;
}
#nav ul a{
	display: block;
	/*padding: 0px 5px;*/
	color: #064a8b;
	text-decoration: none;
}

#nav ul a:hover{
	background-color: #fff;
}

#nav li{
	/*width: 180px;*/
	/*margin-right: 50px;*/
	height: 21px;
	float: left;
	position: relative;
	border-right: 1px solid #6d90ac;
	padding-right: 25px;
	padding-left: 25px;
}
#nav li:first-child {
	padding-left: 0;
}
#nav li li {
	border-right: 0px solid #6d90ac;
	padding-right: 0;
	padding-left: 0;
}

#nav ul {
	position: absolute;
	display: none;
	width: 180px;
	top: 1.5em;
	font-size: 11px;
	line-height: 20px;
	padding: 5px;
	/*padding-top: 0;*/
	
	-moz-border-bottom-right-radius: 5px; /* css3 */
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#nav li ul a{
	/*width: 12em;*/
	width: 180px;
	height: auto;
	float: left;
	
}

#nav ul ul{
	top: auto;
	padding-top: 0;
	/*padding-bottom: 0;*/
}	

#nav li ul ul {
	width: 180px;
	left: 180px;
	/*margin: 0px 0 0 10px;*/
	
	-moz-border-radius: 5px; /* css3 */
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display: none;
	color: #fff;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display: block;
	color: #fff;
}









/******* Tooltips ******/
.tooltip-button {
	text-decoration: none;
	cursor: help;
	border-bottom: dotted 1px #999;
}
.tooltip-window {
	background: #333;
	color: #fff;
	padding: 5px;
	width: auto;
	position: absolute;
	display: none;
	z-index: 99;
	top: 0; /* position will be set in the jquery function */
	left: 0;
	-moz-border-radius: 5px; /* css3 */
	-webkit-border-radius: 5px;
	border-radius: 5px;
}







/***** tabs jquery-ui ******/
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	margin: 0;
	padding: 0;
}
#tabs {
	font-size: 12px;
}

/***** OpenLayers Controls *******/

.olControlLoadingPanel {
  background-image:url(/edov2/images/icons/ajax-loader-ol2.gif);
  /*background-image:url(/edov2/images/icons/ajax-loader-ol.gif);*/
  position: relative;
  width: 495px;
  height: 360px;
  background-position:center;
  background-repeat:no-repeat;
  display: none;
}

/***** OpenLayers 2.11 *******/

.olControlAttribution_EDO_211 {
    font-size: smaller; 
    right: 3px;
    bottom: 5px; 
    position: absolute; 
    display: block;
    text-align:right;
}

.olControlLayerSwitcher_EDO_211 {
    position: absolute;
    top: 25px;
    right: 0;
    width: 20em;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    color: white;
    background-color: darkblue;
}

.divselrefresh {
	width: 100px;
	height: 25px;
	position: absolute;
	z-index: 9999;
	top: 3px;
	right: 185px;
	display: none;
}

.selrefresh-close {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
}


.divpreviousmonth {
	width: 370px;
	height: 25px;
	padding-right: 5px;
	position: absolute;
	z-index: 9999;
	top: 1px;
	left: 50px;
	/*display: none;*/
	background: #fffc28; /* yellow */
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: solid 2px #2a66a5;
	font-size: 11px;
}

.previousmonth-close {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
}


div.notifyLayerDelay {
	background: #ffff66;
	color: #a65554;
	font-size: 11px;
	padding: 2px;
	padding-top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-left: 5px;
	border: 2px solid #a65554;
}

div.notifyMissing {
	width: 120px;
	height: 18px;
	text-align: center;
	background: #fff;
	color: #a65554;
	font-size: 11px;
	padding: 2px;
	padding-top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-left: 5px;
	border: 2px solid #a65554;
}

div.notifyMissingIE {
	width: 120px;
	height: 18px;
	text-align: center;
	background: #fff;
	color: #a65554;
	font-size: 11px;
	padding: 2px;
	padding-top: 5px;
	display: block;
	margin-left: 2px;
	border: 2px solid #a65554;
}

div.none {
	display: none;
}

div.olNotifyDelayPanel
{
  margin-left:5px;
  cursor: pointer;
  height: 22px;
  margin: 0 0 5px 5px;
  width: 24px;
}

.olControlSelectFeatureItemActive {
  background-image:url(/edov2/mapserver/icons/icon_identify_ol_active.gif) !important;
  /*  background-image:url(/edov2/images/icons/ajax-loader-ol.gif);
  display: none;
  position: relative;
  width: 495px;
  height: 360px;   */
  background-position:-1px -1px;
  /*background-repeat:no-repeat;*/  
}

.olControlSelectFeatureItemInactive {
  background-image:url(/edov2/mapserver/icons/icon_identify_ol.gif) !important;
  /*  background-image:url(/edov2/images/icons/ajax-loader-ol.gif);
  display: none;
  position: relative;
  width: 495px;
  height: 360px;   */
  background-position:-1px -1px;
  /*background-repeat:no-repeat;       */
}

div.zlVisMsg
{
  background-color:#ff9;
  border:1px dotted #cc9;
  vertical-align:middle;
  text-align:center;
  color:#996;
  line-height:105%;
	-moz-border-bottom-right-radius: 5px; /* css3 */
	-moz-border-bottom-left-radius: 5px;
	-moz-border-top-right-radius: 5px; /* css3 */
	-moz-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;  
	border-top-right-radius: 5px;
	border-top-left-radius: 5px; 
  height:22px;
  padding:4px;
}

div.zlVisMsgMap
{
  background-color:#ff9;
  border:1px solid #cc9;
  vertical-align:middle;
  text-align:center;
  color:#996;
  line-height:105%;
	-moz-border-bottom-right-radius: 5px; /* css3 */
	/*-moz-border-bottom-left-radius: 5px; */
	-moz-border-top-right-radius: 5px; /* css3 */
	/*-moz-border-top-left-radius: 5px; */
	-webkit-border-bottom-right-radius: 5px;
	/*-webkit-border-bottom-left-radius: 5px; */
	-webkit-border-top-right-radius: 5px;
	/*-webkit-border-top-left-radius: 5px; */
	border-bottom-right-radius: 5px;
	/*border-bottom-left-radius: 5px; */  
	border-top-right-radius: 5px;
	/*border-top-left-radius: 5px; */
  height:33px;
  padding:4px;
  font-size:10px;
}

div.warning
{
  background-color:#ff9;
  border:1px dotted #cc9;
  vertical-align:middle;
  text-align:justify;
  color: #000; /* #996; */
  line-height:105%;
	-moz-border-bottom-right-radius: 5px; /* css3 */
	-moz-border-bottom-left-radius: 5px;
	-moz-border-top-right-radius: 5px; /* css3 */
	-moz-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;  
	border-top-right-radius: 5px;
	border-top-left-radius: 5px; 
  /*height:22px;*/
  padding:4px;
}

div.update
{
  background-color:#eee;
  /*border:1px dotted #cc9;*/
  vertical-align:middle;
  text-align:center;
  font-weight:bold;
  color:#004276;
  line-height:105%;
	-moz-border-bottom-right-radius: 5px; /* css3 */
	-moz-border-bottom-left-radius: 5px;
	-moz-border-top-right-radius: 5px; /* css3 */
	-moz-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;  
	border-top-right-radius: 5px;
	border-top-left-radius: 5px; 
  /*height:22px;*/
  cursor:pointer;
  padding:4px;
}