﻿/* --- forum.css --- */

/* =====================================================================
	generic forum
===================================================================== */

.forum,
.forumThread,
.forumThreadList 	
{
	width: 746px !important;
	float: left;
}

.forum h1, 
.forumThread h1,
.forumThreadList h1	
{
	float: left;
}

.forum h2, 
.forumThread h2,
.forumThreadList h2	
{
	font-size: 100%;
	padding-bottom: 10px;
}

.forum p, 
.forumThread p,
.forumThreadList p	
{
	clear: both;
}

/* --- table --- */
table.forum
{
	font-size: 80%;
	width: 100%;
	margin-bottom: 10px;
	border-bottom:1px solid #D6D6D6;
}

	table.forum th,
	table.forum td
	{
		padding: 10px 0 10px 5px;
		font-weight: bold;
	}

	table.forum th 
	{
		text-align: left;
		border: none;
		border-top:1px solid #D6D6D6;
	}

	table.forum td
	{
		border: none;
		font-weight: normal;
		border-top:1px solid #D6D6D6;
	}

	table.forum td.odd
	{
		background-color: #F0F0F0;
	}

	table.forum tr:hover
	{
		background-color: #F0F0F0;
	}
		
	table.forum p
	{
		font-size: 100%;
		padding: 0;
	}

/* =====================================================================
	forum overview
===================================================================== */

.forum
{
	float: left;
}

	.forum ul.forumList
	{
		width: 725px;
		font-size: 80%;
	
		border-top:1px solid #D6D6D6;
	}

	.forum ul.forumList li
	{
		border:medium none;
		list-style-position:inside;
		list-style-type:none;
		padding:8px 0 8px 10px;
		vertical-align:middle;
		font-size:120%;
		font-weight: bold;
		border-bottom:1px dotted #D6D6D6;
		list-style-type:none;
	}
	
	.forum ul.forumList li:hover
	{
		background-color: #F0F0F0;
}

/* =====================================================================
	forum thread list
===================================================================== */
	
.Forum_BreadcrumbNav
{
    background: none repeat scroll 0 0 #F0F0F0;
    margin: 0 0 6px;
    width: 738px;
    display: block;
    float: left;
    padding-left: 8px;
}
	
	.Forum_BreadcrumbNav span
	{
		font-size: 75%;
		padding: 8px 16px 8px 8px;
		display: block;
		float: left;
		background: url("/images/bullet_2.gif") no-repeat scroll right center transparent;
	}
	
.forumThreadList ol
{
	font-size: 80%;
	padding-bottom: 10px;
}
	
	.forumThreadList ol li
	{
		font-weight: bold;
		list-style-type: lower-roman;
		list-style-position: inside; 
	}

/* =====================================================================
	 forum thread
===================================================================== */

.forumThread	
{
	float: left;
}

