﻿
#m_divForum
{
	margin-right:5px;
}

#m_divThemeCell
{
	margin-bottom:10px; 
	min-height:0px
}

#m_divTopPageLinks
{
	padding:10px 0px;
}

div.NewContribution
{
	height:15px; 
	text-align:right
}

#m_divBottomPageLinks
{
	margin:10px 0px 5px 0px;
}

ul.ForumThreads
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

li.ForumThread
{
	min-height:25px;
	margin:0px;
	padding:2px;
	overflow:hidden; /* so that it wraps */
	width:100%; /* so that the wrap also works in ie */
}

li.Row2
{
	background:#e6e6e6;
}

.ForumThread div.ThreadCreatedDate
{
	float:left;
	padding-right:10px;
	width:70px;
}

.ForumThread div.ThreadTitle
{
	float:left;
	width:500px;
}

.ForumThread div.ThreadTitle a
{
	color:Navy;
	text-decoration:none;
}

.ForumThread div.ThreadTitle a:hover
{
	text-decoration:underline;
}

.ForumThread div.ThreadAuthor
{
	float:left;
}

/* PageLinks */
a.PageLink
{
	border:solid 1px #b4bac0;
	background-color:#ecedee;
	color:#5c758c;
	margin:0px 2px;
	padding:0px 2px;
	text-decoration:none;
}

span.SelectedPage
{
	margin:0px 2px;
	padding:0px 2px;
	border:solid 1px #b4bac0;
	background-color:#5c758c;
	color:White;
}

a.PageLink:hover
{
	background-color:#5c758c;
	color:White;
}


#m_divForum p.HelpText
{
	margin-top: 20px;
}