/* forum pages css */


/* ---- forum.php ---- */

div.forum_title{
	clear: both;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	}
	div.forum_title span.titleName{
		font-weight: bold;
		}
div.actions{
	clear: both;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

div.thread_list{
	clear: both;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 0px;
	}
table.thread_table{
	clear: both;
	border: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: normal;
	}
	table.thread_table tr.first td{ border-top: 1px solid #000000;}
	table.thread_table tr{}	
		table.thread_table tr th{
			text-align: left;
			font-weight: bold;
			padding-right: 20px;
			}
		table.thread_table tr th.icon{
			padding-right: 2px;
			}
		table.thread_table tr td{
			text-align: left;
			font-weight: normal;
			padding-right: 20px;
			}
		table.thread_table tr td.icon{
			padding-right: 2px;
			background: #ffffff;
			}

	/*	table.thread_table tr td a{
			color: #000000;
			}
		table.thread_table tr td a:visited{
			color: #000000;
			}
	*/	table.thread_table tr td.divider{
				height: 1px;
				background: #000000;
				}
	table.thread_table tr.blue{
		background: #EDEDFF;
		}

img.image_sticky{
	border: none;
	margin-bottom: 2px;
	}

/* ---- forumViewThread.php ----*/

span.thread_created{
	font-size: 12px;
	}

div.thread_index{
	margin: 5px 10px 5px 0px;
	font-size: 11px;
	}

div.post_list {
	margin-left: 30px;
	}

div.post_module{
	margin-top: 10px;
	background: #DFDFDF;
	width: 560px;
	padding: 4px 10px 4px 10px; 
	border: 1px solid #000000;
	}

	div.post_module div.postText{
		clear: both;
		width: 550px;
		background: #FFFFFF;
		border: 1px solid #000000;
		padding: 3px 4px 3px 6px;
		margin-bottom: 2px;
		}

div.postHeader{
	float: left;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-left: 5px;
	width: 380px;
	}
	div.postHeader span.display_author{
		font-weight: bold;
		}
	div.postHeader span.display_subj{
		font-weight: bold;
		}
		
div.top_actions	{
	width: 130px;
	float: right;
	margin-top: 3px;
	margin-right: 6px;
	text-align: right;
	}


div.editedBy{
	margin-top: 4px;
	font-style: italic;
	font-size: 11px;
	color: #AA0000;
	}

blockquote{
	border-top: solid #999999 1px;
	border-bottom: solid #999999 1px;
	padding-top: 1px;
	padding-bottom: 3px;
	margin-top: 5px;	
	margin-left: 15px;
	margin-right: 15px;
	color: #333333;
	}


table.inside_table{
	margin-top: 6px;
	margin-left: 0px;
	}
	table.inside_table tr td{
		padding: 1px 0px 0px 4px;
		text-align: left;
		vertical-align: top;
		}

/* ---- forumNewPost.php ---*/

div.forum_postEditArea{
	margin-left: 30px;
	}
div.forum_postEditArea fieldset{
	width: 560px;
	background: #DFDFDF;
	border: 1px solid #000000;
	padding: 3px 4px 3px 4px;
	margin-bottom: 2px;
	}
	div.forum_postEditArea label{
		clear: both;
		font-weight: bold;
		}
	div.forum_postEditArea textarea{
		font-family: arial;
		font-size: 12px;
		clear: both;
		margin: 4px 5px 5px 4px;
		width: 530px;
		height: 300px;
		padding: 3px 3px 3px 3px;
		}
	div.forum_postEditArea input.submitButton{
		float: left;
		clear: both;
		margin-right: 10px;
		margin-left: 25px;
		margin-bottom: 5px;
		}
	div.forum_postEditArea a {
		float: left;
		margin-top: 3px;
		}
	div.forum_postEditArea input.forum_subject_input{
		width: 400px;
		margin-bottom: 4px;
		margin-top: 4px;
		}

div.forum_instructionsArea{
	clear: both;
	width: 560px;
	margin-top: 20px;
	margin-left: 30px;
	background: #DFDFDF;
	border: 1px solid #000000;	
	padding: 6px 6px 6px 6px;
	}
	
form.searchform fieldset{
	float: left;
	clear: both;
	width: auto;
	padding: 10px;
	margin: 5px;
	border: solid 1px #000;
	background: #DDDDDD;}
form.searchform fieldset h3{margin: 0; padding: 0 0 5px 0;}

form.searchform fieldset label{
	font-weight: bold;
	float: left;
	clear: left;
	}
form.searchform input, form.searchform select{
	float: left;}
form.searchform fieldset p{
	float: left;
	margin: 0;
	padding: 0;}
	
form.searchform fieldset select, form.searchform fieldset p, form.searchform fieldset input, form.searchform fieldset label{margin: 3px; }
	
div.form{width: auto; float: left; clear: both;}	
div.form form {float: left; width: auto;}
div.form fieldset {float: left; width: auto; clear: none; padding: 10px;}
div.form fieldset label {float: left; clear: left; width: 100px; padding-bottom: 5px; margin-bottom: 5px; font-weight: bold;}
div.form input.text, div.form textarea {float: left; clear: none; width: 200px;}

.floatleft {float: left;}
.clearer {clear: both;}
a.btn_cancel {float: left; padding-top: 3px; margin-left: 20px;}
a.button {float: left; padding-top: 3px; margin-left: 5px;}
