html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  
p { padding: 8px; }
fieldset { padding: 8px;
	margin-top: 8px;
}
ol {
	list-style-position: inside;
	padding: 8px;
}
ul {
	list-style-position: inside;
	padding: 8px;
}
a { 
	/*color: #cf5552; */
	color: #477acd;
	text-decoration: none;
	font-weight: bold;
}
a:hover { 
	color: #ffffff; 
}
a.menu {
	font-size: 14px;
}
/*a:before {
	content: ".: ";
}
a:after {
	content: " :. ";
}*/
img {
	border: 0;
}
table, tr, td {
	border: none;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
table {
	width: 100%;
}

.member_title {
	font-size: 150%;
}

body {
	background: #000000 url(images/greybg.png) repeat;
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

#outer {
	border: 12px solid #000000;
	background: #000000;
	width: 850px;
	margin: auto;
}

#left {
	border:0;
	width: 490px;
	float:left;
}

.left_top_ad {
	border-top: 10px solid #000000;
	border-left: 0;
	border-right: 0;
	border-bottom: 12px solid #000000;
	overflow: hidden;
	width: 490px;
	text-align: center;
}

#right {
	border: 0;
	background: #000000;
	width: 340px;
	float: right;
}

h3.right {
	text-align: center;
	border: 1px solid #ffffff;
	margin-bottom: 5px;
	margin-top: 12px;
}

#right img {
	/* center image */
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

	/* add border */
	padding:1px;
	border:solid;
	/*border-color: #dddddd #aaaaaa #aaaaaa #dddddd;*/
	border-color: white;
	border-width: 1px 1px 1px 1px;
	background-color: black;
}


#footer {
	border: 12px solid #000000;
	background: #000000;
	width: 850px;
	margin: auto;
	text-align:center;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.centered {
	text-align:center;
}

/* Top Ranking Style */
.table_border {
	border: 0;
	margin-bottom: 12px;
	
}
.top_tr {
	background: #000 url(images/table_top_bg.jpg) no-repeat scroll 0 0;
	width: 490px;
	height: 8px;
}
.mid_tr {
	background: #000 url(images/table_middle_bg.jpg) repeat-y scroll 0 0;
	width: 490px;
}
.bot_tr {
	background: #000 url(images/table_bottom_bg.jpg) no-repeat scroll 0 0;
	width: 490px;
	height: 8px;
}

.mid_tr h3 {
	text-align:center;
}

.table_top_title {
	text-align: center;
	background: transparent;
}
.table_top_stats {
	text-align: center;
}
.table_top_desc {
	background: transparent;
}
.table_top_newshead {
	background: transparent;
	text-align:center;
}

/* Stats Style */
.stats_top {
	/*background: #4a4a4a url("title.png") repeat-x;*/
	background: #2d2d2d;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { 
	text-align: center;
	background: #2d2d2d;
}
.stats1 {
	background: #2d2d2d;
	text-align: center;
}
.stats2 {
	background: #1d1d1d;
	text-align: center;
}



a.toptitle { 
	font-size: 150%;
}
a.toptitle:hover { 
	color: #ffffff; 
}

table.left_topsites {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.left_topsites td {
	border: 1px solid black;
}

td.feedtitle,td.feedimg, td.feeddesc, td.feedrm, td.feedcont, td.feedsorry {
	padding: 8px;
}

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

/* Contact form */

#contactform input, #contactform label, #contactform textarea {
   float: left;
   display: block;
   width: 16em;
   margin: 0.3em;
}
#contactform img {
   float: left;
   display: block;
   margin: 0.3em;
}
#contactform label {
text-align: right;
padding-right: 1em;
}

#contactform br {
   clear: left;
}

.join_edit_error {
	margin-top: 8px;
	color: #ff0000;
	border: 1px solid #ff0000;
	font-weight: bold;
	padding: 2px;
}