/* General global styles */

body {
background-color: #011C1A;
font-size: 11px; 
font-family: 'Tahoma';
font-weight: 400;
line-height: 13px;
margin: 0 0 10px 0;
color: #B4BBB8;
}

h1 {
font-size: 10pt;
font-weight: bold;
font-family: tahoma;
text-transform: uppercase;
color: #E5E3B5;
}

a {
cursor: pointer;
}

a img {
border: none;
}

input[type="submit"] {
color: #E5E3B5;
background: #1f1f1f !important;
font-size: 11px;
}

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

/* General classes */

.headline {
font-size: 10pt;
font-weight: bold;
font-family: tahoma;
text-transform: uppercase;
color: #E5E3B5;
}

  .headline:hover {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #ffff66;
  }

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

.checkbox {
border: solid 1px gray;
}

.divide {
margin-bottom: 25px;
}

  a.random:hover {
  text-decoration: none;
  }

/* Main navigation */

#main {
position: fixed;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: 25px;
background: #1f1f1f;
border-style: solid;
border-width: 0 0 1px 0;
border-color: gray;
}

  #main a {
  font-size: 12px;
  color: #B4BBB8;
  text-decoration: none;
  }
  
  #main div.simoni {
  float: left;
  padding: 6px 0 6px 0;
  background: #1f1f1f;
  }
  
    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;
      z-index: 1;
      }
      
        div.simoni:hover ul {
        display: inline;
        }
        
          div.simoni ul:hover {
          display: inline;
          }
          
          ul.in-simoni li {
          width: 200px;
          text-align: left;
          text-indent: 12px;
          padding: 6px 0 6px 0;
          background: #1f1f1f;
          border-top: solid 1px gray;
          }
          
            ul.in-simoni a {
            font-weight: normal !important;
            }
            
              ul.in-simoni li:hover {
              background: #363636;
              }
      

    #main div.simoni:hover {
    background: #B4BBB8;
    }

/* Main content wrap */ 

#necky_nuts {
margin: 40px 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: #B4BBB8;
}

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

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

/* Mob result styles */

.wdth {
width: 14%;
}

.wdthAlt {
width: 20%;
}

.mobimg {
}

.moblist {
}

.mobdrops {
color: #B4BBB8;
}

  .mobdrops table {
  width: 100%;
  }

  .mobdrops td {
  border: 0;
  }

/* General result styles */

#AllSearchResults {
margin-top: 10px;
}

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

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

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

  .whitetable tr, #search_form tr {
  background: #1f1f1f;
  }

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

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

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

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

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


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

#finalEnding {
color: #B4BBB8;
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: rgba(0, 0, 0, 0.3);
z-index: 9;
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: 10;
color: #B4BBB8;
}

  .propertyBox a {
  text-decoration: none;
  }
  
    .propertyBox a:hover {
    text-decoration: none;
    }

/* World map info boxes */

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

.acidMapBox:hover {
z-index: 8;
}

A:link {
	text-decoration: none;
	color: #32B0C3;
	font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
	background-color: transparent;
}

A:active {
	text-decoration: none;
	color: #32B0C3;
	font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
	background-color: transparent;
}

A:visited {
	text-decoration: none;
	color: #32B0C3;
	font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
	background-color: transparent;
}

A:hover {
	text-decoration:none;
	color: #818382;
	font-family: tahoma;
	font-size: 11px;
	background-color: transparent;
}

#cssonclickswitch a, #cssonclickswitch a:hover, #cassonclickswitch a:visited {
	text-decoration: none;
	color: #32B0C3;
	font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
	background-color: transparent;
}

#cssonclickswitch a:hover {
	text-decoration:none;
	color: #818382;
	font-family: tahoma;
	font-size: 11px;
	background-color: transparent;
}