
body
{
  background-color: #CCCCCC;
  color: black;
  margin: 0px;
  padding: 10px;
  font-family: verdana,arial;
  font-size: 12px;
}

A IMG
{
  border: 0px;
}

A
{
  color: black;
}

A:HOVER
{
  color: #c0d72d
}

.b
{
  font-weight:bold;
}

.shadow-right
{
  background-image: url(/images/shadow_right.gif);
  background-repeat: repeat-y;
  vertical-align: top;
}

.shadow-bottom
{
  background-image: url(/images/shadow_bottom.gif);
  background-repeat: repeat-x;
}

#box-master
{
  width: 970px;
}

.box
{
  border: 2px solid black;
  width: 961px;
  background-color: #c0d72d;
}

.menu-top
{
  background-color: black;
  height: 23px;
  width: 100%;
}

.menu-top td
{
  vertical-align: top;
  padding-top: 5px;
}

.header-page
{
  height: 85px;
  width: 100%;
}

#box-body
{
  height: 427px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}

#box-body-text
{
  position: relative;
  left: 655px;
  width: 280px;
  top: 20px;
  padding: 10px;
  height: 90%;
}

#box-body-text ul
{
  padding-left: 17px;
  margin-left:0px;
}

#box-body-text ul li
{
  margin-bottom: 8px;
}

#menu-sub
{
  position:absolute;
  height: 24px;
  width: 961px;
  z-index: 3;        
}

#menu-sub-bg
{
  position: absolute;
  top: 120px;
  width: 959px;
  height: 24px;
  background-color: #000000;
  opacity: .8;
  filter: alpha(opacity=80);
  z-index: 2;
}

.menu-range
{
  z-index: 2;
  position: absolute;
  display:none;
  cursor: pointer;
  margin-top: 71px;
  margin-left: 885px;
  width: 72px;
  height: 152px;
}

.menu-range-shadow
{
  position:absolute;
  margin-left:885px;
  margin-top:71px;
  background-color:black;
  opacity:.8;
  filter: alpha(opacity=80);
  color:white;
  display:none;
  z-index:1;
  width:72px;
  height:152px;
}

#thumbs
{
  position: absolute;
  margin-left: 50px;
  margin-top: -45px;
  text-align: center;
  width: 556px;
}

#thumbs img
{
  margin: 3px;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

#scroller-box
{
  left:97px;
  top:300px;
  overflow:hidden;
  width:460px;
  height:200px;
  position:relative;
  margin:0px;
  padding:0px;
}

#scroller-text
{
  position:absolute;
  padding:0px;
  margin:0px;
  border:0px;
  line-height: 18px;
}

#arrow-up, #arrow-down
{
  width: 9px;
  height:5px;
  cursor: pointer;
}

#result-table td
{
  font-size: 10px;
}

#result-table td a
{
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
}

