﻿.SearchContainer /* div container */
{
	margin-top:3px;
	background-color:#FFF7E0;
	padding:3px;
	width:510px;
}
#tblAdvanced /* table holding the advanced search */
{
	font-size:1em;
	color:#C7181F;
	width:500px;
	padding:5px;
}
/* News items */
h2 
{
	margin-bottom:2px;
	font-size:1.3em;
}
.date
{
	font-size:0.9em;
	margin-top:0px;
	margin-bottom:0px;
	font-style:italic;
	color:#EB1C24;
}
.singleline
{
	width:350px;
	border:solid 1px #C7181F;
}
.dropdown
{
	width:90px;
	font-size:0.9em;
}
.SearchContainer a
{
	color:#C7181F;
}
.SearchContainer a:visited
{
	color:#C7181F;
}
.NewsItem
{
	padding-bottom:15px;
}
.NewsItem h3
{
	color:#EB1C24;
	font-weight:bold;
	font-size:1.1em;
	margin-top:0px;
	margin-bottom:0px;
	font-style:normal;
}
.NewsItem a
{
	color:#EB1C24;
	text-decoration:none;
}
.NewsItem a:hover
{
	color:#EB1C24;
	text-decoration:underline;
}
.NewsItem p
{
	margin-top:0px;
	margin-bottom:0px;
}
.CommentUser
{
    font-size:1em;
    font-weight:bold;
    float:left
}
.CommentText
{
    font-size:0.9em
}
.CommentDate
{
    font-size:0.8em;
    font-style:italic;
    float:right
}
.CommentsList
{
    width:500px;
    margin-bottom:25px
}