#map div {  }       /* IL SELETTORE #map div VUOTO DEVE RIMANERE IL PRIMO NEL CSS! */

body {
   margin: 0;
   padding: 0;
   /*background: #ffffff url('../img/bg.gif') no-repeat 15px bottom;*/
   background: #ffffff;
}

.hide {
 display: none !important;
}

a, body, td, div, input, textarea {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   text-decoration: none;
   font-size: 9px;
}

div#minimap {
 width:  594px;
 height: 400px;
 border: 3px solid #000000;
}

div#map {
 width: 100%;
 height: 100%;
 border: 3px solid #000000;
}

#map div {
 font-family: Verdana, Arial, Helvetica, sans-serif !important;
 font-size: 9px !important;
 text-decoration: none;
 cursor: crosshair;
}

#comment_sep {
 width: 100%;
 height: 1px;
 border-top: 1px solid #000000;
 margin-top: 5px;
 margin-bottom: 5px;
}

a {
 color: #cc0000;
}

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

div#dummy {
   display: none;
}

div.panel {
 width: 200px;
 /* border: 1px solid #000000; */
 margin: 10px 0 0 0;

 background-color: #000000;
 color: #ffffff;
 font-weight: bold;
}

div.panel a {
 color: #000;
}

div#search_address_panel,
div#login_panel,
div#tags_panel,
div#posts_panel,
div#help_panel {
 display: none;
}

a.expand_panel {
 float: left;
 margin: 2px;
 display: block;
 width: 9px;
 height: 9px;
 background: transparent url('../img/show.gif') no-repeat;
}

a.reduce_panel {
 float: left;
 margin: 2px;
 display: none;
 width: 9px;
 height: 9px;
 background: transparent url('../img/hide.gif') no-repeat;
}

div.panel_content {
 margin: 0;
 padding: 5px 5px 5px 13px;
 background-color: #ffffff;
 border-top: none;
 border-left: 1px solid #acacac;
 border-right: 1px solid #acacac;
 border-bottom: 1px solid #acacac;
 font-weight: normal;
}

div.panel input {
 border: 1px solid #acacac;
 background: #efefef;
 width: 150px;
 height: 16px;
}

span.panel_title {
 text-transform: uppercase;
}

.panel_error {
 background: transparent url('../img/warning.gif') no-repeat top left;
 padding-left: 30px;
 display: block;
 color: red;
 font-weight: bold;
}


/* window */

div#window_wrapper {
 position: absolute;
 float: left;
 left: 0;
 right: 0;
 width: 100%;
 height: 100%;
 border: none;
 z-index: 9999;
 /* background: transparent url('../img/transpbg.gif') repeat; */
 vertical-align: middle;
 text-align: center;
 display: none;
}

div#window {
 width: 400px;
 margin: 30px auto 30px auto;
 border: 1px solid #000000;
 color: #ffffff;
 font-weight: bold;
 text-align: left;
}

div#window_content {
 width: 400px;
 background-color: #ffffff;
 text-align: left;
 padding: 0;
 font-weight: normal;
}

* html div#window_content {
 width: 400px;
}

div#window_inner_content {
 width: 380px;
 height: 380px;
 overflow: auto;
}

* html div#window_inner_content {
 width: 400px;
}

div#window_title {
 display: block;
 width: 100%;
 height: 16px;
 text-align: center;
 text-transform: uppercase;
 color: #ffffff;
}

div#window input{
 border: 1px solid #acacac;
 background: #efefef;
 width: 100%;
 height: 16px;
}

div#window textarea {
 border: 1px solid #acacac;
 background: #efefef;
 width: 100%;
}

div#window_buttons {
 float: right;
}

a#close_window {
 display: block;
 width: 14px;
 height: 13px;
 margin: 2px;
 background: transparent url('../img/close.gif') no-repeat;
}

div#loading {
 width: 170px;
 height: 16px;
 position: absolute;
 left: 18px;
 top: 76px;
 z-index: 99999;
 background: #ffffff url('../img/loading.gif') no-repeat;
 display: none;
 padding-left: 25px;
}

* html div#loading {
 top: 53px;
}

label {
 font-weight: bold;
}

input.radio {
 width: 12px !important;
 height: 12px;
 background-color: #ffffff !important;
 border: none !important;
}

.tag_biggest {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 17px;
}

.tag_big {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
}

.tag_medium {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
}

.tag_normal {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
}

div.post_functions {
 padding: 2px;
 background-color: #EFEFEF;
 vertical-align: middle;
 margin-bottom: 5px;
 margin-top: 5px;
}

div.post_functions a {
 padding: 2px;
}

div#file_preview {
 display: none;
 width: 154px;
 height: 154px;
 position: absolute;
 z-index: 9999999;
 padding: 0;
 margin: 0;
}



/* autocompletamento tags */
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  z-index: 9999;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:16px;
  cursor:pointer;
}


.dialog h1 {
  font-size: 14px;
  color: #c00000;
}

#tag_cloud a {
 color: #000;
}

#tag_cloud a:hover {
 color: #cc0000;
}

#tag_cloud .tag_biggest {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 22px;
}

#tag_cloud .tag_big {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 19px;
}

#tag_cloud .tag_medium {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
}

#tag_cloud .tag_normal {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
}



/********************************************************************
	NAVIGATION
********************************************************************/

#navigation {

 height: 35px;
 background: #fff url('../../main_site/img/criticalmap_logo.gif') no-repeat left;
 /*margin-bottom: 5px;*/
 padding-left: 211px;
 /*padding-top: 20px;*/
}

* html navigation {
width: 100%;
}

#navigation ul {
 list-style-type: none;
 display: inline;
}

#navigation ul li {
 display: inline;
}

#navigation ul li a {
 display: block;
 height: 25px;
 width: 124px;
 float: left;
 border-right: 1px solid #fff;

 font-family: Arial, Helvetica, sans-serif;
 color: #fff;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 margin-top: -4px;
 background-color: #000;
 margin-top: 10px;
}

* html #navigation ul li a {
 margin-top: 0;
}

#navigation ul li a:hover {
 background-color: #c00000;
 border-bottom: none;
}

#navigation ul li a.selected {
 background-color: #c00000;
 border-bottom: none;
}


#navigation ul li a span {
 display: block;
 padding: 5px;
 text-align: center;
}


form#choose_citymap {
 height: 10px;
 margin-bottom: 0;
 padding-bottom: 0;
 width: 200px;
}

form#choose_citymap label {
 display: block;
 font-weight: bold;
}

form#choose_citymap #citymap {
 width: 185px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
}


.post_info_window h2 {
 font-size: 12px;
 padding-bottom: 0;
 margin-bottom: 0;
}

/* post in new window */
body#post_in_new_window h1 {
 color: #cc0000;
 font-size: 20px;
 font-weight: bold;
}

body#post_in_new_window h2 {
 color: #cc0000;
 font-size: 16px;
 font-weight: bold;
}

body#post_in_new_window .comment_txt, body#post_in_new_window .comment_txt a {
 font-size: 11px;
 padding-bottom: 10px;
 border-bottom: 1px solid #b9b9b9;
}

body#post_in_new_window p {
 font-size: 12px;
}

body#post_in_new_window a {
 font-size: 12px;
}




input.text, textarea.text {
	width: 435px;
}
