	html {
		margin: 0; 
		height: 100%; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		background: #333333 url(./images/background_horizontal.png) repeat-y 50% 0;
	} 
	
	body {
		position: relative; 
		min-height: 100%;  
		width: 900px;
		padding: 0 auto;
		margin: 0 auto;
		background-color: #CACACA;
		background: #CACACA url(./images/background_vertical.png) repeat-x 100% bottom;
	}
	
	form, .checkbox, input.radio, .helpline, p {
		margin: 0;
		padding: 0;
		border: 0
	}
		
	input.button {
		margin: 0;
		padding: 1px 3px;
		background-color: #ddd;
		border: 1px outset;
	}
	
	.avatar img {
		background-color: #fff;
		border: 3px solid #fff;
	}

	html>body .avatar img {
		padding: 2px;
		background-color: #fff;
		border: 1px solid #bbbbbb;
	}
	
	
	#top_image {
		position:relative;
		height: 209px;
		background-image:url(./images/header.png);
	}


	#top_image img {
		border: 0;
	}
	
	#menu {
		margin:0px;
		background:#FFFFFF;
		color: #000000;
	}
		
	#menu a{
		margin: 0px 3px 0px 3px;
		padding: 0px 5px 0px 5px;
		text-decoration: none;
		color: #000000;
	}

	#menu a:hover {
		color:#000000;
		border-bottom: 3px solid #D10000;
	}


	div.spacing {
		height: 10px;
	}
	
	div.bottomspacing {
		height: 100px;
	}	
	
	.postbuttons img {
		border: 0;
		margin-right: 10px;
	}
	
	
	.pad0-0-4 {
		padding: 0 0 4px}
		
	.pad0-0-10 {
		padding: 0 0 10px}
	
	.pad4 {
		padding: 4px}
		
	.pad25 {
		padding: 25px}
	
	.pad60 {
		padding: 60px}
	
	div.timezone {
		padding: 0 3px}
	
	.quote, .code {
		margin: 10px;
		padding: 10px}
	
	.quote .inside_quote, .code .inside_code {
		padding: 10px}
	
	div.hr {
		height: 1px;
		background-color: #ccc;
		margin: 5px 0}
		
	div.hr hr {
		display: none}
	
	
	
	input.post, textarea.post, select, input.postfile {
		margin: 0;
		border: 1px solid #666}
	
	input.post, textarea.post, input.postfile {
		padding: 2px 3px}
	
	input.post {
		height: 19px}
	
	html>body input.post {
		height: 12px}
	
	.helpline {
		background-color: #ebebeb}
	
	
	
	.postmini {
		width: 25px}
		
	.postsmall {
		width: 90px}
		
	.postmedium {
		width: 150px}
		
	.postbig {
		width: 225px}
		
	.postbiggest {
		width: 450px}
	
	
	
	.block {
		display: block}
	
	.clear {
		clear: both}
	
	.left {
		float: left;
		text-align: left}
		
	.right {
		float: right;
		text-align: right;
	}
		
	.txtcenter {
		text-align: center}
	
	.txtmiddle {
		text-align: center;
		vertical-align: middle}
	
	.txtright {
		text-align: right}
	
	.txttop {
		vertical-align: top}
		
	.txtbottom {
		vertical-align: bottom}
		
	.txtleft {
		text-align: left}

		
	tr.row1	{
		background-image:url(./images/white-trans.png);
	}

	tr.row2	{
		border-bottom: 1px solid #969696;
	}
		
	
	td, th, input, select, textarea, .message {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		text-decoration: none;
		color: FFFFFF;
		font-size: 10px;
	}
	
	td a {
		color: #D10000;
		text-decoration: underline}	
	
	td a:hover {
		color: #FFFFFF;
		text-decoration: none}
	
	tr.lines_1 th .nav, tr.lines_3 th .nav, .nav {
		font-size: 11px;
		font-weight: bold}		
	
	tr.lines_1 th .nav a, tr.lines_3 th .nav a, .nav a {
		color: #D10000;
		text-decoration: none}
	
	tr.lines_1 th .nav a:hover, tr.lines_3 th .nav a:hover, .nav a:hover {
		color: #D10000;
		text-decoration: underline}


	.code {
		background-image:url(./images/white-trans.png);
		border: 1px solid #d6d6d6;
		font-family: 'Courier New', Courier, sans-serif;
		font-style: normal;
		font-weight:100;
		text-transform: none;
		text-decoration: none;
		color: #0000b4;
		font-size: 12px;
	}
	
	.code a {
		color: #0000b4;
		text-decoration: underline}	
	
	.code a:hover {
		color: #0000b4;
		text-decoration: none}
	
	.quote {
		background-image:url(./images/white-trans.png);
		border: 1px solid #d6d6d6;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		text-decoration: none;
		color: #000000;
		font-size: 10px;
		width: 90%;
	}
	
	.quote a {
		color: #555;
		text-decoration: underline}	
	
	.quote a:hover {
		color: #555;
		text-decoration: none}
		
	.edited {
		font-style: italic}
	
	tr.toplines th {
		line-height: 24px;
		height: 24px;
		font-weight: bold;
		text-align: left;
		border-width: 1px 0;
		padding: 0 10px}
	
	tr.lines_1 th {
		border-top: 1px solid #969696;
		border-bottom: 1px solid #969696;
		padding: 5px 2px 6px}
	
	tr.lines_3 th {
		border-width: 1px 0;
		padding: 3px 2px}
	


	table.index_body {
		margin:20px;
	}
	
	table.index_body td.one img {
		width: 46px;
		height: 41px;
	}
		
	table.index_body td.one {
		padding: 10px;
		text-align: center;
		border-bottom: 1px solid #969696;
	}
		
	table.index_body td.two {
		width: 100%;
		border-bottom: 1px solid #969696;
	}

	table.index_body td.three {
		padding: 10px;
		text-align: center;
		white-space: nowrap;
		border-bottom: 1px solid #969696;
	
	}

	table.index_body_icons {
		width: 100%;	
	}
			
	table.index_body_icons td img {
		vertical-align: middle}
		
	table.index_body_icons td {
		white-space: nowrap;
		text-align: center}
	
	table.groupcp {
		width: 860px;
		background-image:url(./images/white-trans.png);
		padding:10px;
	}	
	
	table.groupcp td.one {
		padding: 4px 7px;
		width: 150px;
		height: 26px;
		border-bottom: 1px solid #969696;
	}
		
	table.groupcp td.two {
		padding: 4px 5px 4px 4px;
		border-bottom: 1px solid #969696;
	}
		
	table.groupcp td.three {
		padding: 4px 7px;
		height: 26px;
		border-bottom: 1px solid #969696;
	
		}

	
	table.memberlist td.one {
		padding: 4px 7px;
		height: 26px;
		border-bottom: 1px solid #969696;
	}
	
	table.memberlist
	{
		width: 860px;
		background-image:url(./images/white-trans.png);
	}


	table.modcp{
		padding:10px;
	}		
	
	table.modcp td.one img {
		width: 19px;
		height: 18px}
		
	table.modcp td.one {
		padding: 4px;
		text-align: center}
		
	table.modcp td.two {
		padding: 8px 4px;
		width: 100%}
		
	table.modcp td.three {
		padding: 4px;
		text-align: center;
		white-space: nowrap}
	
	table.modcp td.four {
		padding: 4px;
		white-space: nowrap;
		width: 150px}
	
	table.modcp td.five {
		padding: 4px}
	
	table.modcp td.six {
		padding: 4px 7px;
		vertical-align: top;
		font-weight: bold;
		text-align: left;
		width: 150px;
		height: 100px}
		
	table.modcp td.seven {
		padding: 4px 7px;
		vertical-align: top;
		text-align: left;
		width: 470px}
		
	table.modcp td.eight {
		padding: 4px 7px}
	
	table.modcp td.nine {
		padding: 4px 7px;
		height: 18px;
		line-height: 18px}

	table.posting_review{
		background-color:#C8C8C8;
	}		


	
	table.posting_body
	{
	    padding:10px;
		width: 860px;
		background-image:url(./images/white-trans.png);
	}		
	
	table.posting_body td.one {
		padding: 4px 7px;
		width: 150px;
		height: 26px}
		
	table.posting_body td.two {
		padding: 4px 5px 4px 4px}
		
	table.posting_body td.three {
		padding: 4px 7px;
		vertical-align: top;
		width: 150px}
	
	table.posting_body td.four {
		padding: 4px 5px 4px 4px;
		vertical-align: top}
		
	table.posting_body td.four div {
		padding-bottom: 3px}
	
	table.posting_body td.five {
		padding: 4px 7px}
	
	table.posting_body td.six {
		padding: 4px 7px;
		height: 130px}
		
	table.posting_body td.seven {
		padding: 4px 5px 4px 4px;
		vertical-align: top}
	
	table.posting_body td.eight {
		padding: 4px 7px;
		vertical-align: top;
		font-weight: bold;
		width: 135px;
		text-align: left}
		
	table.posting_body td.nine {
		padding: 4px 7px 10px;
		vertical-align: top;
		text-align: left}
	
	
	table.privmsgs {
		width: 860px;
	}
	table.privmsgs td.one img {
		width: 19px;
		height: 18px;
	}
		
	table.privmsgs td.one {
		padding: 4px;
		border-bottom: 1px solid #969696;
	}
		
	table.privmsgs td.two {
		padding: 8px 4px;
		width: 100%;
		border-bottom: 1px solid #969696;
	}
		
	table.privmsgs td.three {
		padding: 4px;
		text-align: center;
		white-space: nowrap;
		border-bottom: 1px solid #969696;
	}
	
	
	table.profile
	{
		padding:10px;
		width: 860px;
	}	

	table.profile td.one {
		padding: 4px 7px;
		width: 50%;
		height: 26px}
		
	table.profile td.two {
		padding: 4px 5px 4px 4px}
		
	table.profile td.three {
		padding: 4px 7px;
		height: 26px}
	
	table.profile_view_body tr {
		height: 18px;
		text-align: right;
	}

	table.viewtopic{
		width:860px;
	}		
	
	table.viewtopic td.one
	{
		padding: 4px 7px;
		
	}
	
	table.viewtopic td.two
	{
		height: 30px;

	}
		
	table.viewtopic td.three
	{
		padding: 4px 7px;
		vertical-align: top;
	}
		
	table.viewtopic td.four {
		width:100%;
		padding: 2px 5px 4px;	
		vertical-align: top;
		height: 130px;
	}
		
	table.viewtopic td.four table {
		height: 100%;
	}
		
	table.viewtopic td.five {
		border-bottom: 1px solid #969696;
		padding: 4px 7px;
		height: 18px;
		font-size: 8px;
	}
		
	table.viewtopic td.six {
		border-bottom: 1px solid #969696;
		padding: 4px 5px;
	}

	table.viewforum
	{
		margin:20px;
	}	
	
	table.viewforum td.one img {
		width: 19px;
		height: 18px;
	}
		
	table.viewforum td.one {
		padding: 4px;
		text-align: center;
		border-bottom: 1px solid #969696;
	}
		
	table.viewforum td.two {
		padding: 4px;
		width: 100%;
		border-bottom: 1px solid #969696;
	}
		
	table.viewforum td.three {
		padding: 4px;
		text-align: center;
		white-space: nowrap;
		border-bottom: 1px solid #969696;
	}
	
	table.forumicons {
		width: 0;
	}
		
	table.forumicons td {
		white-space: nowrap;
	}
		
	table.forumicons td img {
		width: 19px;
		height: 18px;
	}

	table.search
	{
		width: 860px;
		background-image:url(./images/white-trans.png);
	}
	
	table.search tr.row1 {
		border-bottom: 1px solid #969696;
	}

	table.search td.one {
		padding: 4px 7px;
		vertical-align: top;
	}

	table.search td.two {
		padding: 4px 5px 4px 4px}
	
	table.search td.two div {
		padding-top: 3px}
		
	table.search td.three {
		padding: 4px 7px;
		text-align: left}
	
	table.search td.four {
		padding: 4px;
		width: 150px}

	table.search td.five {
		padding: 8px 4px}
	
	table.search td.six {
		padding: 4px;
		vertical-align: top}
	
	table.search td.seven img {
		width: 19px;
		height: 18px}
		
	table.search td.seven {
		padding: 4px;
		text-align: left}
		
	table.search td.eight {
		padding: 4px}
		
	table.search td.nine {
		padding: 4px;
		text-align: left}
		
	table.search td.ten {
		padding: 4px;
		text-align: left;
		white-space: nowrap}
	
	
	
	table.simple_header {
		background-color: #fff;
		height: 100%}
		
	table.simple_header td {
		vertical-align: top}
	
	table.viewonline
	{
		width: 860px;
		background-image:url(./images/white-trans.png);
	}	
	
	table.viewonline td.one
	{
		padding: 8px 4px;
	}
		
	table.viewonline td.two
	{
		padding: 8px 4px;

	}
		
	
	h2 {
		font-size: 11px;
		line-height: 26px;
		height: 26px;
		font-weight: bold;
		color: #D10000;
		margin: 0;
		padding: 0 4px}
		
	h3 {
		font-size: 11px;
		line-height: 13px;
		font-weight: bold;
		text-decoration: none;
		color: #D10000;
		margin: 0}
	
	h2 a, h3 a {
		text-decoration: none;
		color: #D10000}
		
	h2 a:hover, h3 a:hover, .copyright a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		}
	
	.mainmenu a, tr.lines_1 th a, tr.lines_3 th a, .timezone a, .blacklink a {
		color: #111;
		text-decoration: none}

	
	.mainmenu a:hover, tr.lines_1 th a:hover, tr.lines_3 th a:hover, .timezone a:hover, .blacklink a:hover {
		color: #FFFFFF;
		text-decoration: none}
	
	
	
	.copyright {
		color:#FFFFFF;
	}

	.copyright a {
		color: #FFFFFF;
		text-decoration: none;
	}

	.copyright a:hover {
		color: #D10000;
		text-decoration: none;
	}

	#backgroundheader {
		position:relative;
		width:932px;
		height:50px;
		left:-16px;
		background: #333333 url(./images/background_header.png) no-repeat 50% bottom;
	}

	#backgroundfooter {
		position:absolute;
		bottom: 0px;
		width:932px;
		height:50px;
		left:-16px;
		background: #333333 url(./images/background_footer.png) no-repeat 100% top;
	} 

	#footer {
		position:absolute;
		bottom: 50px;
		left: 0px;
		width: 900px;
		height: 20px;
		padding-bottom:10px;
		padding-top:10px;
		background-color: #333333;
	} 


	#login {
		position:absolute;
		width: 270px;
		height: 96px;
		bottom: 0px;
		right: 30px;
		padding: 10px;
		background-image: url(./images/background_login.png);
		color:#FFFFFF;
	}

	#login a{
		color: #D10000;
		text-decoration: none;
	}
	
	#login a:hover {
		color:#FFFFFF;
		text-decoration: none;
	}

	#login td {
		color:#FFFFFF;
	}

	#login input {
		padding-left: 1px;
		padding-right: 3px;
	}


	#item_head {
		margin: 10px;
		padding-bottom: 5px;
		size:100%;
		border-bottom: 1px solid #FFFFFF;
	}

	#item_content {
		margin: 10px;
		size:100%;
	}

	#tab td{
		color:#FFFFFF;
		padding: 5px;
	}

	#tab td a {
		color:#FFFFFF;
		text-decoration: none;
	}

	td.highlight {
		padding: 10px;
		background-color:#AAAAAA;
		color:#FFFFFF;
	}

	tr.highlight {
		padding: 10px;
		background-color:#AAAAAA;
		color:#FFFFFF;
	}

	tr.highlight a {
		color:#FFFFFF;
		text-decoration: none;
	}

	td.view_forum_highlight {
		padding: 10px;
		background-color:#AAAAAA;
		color:#FFFFFF;
	}

	td.view_forum_highlight a {
		color:#FFFFFF;
		text-decoration: none;
	}

	#sponsor a:hover{
		color:#FFFFFF;
		text-decoration: none;
		border: 0px;
	}

	.item_tab {
		background-color:#969696 ;
		padding: 5px;
	}

	.item_tab_highlight {
		color:#FFFFFF;
		background-color:#000000;
		padding: 5px;
	}


	.item_title {
		font-size:20px;
	}

	.item_subtitle {
		font-size:12px;
	}
	
	.item_color1 {
		color:#FFFFFF;
	}

	.item_parsecounter {
		color:#333333;
	}

	
	.item_color2 {
		color:#D10000;
	}

	.item_color3 {
		color:#D10000;
	}

	.item_color4 {
		color:#000000;
	}

	#container_list td {
		padding: 3px;
		padding-left: 10px;
		padding-right: 10px;
		size:100%;
		border-bottom: 0px solid #969696;
		color:#000000;
	}

	#container_list th {
		padding: 5px;
		background-color: #AAAAAA;
		color: #FFFFFF;
	}

	#container_list td.highlight {
		background-color:#AAAAAA;
		color:#FFFFFF;
	}

	#container_list td.highlight a {
		color:#AC7499;
	}
	
	
	#container_list_top td {
		padding: 3px;
		padding-left: 10px;
		padding-right: 10px;
		size:100%;
		color:#000000;
		border-bottom: 1px solid #BBBBBB;
		font-size: 11px;
	}

	#container_list_top th {
		padding: 5px;
		background-color: #AAAAAA;
		color: #FFFFFF;
	}

	#container_list_top td.highlight {
		background-color:#AAAAAA;
		color:#FFFFFF;
	}

	#container_list_top td.highlight a {
		color:#AC7499;
	}
	
	#container_list_top tr {
		
	}
	

	.item_smalltitle {
		font-size:14px;
	}


	#news_item {
		margin: 10px;
		size:100%;
	}

	table.news{
		padding:0px;
		margin: 0px;
		width: 100%;
	}	

	table.news td{
		padding-bottom:10px;
		margin: 0px;
	}	

	table.news a{
		color:#D10000;
		text-decoration: none;
	}

	table.news a:hover{
		color:#FFFFFF;
	}	

	img.news{
		border:1px solid #000000;
	}


	table.shoutbox{
		padding:0px;
		margin-left: -5px;
	}	

	table.shoutbox td{
		padding: 3px;
		padding-left: 10px;
		padding-right: 10px;
		size:100%;
		border-bottom: 1px solid #969696;
		color:#000000;
	}	

	table.shoutbox a{
		color:#D10000;
		text-decoration: none;
	}

	table.shoutbox a:hover{
		color:#FFFFFF;
	}	



	table.admin{
		padding:10px;
		margin-top: 10px;
		margin-bottom: 10px;
		color:#000000;
	}	

	table.admin td{
		padding: 3px;
		padding-left: 10px;
		padding-right: 10px;
		size:100%;
		border-bottom: 1px solid #969696;
	}	

	table.admin tr.color1{
		background-color:#888888;
	}	

	table.admin tr.color2{
		background-color:#8F8F8F;
	}	

	table.admin tr.color3{
		color: #FFFFFF;
		background-color:#000000;
	}

	table.admin tr.color3 a{
		color: #FFFFFF;
	}

	table.admin a{
		color:#D10000;
		text-decoration: none;
	}

	table.admin td.move a{
		color:#000000;
		text-decoration: none;
	}

	table.admin td.move a:hover{
		color:#FFFFFF;
		text-decoration: none;
	}
	
	
	table.admin a:hover{
		color:#FFFFFF;
	}	

	.warning {
		margin:0;
		padding:4px;
		color: #000000;
		background-color: #FFCC00;
		display: block;
	}
	
	.error {
		margin:0;
		padding:4px;
		color: #FFFFFF;
		background-color: #FF0000;
		display: block;
	}

	.redlink a {
		color: #FF0000;
		text-decoration: none;
	}	
		
	.whitelink a {
		color: #FFFFFF;
		text-decoration: none}		

		
	#member_item {
		margin: 10px;
		size:100%;
	}

	table.members{
		padding:0px;
		margin: 0px;
		width: 100%;
	}	

	table.members td{
		padding-bottom:10px;
		margin: 0px;
	}
	
	table.members th{
		padding: 5px;
		background-color: #AAAAAA;
		color: #FFFFFF;
	}
	

	table.members a{
		color:#D10000;
		text-decoration: none;
	}

	table.members a:hover{
		color:#FFFFFF;
	}	

	img.members{
		border: 0px;
	}

	img.news{
		border:1px solid #000000;
	}
	
	table.nav_bar {
		width: 860px;
		background-image:url(./images/white-trans.png);
	}
	
	
	#stats_table td {
		padding: 3px;
		padding-left: 10px;
		padding-right: 10px;
		size:100%;
		border-bottom: 0px solid #969696;
		color:#000000;
	}

	#stats_table th {
		padding: 5px;
		background-color: #AAAAAA;
		color: #FFFFFF;
	}

	#stats_table td.highlight {
		background-color:#AAAAAA;
		color:#FFFFFF;
	}

	#stats_table td.highlight a {
		color:#AC7499;
	}

	#stats_table td.emphasis{
		font-weight: bold;
	}

	#stats_table td a {
		color:#000000;
		text-decoration: none;
	}
	
	
	#status_table td {
		padding: 3px;
		padding-left: 10px;
		padding-right: 10px;
		size:100%;
		border-bottom: 0px solid #969696;
		color:#000000;
	}

	#status_table th {
		padding: 5px;
		background-color: #AAAAAA;
		color: #FFFFFF;
	}

	#status_table td.highlight {
		background-color:#AAAAAA;
		color:#FFFFFF;
	}

	#status_table td.highlight a {
		color:#000000;
		text-decoration: none;
	}
	
	#status_table td.servertitle a {
		text-decoration: none;
	}



	table.profile_tbl {
		width: 860px;
		background-image:url(./images/white-trans.png);
	}

	#info_table td {
		padding: 0px;
		border-bottom: 1px solid #969696;
		color:#000000;
	}

	#info_table th {
		padding: 5px;
		background-color: #AAAAAA;
		color: #FFFFFF;
	}

	#info_table td.highlight {
		background-color:#AAAAAA;
		color:#FFFFFF;
	}

	#info_table td.highlight a {
		color:#AC7499;
		text-decoration: none;
	}
	
	#info_table td.servertitle a {
		text-decoration: none;
		font-weight: bold;
	}
	
	DIV.overflow {
		width : 360px;
		height : 200px;
		overflow: scroll;
		overflow-y:scroll;
		overflow-x:hidden;
	}
	
	.sponsormouseover{
		position:absolute;
		left:200px;
		top:300px;
		width:500px;

		color:#FFFFFF;
		padding: 20px;
		background-image: url(./images/grey-trans.png);
	}	

	/*
	table.infobox td{
		padding: 3px;
		padding-left: 10px;
		padding-right: 10px;
    border-style: dashed;
    border-color: #CCCCCC;
    border-width: 1px;
    font-size: 10px;
		border-collapse: collapse;
	}*/
	
	table.infobox{
    background-image: url(./images/white-trans.png);
	}	

	table.infobox td{
		padding: 15px;
		border: 1px dashed #969696;
		color:#000000;
	}
	
	table.overall_ranking {
    background-image: url(./images/grey-trans.png);
	}	
	
	#overall_ranking td {
		padding: 3px;
		padding-left: 10px;
		padding-right: 10px;
		size:100%;
		border-bottom: 0px solid #BBBBBB;
		color:#000000;
	}

	#overall_ranking td.1 {
		padding: 7px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 0px solid #BBBBBB;
		color: #000000;
		font-size: 10px;
  }


	#overall_ranking td.2 {
		padding: 7px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 0px solid #BBBBBB;
		color: #000000;
		font-size: 10px;
	}

	#overall_ranking td.3 {
		padding: 7px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 0px solid #BBBBBB;
		color: #000000;
		font-size: 10px;
	}

	#overall_ranking th {
		padding: 3px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid #BBBBBB;
		color: #000000;
		text-align: left;
	}
