*
{
    margin: 0;
    padding: 0;
}

h3
{
	font-size: 16px;
	font-weight: bold;
}

body
{
    font-family: Arial, sans-serif;
    font-size: 12px;
	background-color: black;
}

#loginbox_container
{
	width: 900px;
	position: absolute;
	margin: 0 auto;
}

#body_container
{
	width: 900px;
	margin: 0 auto;
	background-color: #dfdfdf;
	overflow: hidden;
}

#container_banner
 {
	height: 247px;
}
        
#container_banner img
{
	float: left;
}
        
#banner_top
{
	height: 220px;
}

#banner_bottom
{
	height: 26px;
}

#bgtop_container
{
	position: absolute;
	z-index: -1;
	top: 0px;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

#bgtop
{
	position: absolute;
	z-index: -1;
	width: 900px;
	height: 500px;
	top: 0px;
	left: 50%;
	margin-left: -450px;
}

#bgtop_left
{
	z-index: -1;
	background-repeat: no-repeat;
	background-image: url(images/bgsky_left.png);
	background-position: top right;
	height: 250px;
	width: 247px;
	position: relative;
	right: 247px;
}

#bgtop_right
{
	z-index: -1;
	background-repeat: no-repeat;
	background-image: url(images/bgsky_right.png);
	background-position: top left;
	height: 250px;
	width: 247px;
	position: relative;
	left: 900px;
	bottom: 250px;
}

#bgbottom
{
	position: fixed;
	bottom: 0px;
	height: 500px;
	z-index: -2;
	width: 900px;
	background-color: #aaa;
	left:50%; 
	margin-left:-450px;
	text-align: center;
	vertical-align: middle;
}

#bgbottom_left
{
	z-index: -2;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #000;
	height: 250px;
	width: 900px;
	position: relative;
	right: 900px;
	top: 250px;
}

#bgbottom_right
{
	z-index: -2;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #000;
	position: relative;
	height: 250px;
	width: 900px;
	left: 900px;
}

#container_bottom
{
	clear: both;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	line-height: 2.5em;
	background-color: #aaa;
	font-size: 0.8em;
}
    
#container_main
{ 
	width: 898px;
	height: 100%;
	margin-top: 1px;
}
        
#main_content
{
	float: left;
	width: 720px;
	min-height: 570px;
	background-color: #dfdfdf;
	padding: 5px;
}

    
#main_rightBar
{
	float: right;
	padding: 1px;
	width: 165px;
}

a 
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #22e;
	font-weight: bold;
}

a img
{
    border: none;
}

h3 { 
	text-align: center;
	display: block;
}

img { border: 0px; }

img.avatar {
	max-width: 80px;
	max-height: 80px;
}

img.comment_img {
	max-width: 500px;
	max-height: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.notice {
	font-weight: bold;
	border: 2px #000 solid;
	padding: 5px;
	margin: 10px;
	color: #000;
	text-align: center;
}

div.warning {
	font-weight: bold;
	border: 2px #f00 solid;
	padding: 5px;
	margin: 10px;
	color: #f00;
	text-align: center;
}

div.center {
	font-weight: bold;
	padding: 5px;
	margin: 10px;
	color: #f00;
	text-align: center;
}

div.quote {
	border: 2px #000 solid;
	background-color: #eee;
	padding: 5px;
	margin: 10px;
	color: #000;
	text-align: left;
}

td.register_left {
	width: 50%;
	text-align: right;
	font-weight: bold;
}

td.register_right_full {	width: 50%; }

td.register_right_yes, td.register_right_no {
	width: 10%;
	text-align: center;
}

td.register_spacer {
	background-color: #222;
	height: 20px;
}

td.profile_main_left, td.profile_main_right {	
	vertical-align: top;
	width: 50%;
}

td.profile_left {
	width: 50%;
	text-align: left;
	font-weight: bold;
}

td.profile_right { 
	width: 50%;
	text-align: right;
}

td.table_header
{
	border: 1px solid #000;
	text-align: center;
	font-weight: bold;
	padding: 2px;
}

td.table_even
{
	background-color: #cccccc;
	text-align: center;
}


td.table_odd
{
	background-color: #bbbbbb;
	text-align: center;
}

td.comment_left_odd, td.comment_right_odd, td.comment_left_even, td.comment_right_even { vertical-align: top; padding: 2px; }

td.comment_left_odd, td.comment_left_even { width: 20%; }

td.comment_right_odd, td.comment_right_even { width: 80%; }

td.comment_left_odd, td.comment_right_odd { background-color: #bbb; }

td.comment_left_even, td.comment_right_even { background-color: #ccc; }

td.table_header, td.table_odd, td.table_even { text-align: center; }

span.pages
{
	display: block;
	text-align: center;
}

input, textarea, select {
	color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
	border-color : #bdbdbd;
	background-color: #dfdfdf;
}
