@import url(http://rcw.ms/css.css);
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#navigation {
	font-weight: bold;
	font-size: 13px;
	background: #cc0000 url(http://rcw.ms/pic/catbg.jpg);
	color: #ffffff;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
copyright {
	text-align: center;
	font-size:8pt;
	color:#ffffff;
}
.table_border {
	border: 1px solid #ff0000;
	margin-bottom: 10px;
	padding: 1px;
}

/* Top Ranking Style */
.table_top_title {
	background: #cc0000 url(http://rcw.ms/pic/catbg.jpg);
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #1e1e1e;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description {
	font-size: 10pt;
	color: #bbbbbb;
	background-color: #0f0f0f;
}
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #1e1e1e;
	padding: 2px;
}
.table_top_rating {
	background-color: #1e1e1e;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #cc0000 url(http://rcw.ms/pic/catbg.jpg);
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #1e1e1e;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description {
	width: 100%;
	text-align: center;
}
.table_stats {
	background-color: #1e1e1e;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #cc0000 url(http://rcw.ms/pic/catbg.jpg);
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #0f0f0f; }
.stats1 {
	background-color: #0f0f0f;
	text-align: center;
}
.stats2 {
	background-color: #1e1e1e;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #cc0000 url(http://rcw.ms/pic/catbg.jpg);
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #bbbbbb;
	background-color: #1e1e1e;
}
.lightbgalt {
	color: #bbbbbb;
	background-color: #0f0f0f;
}

/* No Borders Images */
img { border: 0; }

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

a.help { color: #cccccc; font-weight: bold; text-decoration: none; }
a.help:hover { color: #ffffff; }