/* Forum specific styles */

/* Forum Index */
#surrounding_div	{
	width: 670px;
	float: left;
	margin: 0 8px 10px 0;
}

ul.forum_index,
ul.forum_index li	{
	list-style: none;
}

ul.forum_index li	{
	position: relative;
	background: #fafafa;
	margin: 5px 0;
	border: 1px solid #eee;
	height: 60px;
}

ul.forum_index li.bg_alternate	{
	background: #f2f2f2;
}

ul.forum_index li h4	{
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 0;
	margin: 0;
}

ul.forum_index li p	{
	padding: 25px 0 5px 5px;
	margin: 0;
	width: 53%;
}

ul.forum_index dl	{
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
}

ul.forum_index dl dt	{
	color: #999;
	font-style: italic;
	width: 49%;
	position: absolute;
	top: 0;
	left: 0;
}

ul.forum_index dl dd	{
	line-height: 17px;
	width: 49%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 20px;
}

ul.forum_index dl dt.right,
ul.forum_index dl dd.right	{
	left: 40%;
	width: 58%;
}





/* Forum Threads */

table.forum_table	{
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

table.forum_table thead	{
	background: #eee;
}

table.forum_table tbody	{
	background: #fafafa;
}

table.forum_table tr	{
	
}

table.forum_table tr.bg_alternate	{
	background: #f4f4f4;
}

table.forum_table th	{
	font-weight: normal;
	font-style: normal;
	color: #999;
	text-align: left;
	padding: 3px 8px;
	border-left: 1px solid #e2e2e2;
}

table.forum_table td	{
	padding: 3px 8px;
	border-left: 1px solid #e2e2e2;
}

table.forum_table h4	{
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

table.forum_table h4.sticky	{
	padding: 0 0 0 30px;
	background: left top no-repeat url(/images/forum_sticky.gif);
}


table.forum_table h4.voting	{
	padding: 0 0 0 30px;
	background: left top no-repeat url(/images/icons/16chart.png);
}








/* Thread View */

ul.forum_posts,
ul.forum_posts li	{
	list-style: none;
}

ul.forum_posts	{
	margin: 10px 0;
}

ul.forum_posts li	{
	background: #fafafa;
	border: 1px solid #eee;
	clear: both;
	width: 100%;
	overflow: hidden;
}

ul.forum_posts li.bg_alternate	{
	background: #f6f6f6;
}






ul.forum_posts li h5	{
	background: #eee;
	padding: 3px 8px;
}

ul.forum_posts li h6	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	color: #999;
	text-transform: none;
	margin: 0;
	padding: 15px 50px 25px 135px;
	border: 0;
}


a.back_link	{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 9px;
	display: none;
	visibility: hidden;
}



.post_details	{
	width: 130px;
	float: left;
	margin: 0 0 10px 0;
}

.post_details dl.mitglieder_thumbs	{
	float: none;
	clear: both;
}

.post_details ul.subnavi_post	{
	margin: 3px;
	background: none;
}

.post_details ul.subnavi_post li	{
	padding: 0;
	border: 0;
	background: none;
}

.post_details ul.subnavi_post li a	{
	display: block;
	padding: 0 2px 0 4px;
	margin: 0;
}

.post_details ul.subnavi_post li a:link,
.post_details ul.subnavi_post li a:visited	{
	background: none;
}

.post_details ul.subnavi_post li a:hover,
.post_details ul.subnavi_post li a:active	{
	background: #f2f2f2;
}





.post_content	{
	padding: 10px 10px 10px 135px;
	margin: 0;
	border: 0;
	min-height: 115px;
}

.post_content p	{
	margin: 10px 0 10px 0;
	padding:0;
	line-height: 1.5em;
	width: 100%;
}

.post_content blockquote	{
	color: #999;
	padding: 10px 30px 10px 60px;
}

.post_content blockquote cite	{
	font-style: italic;
	color: #666;
	border-top: 1px solid #ccc;
	padding: 5px;
}

.post_content ul	{
	margin: 10px;
	color: #666;
	background: none;
}

.post_content ul li	{
	border: 0;
	padding: 0 0 0 12px;
	background: 0 7px no-repeat url(/images/white/bg_ul-li.gif);
	clear: none;
}

.post_content ol	{
	margin: 10px 10px 10px 30px;
	color: #666;
	background: none;
}

.post_content ol li	{
	border: 0;
	padding: 0;
	list-style: decimal;
	clear: none;
	background: none;
}

.post_content dl	{
	margin: 10px;
	color: #666;
}

.post_content dl dt	{
	margin: 5px 0 0 0;
	font-weight: bold;
}

.post_content dl dd	{
	margin: 0 10px 0 10px;
	clear: none;
}

.post_content em	{
	font-weight: normal;
	font-style: italic;
	color: #777;
}

.post_content strong	{
	font-weight: bold;
	font-style: normal;
	color: #333;
}

.post_content img	{
	display: block;
	margin: 10px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}







h3 a	{
	display: inline;
	background: none;
}

h3 a:link,
h3 a:visited	{
	color: #333;
	text-decoration: none;
}

h3 a:hover,
h3 a:active	{
	color: #333;
	text-decoration: underline;
}


form	{
	margin: 10px 0;
}


/*
	Vote Stuff
*/
.voteFields  {
	margin-left:-180px !important;
}
.voteFields li {
	clear:left;
}
.voteFields li input{
	width: 20px;
	float:left;
}
.voteFields li label{
	float:left;
	width: 250px;
	text-align:left;
	font-weight: bold;
	left:0px !important;
	position:relative !important;
}
.voteResult {
	float:left;
	background:red;
	margin: 1px 0;
	border:1px solid black;
	width:0px;
	height:14px;
	opacity:0;
	padding-left: 5px;
	overflow:hidden;
	text-align:left;
}
