@charset "iso-8859-1";

html, body{
height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, thaoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f9f9f9;
	background-color: #999a9c;
}


a{
text-decoration: none;
color: #ffffff;
}

a:hover{
text-decoration: underline;
}


table{
border-collapse: collapse;
}



.main_table{
width: 925px;
height: 763px;
margin-left: auto;
margin-right: auto;
background-color: #000000;
text-align: left;
}


.footernote{
font-size: 9px;
color: #4f4f4f;
}

.terms, .form_table{
border: 1px solid #616161;
background-color: #535353;
background-image: url(../img/form_bg.jpg);
background-repeat: repeat-x;
background-position: bottom;
font-family: Arial, thaoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}

.form_table td{
border-top: 1px solid #616161;
border-bottom: 1px solid #616161;
height: 24px;
vertical-align: middle;
}

.form_table input{
width: 186px;
height: 14px;
background-color: #797874;
background-image: url(../img/input_bg.jpg);
background-repeat: repeat-x;
font-family: Arial, thaoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
border: none;
padding-top: 3px;
}

.form_table select{
width: 186px;
height: 18px;
background-color: #797874;
font-family: Arial, thaoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
border: none;
padding-top: 3px;
}






/* TEXTAREA STYLING */
.Scroller-Container {
  /*position: absolute;*/
  position: relative;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  /*position: absolute;*/
  position: relative;
  top: 0px;
  width: 15px; height: 15px;
  background-color: #535353;
  font-size: 0px;
  border-right: 1px solid #616161;
  border-bottom: 1px solid #616161;
  border-top: 1px solid #616161;
  background-image: url(../img/scroll_up_bg.jpg);
  background-repeat: no-repeat;
}
.Scrollbar-Track {
  width: 15px; height: 136px;
  /*position: absolute;*/
  position: relative;
  top: -17px;
  background-color: #EEE;
  background-image: url(../img/form_bg.jpg);
  background-repeat: repeat-x;
	background-position: center;
	border-right: 1px solid #616161;
}
.Scrollbar-Handle {
  /*position: absolute;*/
  position: relative;
  width: 15px; height: 30px;
  background-color: #535353;
}
.Scrollbar-Down {
  /*position: absolute;*/
  position: relative;
  top: 136px;
  width: 15px; height: 15px;
  background-color: #303030;
  font-size: 0px;
  border-right: 1px solid #616161;
  border-top: 1px solid #616161;
  border-bottom: 1px solid #616161;
  background-image: url(../img/scroll_down_bg.jpg);
  background-repeat: no-repeat;
}
#Scrollbar-Container {
  /*position: absolute;*/
  position: relative;
  top: 0px; left: 0px;
  float: left;
}

#Container {
  /*position: absolute;*/
  position: relative;
  top: 0px; left: 0px;
  width: 400px;
  height: 168px;
  border: 1px solid #616161;
background-color: #535353;
  background-image: url(../img/form_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
}
#News, #About, #Extra { 
  /*position: absolute;*/
  position: relative;
  top: 10px; 
  overflow: hidden;
  width: 400px;
  height: 140px;
  display: none;
}
#News {display: block;}
p{
  margin: 0; padding: 0px 20px 10px;
  font-family: Arial, thaoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  
  color: #999999;
}

li {
  margin: 0;
  padding: 0px 0px 0px;
  padding-right: 10px;
  font-family: Arial, thaoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  
  color: #999999;
}

#Navigation {
  /*position: absolute;*/
  position: relative;
  top: 0px;
  left: 0px;
}
#Navigation a {
  margin: 5px 2px 0 0;
  padding: 0 5px;
  height: 20px;
  background-color: #E4E4E4;
  font-family: Arial, thaoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
  display: block;
  float: left;
  letter-spacing: 1px;
}
#Navigation a:hover {
  margin-top: 0px;
  height: 25px;
}
#Navigation a.current {
  margin-top: 0px;
  height: 25px;
  background-color: #EEE;
  color: #777;
}
/* END TEXTAREA STYLING */






















/* SELECT STYLING  */

select {
      display: block;
      width: 186px;
    }
    select.replaced {
      display: none;
    }
    ul.selectReplacement {
      background: url(top.jpg) top left no-repeat;
      margin: 0;
      padding: 0;
      height: 1.65em;
      width: 186px;
    }
    ul.selectReplacement li {
      background: #cf5a5a;
      color: #fff;
      cursor: pointer;
      display: none;
      font-size: 11px;
      line-height: 1.7em;
      list-style: none;
      margin: 0;
      padding: 1px 0px;
      width: 186px;
    }
    ul.selectOpen li {
      display: block;
    }
    ul.selectReplacement li.selected {
      background: url(bottom.gif) bottom left no-repeat;
      color: #fff;
      display: block;
    }
    ul.selectOpen li.selected {
      background: #9e0000;
      display: block;
    }
    ul.selectOpen li:hover,
    ul.selectOpen li.hover,
    ul.selectOpen li.selected:hover {
      background: #797874;
      color: #fff;
    }

/* END SELECT STYLING  */













.top_text {
	color: #B0B0B0;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.top_text a {
	font-weight: bold;
	color: #B0B0B0;
}


.bodytxt a {
	color: #FFFFFF;
	font-weight: bold;
}

#top a{
font-family: Arial, thaoma, verdana;
font-size: 10px;
color: #ffffff;
}