    CSS STYLES FOR VenexusSearch
   ================================
*/
/* Normal Text Box */
.VenexusSearch_TopPanel {
   padding-right:6px;
   padding-bottom:4px;
}
.VenexusSearch_Desc {
}
.VenexusSearch_Url
{
	color:#008000;
}
.VenexusAuthor
{
	
}
.VenexusSearch_Title {
}
A.VenexusSearch_Title:link {
}
A.VenexusSearch_Title:visited {
}
A.VenexusSearch_Title:active {
}
A.VenexusSearch_Title:hover {
}
.VenexusSearch_Date{
}

A.RemoveResult:link  
{
	color:#ff0000;
}

A.RemoveResult:visited
{
	color:#ff0000;
}

A.RemoveResult:active
{
	color:#ff0000;
}

A.RemoveResult:hover
{
	color:#ff0000;
}

.RemoveResult 
{
	color:#ff0000;
	
}

.searchword  
{ 
     background-color: yellow;      
}

/* autosuggest styles*/
.NodeDefault 
{ 
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size:100%;
	cursor: hand; 
	text-decoration: none; 
	color: Black; 

} 

.ChildNodeDefault 
{ 
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size:100%; 
	cursor: hand; 
	text-decoration: none; 
	color: Black; 
}

.SelClass 
{ 
	background-color: #000000; color: White;
} 

.HoverClass 
{ 
	background-color: #000000; color: White;
}

.SuggestMenu 
{ 
	background-color: #FFFFFF; 
	border: outset 1px; 
} 


/* Search input Styles */

#SearchContainer
{
    position:relative;
    white-space: nowrap;
}

#SearchBorder
{
    height: 20px;
    border: solid 1px #e0e0e0;
    position:relative;
    background-color: White;
    white-space: nowrap;
	float: inherit;
	margin-top: 2px;
}

#SearchContainer a
{
	padding: 0px 5px;
	position:relative;
	display: inline-block;
	display: -moz-inline-box;
}
 
div.SearchIcon
{
	float: left;
	width: 36px;
	height: 20px;
	cursor: pointer;
	z-index: 11;
	background: no-repeat 2px 50%;
	text-align:right;
}

div.SearchIcon img
{
	background: url(arrow.gif) no-repeat 4px 48%;
	margin-top:1px;
	width: 16px;	
	height: 100%;
}

input.search_box 
{
	color:#666;
	float: inherit;
	z-index: 10;
	border: 0px;
	width:169px;
	height:18px;
}

input.search_box_watermark 
{
	color:#d3d3d3;
	float: inherit;
	font-style: italic;	
}

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: #FAFAFA;
	cursor: default;
	padding: 0px 1px 0px 1px;
	font-size: 11px;
	text-align: left;
	width: 200;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 25px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 25px;
	white-space: nowrap;
	background: no-repeat 4px center;
	border: 1px solid #FAFAFA;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	border: 1px solid #D2B47A;
	color: #003399;
}

a.ContextMenuItemSelected,
a.ContextMenuItemSelected:link,
a.ContextMenuItemSelected:visited,
a.ContextMenuItemSelected:hover
{
	font-weight: bold;
}
