@CHARSET "UTF-8";

#forum_intro {
	background-color: #44697D;
	border: 1px #44697D solid;
	padding: 10px;
	color: white;
}

#forum_intro .header {
	font-family: Tahoma, Verdana;
	font-size: 16px;
	color: #F47B20;
	margin-top: 0px;
}

#forum_list_table {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #44697D;
}

#forum_list_table td {
	padding: 5px;
}

#forum_list_table thead {
	background-color: #44697D;
	color: white;
	font-weight: bold;
}

#forum_list_table tbody {
	background-color: #ECF3F7;
}

#forum_list_table tbody .forum_name {
	width: 440px;
}

#forum_list_table tbody .topics {
	width: 50px;
	text-align: center;
}

#forum_list_table tbody .posts {
	width: 50px;
	text-align: center;
}

#forum_list_table tbody .last_post {
	width: 192px;
}

#breadcrumb {
	background-color: #ecf0f2;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

#forum_error {
	border: 2px dashed red;
	font-size: 14px;
	font-weight: bold;
	color: red;
	padding: 20px;
	margin-bottom: 10px;
}

#forum_error p {
	font-size:18px; 
	color: black;
	margin: 0px;
}

#post_preview {
	padding: 2px;
	border: 1px solid #44697D;
}

#post_preview .title {
	margin-bottom: 2px;
	background-color: #44697D;
	padding: 5px;
	color: white;
	font-weight: bold;
}

#post_preview .subject {
	margin-bottom: 2px;
	font-weight: bold;
	padding: 5px;
	background-color: #D5DEE7;
	color: #44697D;
}

#post_preview .body {
	padding: 5px;
	background-color: #ECF3F7;
}

#breadcrumb a {

}

.forum_heading {
	font-size: 18px;
	color: #44697D;
	font-family: tahoma;
}

#terms {
	background-color: #ecf0f2;
	padding: 5px;
	margin: 10px 0px;
}

#topic_list_table {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #44697D;
}

#topic_list_table .lightbar td {
	background-color: #ecf0f2;
	padding: 7px;
}

#topic_list_table .titlebar td {
	background-color: #44697D;
	padding: 7px;
	color: white;
	font-weight: bold;
}


#topic_list_row td {
	background-color: #ECF3F7;
	padding: 3px;
}

#topic_list_row_ce td {
	background-color: #ECF3F7;
	padding: 3px;
}

.icon_cell {
	text-align: center;
	width: 35px;
}

.topic_cell {
	width: 440px;
}

.views_cell {
	text-align: center;
	width: 60px;
}

.replies_cell {
	text-align: center;
	width: 60px;
}

.last_post_cell {
	width: 145px;
}

p.ce_pick_text {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

#post_list_table {
	border: 1px solid #44697D;
}

#post_list_table .page_numbers {
	background-color: #ecf0f2;
	padding: 5px;
}

#page_numbers p {
	display: inline;
	border: 1px solid black;
	padding: 1px 2px;
	margin-left: 5px;
	background-color: white;
}

#page_numbers p.unselected {
	cursor: pointer;
}

#page_numbers p.selected {
	background-color: #44697D;
	font-weight: bold;
	color: white;
}

#post_list_table .page_numbers div {
	float: right;
}

#post_list_table .page_numbers form {
	margin: 0px;
}

#post_list_table .topic_title {
	background-color: #44697D;
	padding: 5px;
	color: white;
	font-weight: bold;
}

#post_list_table .post_header td {
	font-weight: bold;
	padding: 5px;
	background-color: #D5DEE7;
	height: 100%;
	color: #44697D;
}

#post_list_table .poster_name {

}

#post_list_table .post_title {

}

#post_list_table .post_details {
	background-color: #ECF3F7;
	height: 100%;
	padding: 5px;
	width: 160px;
	font-weight:normal;
}

#post_list_table .post_container {
	background-color: #ECF3F7;	
}

#post_list_table .post {
	padding: 3px 5px 5px 5px;
	background-color: #ECF3F7;
	font-weight:normal;
}

#post_list_table .post_images {
	padding: 5px;
	border-top: 2px solid white;
}

#post_list_table .post_images p {
	font-size: 14px;
	color: #44697D;
}

#post_list_table .post_rating {
	padding: 5px;
	border-top: 2px solid white;
}

#post_list_table .post_tags {
	padding: 5px;
	border-top: 2px solid white;
}

#post_list_table .post_buttons td {
	padding: 5px 5px 0px 5px;
	background-color: #D5DEE7;
}

#post_list_table .post_buttons form {
	display: inline;
	margin: 0px;
}

#post_list_table .post_buttons_left {
	background-color: #97B2C4;
		margin-top: 2px;
}

#post_list_table .post_buttons_right {
	background-color: #97B2C4;
		margin: 2px 0px 0px 2px;
	text-align: right;
}

#ce_comment {
	background-color: #FFFFDD;
	margin-bottom: 2px;
	padding: 10px;
}

#ce_picks {
	background-color: #FFFFDD;
	padding: 10px;
}

#std_box {
	float: left;
	margin-bottom: 2px;
}

#std_box form {
	margin: 0px;
}

#std_box .box_header {
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #44697D;
	padding: 5px;
	margin-bottom: 3px;
}

#std_box .box_body {
	background-color: #ECF3F7;
	padding: 5px;
}

div.forum_quote {
	border: 1px solid red;
	padding: 10px;
}
