body {
	background: #FEE0F2 url("http://www.princessdesktop.net/style_images/pink2.jpg");
	color: #595DFF;
	font-family: sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
background-color: #FFF5FB;
border: 4px solid #FE55B4;
		width: 800px;
}
#header {
	width: 800px;

}
#navigation {
	background: #FFEBF7 url("grad_bg.png");
	color: #595DFF;
	margin: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 800px;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #F00088; }
a:hover { color: #C000C0; }

#navigation a, .table_top_title a { color: #670092; font-weight: bold;}
#navigation a:hover, .table_top_title a:hover {
	color: #C000C0;
	text-decoration: none;
	border-bottom: 1px dashed #FE55B4;
}

.table_border {
	border: 1px solid #FE55B4;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("grad_bg.png") ;
	font-size: 12px;
	color: #C640FE;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #FEC4EA;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description { }
.table_top_banner {
      background-color: #FEE0F2;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #FEE0F2;
	padding: 2px;
}
.table_top_rating {
	background-color: #FEC4EA;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a url("grad_bg.png") ;
	color: #670092;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
}
.table_rank {
	background-color: #FEC4EA;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { 
background-color: #FEE0F2;
width: 100%; }
.table_stats {
	background-color: #FEC4EA;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("grad_bg2.png") ;
	color: #670092;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #FEC4EA; }
.stats1 {
	background-color: #FEC4EA;
	text-align: center;
}
.stats2 {
	background-color: #FEC4EA;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #FEC4EA;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url("grad_bg2.png") ;
	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: #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 #FE55B4;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }
