﻿/*Search CSS Document */

.Message
{
  color:Red; 
}

.SearchButton
{
	background:transparent url(../images/search_inactive.gif) 0 0 no-repeat;
	border:solid 0px transparent;
	height:20px;
	width:26px;
    background-position:center;
    color:white;
    vertical-align:middle;
}

.SearchButton:hover
{
	background:transparent url(../images/search.gif) 0 0 no-repeat;
	background-position:center;
}

.NoSearchResult
{
	background:transparent url(../images/bg_metal.jpg.gif) 0 0 no-repeat;
	position:fixed;
	right:9px;
	top:122px;
	color:red;
	width:200px;
	background-color:WHITE;
	border-bottom:solid 1px #44525E;
	border-left:solid 1px #44525E;
	border-right:solid 1px #44525E;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:6px;
	padding-right:6px;
	width:100px;
}

.ResultList
{
	padding-left:0px;
}

.ResultListIndent
{
    margin-left:15px;
    list-style:square url("../images/listarrow.gif");
}

.PopUpPanel
{
	border:2px solid #0F5782;
	padding:8px 8px 8px 8px;
	margin:8px 8px 8px 8px;
	background-color:#EFF1F3;
	z-index:100;
	position:absolute;
	top:90px;
	left:120px;	
}

.searchDDL
{
    font-family:Arial Narrow;
    font-size:12px;   
}
