html {
  height: 100%;
  overflow-y: scroll;
}
/* textarea sizing */
.boxsizingBorder {
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}
body {
/*  height: 100%; */
  margin: 0;
  padding: 0;
  background-color:#404040;
  font-size: 12px;
  font-family: Verdana, sans-serif;
}
table{
  text-align: left;
  vertical-align:top;
  width: 100%;
  border-collapse:collapse;
}
th{
  vertical-align: top;
  text-align: left;
}
td{
  vertical-align: top;
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none; 
}
p {
  margin: 0;
  padding: 0;
}
textarea {
  resize: none;
}
input, select {
  font-size: 12px;
}
a img {
  border:none;
}
img {
   max-width: 600px;
}

.submit {
  background-color:#c0c0c0;
}
#wraper {
  width: 900px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color:#eeeeee;
}

#header td{
  background-repeat: repeat-x;
  background-image: url("/images/header_p1.png");
  background-color: #303030;
}
#header_small{
  display:none;
}
#header_small h1{
  margin:0;
  background-color: #524619;
  color: #e5ce7a;
  font-size: 24px;
  font-weight:bold;
  text-align: center;
}

#quest {
  text-align: right;
  font-size: 18px;
}
#quest a{
  color: #ffffff;
  font-weight:bold;
}

#nav {
  margin-bottom: 0;
  background-color: #303030;
  border-top: 1px solid #e9ddaf;
  border-bottom: 1px solid #000000;
  font-family: "Tahoma", sans-serif;
}
#nav table{
  margin: 0;
  padding: 0;
  color: #ffffff;
  white-space:nowrap;
  border-collapse: separate;
}
#nav td{
  padding-left: 3px;
  padding-right: 3px;
  vertical-align: middle;
}
td[id*="nav_t"] {
  font-size: 16px;
  border: 3px solid #303030;
  background-color: #909090;
}
td[id*="nav_b"] {
  font-size: 14px;
  border: 3px solid #303030;
  background-color: #505050;
}
#nav a{
  text-decoration: none;
  color: #ffffff;
}

#java_error {
  background-color: #FF0000;
  color: #FFFFFF;
  font-size: 16px;
}

#searchfilter {
  background-color: #303030;
  color: #ffffff;
  padding-top: 2px;
}
#content {
  width:599px;
  float:left;
}
#content p{
  margin-left: 3px;
}
#content ul{
  margin-left: 3px;
}
#content h1 {
  margin-left: 3px;
  margin-top: 6px;
  font-size: 18px;
}
#content h2 {
  margin-left: 3px;
  font-size: 16px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}

#map {
  height: 100%;
  border: 0px;
}

.pagination_desc {
  font-size: 14px;
  float:left;
  margin-bottom: 10px;
}
.pagination {
  font-size: 16px;
  float:right;
}
.pagination a:link {
  text-decoration: none;
}

#itemlist {
  margin-bottom: 10px;
  border-top:    1px solid #000000;
  border-bottom: 1px solid #000000;
}

.fluid-img{
  width:100%;
  height: auto;
}

#trackthumbs {
  display: inline
}

.trackpic_small {
  padding-left:5px;
  float: left
}

#detail {
  width:300px;
  border: 0;
  background-color: #e0e0e0;
  float:right;
  height: 100%
}
#detailheader h1 {
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}
#detailheader th {
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #404040;
}
#detail h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  background-color: #A0A0A0;
}

#comments {
  background-color: #d0d0d0;
}
#comments p{
  word-wrap: break-word;
}
.error_list
{
  color: red;
}

#footer {
  clear:both;
  color: white;
  background-color:#404040;
}
#footer p {
  margin: 0px;
  padding-bottom: 3px;
}
#symbol_group {
  display: inline
}
.symbol {
  float: left
}
div.symbol {
  width: 100px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:15px;
  text-align:center;
}
.symbol img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
  height: 37px;
}

