body {
	background-color: #CACACA;
	color: #666666;
	font-family: tahoma;
	font-size: 11px;
}
h1, h2 {
  margin: 0px;
  padding: 0px;
  font-size: 13pt;
  font-family: verdana;
  color: #016596;
  text-transform: uppercase; 
  letter-spacing:-2px;

}
H3 {
  margin: 0px;
  padding: 0px;
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
}
#wrapper {
	width: 880px;
}
#header {
	width: 842px;
	margin-left: 30px;
}
#navigation {
	background: #016596;
	color: #CCCCCC;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	margin: 1px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 10px;
	text-align: center;
	width: 376px;
}
.button {
	background: #D5B716;
	color: #eaeaea;
	border: 1px outset #999999;
	font-family: verdana;
	font-weight:bold;
	font-size:11px;
}
.form {
	background: #DADADA;
	color: #666666;
	border: 1px solid #999999;
	font-family: verdana;
	font-weight:bold;
	font-size:11px;
}
.dropdown {
	background: #EAEAEA;
	color: #666666;
	border: 1px solid #999999;
	font-family: verdana;
	font-weight:bold;
	font-size:11px;
}
.rightitle {
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	color: #cccccc;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 5px;
}
.leftitle {
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	color: #eaeaea;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 4px;
}
.small {
	font-size: 10px;
	font-weight: bold;
	font-family: arial, tahoma, verdana;
}
#filters {
	float: left;
}
#search {
	float: right;
	text-align: right;
	margin-left: 5px;
}
#content {
	float: left;
	width: 376px;
	margin-top: 5px;
}
#right {
	float: right;
	width: 168px;
}
#left {
	float: left;
	width: 258px;
	margin-left: 26px;
}
#menu {
	float: left;
	width: 278px;
	margin-left: 28px;
}
#copyright {
	margin: 5px;
	text-align: center;
}

/* Hyper Links */
a { color: #016596; }
a:hover { color: #666666; }

.links {text-style:none; text-decoration:none; color: #D5B716;}
.links:hover {text-style:none; text-decoration:none; color: #eaeaea;}

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

.navlink {color: #cccccc; font-family: tahoma; font-size: 10px; font-weight: bold;}
.navlink a, a:visited, a:active  {font-size: 10px; text-decoration: none; font-weight: bold; color: #eaeaea;}
.navlink a:hover {color: #016596; text-decoration: none; background-color: #eaeaea;}

.table_border {
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #AAAAAA;
	color: #EAEAEA;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_top_rank {
	background-color: #DCDCDC;
	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: #DCDCDC;
	padding: 2px;
}

}
.table_top_rating {
	background-color: #DCDCDC;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #AAAAAA;
	color: #EAEAEA;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description {
	width: 100%;
}
.table_stats {
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #AAAAAA;
	color: #EAEAEA;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.stats_left { background-color: #DCDCDC; }
.stats1 {
	background-color: #DCDCDC;
	text-align: center;
}
.stats2 {
	background-color: #EAEAEA;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
}

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

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

.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; }

