    /* Search classes for main Search Result module */
    .WL_SearchContainer
    {
        width:480px;
        background-color: #eee;
        padding: 2px;
        margin-bottom: 5px;
        height: 800px;
       /* overflow: auto;*/
    }
    .WL_Search_LeadingText
    {
        color: black;
        font-weight: bold;
    }
    .WL_Search_SearchTextBox
    {
         border: solid 1px #ddd;
         padding: 2px 
    }
    .WL_Search_ToggleSearchLink
    {
        text-decoration:underline;
        clear:both;
    }
    .WL_Search_SearchDropDown
    {
	width: 190px;
        background-color: #eee;
        padding: 2px;
        margin-bottom: 5px;
    }
    .WL_Search_AdvancedSearchContainer
    {
	width: 480px;
        background-color: transparent;
        padding: 2px;
        margin-bottom: 5px;

                   }
    .WL_Search_AdvancedSearchLeadingText
    {
        color: black;
    }
    .WL_Search_SearchButton
    {
		font-size: 75%;
		width:100px;
		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;
		width: 480px;
                /*height: 450px;*/
    }
    .WL_Search_ResultsLeadingText
    {
		margin-top: 5px;
                color: black;
    }
    .WL_Search_ErrorText
    {
		color: red;
    }
    .WL_Search_ResultAltText
    {
		font-weight: bold;
		color: Black;
margin-top: 5px;
margin-bottom: 5px;
	}
    
    .WL_Search_PageLink 
    {
		color:#ff2200;
		text-decoration: none;
    }
    
    .WL_Search_ResultTitle
    {
		background-color: #ddd;
		color: Orange;
                text-decoration: none;

    }
    
    .WL_Search_ResultDescription
    {
		background-color: White;
		color: Gray;
		font-size: 80%;
    }
    
    .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: Yellow;
    }
    
	/*Search classes for Quick Search module */
    /* DIV Element */
    .WLFixed_QuickSearch_Container
    {
	width: 252px;
	height: 18px;
	clear: both;
	float: left;
	padding-left: 3px;
        /*padding-top: 2px;*/
    }
    
    /* DIV element */
    .WLFixed_QuickSearch_InputContainer
    {

       float: left;
	}
    
    /* DIV element */
    .WLFixed_QuickSearch_SubmitContainer
    {
	float: left;
        margin-bottom: 6px;
    }
    
    /* HTML Text Box */
    .WLFixed_QuickSearch_TextBox
    {
       border: 1px solid #1f1e23;
	background-color: #1f1e23;
       width: 90px;
        height: 18px;
       color: white;
       font-size: 1em;
	/*margin-left: 20px;*/
    }
    
    /* HTML Submit button */
    .WLFixed_QuickSearchButton
    {
        color: White;
	background-color: #1f1e23;
	border: 0px;
	width: 48px;
        height: 20px;
        margin-left: 5px;
        font-size: 0.9em;
    }





































