caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
	
.row_name a:link {
	color: #006666;
	}
.row_name a:visited {
	color: #006666;
	}
.row_name a:hover {
	color: #006666;
	}
.row_name a:active{
	color: #006666;
	}

/* _______________________________ Helpers ___________ */

.clearer { clear: both; }

.align_left { text-align: left; }
.align_center { text-align: center; }
.align_right { text-align: right; }

.border_right { }

.right_pad { padding: 0px 5px 0px 0px; }
.top_pad { padding: 10px 0px 0px 0px; }

.submit_error {
	color: red;
	text-decoration: none;
	}

/* _______________________________ Layout ___________ */


.breadCrumbs {
	width: 100%;
	height: 15px;
	font-size: 11px;
	padding: 0px 20px 10px 20px;
	}
	
#pages_btn {
	width: 100%;
	display: inline-table;
	}
	
.top_btn {
	float: left;
	width: 60%;
	}
	
.full_page {
	width: 959px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	padding: 0px 20px 0px 20px;
	}
	.full_page p {
		padding: 0 20px 0 20px;
		font-size: 12px;
		}	
	
.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;
		}
		
	
/* _______________________________ Data Layout ___________ */

table {width: 100%;}

.left_10 { width: 10%; }
.left_15 { width: 15%; }
.left_20 { width: 20%; }
.left_30 { width: 30%; }	
.left_40 { width: 40%; }
.left_45 { width: 45%; }	
.left_50 { width: 50%; }	
.left_60 { width: 60%; }	
.left_70 { width: 70%; }	
.left_80 { width: 80%; }	
.left_90 { width: 90%; }	
.left_100 { width: 100%; }	
.left_auto { width: auto; }

.right_10 { width: 10%; }
.right_20 { width: 20%; }	
.right_30 { width: 30%; }	
.right_40 { width: 40%; }	
.right_50 { width: 50%; }	
.right_60 { width: 60%; }	
.right_70 { width: 70%; }	
.right_80 { width: 80%; }	
.right_90 { width: 90%; }	
.right_100 { width: 100%; }	

.row_name th {
	text-decoration: none;
	border-bottom: 1px solid #ff9900;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;
	background-color: white;
	padding: 5px;
	}
				
.row_0 td {
	font-size: 12px;
	overflow: hidden;
	padding: 5px;
	}
				
.row_1 td {
	background-color: #eeeeee;
	font-size: 12px;
	overflow: hidden;
	padding: 5px;
}
		
.keep_on { /*padding-bottom: 32767px; margin-bottom: -32767px;*/ }

.forum_post {
	background-color: #eeeeee;
	width: 100%;
	border-bottom: 1px solid #ff9900;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	}
	.bolder { font-weight: bold; padding: 0px 0px 0px 0px; }
	.forum_post_identity {
		width: 150px;
		margin: 0px;
		padding: 10px;
		font-size: 11px;
		clear: left;
		vertical-align: top;
		border-right: 1px solid #ff9900;
		}

	.forum_post_content {
		margin: 0px;
		padding: 10px 0px 0px 0px;
		line-height: 11px;
		height: 100%;
		}

	.forum_post_links {
		width: 100%;
		text-align: right;
		padding: 5px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-size: 11px;
		line-height: 11px;
		}
		.forum_post_links p {
			font-size: 11px;
			padding: 0px 10px 0px 0px;
			}
	
.basic_forms {
	padding: 0px 30px 0px 20px;
	}
	.basic_forms label {
		font-size: 11px;
		}
		
	
.input_name {
	width: 130px;
	height: 5px;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: black;
	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 0px;
	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;
	padding: 10px 0px 0px 0px;
	margin-right: 0px;
	}
	
legend {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}	
	
.logon {
	width: 100%;
	border-bottom:hidden;
	margin-bottom:0px;	
	}
	.logon input {
		width:100%;
		}
			
.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;
	}
	
	.wiki_toc {
		background-color: #eeeeee;
		padding: 1px 10px 5px 10px;
		margin-bottom: 10px;
		width:90%;
		}
		
.signature {
	padding: 5px;
	border-top: 1px dotted #ff9900;
	font-size: 10px;
		}
