/* General global styles */

body {
background: #FFFFFF;
font-size: 11px; 
font-family: 'lucida grande', arial, tahoma, sans-serif;
font-weight: 400;
line-height: 13px;
margin: 0 0 10px 0;
color: #767676;
}

h1 {
font-size: 16px;
color: #767676;
}

a {
cursor: pointer;
}

a img {
border: none;
}

input[type="submit"] {
color: #767676;
background: transparent url('menuoff.png') top left repeat-x; !important;
font-size: 11px;
}

input[type="text"], select {
background: #FFFFFF !important;
border: solid 1px #333333;
color: #767676;
font-size: 12px;
}

/* General classes */

.headline {
font-weight: bold;
color: #767676;
font-size: 11px;
}

  .headline:hover {
  color: #000000;
  text-decoration: underline;
  }

.upperClass {
font-size: 1em;
color: #ff5555;
}

.checkbox {
border: solid 1px #a5a5a5;
}

.divide {
margin-bottom: 25px;
}

a.random {
color: #767676;
text-decoration: none;
}

  a.random:hover {
  color: #000000;
  text-decoration: underline;
  }

/* Main navigation */

#main {
width: 100%;
height: 25px;
background: transparent url('menuoff.png') top left repeat-x;
border-style: solid;
border-width: 0 0 0 0;
border-color: #000000;
}

  #main a {
  font-size: 12px;
  color: #767676; 
  text-decoration: none;
  }
  
  #main div.simoni {
  float: left;
  padding: 6px 0 6px 0;
  text-align: center;
  background: transparent url('menuoff.png') top left repeat-x;
  }
  
    div.simoni .post-simoni {
    padding: 0 20px 0 20px;
    font-weight: bold;
    }
    
      ul.in-simoni {
      display: none;
      list-style-type: none;
      position: absolute;
      top: 25px;
      padding: 0;
      margin: 0;
      }
      
        div.simoni:hover ul {
        display: block;
		   
        }
        
          div.simoni ul:hover {
          display: block;
		  }
          
          ul.in-simoni li {
          width: 200px;
          text-align: left;
		  color: #767676;
          text-indent: 12px;
          padding: 6px 0 6px 0;
          margin: 0;
          background: transparent url('menuoff.png') top left repeat-x;
          border-top: solid 1px transparent url('menuoff.png') top left repeat-x;
          }
          
            ul.in-simoni a {
            font-weight: 0 !important;
            }
      

    #main div.simoni:hover {
    background: transparent url('menuoff.png') top left repeat-x;
	font-size: 12px;
          color: #767676; 
          text-decoration: none;
    }

/* Main content wrap */ 

#necky_nuts {
margin: 15px auto;
width: 75%;
padding: 10px;
}

/* Search form styles */

.fixedInput {
width: 200px;
}

#itemsearch {
width: 100%;
}

.search1td {
width: 30%;
}

.search2td {
}

/* Item result styles */

.nameclr { /* Color of item name */
color: #767676;
}

.tdblue { /* Description  td styles */
text-align: left;
color: #767676 !important;
}

  .tdblue span {
  color: #767676 !important;
  }

/* Mob result styles */

.wdth {
width: 14%;
}

.wdthAlt {
width: 20%;
}

.mobimg {
color: #767676;
}

.moblist {
color: #767676;
}

.mobdrops {
color: #767676;
}

  .mobdrops table {
  width: 100%;
  }

  .mobdrops td {
  border: 0;
  }
  
  .mobdrops a {
  color: #767676;
  text-decoration: none;
  }
  
  .mobdrops a:hover {
  text-decoration: underline;
  color: #000000;
  }

/* General result styles */

#AllSearchResults {
margin-top: 10px;
}

.grayrow {
background: #C7E367 !important;
color: #767676;
font-size: 11px;
font-weight: 600;
}

.whitetable {
width: 100%;
margin-bottom: 25px;
text-align: center;
border: solid 1px #000000;
}

  .whitetable, #search_form table {
  border: solid 1px #B6E907;
  background: #FFFFFF;
  }

  .whitetable tr, #search_form tr {
  background: #FFFFFF;
  }

  .whitetable td, #search_form td  {
  padding: 3px;
  border: 0;
  }

  .whitetable li {
  margin-left: -10px;
  }

    .whitetable li a {
    text-decoration: none;
    color: #000000;
    }

.alignment1, .td_center {
text-align: left;
}

  .alignment1 .cd {
  text-align: center;
  }
  
.wdth1 {
width: 12.5%;
}


.smallBox {
width: 600px;
margin: 33px auto;
}

#finalEnding {
color: #767676; 
font-size: 8pt;
}

/* Result navigations etc.. */

.properDialogueTable {
width: 50% !important;
margin: 0 !important;
}

/* Page navigation styles */

.pageNavigation {
width: 50%; 
margin: 10px auto;
}

.pageNaviTable {
border-collapse: collapse;
width: 100%;
}

/* Switching colours */

.tdClr1 {
width: 5%;
/*background: #53617c;*/
}

.tdClr2 {
width: 5%;
}

/* Alpha layer for ajax dialogue */

#smokescreen {
background: #767676;
opacity: 0.3;
filter: alpha(opacity = 30);
z-index: 98;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* AJAX dialogue position & alignment */

.statBox {
position: fixed; 
top: 46%; 
left: 50%; 
margin-left: -150px; 
margin-top: -80px; 
width: 280px; 
}

.propertyBox {
z-index: 99;
color: #767676;
}

  .propertyBox a {
  color: #767676;
  text-decoration: none;
  }
  
    .propertyBox a:hover {
    color: #000000;
    text-decoration: underline;
    }

/* World map info boxes */

.mapBox {
padding: 3px;
width: 180px;
text-align: left;
}
