﻿/*=================================================
  Search Controls
=================================================*/
.searchImage {
	height:16px;
	background-image: url(../images/search.jpg);
	border:none;
}
.searchButton {
	height:16px;
	font-size:8pt;
	border:none;
}
.searchBox {
	height:12px;
	width:160px;
	font-size:8pt;
	border:none;
	margin-bottom:2px;
	text-indent:5px;
	vertical-align:middle;
}


.SEHeader
{
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 9pt;
	background-color: #000000;
	color:#ffffff;
	padding: 6px;
}
.SEFooter
{
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 9pt;
    text-align: left;
	background-color: #000000;
	color:#ffffff;
    padding: 4px;
}
.tdSEFooter
{
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 9pt;
	color:Aqua;
}

.SEResultItemLink
{
	text-align:left;
}
a.SEResultItemLink:link
{
	text-decoration: none;
	color:#000000;
}
a.SEResultItemLink:visited {
	text-decoration: none;
	color:#000000;
}
a.SEResultItemLink:hover {
	text-decoration: underline;
	cursor:pointer;
	color:#000000;
}
a:SEResultItemLink:active {
	text-decoration: none;
	color:#000000;
}

.SEResultItemSummary
{
	text-align:left;
}
.SEResultItemURL
{
	text-align:left;
}
