/*
////////////////////////////////////////////////////////////////////////////
   (C) Copyright Fredrik Andersson, 2007
       All designs and code belongs to Fredrik Andersson!
       Contact: kontakt (at) fredrik-a.se
////////////////////////////////////////////////////////////////////////////
*/

div#forum_container {
	padding: 1px; 
	border: 1px solid #EEEEEE;
	font-size: 1.1em;
}

#forum_container table {
	width: 100%;
	border: 1px solid #FFF;
	overflow: hidden;
}

#forum_container table tr.header {
	height: 27px;
	background: url(../images/forum_bg.png) repeat-x top; 
}

tr.header th.divider {
	width: 1px; 
	height: 100%; 
	background: #EFE;
}

.headTitle {
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 10px;
}

.forumTitle {
	color: #666;
	font-weight: bold;
	font-size: 1.3em;
	margin: 10px;
}

#forumNav {
	margin-bottom: 3px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 8px;
	font-size: 1.2em; 
	font-weight: bold;
}

#forum_container table tbody tr td.divider {
	width: 1px; 
	height: 100%;
	background-color: #EEE;
}

#forum_container table tbody tr td a.forum_link, #forum_container table tbody tr td a.thread_link {
	font-size: 1em;
	font-weight: bold;
	color: #FF9900;

}

#forum_container table tbody tr td a:visited.thread_link {
	color: #FF9900;
}

#forum_container table tbody tr td a:hover.forum_link, .forum_container table tbody tr td a:hover.thread_link {
	color: #000000;
}

#forum_container table tbody tr td span.forum_desc {
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}

#forum_container table tbody tr td a.forum_link_mini {
	font-size: 1em;
	text-decoration: underline;
	color: #FF9900;
}

#forum_container table tbody tr td a:hover.forum_link_mini {
	color: #000000;
}

#registerTable table
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	background-color:#FFF;
}

#registerTable tr
{
	border: 2px solid #CCCCCC;
	padding: 2px;
}
#registerTable td
{
	background-color:#F7F7F7;
	padding: 2px;
}
.error
{
	color:#FF0000;
}

.messageField
{
 min-height:120px; 
 height:auto;
 line-height: 1.3em;
 font-size: 1.2em; 
 font-weight: normal; 
 color: #000000;
}

/* for Internet Explorer */
/*\*/
* html .messageField {
height: 120px;
}
/**/

