body {
	SCROLLBAR-FACE-COLOR: #141414;
        SCROLLBAR-HIGHLIGHT-COLOR: #666633; 
        SCROLLBAR-3DLIGHT-COLOR: #b5b5b5; 
        SCROLLBAR-ARROW-COLOR: #cccccc; 
        SCROLLBAR-TRACK-COLOR: 342400;
	SCROLLBAR-SHADOW-COLOR: #999933;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
        background-image : url(bg.gif);
	color: #ccc;
	font-family: Georgia, sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	border: 1px solid #ff9900;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 700px;
}
#header {
	width: 700px;
}
#navigation {
	background: #4a4a4a url("title.png");
	color: #FFF;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 698px;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 40px;
	padding-right: 40px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #ff9900; }
a:hover { color: #ffcc00; }

#navigation a, .table_top_title a { color: #ff9900; }
#navigation a:hover, .table_top_title a:hover {
	color: #ffcc00;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("title.png");
	font-size: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
        background-image : url(bg2.gif);
	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-image : url(bg2.gif);
	padding: 2px;
}
.table_top_rating {
        background-image : url(bg2.gif);
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a url("title.png");
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
        background-image : url(bg2.gif);
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
        background-image : url(bg2.gif);
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("title.png");
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-image : url(bg2.gif); }
.stats1 {
        background-image : url(bg2.gif);
	text-align: center;
}
.stats2 {
        background-image : url(bg3.gif);
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #fff;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url("title.png");
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #ccc;
        background-image : url(bg3.gif);
}
.lightbgalt {
	color: #ccc;
        background-image : url(bg2.gif);
}

table { width: 100%; }
/* No Borders Images */
img { border: 0; }

textarea, input {
	font-family: Georgia, sans-serif;
	font-size: 12px;
}

.join_edit_error {
	background-color: #666666;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }
.button{
        border: 1px solid #5E5D63;
        color: #ffffff;
        font: normal 9px Georgia, verdana, tahoma, arial, helvetica, sans-serif;
        text-align:center;
        background-image : url(images/button.gif);
}
textarea..tbox {
	background-color: #222222;
}
#tooltip {
        BORDER-RIGHT: #000000 1px solid; 
        PADDING-RIGHT: 5px; 
        BORDER-TOP: #000000 1px solid; 
        PADDING-LEFT: 5px; 
        BACKGROUND: #222222; 
        VISIBILITY: hidden; 
        PADDING-BOTTOM: 5px; 
        MARGIN: 0px; 
        FONT: 11px Georgia, Verdana, Helvetica, sans-serif; 
        BORDER-LEFT: #000000 1px solid; 
        PADDING-TOP: 5px; 
        BORDER-BOTTOM: #000000 1px solid; 
        POSITION: absolute; 
        TEXT-ALIGN: justify; moz-border-radius: 8px;
}