.SearchContainer /* div container */
{
	margin-top:3px;
	background-color:#E8F1FD;
	padding:3px;
}
#tblAdvanced /* table holding the advanced search */
{
	font-size:1em;
	color:#004A96;
	width:400px;
	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:#002E96;
}
.singleline
{
	width:300px;
	border:solid 1px #004A96;
}
.dropdown
{
	width:90px;
	font-size:0.9em;
}
.SearchContainer a
{
	color:#004A96;
}
.SearchContainer a:visited
{
	color:#004A96;
}
.NewsItem
{
	padding-bottom:15px;
}
.NewsItem h3
{
	color:#002E96;
	font-weight:bold;
	font-size:1.1em;
	margin-top:0px;
	margin-bottom:0px;
	font-style:normal;
}
.NewsItem a
{
	color:#002E96;
	text-decoration:none;
}
.NewsItem a:hover
{
	color:#002E96;
	text-decoration:underline;
}
.NewsItem p
{
	margin-top:0px;
	margin-bottom:0px;
}
/* Styles for the comments section*/
.ItemRow
{
    background-color:White;
    padding:10px
}
.AlternateRow
{
    background-color:#eeeeee;
    padding:10px
}
.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
}