/* CSS Document */

body {
  background:#000000;
	margin:0;
	}
td {
  font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#D2D2D2;
	}
p {
  line-height:1.5em;
	}
a {
  color:#FF9933;
  text-decoration:none;
	}
a:hover {
  text-decoration:underline;
	}

textarea  {
  font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	}

/********** HEADER LOGIN SECTION **********/
table.form_login td {
  padding:0 5px 0 0;
  font-family:Tahoma, Verdana, Arial, sans-serif;
  font-size:11px;
  font-weight:normal;
  color:#CCCCCC;
  }
table.form_login a {
  color:#CCCCCC;
  text-decoration:none;
  }
table.form_login a:hover {
  color:#FF9933;
  text-decoration:underline;
  }
input.login-text {
  font-family:Tahoma, Verdana, Arial, sans-serif;
  font-size:11px;
  font-weight:normal;
  color:#333333;
  width: 84px;
  height: 16px;
  padding: 0 3px;
  }
input.incheckbox {
  border:none;
  }

/********** NAV MENU STYLES **********/
.nav_menu {
  width:200px;
  }
div.nav_menu a {
  font-weight:bold;
  color:#EEEEEE;
  text-decoration:none;
  text-transform:uppercase;
  background:url(../images/navmenu-off.gif) no-repeat;
  display:block;
  padding:0 0 0 25px;
  line-height:2.1em;
  height:22px;
  }
div.nav_menu a.signup {
  color:#FFCC00;
  }
div.nav_menu a:hover {
  background:url(../images/navmenu-on.gif) no-repeat;
  color:#FF9900;
	text-decoration:none;
  }

.sidebar-member {
  line-height:2.5em;
	font-size:11px;
	}
div.nav_menu-member a {
  font-weight:bold;
  color:#EEEEEE;
  text-decoration:none;
  text-transform:uppercase;
  background:url(../images_members/navmenu-off.gif) no-repeat;
  display:block;
  padding:0 0 0 25px;
  height:31px;
  }
div.nav_menu-member a:hover {
  background:url(../images_members/navmenu-on.gif) no-repeat;
  color:#FF9900;
	text-decoration:none;
  }



/********** SIDEBAR STYLES **********/
.sidebar {
  font-size:11px;
	}
.features {
  padding:7px 0 7px 10px;
	font-weight:bold;
	line-height:1.5em;
	}

/********** OUR SITES STYLES **********/
table.latestsites td {
  color:#333;
	}
table.latestsites a {
  color:#333;
	text-decoration:none;
	font-size:11px;
	}
table.latestsites a:hover {
  text-decoration:underline;
	}
.smltxtorange {
  font-size:11px;
	color:#FF9933;
	}

/********** FOOTER STYLES **********/
table.footer td {
  color:#EEE;
	font-size:11px;
	}
table.footer a {
  color:#FFFFFF;
	text-decoration:none;
	}
table.footer a:hover {
  text-decoration:underline;
  color:#FF9900;
	}

/********** SIGNUP STYLES **********/
.signup_outter_table {
  width:350px;
	}
.signup_header {
  background:#333333;
	font-weight:bold;
	padding:3px;
	}
	
.signup_name {
  text-align:right;
	width:100px;
	}
.signup_value {
  text-align:left;
	}

/********** scrollbar styles **********/
/* hide from incapable browsers */
div#scrollbar { 
    display:none;
    }

/* below in external file */
div#wn	{ 
    position:relative; 
    width:720px; height:140px; 
    overflow:hidden;	
	}
div#scrollbar { 
    position:relative; 
    width:720x; height:11px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }

div#track { 
    position:absolute; left:12px; top:0;
    width:720px; height:11px; 
    background: #111;
  }
div#dragBar {
    position:absolute; left:1px; top:1px;
    width:200px; height:9px; 
    background-color:#303030;
  }  
div#left { position:absolute; left:0; top:0; }  
div#right { position:absolute; right:0; top:0;  }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 
