
/*

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;
	}

ol, ul {
	list-style: none;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
	
/* _______________________________ MeyerWeb Reset Reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ___________ */


/* _______________________________ Basics ___________ */

/*
a:link {
	color: #235577;
	text-decoration: underline;
	}
a:visited {
	color: #235577;
	text-decoration: underline;
	}
a:hover {
	color: #235577;
	text-decoration: underline;
	}
a:active {
	color: #235577;
	text-decoration: underline;
	}
*/
.row_name a:link, .row_name a:visited, .row_name a:active {
	color: #4267bb;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.row_name a:hover {
	color: #4267bb;
	text-decoration: underline;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

	
	
	

/* _______________________________ Helpers ___________ */

.clearer { clear: both; }

.align_left { text-align: left; }
.align_center { text-align: center; }
.align_right { text-align: right; }


.border_right { border-right: 1px solid #98ACB4; }

.right_pad { padding: 0px 5px 0px 0px;margin-right: 10px;  }


.top_pad { padding: 10px 0px 0px 0px; }

.submit_error {
	color: red;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	}

/* _______________________________ Layout ___________ */

#chat_container {
	width: 90%;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana;
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}



#chat_header {
	clear:both;
	height: 20px;
	margin: 0px;
	padding-top:20px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 0px;
}


	
#chat_logo {
	float: left
	
}





a.chat_title_link:link, a.chat_title_link:active, a.chat_title_link:visited, a.chat_title_link:hover  {
	font-size: 32px;
	line-height:32px;
	color: #990099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	text-decoration: none;	
}


	
	.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; }
	
.chat_top_menu {
	float:left;
	width: 90%;
	clear:both;
	text-align: left;
	padding: 0px;
	}
	
.breadCrumbs {
	clear:both;
	width: 100%;
	height: 15px;
	margin: 50px 0px 15px 0px;
	}
	
#pages_btn {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
.top_btn {
	float: left;
	width: 60%;
	margin: 15px 0px 20px 0px;
	}
	
.pages {
	float: right;
	width: 40%;
	height: 20px;
	padding: 0px;
	text-align: right;
	}
	.pages p {
		padding: 2px 5px 0px 5px;
		float: right;
		}
	.pages img {
		float: right;
		}
	
	
	
	
	
	

.row_title {
	width: 100%;
	/* height: 100%;  */
	background-color: #305bbe;
	border-bottom: 1px solid #98ACB4;
	font-size: 17px;
	color: #ffffff;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;	
	
	}

.row_title p {
		padding: 5px;
}
			
.row_name {
	clear: both;
	font-size: 10px;
	border-bottom: 1px solid #98ACB4;
	overflow: hidden;
	font-weight: bold;
}
.row_name p {
	padding: 8px 0px 8px 5px;
}

		
.keep_on { padding-bottom: 32767px; margin-bottom: -32767px; }

.forum_post {
	background-color: #f0f0f0;
	width: 100%;
	border-bottom: 1px solid #98ACB4;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	}
	.bolder { font-size: 11px; font-weight: bold; padding: 0px 0px 5px 0px; }
	
	.forum_post_identity {
		margin: 0px;
		padding: 10px;
		clear: right;
	}
		
	.forum_post_right {
		background-color: #f0f0f0;
		border-left: 1px solid #98acb4;
		width: 537px;
		/* margin: 0px;
		padding: 10px; */
		float: right;
		clear: top;
	}
		
	.forum_post_content {
		margin: 0px;
		padding: 10px 0px 0px 0px;
		font-size: 11px;
		line-height: 11px;
		}
		
	.forum_post_content p { padding: 0px 0px 10px 0px; }
	
	.forum_post_links {
		border-top: 1px solid #98acb4;
		width: 100%;
		text-align: right;
		padding: 10px 0px 10px 0px;
		margin: 0px 0px 0px 0px;
		font-size: 11px;
		line-height: 11px;
	}
		.forum_post_links p {
			padding: 0px 10px 0px 0px;
			}
	.post_padding { min-height: 170px; padding: 10px 10px 20px 10px; }
	
.basic_forms {
	width: 620px;
	padding: 0px 0px 0px 40px;
	}
	
	
.input_name {
	width: 130px;
	height: 15px;
	line-height: 5px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	float: left;
	color: #000000;
	font-weight: bold;
	}
		
.input_name2 {
	width: 130px;
	height: 15px;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #000000;
	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: #000000;
	font-size: 9px;
	}
.file_text {
	width: 280px;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 9px;
	}
.submit_btns {
	float: right;
	}
	
.profile_user_name {
	width: 200px;
	height: 5px;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
	float: right;
	color: #000000;
	}
.profile_textarea {
	width: 200px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	}
.edit_textarea {
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	}
	
.current_avatar {
	float: right;
	clear: both;
	}
	
.profile_form {
	padding: 20px;
	width: 700px;
	}
	.profile_form textarea { width: 200px; }
	.profile_form .clearer { line-height: 5px; }
	.profile_form .profile_user_name { float: left; }
	
	.avatar_title {
		width: 140px;
		float: left;
		color: #000000;
		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;
	}
	
	
	
/*____________________________________________________________________________________________Links_*/

	
/*____________________________________________________________________________________________Tags_*/

p { margin: 0px 0px 0px 0px; padding: 3px 0px 10px 0px; line-height: 15px; }

h1 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h2 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h3 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h4 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h5 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

/*____________________________________________________________________________________________Helpers_*/

.clearer { clear: both; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }

.titles { color: #ff6c00; font-size: 20px; padding: 5px 0px 20px 0px; }
.titles_small { color: #ff6c00; font-size: 16px; padding: 5px 0px 20px 0px; }

.font_10 { font-size: 10px; margin: 0px 0px 0px 10px; }
.font_9 { font-size: 9px; margin: 0px 0px 0px 10px; }
.font_red { color: red; }


/*____________________________________________________________________________________________Template Layout_*/

#login_container {
	width: 200px;
	height: 400px;
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	}

#white_container {
	background-color: white;
	width: 100%;
	/* height: 100%;  */
	margin: 0px;
	padding: 0px;
	}
	
.middle_man {
	width: 980px;
	margin: 0px auto;
	}
	
#chat_header {
	background: url("../../shooters_world/chat/images/bg.jpg") repeat-x bottom;
	height: 102px;
	}
	
.logo {
	float: right;
	padding: 58px 0px 0px 0px;
	border: 0px;
	}
	



	
	
#right {
	width: 760px;
	float: right;
	padding: 20px 0px 20px 0px;
	}
	
#footer {
	height: 100px;
	}
	.street_cred {
		padding: 20px 0px 0px 0px;
		text-align: right;
		font-size: 10px;
		}
		.street_cred a:link { text-decoration: none; color: #666; }
		.street_cred a:visited { text-decoration: none; color: #666; }
		.street_cred a:hover { text-decoration: none; color: #FF6C00; }
		.street_cred a:active { text-decoration: none; color: #666; }
	
/*____________________________________________________________________________________________Data Layout_*/

.left_5 { width: 5%; float: left; color: #73D9EF; }
.left_10 { width: 10%; float: left; }
.left_15 { width: 15%; float: left; }
.left_20 { width: 20%; float: left; }
.left_25 { width: 25%; float: left; }
.left_30 { width: 30%; float: left; }	
.left_40 { width: 40%; 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; }	

.right_10 { width: 10%; float: right; }
.right_15 { width: 15%; 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; }

.align_center {
	text-align: center;
	}
.align_right {
	text-align: right;
	}

.title_row {
	background: url("../../shooters_world/chat/images/bg.jpg") repeat-x top;
	width: 100%;
	height: 32px;
	clear: both;
	border-bottom: 1px solid #2878b5;
	margin: 40px 0px 0px 0px;
	}
	.title_row p {
		font-size: 16px;
		color: black;
		padding: 8px 0px 0px 10px;
		}
		
.name_row {
	background: url("../../shooters_world/chat/images/bg.jpg") repeat-x top;
	width: 100%px;
	height: 32px;
	clear: both;
	border-bottom: 1px solid #2878b5;
	margin: 40px 0px 0px 0px;
	}
	.name_row p {
		padding: 7px 0px 4px 0px;
		}
		.name_row a:link { text-decoration: none; color: black; }
		.name_row a:visited { text-decoration: none; color: black; }
		.name_row a:hover { text-decoration: underline; color: black; }
		.name_row a:active { text-decoration: none; color: black; }
				
.edit_row {
	background: url("../../shooters_world/chat/images/bg.jpg") repeat-x top;
	width: 100%;
	height: 32px;
	clear: both;
	border-bottom: 1px solid #2878b5;
	margin: 0px 0px 0px 0px;
	}
	.edit_row p {
		font-size: 18px;
		color: white;
		padding: 7px 0px 4px 10px;
		}
		
.secondary_row {
	background-color: #002f7d;
	width: 95%;
	font-size: 11px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;

	height: auto;
	}
	.secondary_row p {
		padding: 6px 0px 5px 0px;
		}
		.secondary_row p span { padding: 0px 0px 0px 10px; }
				
		
.row_0 {
	/* background-color: white; */
	width: 95%;
	font-size: 11px;
	color: #333333;
	}
	
	.row_0 p {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #002f7d;
	text-decoration: none;
	line-height: normal;
		}


		.row_0 p span { padding: 0px 0px 0px 10px; }
		
.row_1 {
	background-color: #f1f1f1;
	width: 95%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	height: auto;
	}
	
	.row_1 p {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #002f7d;
	text-decoration: none;
	line-height: normal;
		}
		.row_1 p span { padding: 0px 0px 0px 10px; }
		
.top_title {
	position: absolute;
	color: #ff6c00;
	font-size: 20px;
	padding: 5px 0px 10px 0px;
	width: auto;
	height: 20px;
	float: left;
	text-align: left;
	}

.top_input_misc {
	position: absolute;	
	z-index: 1;
	width: 4000px;
	height: 20px;
	padding: 6px 0px 0px 260px;
	}
	
.records {
	position: absolute;
	width: 260px;
	height: 20px;
	text-align: Left;
	padding-right: 5px;
	padding: 10px 10px 0px 0px;
	}

.input_error {
	color: red;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px -40px;
	}
	
.input_name {
	width: 200px;
	float: left;
	margin: 0px 0px 0px 10px;
	}
	
.inputs_01 {
	width: 300px;
	margin: 5px 0px 4px 0px;
	}
.inputs_02 {
	width: 304px;
	margin: 5px 0px 4px 0px;
	}
.inputs_cb {
	width: 15px;
	float: left;
	display: block;
	margin: 7px 0px 4px 0px;
	}
	.cb_text { width: 215px; float: left; padding: 10px 0px 0px 0px; }
	.cb_remove { width: 70px; float: left; padding: 10px 5px 0px 0px; text-align: right; }

.ta_edit {
	width: 300px;
	height: 150px;
	margin: 5px 0px 4px 0px;
	overflow: auto;
	}
	
.bottom_options {
	background-color: #DFF7FF;
	height: 20px;
	width:600px;
	text-align: right;
	padding: 2px 10px 0px 0px;
	}
	
.bottom_options p {
	padding: 0px;
	font-size: 10px;
}
		
#input_btns{
	padding: 10px 0px 0px 0px;
	width: 515px;
	}
	#input_btns input {
		float: right;
		margin: 0px 0px 0px 10px;
		}

		form { padding: 0px; margin: 0px; }
		
		.filter_btn {
			float: left;
			celar: none;
			margin: 0px 0px 0px 3px;
			}
		.filter_input {
			float: left;
			width: 150px;
			padding: 3px 0px 0px 5px;
			height: 17px;
			}
			
/* ------------------------------------- */
/* My Style Sheet*/	
#messageboard_footer {
	padding: 10px 0px 10px 0px;
	font-size: 10px;
	margin: 40px 0px 0px 0px;
	}

.messageboard_box {
	margin: 5px 0px 0px 0px;
	border: 1px solid #98ACB4;
	clear: both;
	
	}
	
	
.messageboard_table_cell { 
	border-right: 1px solid #98ACB4; 
	padding: 3px 4px 0px 4px;
}



.messageboard_table_cell_end { 
	padding: 3px 4px 0px 4px;
}


.messageboard_alt_row{
	background-color:#c0cda3;
}


.messageboard_even_row{
	background-color:#bfd7f0;	
}

.new_row{
	clear: both;
}
.forum_title_2, .forum_title_2 a:link, .forum_title_2 a:visited, .forum_title_2 a:active {
	font-size: 12px;
	color: #397404;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 20px;
}


.forum_title_2 a:hover{
	font-size: 12px;
	color: #397404;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: underline;
	line-height: 20px;
}

