
/* _______________________________ Basics ___________ */


.forumstyle .forumarea .row_name a:link {
	color: black;
	text-decoration: underline;
	}
.forumstyle .forumarea .row_name a:visited {
	color: black;
	text-decoration: underline;
	}
.forumstyle .forumarea .row_name a:hover {
	color: black;
	text-decoration: underline;
	}
.forumstyle .forumarea .row_name a:active{
	color: black;
	text-decoration: underline;
	}
	
.nolinkOrange { color: #FFFFFF}

#boardWrap { width: 680px; padding: 15px 0px 30px 30px}

/* _______________________________ Helpers ___________ */

.forumstyle .forumarea .clearer { clear: both; }

.forumstyle .forumarea .align_left { text-align: left; }
.forumstyle .forumarea .align_center { text-align: center; }
.forumstyle .forumarea .align_right { text-align: right; }

.forumstyle .forumarea .border_right { border-right: 1px solid #5d5d5d; }
.forumstyle .forumarea .border_left { border-left: 1px solid #5d5d5d; }
.forumstyle .forumarea .border_bottom { border-bottom: 1px solid #5d5d5d; }

.forumstyle .forumarea .right_pad { padding: 0px 5px 0px 0px; }
.forumstyle .forumarea .top_pad { padding: 10px 0px 0px 0px; }

.forumstyle .forumarea .submit_error {
	color: red;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	}

/* _______________________________ Layout ___________ */

.forumstyle #container .forumarea {
	width: 678px;
	font-size: 11px;
	line-height: 16px;
	color: #5d5d5d;
	}
	
	.forumstyle #container .forumarea a {color:#6DB43E; font-size:12px; text-decoration: none;}
	.forumstyle #container .forumarea .datelink a {color:#6DB43E; font-size:10px; text-decoration: none;}
	.forumstyle #container .forumarea .datelink a:hover { font-size: 10px}
	.forumstyle #container .forumarea a:hover{color:#afafaf; font-size:12px; text-decoration: underline;}

.forumstyle .forumarea #header {
	height: 20px;
	margin: 0px;
	padding: 12px 1px 10px 0px;
	}
	
.forumstyle .forumarea .logo {
	float: left;
	font-size: 20px;
	font-weight: bold;
	}
	.forumstyle .forumarea .logo a:link { text-decoration: none; }
	.forumstyle .forumarea .logo a:visited { text-decoration: none; }
	.forumstyle .forumarea .logo a:hover { color: #666; text-decoration: none; }
	.forumstyle .forumarea .logo a:active { text-decoration: none; }
	
.forumstyle .forumarea .top_menu {
	width: 400px;
	padding: 3px 0px 0px 0px;
	float: right;
	text-align: right;
	}
	
.forumstyle .forumarea .breadCrumbs {
	width: 100%;
	height: 15px;
	padding: 0px 0px 0px 0px;
	font-size: 12px; color: #1177A8;
	margin-bottom:10px;
	}
	
.forumstyle .forumarea #pages_btn {
	position: absolute; right: 0; top: 15px;
	z-index: 999;
	width: 270px;
	height: 20px;
	margin: 15px 8px 0 0;
	}
	
.forumstyle .forumarea .top_btn {
	margin:0px 5px 0px 0px;
	float: right;
	}
	
.forumstyle .forumarea .pages {
	float: right;
	width: 35%;
	height: 20px;
	padding: 0px;
	text-align: right;
	}
	.forumstyle .forumarea .pages p {
		padding: 2px 5px 0px 5px;
		float: right;
		color:#FFFFFF;
		}
	.forumstyle .forumarea .pages img {
		float: right;
		}
		
.forumstyle .forumarea #footer {
	padding: 10px 0px 10px 0px;
	font-size: 10px;
	margin: 40px 0px 0px 0px;
	}
	.forumstyle .forumarea #footer img {}
	
/* _______________________________ Data Layout ___________ */

.forumstyle .forumarea .left_8 { width: 8%; float: left; }
.forumstyle .forumarea .left_10 { width: 10%; float: left; }
.forumstyle .forumarea .left_15 { width: 15%; float: left; }
.forumstyle .forumarea .left_20 { width: 20%; float: left;}
.forumstyle .forumarea .left_30 { width: 30%; float: left; }
.forumstyle .forumarea .left_35 { width: 35%; float: left; }	
.forumstyle .forumarea .left_40 { width: 40%; float: left; }
.forumstyle .forumarea .left_45 { width: 45%; float: left; }	
.forumstyle .forumarea .left_50 { width: 50%; float: left; }	
.forumstyle .forumarea .left_60 { width: 60%; float: left; }	
.forumstyle .forumarea .left_70 { width: 70%; float: left; }	
.forumstyle .forumarea .left_80 { width: 80%; float: left; }	
.forumstyle .forumarea .left_90 { width: 90%; float: left; }	
.forumstyle .forumarea .left_100 { width: 100%; float: left; }	
.forumstyle .forumarea .left_auto { width: auto; float: left; }

.forumstyle .forumarea .right_8 { width: 8%; float: right; }
.forumstyle .forumarea .right_10 { width: 10%; float: right; }
.forumstyle .forumarea .right_20 { width: 20%; float: right; }	
.forumstyle .forumarea .right_30 { width: 30%; float: right; }
.forumstyle .forumarea .right_35 { width: 35%; float: right; }	
.forumstyle .forumarea .right_40 { width: 40%; float: right; }	
.forumstyle .forumarea .right_50 { width: 50%; float: right; }	
.forumstyle .forumarea .right_60 { width: 60%; float: right; }	
.forumstyle .forumarea .right_70 { width: 70%; float: right; }	
.forumstyle .forumarea .right_80 { width: 80%; float: right; }	
.forumstyle .forumarea .right_90 { width: 90%; float: right; }	
.forumstyle .forumarea .right_100 { width: 100%; float: right; }	

.forumstyle .forumarea .content_box, .content_box {
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #5d5d5d;
	border-left: 1px solid #5d5d5d;
	border-right: 1px solid #5d5d5d;
	}

.forumstyle .forumarea .row_title, .content_box .row_title {
	width: 100%;
	height: 100%;
	background: #ababab;
	font-weight: bold;
	color: black;
	border-bottom: 1px solid #5d5d5d;
	height: 27px;
	padding-top: 10px
	
	}
	
.row_title_text {
	margin-left: 5px;
	color:#FFFFFF;
	float: left;
	}
			
.forumstyle .forumarea .row_name, .content_box .row_name {
	width: 100%;
	clear: both;
	font-size: 10px;
	background: #1177A8;
	border-bottom: 1px solid #5d5d5d;
	overflow: hidden;
	font-weight: bold;
	}
	.row_name p {padding: 8px 0px 8px 5px;}
	.post p {padding: 8px 0px 8px 5px;}
			
				
.content_box {width:667px; border-spacing: 0px; border-collapse: collapse;}

				
.forumstyle .forumarea .row_0, .content_box .row_0 {
	background: #ccc url('/images/row-tile-bg2.gif') top left repeat-y;
	width: 100%;
	clear: both;
	font-size: 11px;
	border-bottom: 1px solid #5d5d5d;
	overflow: hidden;
}
	.row_0 p { padding: 8px 0px 8px 5px;}
	.forumstyle .forumarea .row_0.bgclear, .content_box .row_0.bgclear{background-image: none !important; background-color: #ccc;}
				
.forumstyle .forumarea .row_1, .content_box .row_1 {
	background: #FFFFFF url('/images/row-tile-bg.gif') top left repeat-y;
	width: 100%;
	clear: both;
	font-size: 11px;
	border-bottom: 1px solid #5d5d5d;
	overflow: hidden;
}


#forumColumn03 {background: #FFFFFF url('/images/row-tile-bg3.gif') top left repeat-y; background-position: -5px 0}
#forumColumn04 {background: #FFFFFF url('/images/row-tile-bg4.gif') top left repeat-y; background-position: -5px 0}

#forumColumn05 {background: #FFFFFF url('/images/row-tile-bg5.gif') top left repeat-y; background-position: -5px 0}
#forumColumn06 {background: #FFFFFF url('/images/row-tile-bg6.gif') top left repeat-y; background-position: -5px 0}

#forumNobg { background-image: none}

.forumCenter { text-align: center}

.extratop { padding-top: 5px}

.row_1 p {padding: 8px 0px 8px 5px;}
.content_box .row_1.bgclear{background-color: #ffffff; background-image: none !important;}
.content_box .row_1.bgflames{background: #ffffff url('/images/white-flames-light.gif')bottom left repeat-x !important;}

.forumstyle .forumarea .keep_on {/* padding-bottom: 32767px; margin-bottom: -32767px;*/ margin-left:5px; }


.forumstyle .forumarea .forum_post {
	background:#EFEFEF url('/images/post-skull.gif') top left no-repeat;
	width: 100%;
	border-bottom: 1px solid #5d5d5d;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	}
	.forumstyle .forumarea .bolder { font-size: 11px; font-weight: bold; padding: 0px 0px 5px 0px; color:#1177A8; }
	.forumstyle .forumarea .forum_post_identity {
		width: 100px;
		float: left;
		margin: 0px;
		padding: 10px;
		clear: right;
		}
	.forumstyle .forumarea .forum_post_right {
		background: #ffffff url('/images/white-flames-light.gif') bottom left repeat-x;
		border-left: 1px solid #5d5d5d;
		width: 537px;
		/* margin: 0px;
		padding: 10px; */
		float: right;
		clear: top;
		}
	.forumstyle .forumarea .forum_post_content {
		margin: 0px;
		padding: 10px 0px 0px 0px;
		font-size: 11px;
		line-height: normal;
		height: 100%;
		}
		.forumstyle .forumarea .forum_post_content p { padding: 0px 0px 10px 0px; }
	.forumstyle .forumarea .forum_post_links {
		border-top: 1px solid #5d5d5d;
		width: 100%;
		text-align: right;
		padding: 10px 0px 10px 0px;
		margin: 0px 0px 0px 0px;
		font-size: 11px;
		line-height: normal;
		}
		.forumstyle .forumarea .forum_post_links p {
			padding: 0px 10px 0px 0px;
			}
		.forumstyle .forumarea .forum_post_links p a{font-weight: bold;}

.forumstyle .forumarea .post_padding { min-height: 170px; padding: 10px 10px 20px 10px; }
	
.forumstyle .forumarea .basic_forms, .content_box .basic_forms {
	width: 520px;
	padding: 0px 0px 0px 40px;
	}
	
.forumstyle .forumarea .input_name {
	width: 130px;
	height: inherit;
	line-height: inherit;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #ee8315;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	}	
.forumstyle .forumarea .input_name2 {
	width: 100px;
	height: 5px;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: black;
	font-weight: bold;
	}
.forumstyle .forumarea .input_name_extras {
	width: 130px;
	height: 5px;
	line-height: 5px;
	margin: 0px 0px 0px 140px;
	padding: 0px;
	float: left;
	font-size: 9px;
	color: #666;
	clear: none;
	}
.forumstyle .forumarea .input_box {
	width: 200px;
	height: 15px;
	line-height: 10px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	}
.forumstyle .forumarea .select_box {
	width: 204px;
	line-height: 10px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	}
.forumstyle .forumarea .input_file {
	line-height: 10px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	}
.forumstyle .forumarea .input_checkbox {
	float: right;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 0px 5px;
	}
.forumstyle .forumarea .input_checkbox_text {
	width: 180px;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	color: black;
	font-size: 9px;
	}
.forumstyle .forumarea .file_text {
	width: 280px;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	color: black;
	font-size: 9px;
	}
.forumstyle .forumarea .submit_btns {
	float: right;
	}
	
.forumstyle .forumarea .profile_username {
	width: 200px;
	height: inherit;
	line-height: inherit;
	margin: 0px;
	padding: 0px;
	float: right;
	color: black;
	}
.forumstyle .forumarea .profile_textarea {
	width: 200px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	}
.forumstyle .forumarea .edit_textarea {
	background: #ffffff url('/images/white-skull.gif') top left no-repeat;
	width: 500px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.forumstyle .forumarea .current_avatar {
	float: right;
	clear: both;
	}
	
.forumstyle .forumarea .profile_form {
	padding: 20px;
	width: 600px;
	}
	.forumstyle .forumarea .profile_form textarea { width: 200px; }
	.forumstyle .forumarea .profile_form .clearer { line-height: 5px; }
	.forumstyle .forumarea .profile_form .profile_username { float: left; }
	
	.forumstyle .forumarea .avatar_title {
		width: 140px;
		float: left;
		color: black;
		font-weight: bold;
		padding: 10px 0px 0px 5px;
		}
		
	.forumstyle .forumarea .avatar_options {
		width: 250px;
		float: left;
		}
		
.forumstyle .forumarea .search_forms {
	width: 340px;
	padding: 20px 0px 0px 0px;
	margin: 0px auto;
	}		
.forumstyle .forumarea .login_forms {
	width: 340px;
	padding: 20px 0px 0px 20px;
	}
	
	hr { clear:both; }
	
.formBox {width: 500px;}

.bodytable{padding: 10px; border: #999999 1px solid; margin-bottom: 10px; width: 480px; background: #ccc;}

.quote{background: #0079C0; padding: 5px; color: #fff;}
