body
{
	margin: 0;
	padding: 0;
	background: #1d2022 url('images/ironrat/bg_body.gif') repeat scroll center 4px;
}
img {border: none;}
div.container_top_line
{
	margin: 0;
	padding: 0;
	position: relative;
	height: 20px;
	background-color: #191919;
	border-bottom: 1px solid #9d940c;
}
div.d_shadow
{
	margin: 0;
	padding: 0;
	background: transparent url('images/ironrat/bg_shadow.gif') repeat-y scroll center top;
}
div.container_main
{
	margin: 0 auto;
	padding: 0;
	width: 800px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: black;
}
div.container_header
{
	margin: 0;
	padding: 0;
	padding-top: 113px;
	position: relative;
	height: 42px;
	background: #242424 url('images/ironrat/bg_header.jpg') no-repeat scroll 0 0;
}
div.container_header ul.main_menu
{
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
div.container_header ul.main_menu li
{
	display: inline;
}
div.container_header ul.main_menu li.about
{
	position: absolute;
	left: 579px;
}
div.container_header ul.main_menu li img
{
	border: none;
}

#header {
	
}

#header .menu ul {
	text-align: left;
background-color: #242424;
font-weight: bold;
padding: 5px 0 5px 5px;
margin-bottom: 0;
}

#header .menu ul li {
	display: inline;
margin-right: 10px;
}

#header .menu ul a:link {
/*	color: rgb(71, 91, 106); */
	color: #767c82; 
	text-decoration: none;
}

#header .menu ul a:visited {
	color: #767c82;
	text-decoration: none;
}

#header .menu ul a:hover, #content .menu ul a:active {
	color: #ffffff;
	text-decoration: none;
}

#panel
{
margin-top: 0;	
text-align: right;
	background-color: #101010;
padding: 5px;
}

#container
{
	padding: 5px;
	color: #767c82;
	font-family: Arial;
	font-size: 10pt;
}

#container a:link, #container a:visited
{
	color: #9d940c;
	text-decoration: none;
}
#container a:hover
{
	color: #ffffff;
}

div.navigation span.active
{
	color: rgb(205, 122, 14);
}
table.tborder {
	width: 100%;
	border-collapse: collapse;
	margin: 5px 0 5px 0;
}
table.tborder .thead {
	background-color: #242424;
	padding: 3px 5px 3px 5px;
}
table.tborder .expcolimage{
	float: right;
}
table.tborder .tcat
{
	background-color: #101010;
	border: 1px #000 solid;
}
table.tborder .trow2
{
	background-color: #110f0d;
}

table.tborder .trow1
{
	background-color: #000;
	color: #767c82;
}


table.tborder span.smalltext 
{
	font-size: 8pt;
}
table.tborder .trow1
{
	border: 1px #000 solid;
}
table.tborder .trow2
{
	border: 1px #110f0d solid;
}
table.tborder img.expander
{
	background-color: #606060;
	padding: 1px;
	margin: 3px;
}
dl.forum_legend dd, dl.forum_legend dt
{
	display: inline;
	margin: 0;
	padding: 0;
}
dl.forum_legend
{
	display: block;
	text-align: left;
}
div.bottommenu 
{
	text-align: right;
}
div.container_footer
{
	background-color: #242424;
	border-top: 1px dashed #434343;
	clear: both;
	padding: 5px;
	color: black;
	font-family: Arial;
	font-size: 8pt;
	height: 55px;
}
div.container_footer div.counters
{
	float: right;
}
div.container_footer div.counters img
{
	margin: 10px 4px 0 4px;
}
div.container_footer a:link, div.container_footer a:visited
{
	color: #9d940c;
}
div.container_footer div.counters
{
	float: right;
}
div.container_footer div.counters img
{
	margin: 10px 4px 0 4px;
}
.el_newthread_link
{
	float: right;
	margin-bottom: 5px;
}



.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
select, input.checkbox, input.button, input.textbox
{
	background-color: #202020;
	border: 1px solid #505050;
	color: #767c82;
	margin: 1px;
}
form.pollbox
{
	background-color: #432c01;
}
div.pollbox
{
	border: 1px #101010 solid;
	background-color: #141414;
}

blockquote
{
	border: 1px dashed #aaaaaa;
	padding: 3px;
}
blockquote cite
{
	display: block;
	font: normal normal normal x-small sans-serif;
	margin-bottom: 5px;
}
textarea 
{
	background-color: rgb(32,32,32);
	color: rgb(118,124,130);
	border: 1px solid rgb(80,80,80);
}

.ir_msg
{
margin-top: 10px;
}

.ir_pm_read .ir_msg
{
outline: red 3px solid;
}
.posticons img
{
vertical-align: middle;
}
.pm_alert 
{
border: 1px solid red;
padding: 5px;
}