/*
JZ CSS file organization
-----------------
[1] General
All general items, browser specific hacks

[2] Header
All things specific to the header

[3] Tabs/Menubar
All things specific to the navigation/menuBar

[4] Main Content
All things specific to the main content

[5] Sidebar
Things which are sideBar specific.

[6] Footer
Things which are page and section specific.

[7] FORMS

[8] Search Result List

[9] Hotspot Details

[10] Documentation

[11] Boxes

Questions/Comments: Email jzelazny@sandboxdev.com
*/

/*---------[1]General---------*/

body {
  background: #4d71ab;
  font-family: 'Lucida Grande',Arial, Helvetica, Sans-serif;
  font-size: .75em;
  line-height: 1.6em;
  color: #000;
  padding: 0;
  margin-top: 0px;
  }
  
div.clear {
  clear: both;
  }
  
h1 {
    font-size: 1.3em;
    font-weight: bold;
  	line-height: 1.6em; 
    color: #21428C;
    margin:0;
  }
  
h2 {
    font-size: 1em;
    line-height: 1.4em;
    color: #000;
    margin:3px 0 3px 0;
    }
 
h3 {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  }
  
h4, h5 {
    font-size: .8em; 
    line-height: 1.2em;
    margin:0;
    }
  
h6 {
    font-size: .6em; 
    line-height: 1em;
    margin:0; 
    }

.clear {
  clear: both;
  }
  
.hide {
  display: none;
  }
  
p {
  margin:0;
  padding:0;
  }

img {
  border:none;
  margin:0;
  padding:0;
  }


a:hover, a:active { 
  /*color: #4d71ab; */
  color: red;
  }

/*a:visited {
  color: #4d71ab;
  }
*/
label {
  font-weight:bold;
  }
  
#container {
  background: url("images/container_background.gif") repeat-y top;
  margin: 0px auto;
  padding: 0;
  width: 850px;
  }


/*---------[2]Header---------*/

#header {
  background: url("images/header2.gif") no-repeat;
  height:100px;
  padding:0;
  }

#title p {
  line-height:1.6em;
  float: left;
  }

#title h1{
	font-size:2.4em;
  color: #FFFFFF;
  margin:10px 0px 0px 40px;
  padding-top:10px;
  }

#title h2{
  font-size:1.4em;
  color: #FFFFFF;
  margin:-10px 0px 0px 40px;
  }

#top {
  float:right;
  margin:-80px 20px 0 0;
  }

#top p {
  font-size:1.2em;
  line-height:1.6em;
  }

#top a:link, #top a:visited {
  color: #fff;
  text-decoration: none;
  font-weight:bold;
  }
  
#top a:hover, #top a:active { 
  color: red; 
  }

/*---------[3]Tabs/Menubar---------*/

#navigation {
  float:right;
  width:820px;
  line-height: 22px;
    }
     
#navigation ul {
    margin:0;
    padding:0;
    list-style:none;
    background: #5971A9;
    float: right;
    width:100%;
    }
     
#navigation li {
    float:right;
    border-left:1px solid #21428C;
    margin:0;
    padding:0;  
    
    }
    
#navigation a {
    padding: 0 5px 0 5px;
    text-decoration: none;
    font-family: 'Lucida Grande',Arial, Helvetica, Sans-serif;
    font-weight:normal;
    color: #15234b;
    float: left;
    display: block;
    }
     
#navigation > ul a {width:auto;}
  /* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {float:none;}
    /* End IE5-Mac hack */
#navigation a:hover {
  color:#15234b;
    }

#home #nav-home  {
  background: #2c4180;
    }

#home #nav-home a  {
    background: #2c4180;
    color:#d7e7f2;
    }

#navigation li:hover, #navigation li:hover a {
  background: #5971a9;
    color:#15234b;
    }

#menuBar {
  border-top:1px solid #15234b;
  border-bottom:1px solid #15234b;
  background: #2c4180;
  }

#menuBar p {
  color:#fff;
  font-size:.85em;
  line-height:18px;
  margin-left:5px;
  }

#menuBar p.left {
  float:left;
  margin-left:6px;
  }

#menuBar p.right {
  margin-left:625px;
  }

#menuBar a {
  color:#fff;
  }

/*---------[4]Main Content---------*/ 

#leftColumn {
  float: left;
  margin-top:7px;
  width:142px; 
  padding-left: 10px; 
  }

#centerColumn {
  float:left;
  margin:7px 8px 7px 5px;
  width:480px; 
  padding: 0;
  }
  
#rightColumn {
  float:left;
  margin-top:7px;
  width:190px; 
  }

#login {
  width:250px;
  }
  
#login form p {
    margin:0;
    padding-top: 5px;
    }
  
#login form p label {
    float:left;
    width:100px;
    font-weight: bold;
    font-size:.9em;
    }

table.newhotspot {
   border-collapse: collapse;
   width:100%;
   color:#000;
   margin:10px 0 5px 0;
   }
table.newhotspot th {
  background: #8E9FC4;
  border: 1px solid #21428C;
  font-weight: bold;
  text-align: left;
  font-size:1em;
  padding-left:5px;
  line-height: 1.4em;
  text-align: center;
  color: #ffffff;
  }


table.results {
   border-collapse: collapse;
   width:100%;
   color:#000;
   margin:10px 0 5px 0;
   }

table.results col {
  border-right: 1px solid #5971A9;
  }

/*table.results td.rating 	{ width: 30px; }*/
/*table.results td.Type   	{ width: 50px; }*/
table.results td.name   	{ width: 150px; }
table.results td.city   	{ width: 130px; }
table.results td.category { width: 130px; }

table.results thead {
  background: #8E9FC4;
  border-top: 1px solid #21428C;
  border-bottom: 1px solid #5971A9;
  }

table.results th {
  font-weight: bold;
  text-align: left;
  font-size:1em;
  padding-left:5px;
  line-height: 1.4em;
  text-align: center;
  color: #ffffff;
  }

table.results td {
  padding: 2px 4px 2px 8px;
  width:134px;
  text-align: left;
  font-size: 1em;
  line-height: 1.5em;
  border-bottom: 1px solid #5971A9;
  text-align: center;
  }

table.results .odd {
  background-color:#F1F4FB;
  }
  
table.results .even {
  background-color:#fff;
  }

/* --------[5]Sidebar Blocks--------- */

a.side:link   { 
  color: #192c56; 
  font-weight: normal; 
  text-decoration: none;
  }

a.side:visited { 
  color: #21428C; 
  font-weight: normal; 
  text-decoration: none; 
  }

a.side:hover, a.side:active  { 
  color: #5971a9; 
  font-weight: normal; 
  text-decoration: underline; 
  }
  
.sideBar {
  width:157px;
  background: #f1f4fb;
  border:1px solid #5971A9;
  margin-bottom:10px;
  padding:0;
  text-align:left;
  font-size:.85em;
  }
  
.sideBar h3 {
  background:#8E9FC4;
  font-weight:bold;
  margin:0;
  padding:1px;
  border-bottom:1px solid #5971A9;
  }

p.sideBar  {
  margin: 0;
  padding: 3px;
  }
  
.sideBar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 14px;
  }

.sideBar ul li{
  padding: 2px 4px 2px 10px;
  background: url("images/dot.gif") no-repeat 0 3px;
  border-bottom:1px solid #C7D0E2;
  }

/*---------[6]Footer---------*/ 

#footer {
  background: url("images/footer.gif") no-repeat;
  padding-top:10px;
  }
  
p#suggestions {
  text-align:center;
  font-size:.85em;
  line-height:1.4em;
  color:#fff;
  }
  
p#suggestions a {
  color:#d7e7f2;
  }


/*---------[7]Forms---------*/

form p {
    padding-top: 2px;
    }
  
form p label {
    font-size:1em;
    float:left;
    width: 180px;
    margin:0;
    padding:0;
    }



form select {
  width: 252px;
}

form#search {
  padding: 2px;
  background: #fef4d0;
  border:1px solid #fdd956;
}

form#search a {
  text-decoration:none;
}

form#search span {
  border:1px solid;
  border-color:#FC9 #630 #330 #F96;
  padding:0 3px;
  font:bold 10px verdana,sans-serif;
  color:#FFF;
  background:#F60;
  text-decoration:none;
  margin:0;
}

form#search p label {
  width: 50px;
  float: none;
}

form#search select {
  width: 150px;
}

form#login p label {
  width: 75px;
  float: left;
}

form#login a {
  color: blue;
}

form#recoverpwd  p label{
  width: 75px;
  float: left;
}

/*---------[8]ResultLits---------*/

table#results td {
  border: 1px solid #5971A9;
  text-align:center;
  font-size: 1em;
  width: 50px;
  vertical-align: middle;
  height: 30px;
}
table#results td.name {
  width: 200px;
}

/*---------[9]HotspotDetails---------*/

div#details p label {
  float: left;
  width: 135px;
}

div#details p.comment {
  color: darkblue;
}

/*---------[10]Documentation---------*/

pre.docxml select {
  width: 150px;
}

/* ---------[11]Boxes---------*/

.contentBox {
    background: url("images/sbbody-r.gif") no-repeat bottom right;
    font-size: 100%;
    width: 465px; /* ems so it will grow */
    margin: 0 auto; /* center for now */
  }
  
.contentBoxHead {
  background: url("images/sbhead-r.gif") no-repeat top right;
  text-align:center;
  margin: 0;
    padding: 0; 
  }

.contentBoxHead h2 {
    background: url("images/sbhead-l.gif") no-repeat top left;
    color: #333; 
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    padding: 10px 30px 5px;
    }
 
.contentBoxBody {
  background: url("images/sbbody-l.gif") no-repeat bottom left;
    text-align: left;
    margin: 0;
    padding: 5px 20px 31px;
    }
      
.contentBoxTableBody {
  background: url("images/sbbody-l.gif") no-repeat bottom left;
    text-align: left;
    margin: 0;
    padding: 5px 5px 0px;
    }
      
.contentBoxBig {
    background: url("images/sbbody-r.gif") no-repeat bottom right;
    font-size: 100%;
    width: 665px; /* ems so it will grow */
    margin: 0 auto; /* center for now */
  }

.contentBoxBigHead {
  background: url("images/sbhead-r.gif") no-repeat top right;
  text-align:center;
  margin: 0;
    padding: 0;
  }

.contentBoxBigHead h2 {
    background: url("images/sbhead-l.gif") no-repeat top left;
    color: #333;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    padding: 10px 30px 5px;
    }

.contentBoxBigBody {
  background: url("images/sbbody-l.gif") no-repeat bottom left;                                               
    text-align: left;                                                                                          
    margin: 0;                                                                                                 
    padding: 5px 20px 31px;                                                                                    
    }

.contentBoxBigBody#legal {
  font-size: 0.75em;
}

.sideBoxLeft {
    background: url("images/sbbody-r.gif") no-repeat bottom right;
    font-size: 100%;
    width: 140px; /* ems so it will grow */
    margin: 0 auto; /* center for now */
    }

.sideBoxLeftHead {
    background: url("images/sbhead-r.gif") no-repeat top right;
    text-align: center;
    margin: 0;
    padding: 0;
    }

.sideBoxLeftHead h2 {
    background: url("images/sbhead-l.gif") no-repeat top left;
    font-size: 1em;
    font-weight: bold; 
    color: #000; 
    line-height: 1em;
    margin: 0;
    padding: 10px 30px 5px;
    }

.sideBoxLeftBody {
    background: url("images/sbbody-l.gif") no-repeat bottom left;
    text-align: left;
    margin: 0;
    /* padding: 5px 20px 21px; */
    padding-top: 5px;
    padding-bottom: 20px;
    }
.sideBoxRight { 
    background: url("images/sbbody-r.gif") no-repeat bottom right;
    font-size: 100%;
    width: 190px; /* ems so it will grow */
    margin: 0 auto; /* center for now */
    }
  
.sideBoxRightHead {
    background: url("images/sbhead-r.gif") no-repeat top right;
    text-align: center;
    margin: 0;
    padding: 0;
    }

.sideBoxRightHead h2 {
    background: url("images/sbhead-l.gif") no-repeat top left;
    font-size: 1em;
    font-weight: bold; 
    color: #000; 
    line-height: 1em;
    margin: 0;
    padding: 10px 20px 5px;
    }

.sideBoxRightBody {
    background: url("images/sbbody-l.gif") no-repeat bottom left;
    text-align: center;
    margin: 0;
    padding: 5px 20px 21px; 
    }
.sideBoxRightBodyRecent {
  font-size: 1em;
  color: blue;
  }
.sideBoxRightBodyCountries {
  font-size: 1em;
  color: blue;
  }
.sideBoxCenterBodyRegions {
  font-size: 1.3em;
  line-height: 1.6em;
  color: blue;
  }
  
}




    input{
	font-family:Verdana;
        font-size:10px;
	width:200px;
    }
    div.campo{
	font-family:Verdana;
        font-size:10px;
    }
    div.boxsuggerimenti {
      font-family:Verdana;
      font-size:10px;
      position:absolute;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    div.boxsuggerimenti ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.boxsuggerimenti ul li.selected { background-color: #C2EBEF;}
    div.boxsuggerimenti ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:1px;
      cursor:pointer;
      border-bottom:1px solid #888;
    }
