/* 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
remember to define focus styles! 
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}
*/

/*.forumsBanner{
	position:relative;
	left:0px;
	width:1000px;
	background-repeat: no-repeat;
	height: 91px;
	background-position: bottom;
	margin-bottom: 15px;
	background-image: url(../images/exploreforumbanner.gif);
}*/



blockquote:before, q:before {
	content: open-quote;
	}
blockquote:after, q:after {
	content: close-quote;
	}
blockquote, q {
quotes: '"' '"';
border: solid thin #c0c0c0;
background-color: #f0f0f0;
padding: 4px 4px 4px 4px;	
}
	
/* _______________________________ MeyerWeb Reset Reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ___________ */


/* _______________________________ Basics ___________ 
*/
.content_box a:link {
	color: #235577;
	text-decoration: none;
	}
.content_box a:visited {
	color: #235577;
	text-decoration: none;
	}
.content_box a:hover {
	color: #235577;
	text-decoration: underline;
	}
.content_box a:active {
	color: #235577;
	text-decoration: underline;
	}

.row_name a:link {
	color: black;
	text-decoration: underline;
	}
.row_name a:visited {
	color: black;
	text-decoration: underline;
	}
.row_name a:hover {
	color: black;
	text-decoration: underline;
	}
.row_name a:active{
	color: black;
	text-decoration: underline;
	}

/* _______________________________ Helpers ___________ */

.clearer { clear: both; }

.align_left { text-align: left; }
.align_center { text-align: center; }
.align_right { text-align: right; }
.align_right p{ text-align: right; }

.border_right { border-right: 1px solid #98ACB4; }

.right_pad { padding: 0px 5px 0px 0px; }
.top_pad { padding: 10px 0px 0px 0px; }

.submit_error {
	color: red;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	}

/* _______________________________ Layout ___________ */

#container {
	width: 780px;
	margin: 0px auto;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana;
	color: #235577;
	}

#header {
	position:relative;
	left:0px;
	width:1000px;
	background-repeat: no-repeat;
	height: 49px;
	background-position: bottom;
	margin-bottom: 10px;
	background-image: url(../images/exploreforumbanner.gif);
	margin-top: 5px;
}
	
.logo {
	float: left;
	font-size: 20px;
	font-weight: bold;
	}
.logo a:link { text-decoration: none; }
.logo a:visited { text-decoration: none; }
.logo a:hover { color: #666; text-decoration: none; }
.logo a:active { text-decoration: none; }
	
.top_menu {
	width: 400px;
	padding: 5px 10px 0px 0px;
	float: right;
	text-align: right;
	color: #FFFFFF;
	}
.top_menu a{
	color: #FFF;
	font-weight: bold;
}	

	
.breadCrumbs {
	width: 100%;
	height: 15px;
	padding: 5px 0px 5px 0px;
	}
	
	.breadCrumbs1 {
	width: 450px;
	margin-bottom: 5px;
	float: left;
	height: 20px;
	}
	
#pages_btn {
	width: 500px;
	float: right;
	}
	
.top_btn {
	font-weight: bolder;
	color: #FFFFFF;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	}
	
.pages {
	float: right;
	width: 40%;
	height: 20px;
	padding: 6px 0px 0px;
	text-align: right;
	color: #FFF;
	}
	
	 .pages a,  .pages a:visited,  .pages a:hover, .pages a:active,  .pages a:link{
	padding: 5px;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
	.pages #notBold {
	font-weight: normal;
	}
		
	.pages p {
		padding: 2px 5px 0px 5px;
		float: right;
		}
	.pages img {
		float: right;
		}
		
	 .threadAddSub {
	position: relative;
	float: right;
	width: 300px;
	color: #235577;
	text-align: right;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
	.row_title .threadAddSub a,  .row_title .threadAddSub a:visited,  .row_title .threadAddSub a:hover, .row_title .threadAddSub a:active,  .row_title .threadAddSub a:link {
	color: #007FD1;
		font-weight: normal;

	}
		
#footer {
	border-top: 1px solid #235577;
	padding: 10px 0px 10px 0px;
	font-size: 10px;
	margin: 40px 0px 0px 0px;
	}
	#footer img {
		}
	
/* _______________________________ Data Layout ___________ */

.left_10 { width: 10%; float: left; }
.left_15 { width: 15%; float: left; }
.left_20 { width: 20%; float: left; }
.left_30 { width: 30%; float: left; }	
.left_40 { width: 40%; float: left; }
.left_45 { width: 45%; float: left; }	
.left_50 { width: 50%; float: left; }	
.left_60 { width: 60%; float: left; }	
.left_70 { width: 70%; float: left; }	
.left_80 { width: 80%; float: left; }	
.left_90 { width: 90%; float: left; }	
.left_100 { width: 100%; float: left; }	
.left_auto { width: auto; float: left; }

.right_10 { width: 10%; float: right; }
.right_20 { width: 20%; float: right; }	
.right_30 { width: 30%; float: right; }	
.right_40 { width: 40%; float: right; }	
.right_50 { width: 50%; float: right; }	
.right_60 { width: 60%; float: right; }	
.right_70 { width: 70%; float: right; }	
.right_80 { width: 80%; float: right; }	
.right_90 { width: 90%; float: right; }	
.right_100 { width: 100%; float: right; }	

.content_box {
	margin: 0px;
	min-height: 450px;
	float: left;
	width: 100%;
/*	border: 1px solid #98ACB4;
*/	}

.content_box_short {
	min-height: 100px !important;
}


.row_title {
	width: 100%;
	background-color: #0D4E9B;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	height: 30px;
	clear: both;
	}
	.row_title p,  .row_title a:visited,  .row_title a:hover,  .row_title a:link,  .row_title a:active{
	padding: 5px;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
		}
			
.row_name {
	width: 100%;
	clear: both;
	font-size: 10px;
	border-bottom: 1px solid #98ACB4;
	overflow: hidden;
	font-weight: bold;
	}
	.row_name p {
	padding: 4px 0px 4px 5px;
		}
				
.row_0 {
	width: 100%;
	clear: both;
	font-size: 11px;
	border-bottom: 1px solid #98ACB4;
	overflow: hidden;
	background-color: #EFF4F6;
	}
	.row_0 p {
padding: 4px 0px 4px 5px;
	margin: 0px;		
	}
				
.row_1 {
	background-color: #EBEFF3;
	width: 100%;
	clear: both;
	font-size: 11px;
	border-bottom: 1px solid #98ACB4;
	overflow: hidden;
	}
	.row_1 p {
	padding: 4px 0px 4px 5px;
	margin: 0px;
		}
		
.keep_on {
	/*padding-bottom: 32767px;
	margin-bottom: -32767px;*/
}

.forum_post {
	background-color: #eff4f6;
	width: 100%;
	border-bottom: 1px solid #98ACB4;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	}
		.forum_post p{
	color: #0D4E9B;
	margin: 0px;
	padding: 0px;
	}
	.bolder { font-size: 11px; font-weight: bold; padding: 0px 0px 5px 0px; }
	.forum_post_identity {
		width: 162px;
		float: left;
		margin: 0px;
		padding: 10px;
		clear: right;
		}
	.forum_post_right {
	background-color: white;
	border-left: 1px solid #98acb4;
	width: 800px;
	/* margin: 0px;
		padding: 10px; */
		float: right;
	clear: top;
		}
	.forum_post_content {
		margin: 0px;
		padding: 10px 0px 0px 0px;
		font-size: 11px;
/*		line-height: 11px;
	*/	height: 100%;
		}
		.forum_post_content p { padding: 0px 0px 10px 0px; }
	.forum_post_links {
	border-top: 1px solid #98acb4;
	width: 790px;
	text-align: right;
	padding: 10px 0px 10px 10px;
	margin: 0px;
	font-size: 11px;
	line-height: 11px;
	float: right;
		}
		.forum_post_links p {
	padding: 0px 10px 0px 0px;
	text-align: right;
			}
	.post_padding {
	min-height: 120px;
	padding: 10px 10px 0px;
}
	
.basic_forms {
	width: 500px;
	padding: 0px 0px 0px 40px;
	}
	
.input_name {
	width: 130px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #0D4E9B;
	font-weight: bold;
	}	
.input_name2 {
	width: 100px;
	height: 5px;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: black;
	font-weight: bold;
	}
.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;
	}
.input_box {
	width: 200px;
	height: 15px;
	line-height: 10px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	}
.select_box {
	width: 204px;
	line-height: 10px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	}
.input_file {
	line-height: 10px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	}
.input_checkbox {
	float: right;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 0px 5px;
	}
.input_checkbox_text {
	width: 180px;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	color: black;
	font-size: 9px;
	}
.file_text {
	width: 280px;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	color: black;
	font-size: 9px;
	}
.submit_btns {
	float: right;
	}
	
.profile_username {
	width: 200px;
	height: 5px;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
	float: right;
	color: black;
	}
.profile_textarea {
	width: 200px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	}
.edit_textarea {
	width: 500px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	}
	
.current_avatar {
	float: right;
	clear: both;
	}
	
.profile_form {
	padding: 20px;
	width: 600px;
	}
	.profile_form textarea { width: 200px; }
	.profile_form .clearer { line-height: 5px; }
	.profile_form .profile_username { float: left; }
	
	.avatar_title {
		width: 140px;
		float: left;
		color: black;
		font-weight: bold;
		padding: 10px 0px 0px 5px;
		}
		
	.avatar_options {
		width: 250px;
		float: left;
		}
		
.search_forms {
	width: 340px;
	padding: 20px 0px 0px 0px;
	margin: 0px auto;
	}		
.login_forms {
	width: 340px;
	padding: 20px 0px 0px 20px;
	}

.threadName {
	float: left;
		width: 480px;

	}		
.mesaagePagin {
	float: right;
	width: 500px;
	}

.embedForum {
	font-size: 10px;
	overflow: hidden;
}
.embedRow {
	width: 100%;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #999999;
	}
.embedRow_name {
width: 100%;
	clear: both;
	font-size: 10px;
	border-bottom: 1px solid #999999;
	overflow: hidden;
	font-weight: bold;

	}
	.embedRow_name p{
	padding: 6px 0px;
	}	
	
	.embedRow_name a:link, .embedRow_name a:visited, .embedRow_name a:hover, .embedRow_name a:active {
	color: #666666;
	text-decoration: none;
	}
 
	
	
	.embedRow p{
	padding: 6px 0px;
	}

.embedForum a{
	color:#F29115 !important;
	text-decoration: none;
}

.forumNewPost {
	text-decoration: none;
	float: left;
	width: 100%;
	font-size: 11px;
	margin-top: 10px;
}
.forumNewPost a{
	color:#F29115 !important;

}
.fpTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	background-color: #DBDCDE;
	text-align: left;
	padding: 5px;
	font-size: 11px;
	margin-top: 5px;
}

.forum_post_moderated{
	padding: 5px 10px 5px 10px;
	color: white;
	background-color: #DC143C;
}

a.moderate, a.moderate:visited{
	font-weight: bolder;
	color: White !important;
}

.breadCrumbs1 A.bold {
	font-weight: bolder;
}
