/* Search classes for main Search Result module */
    .WL_SearchContainer
    {
        width:100%;
        overflow: auto;
        height: 900px;
    }

.WL_SearchInnerContainer
    {
        width:100%;
        height:800px;
        overflow:auto;
    }
    
.WL_Search_ResultNextpreviousContainer
    {
		width: 100%;
		text-align: center;
    }



.WL_Search_LeadingText
    {
        color: black;
        /*font-weight: bold;*/
    }
    .WL_Search_SearchTextBox
    {
		border: solid 1px black;
		padding: 2px 
    }
    .WL_Search_ToggleSearchLink
    {
        text-decoration:underline;
        clear:both;
    }
    .WL_Search_SearchDropDown
    {
		border: solid 1px white;
    }
    .WL_Search_AdvancedSearchContainer
    {
		background-color: Transparent;
		border: solid 1px gray;
		width: 100%;
    }
    .WL_Search_AdvancedSearchLeadingText
    {
        color: black;
    }
    .WL_Search_SearchButton
    {
		font-size: 75%;
		width:120px;
		color: White;
		background: url(/Administration/WebLab/WL_Images/Layout/buttonBackground.gif) no-repeat;
		border: solid 1px gray;
		margin: 1px;
		padding: 2px;
    }
    .WL_Search_ResultsContainer
    {
		color: black;
		border-top: solid 1px black;
		border-bottom: solid 1px black;
		width: 100%;
    }
    .WL_Search_ResultsLeadingText
    {
		color: black;
    }
    .WL_Search_ErrorText
    {
		color: red;
    }
    .WL_Search_ResultAltText
    {
		font-weight: bold;
		color: Black;
	}
    
    .WL_Search_PageLink 
    {
		color: black;
		text-decoration: underline;
    }
    
    .WL_Search_ResultTitle
    {
		background-color: #CCCCCC;
		color: White;
    }
    
    .WL_Search_ResultDescription
    {
		background-color: White;
		color: Gray;
		font-size: 80%;
text-align: right;
    }
    
    .WL_Search_ResultPagePublished
    {
		background-color: White;
		color: black;
		font-size: 70%;
		text-align: right;
    }
    
    .WL_Search_ResultSeperator
    {
		height: 4px;
		border-bottom: solid 1px gray;
    }
    .WL_Search_HiLite
    {
		background-color: #CEE0F6;
    }
    
/*Search classes for Quick Search module */
    /* DIV Element */
    .WLFixed_QuickSearch_Container
    {
	width: 255px;
	float: left;
    }
    
    /* DIV element */
    .WLFixed_QuickSearch_InputContainer
    {
	width: 150px;
	float: left;
	padding-top: 8px;
	padding-left: 25px;
	}
    
    /* DIV element */
    .WLFixed_QuickSearch_SubmitContainer
    {
	width: 74px;
	float: left;
	margin-left: 5px;
    }
    
    /* HTML Text Box */
    .WLFixed_QuickSearch_TextBox
    {
		width: 147px;
                height: 25px;
               border: none;
	       background: url(/published/2/resources/images/CSS/img/SearchBG.gif) no-repeat;

    }
    
    /* HTML Submit button */
    .WLFixed_QuickSearchButton
    {
               width:74px;
                height: 30px;
		color: Black;
		background: url(/published/2/resources/images/CSS/img/SearchButton.gif) no-repeat;
	        background-position: top;
               border: none;
              margin-top: 5px;

    }
   




