/* this css styles the search for BWP */
 #topLinksContainer    {
            font-family: Verdana, Arial, Helvetica, sans-serif; 
            top: 0px;
            float:right;
            text-align: right;
            margin-top:5px;
            margin-right:15px;
            text-decoration: none;}


#topLinksContainer a, a:visited, a:active         {
            text-decoration: none;      
    }


#topLinksContainer a:hover        {
            text-decoration: underline;      
    }
    
#searchContainer
{
	top: 125px;
	float:right;
	margin-top:5px;
	font-size: 13px;
} 
#search
{
	padding: 5px 0px 0px 0px;
	vertical-align: top;       		        
}
.searchTextBox
{
	font-size: 13px;		
	text-align: left;
	vertical-align: middle;
	height: 13px;		
}
.button
{
	height: 19px;
	text-align: center;
	margin-right: -3px;  /* this right aligns the button with the toplinks */
	border: 0px;
	color: White;
	background-color: #EF3E42;  /*#EF3E42 red from DMA; #FF0000; red; #B10008 REDDISH*/
} 
.leadArrow2
{
	float:left;
	margin-left:3px;
	margin-right:10px;
	margin-top:2px;
	margin-bottom: 2px;
} 
/* these next two are for the paging of search results */
.SearchSectionTitleBlack
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000000;
    background-color: #D2D2D2;  /* #D2D2D2 = LIGHT GRAY - Boardwalk*/
    font-weight:bold;
    text-align:left; 
	margin: 0px 1px 20px 1px;
	padding: 2px 2px 2px 2px; 
}
#cbSearchResults
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight: 400;
    color:#000000;
    text-align:justify;
}
/* Turned off paging because of unsatisfactory results */
#navbar
{
	display: none;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top:1px solid #FF0000;
	display:block;
	margin-top:0.5em;
	padding: .5em 0 1.5em 0;
	text-align:center;
	color:#000000;*/
}
.f /* used with the navbar when paging is turned on */
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0em;
	padding:0em;
	color:#000000;
	font-size: 15px;
}