body {
	background-color: #FFF;
	color: #574654;
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}

.mmenu {
	background: url("f1.gif") repeat-x #DD2E73;
	height: 26px;
}

.mmenu a {
	background: url("f2.gif") repeat-x;
	height: 26px;	
	margin: 0px;
	display: box;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 5px 10px;
}


/* Hyper Links */
a { color: #E83F9E; }
a:hover { color: #E22977; }

form {
	margin: 5px;
}

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

/* Top Ranking Style */
.table_top_title {
	background: #E83F9E url("f3.gif") repeat-x;
	font-size: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #FCDBEA;
	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: #FCDBEA;
	padding: 2px;
}
.table_top_rating {
	background-color: #FFF;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #E83F9E url("f3.gif") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #FCDBEA;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #FCDBEA;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
	background: #E83F9E url("f3.gif") repeat-x;
	font-size: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.stats_left { background-color: #FCDBEA; }
.stats1 {
	background-color: #FCDBEA;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #E83F9E url("f3.gif") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #FCDBEA;
}

/* 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; }

