@CHARSET "UTF-8";

body {
	background-color: #000;
	color: #fff;
	font-family: sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	border: 1px solid #8050b0;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 768px;
}
#header {
	width: 768px;
        text-align:center;
        padding-top:5px;
}
#navigation {
background:#000 url(title.png) repeat-x scroll 0 center;
color:#000;
font-weight:bold;
margin:1px;
padding-bottom:4px;
padding-top:4px;
text-align:center;
width:766px;
}
#filters {
	float: left;
	margin: 5px;
}
#search {
	float: right;
	margin: 5px;
	text-align: right;
}
#container {
clear: both;
margin:0;
display:block;
}
#left_sidebar {
float: left;
width: 128px;
position:relative;
z-index:2;
}
#main {
float:left;
margin:0 0 0 -128px;
width:100%;

}
#squeeze {
margin:0 0 0 128px;
position:relative;
}
#content {

}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #666; }
a:hover { color: #333; }

#navigation a, .table_top_title a { 
color: #000; }
#navigation a:hover, .table_top_title a:hover {
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
background:#000000 url(title.png) repeat-x scroll 0 center;
color:#000000;
font-size:12px;
padding-bottom:4px;
padding-top:4px;
text-align:center;
}
.table_top_rank {
	background-color: #000000;
        border : #8050b0 solid thin;
        color : #8050b0;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description { }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #000000;
        border : #8050b0 solid thin;
        color : #8050b0;
	padding: 2px;
}
.table_top_rating {
	background-color: #000000;
        border : #8050b0 solid thin;
        color : #8050b0;
	text-align: center;
}
/* Ranking Style */
.table_title {
background:#4A4A4A url(title.png) repeat-x scroll 0 center;
color:#000000;
font-size:12px;
font-weight:bold;
padding-bottom:4px;
padding-top:4px;
text-align:center;
}
.table_rank {
	background-color: #000000;
        border : #8050b0 solid thin;
        color : #8050b0;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #000000;
        border : #8050b0 solid thin;
        color : #8050b0;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #808080; }
.stats1 {
	background-color: #808080;
	text-align: center;
}
.stats2 {
	background-color: #606060;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #8050b0;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url("title.png") repeat-x;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #8050b0;
	background-color: #000000;
        border : #8050b0 solid thin;
}
.lightbgalt {
	color: #000;
	background-color: #808080;
}

table { width: 100%; }
/* No Borders Images */
img { border: 0; }

textarea, input, select {
	font-family: sans-serif;
	font-size: 12px;
        background-color : #000;
        border : #8050b0 solid thin;
        color : #8050b0;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }

/* site menu styles */
#nzsites {
    text-align: center;
    font-size: 95%;
    line-height:normal;
    margin : 5px;
  }


#nzsites ul {
    margin : 5px 25px 0 10px;
    list-style : none;
  }


#nzsites li {
    background-color : #000;
    display : inline;
    border : #8050b0 solid thin;
    padding-left: 10px;
    padding-right: 10px;
  }

#nzsites a {
    color : #8050b0;
    text-decoration:none;
    font-weight: bold;
  }


#nzsites a:hover {
    color: #000;
    background-color : #8050b0;
    text-decoration:none;
    font-weight: bold;
  }


#nzsites a.active {
    text-decoration:none;
    font-weight: bold;
  }

#footerads {
padding: 2px;
text-align: center;
clear: both;

}

#left_menu {
}
#left_menu ul {
    list-style : none;
    padding:0 0 0 5px;
}
#left_menu li {
color : #8050b0;
background-color : #000;
border : #8050b0 solid thin;
padding-left: 5px;
padding-right: 5px;
margin-top:5px;
}
#left_menu a {
color : #8050b0;
text-decoration:none;
}
#left_menu h3 {
color : #8050b0;
text-decoration:none;
}
#left_menu a:hover {
    font-weight: bold;
    color: #8050b0;
  }
#sidebar_ads {
padding: 5px;
}
#sidebar_ads img {
padding-bottom: 5px;
}
#free-vid {
margin-left: 5px;
}
#free-vid h3 {
    color: #8050b0;
}

#faq {
    color: #8050b0;
    margin-left: 5px;
}
#wmaster {
    text-align: center;
    color: #8050b0;
    margin-left: 5px;
}
#bcode {
width: 400px;
text-align: center;

}
#codebox {
border : #8050b0 solid thin;
display:block;
margin:0 120px;
width:300px;
}
ul {
margin:0;
}
