/* General */
@charset "utf-8";

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-size: 12px;
	line-height: 20px;
	font-family: Tahoma, Verdana, Arial;
	background-color: #000;
	margin:	0px;
	background-image: url(../img/page/page_bg.jpg);
	text-align:	center;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

/* Links (c) */
a
{
	 color:				#000000;
	 text-decoration:	none;
	 cursor:			pointer;
}

.link
{
	cursor:				pointer;
}

/* Tables */
tr
{
	vertical-align:		top;
}

td
{
	font-size: 			11px;
	line-height: 		19px;
	font-family: 		Verdana;
}

.td_bg1
{
	background-color: 	#EEEEEE;
	font-weight: 		bold;
	color: 				#222222;
}
.td_bg2
{
	background-color: 	#EFEFEF;
}

/* Forms (c) */
input
{
  font-size: 9px;
  font-family: Verdana;
}

textarea
{
  font-size: 9px;
  font-family: Verdana;
}

/* Classes (c) */

.main
{
 text-align: center;
 margin: 0 auto;
 width: 970px;
}

.content
{
	border: 1px solid;
	background-color: #FFF;
}

.spacer5px
{
 height: 5px;
 line-height: 5px;
 font-size: 5px;
}

.spacer15px
{
 height: 15px;
 line-height: 15px;
 font-size: 15px;
}

.header1
{
 width: 970px;
 text-align: center;
 vertical-align: middle;
 background-color: #EEEEEE;
 font-style: italic;
}

.header2
{
 width: 970px;
 text-align: center;
 height: 70px;
 vertical-align: middle;
}

.header2_left
{
 display: inline;
 float: left;
 width: 470px;
 height: 60px;
 border: 0px solid;
 position: relative;
 top: 5px;
 left: 10px;
}

.header2_banner
{
 vertical-align: middle;
}

.header2_right
{
 display: inline; 
 float: right; 
 width: 468px; 
 height: 60px; 
 border: 0px solid; 
 position: relative; 
 top: 5px; 
 right: 10px; 
 background-color: #EEEEEE;
}
.header3_banner
{
 background-color: #EEEEEE;
 border: 0px solid;
 width: 468px;
 height: 60px; 
 text-align: center; 
 vertical-align: middle;
}
.header3_frame
{
 width: 468px;
 height: 60px;
 overflow-x: none;
 overflow-y: none;
}
.header4_frame
{
 width: 728px;
 height: 90px;
 overflow-x: none;
 overflow-y: none;
}
.footer
{
 font-size: 10px;
 background-color: #EEEEEE;
 width: 970px;
}

.subline_text
{
 font-weight: bold;
 background-color: #EEEEEE;
 color: #555555;
 padding: 5px;
 text-align: left;
}

/* Navigation (c) */

.nav ul
{
 list-style-type: none;
 margin: 0;
 padding: 0;
 margin-left: 0.25em;
}
.nav li 
{
 float: left;
 margin-right: 0.25em;
}
.nav a 
{
 display: block;
 padding: 5px 10px;
 text-decoration: none;
 border: 0px solid #EEE;
 margin-bottom: 3px;
 position: relative;
 bottom: -1px;
}
.nav a:link,
.nav a:visited 
{
 color: #000000;
 background: #EEE;
}
.nav .selected a 
{
 padding: 4px 9px;
 border: 0px solid #FFF;
 border-bottom-color: #FFF;
 padding-bottom: 6px;
 margin-bottom: 0;
 font-weight: bold;
}

/* Forum (c) */



/* Member (c) */

.member_header
{
 border: 0px solid; 
 width: 825px; 
 height: 42px; 
 background-color: #EEEEEE;
 float: left;
}

.member_picture
{
 float: right; 
 margin: 0px; 
 padding: 0px; 
 border: 1px solid; 
 background-color: #EEEEEE;
}
.member_gender
{
 float: right; 
 margin: 5px 5px 5px 0px;
}
.member_nameline
{
 float: right; 
 margin: 5px; 
 line-height: 32px; 
 font-size: 24px; 
 font-weight: bold;
}
.member_grey
{
 line-height: 32px; 
 font-size: 22px; 
 font-weight: bold; 
 color: #CCCCCC; 
 font-style: italic;
}
.member_subline_text
{
 font-weight: bold;
 color: #555555;
 background-color: #EEEEEE;
 padding: 5px;
}
.member_info_table
{
 border: 0px solid;
 width: 350px;
 float: left;
}
.member_descr
{
 border: 0px solid;
 width: 450px;
 padding: 3px;
 margin: 0px 10px 0px 0px;
 float: right;
}

/* Server (c) */

.server_content
{
 border: 0px solid;
 height: 1320px;
 margin: 0px;
 padding: 0px;
}

.server_leftside
{
 border: 0px solid;
 width: 220px;
 margin: 10px;
 padding: 0px 0px 0px 0px;
 text-align: left;
 float: left;
}

.server_map_name
{
 border: 1px solid;
 width: 220px;
 height: 30px;
 line-height: 30px;
 font-size: 20px;
 margin: 10px 0px 0px 0px;
 padding: 0px;
 text-align: center;
 overflow: hidden;
}

.server_rightside
{
 border: 0px solid;
 width: 700px;
 margin: 10px 15px 0px 0px;
 padding: 0px;
 text-align: left;
 float: right;
}

.server_hostname
{
 width: 600px;
 height: 30px;
 line-height: 30px;
 font-size: 18px;
 overflow: hidden;
 text-align: left;
 float: left;
}
.server_slots
{
 font-size: 20px;
 float: right;
}

.server_tag_box
{
 height: 60px;
 line-height: 60px;
 border: 0px solid;
 padding: 0px 0px 0px 0px;
 overflow: hidden;
}

.server_features
{
 color: #323232;
 height: 130px;
 padding: 0px 0px 5px 0px
}

.server_features_txt
{
 height: 90px;
 overflow: auto;
 padding: 5px 0px 0px 10px;
}

.server_check_field
{
 width: 150px;
 height: 80px;
 padding: 15px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 background-color: #FFFFFF;
 text-align: center;
 font-weight: bold;
 float: right;
}

.server_mapcyclebox
{
 width: 220px;
 height: 125px;
 overflow: hidden;
}

.server_settings_box
{
 width: 220px;
 overflow: hidden;
}

.server_connect_box
{
 float: left;
 text-align: center;
 width: 350px;
 height: 75px;
}

.server_ip
{
 display: inline;
 font-weight: bold;
 font-size: 20px;
 height: 35px;
 line-height: 35px;
}

.server_rating_box
{
 float: right;
 text-align: center;
 width: 345px;
 height: 75px;
}

.server_rating_star
{
 padding: 0px;
 margin: -3px -5px 0px 0px;
}

.server_header_box_out
{
 border: 3px solid #A00;
 width: 800px;
 margin: 10px auto 10px auto;
 padding: 10px;
 font-weight: bold;
 background-color: #EEE;
 color: #222;
}

.server_header_box_in
{
 border: 0px solid #A00;
 margin: 0px;
 padding: 5px;
 text-align: left;
 font-weight: bold;
 font-size: 22px;
 line-height: 25px;
 height: 25px;
 background-color: #FFF;
 color: #222;
 text-align: center;
}

.top_nav_bar
{

	width: 985px;
	height: 32px;
	margin: auto;
}

.top_nav_bar_button
{

	background-image:url(../img/page/top_nav/top_nav_bar_button.png);
	width: 164px;
	height: 32px;
	float: left;
	color: #FFF;
	font-size: 18px;
	font-family: Impact;

}

.header
{

	background-image:url(../img/page/header.png);
	width: 970px;
	height: 100px;
	background-color: #000;
	border: 0px solid;

}

.publovelogo
{

	background-image:url(../img/page/logo/publove.png);
	width: 346px;
	height: 52px;
	position: relative;
	top: -35px;
	left: 80px;
	border: 0px solid;

}

.infos
{
	
	width: 468px;
	height: 60px;
	overflow: hidden;
	position: relative;
	top: 20px;
	left: 480px;

}



.centercol
{

	background-image:url(../img/page/middle.png);
	width: 970px;
	min-height: 50px;
	background-color: #000;

}

.footer
{

	background-image:url(../img/page/footer.png);
	width: 970px;
	height: 50px;
	background-color: #000;

}