
body 
	{
	margin:0;
	padding:0;
	background:#000000;
	behavior:url('csshover2.htc');
	}


body, div, th, td, li, h1, h2, h3, h4, h5
	{
	font-family:"trebuchet ms", "arial";
	font-size:10pt;
	font-weight:normal;
	color:#cccccc;
	margin:0;
	padding:0;
	}

p
	{
	font-family:"trebuchet ms", "arial";
	font-size:10pt;
	font-weight:normal;
	color:#cccccc;
	}

h1
	{
	margin-bottom:8px;
	}

object
	{
	margin:0;
	}

hr
	{
	color:#333;
	background:#333;
	}

form
	{
	font-size:10pt;
	}

img 
	{
	border:none;
	} 

form
	{
	padding:0;
	margin:0;
	}

label
	{
	display:block;
	margin:3px 0;
	font-size:10pt;
	color:#cccccc;
	}

a:link,
a:active,
a:visited
	{
	text-decoration:none;
	color:#0066B0;
	font-size:10pt;
	outline:none;
	}

a:hover
	{
	text-decoration:underline;
	}

#footer
	{
	height:30px;
	line-height:30px;
	background:#111;
	text-align:center;
	font-size:10pt;	
	color:#999;
	border-top:2px solid #000;
	}


/*- GENERAL --------------------------- */

.error_block
	{
	display:block;
	}

.recent:link,
.recent:active,
.recent:visited
	{
	border:1px solid #333;
	padding:0 3px;
	margin-right:2px;
	color:#ccc;
	}

.recent:hover
	{
	text-decoration:none;
	background:#333;
	}

#recent_active
	{
	background:#333;
	}

.breadcrumb
	{
	background:#111;
	border:1px solid #333;
	padding:0 0 0 5px;
	line-height:30px;
	height:30px;
	}

.content_block
	{
	border:1px solid #333;
	border-top:0px;
	padding:10px;
	margin-bottom:25px;
	}


/*- STRIPING --------------------------- */

.trgrey
	{
	background:#111;
	}

.sortable
	{
	width:97%;
	border:3px solid #111;
	}

.sortable th
	{
	background:#aaa;
	color:#000;
	border:1px solid #000;
	text-align:left;
	padding:0 8px 0 3px;
	cursor:hand;
	cursor:pointer;
	}

.sortable th:hover
	{
	background:#ccc;
	}

.sortable td
	{
	padding:0 8px 0 4px;
	}

tr.alternateRow { background-color: #111; }
td.sortedColumn { background-color: #111; }
th.sortedColumn { background-color: #ccc; }
tr.alternateRow td.sortedColumn { background-color: #222; }


/*- Main --------------------------- */

#banner
	{
	height:75px;
	padding:25px 10px 10px 10px;
	background:url('../graphics/bg_banner.gif') repeat-y;
	}

#content_wrapper
	{
	width:100%;
	padding:0;
	margin:0;
	}

#content_main
	{
	vertical-align:top;
	padding:25px 25px 0 25px;
	}

#content_right
	{
	vertical-align:top;
	width:250px;
	background:#111111;
	}

#password_wrapper
	{
	text-align:center;
	margin-top:10px;
	}


/*- MENU NAVIGATION --------------------------- */

#nav
	{
	background:url("../graphics/bg_navigation.gif") repeat-x;
	height:23px;
	width:100%;
	margin:0;
	padding:0;
	}

#nav ul
	{
	margin:0;
	padding:0;
	list-style:none;
	}

#nav li
	{
	float:left;
	padding-right:2px;
	background:url("../graphics/bg_navigtion_separator.gif") no-repeat;
	background-position:right;
	height:23px;
	}

#nav a:link,
#nav a:active,
#nav a:visited
	{
	float:left;
	display:block;
	height:23px;
	line-height:23px;
	text-decoration:none;
	font-size:10pt;
	color:#333;
	padding:0 15px;
	}

#nav a:hover
	{
	background:url("../graphics/bg_navigation_hover.gif") repeat-x;
	}


/*- SIDE BOXES --------------------------- */

.box_wrapper
	{
	padding:15px 20px 20px 20px;
	border-top:2px solid #000;
	}

.box_head
	{
	display:block;
	font-size:12pt;
	font-weight:bold;
	border-bottom:1px solid #333;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	}

#box_login
	{
	border-top:2px solid #000000;
	}


/*- RECENT BOXES --------------------------- */

#recent
	{
	width:100%;
	border:1px solid #333;
	border-collapse:collapse;
	}

.recent_head
	{
	font-weight:bold;
	font-size:11pt;	
	color:#fff;
	background:#111;
	border:1px solid #333;
	line-height:10px;
	height:10px;
	padding:0;
	}

#recent td
	{
	width:50%;
	padding:2px;
	vertical-align:top;
	border-right:1px solid #333;
	}

#horizontal_line
	{
	width:100%;
	padding:10px;
	text-align:center;
	}


/*- FORUM --------------------------- */

.thread_parent, .thread_reply
	{
	padding:8px 5px;
	border-bottom:1px solid #333;
	}

.thread_parent_subject
	{
	color:red;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
	}

.thread_parent_timestamp, .thread_child_timestamp
	{
	color:#ccc;
	}

#button_reply
	{
	margin-top:5px;
	padding:5px 0 0 5px;
	}

#forum_table a:link,
#forum_table a:active,
#forum_table a:visited
	{
	color:#ccc;
	}

#forum_table td a:hover
	{
	text-decoration:underline;
	}

#forum_table
	{
	width:97%;
	}

#forum_table th
	{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:0 3px;
	}

#forum_table td
	{
	padding:0 10px;
	}

.col0
	{
	background:#111;
	width:41px;
	text-align:left;
	padding:5px 5px 0 5px !important;
	}

.col1
	{
	background:#111;
	}

.col2, .col3
	{
	background:#222;
	text-align:center;
	}

.col4
	{
	background:#333;
	text-align:center;
	width:200px;
	}

#new_topic
	{
	padding:0 !important;
	}

#pager
	{
	text-align:right;
	}


/*- MEMBERS --------------------------- */

#members_table
	{
	width:100%;
	}

#members_men
	{
	width:50%;
	vertical-align:top;
	background:#000 !important;
	}

#members_women
	{
	width:50%;
	vertical-align:top;
	background:#000 !important;
	}

#members_table th
	{
	background:#222;
	border:1px solid #333;
	}

#members_table td
	{
	background:#111;
	text-align:center;
	}

#members_table a:link,
#members_table a:active,
#members_table a:visited,
#members_table a:hover
	{
	color:#ccc;
	}
	
/*- NEWS --------------------------- */

#news_menu
	{
	vertical-align:top;
	width:150px;
	}

.news_year
	{
	display:block;
	}

.news_month
	{
	display:block;
	}



.news_title
	{
	color:#CC3333;
	}

.calendar
	{
	background:URL("../graphics/calendar.gif") no-repeat;
	height:39px;
	width:30px;
	padding:9px 10px 0 0;
	text-align:center;
	color:#333;
	font-size:8pt;
	}

.news_wrapper
	{
	margin-top:10px;
	}

.recent:link,
.recent:active,
.recent:visited
	{
	border:1px solid #333;
	padding:0 5px;
	margin-right:2px;
	color:#777;
	}

.recent:hover
	{
	text-decoration:none;
	background:#333;
	}

#recent_active,
.recent_active
	{
	background:#333;
	background:url("../graphics/tabright6.gif") no-repeat right top;
	background-position:0 -43px;
	color:#fff !important;
	}


/*- BIG IRON SHOP --------------------------- */

.ship
	{
	display:block;
	}

#shop_table
	{
	width:97%;
	}

#shop_menu
	{
	vertical-align:top;
	padding-right:15px;
	width:200px;
	}

#shop_content
	{
	vertical-align:top;
	}

.item_wrapper
	{
	margin:0 0 15px 0;
	}

.item_name
	{
	color:red;
	}


/*- PROFILE UPDATE --------------------------- */

.pr
	{
	width:120px;
	text-align:right;
	padding:3px 5px;
	background:#222;
	vertical-align:top;
	}
.pi
	{
	padding:3px 5px;	
	}
.ph
	{
	background:#444;
	padding:3px 5px;
	font-size:11pt;
	}


/*- PROFILE DETAILS --------------------------- */

.left_wrapper
	{
	width:25%;
	background:url('../images_layout/gallery_line.gif') repeat-y;
	background-position:right;
	padding:10px;
	}
.right_wrapper
	{
	width:73%;
	background-position:left;
	padding:10px;
	vertical-align:top;
	}
.profileBestLifts th
	{
	background:#111;
	font-weight:normal;
	}
#profileListLeft
	{
	vertical-align:top;
	}
#profileListRight
	{
	vertical-align:top;
	}
.profileListHead
	{
	background:#222;
	padding:4px;
	}
#profileListLeft table td,
#profileListRight table td
	{
	background:#111;
	text-align:center;
	}


#profileListLeft table td a:link,
#profileListLeft table td a:active,
#profileListLeft table td a:visited,
#profileListRight table td a:link,
#profileListRight table td a:active,
#profileListRight table td a:visited
	{
	display:block;
	padding:2px;
	text-decoration:none !important;
	color:#ccc !important;
	}
#profileListLeft table td a:hover,
#profileListRight table td a:hover
	{
	text-decoration:underline !important;
	background:#333;
	}


/*- POLL / JUDGE --------------------------- */

.poll_result_wrapper
	{
	width:100%;
	}

.poll_result
	{
	height:16px;
	line-height:16px;
	background:red;
	margin:5px 0;
	padding-right:5px;
	text-align:right;
	font-weight:bold;
	}

.poll_bar
	{
	background:red; 
	padding:0 5px; 
	text-align:right; 
	margin:0 0 5px 0;
	font-weight:bold;
	}

#poll_input_area
	{
	background:#222;
	margin:5px 0;
	}


/*- SHOP --------------------------- */

#shop_table
	{
	border-collapse:collapse;
	width:auto;
	}

#shop_table td
	{
	padding:4px 8px;
	white-space: no-wrap;
	}

.shop_head
	{
	background:#111;
	color:#666;
	}

.shop_col1,
.shop_col2,
.shop_col3
	{
	border-bottom:1px solid #222;
	}

.shop_col2
	{
	text-align:right;
	}

.shop_col2 table td
	{
	padding:0 3px 0 0 !important;
	}

.shop_form_img
	{
	position:relative;
	top:2px;
	}


/*- PICTURES --------------------------- */

#picture_wrapper
	{
	height:200px;
	}

#picture_wrapper div
	{
	float:left;
	text-align:center;
	width:125px;
	height:125px;
	}

#picture_wrapper img
	{
	border-top:5px solid #eee;
	border-left:5px solid #eee;
	border-right:5px solid #eee;
	border-bottom:15px solid #eee;
	}