    /* 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: #990000;
    }
    .WL_Search_ResultAltText
    {
		font-weight: bold;
		color: Black;
	}
    
    .WL_Search_PageLink 
    {
	color:#990000;
	text-decoration: underline;
    }
    
    .WL_Search_ResultTitle
    {
	background-color: #CCCCCC;
	color: White;
    }
    
    .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-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: gray;
    }
    .WL_Search_HiLite
    {
	background-color: #CEE0F6;
    }
    


/*Search classes for Quick Search module */
    /* DIV Element */
    .WLFixed_QuickSearch_Container
    {
	float: left;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CCCCCC;
    }
    
    /* DIV element */
    .WLFixed_QuickSearch_InputContainer
    {
		float: left;
		display:inline-block;
	}
    
    /* DIV element */
    .WLFixed_QuickSearch_SubmitContainer
    {
		float: left;
		display:inline-block;
    }
    
    /* HTML Text Box */
    .WLFixed_QuickSearch_TextBox
    {
	border: 1px solid #242424;
	width: 90px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CCCCCC;
	height: 22px;
    }
    
   /* HTML Submit button */
    .WLFixed_QuickSearchButton
    {
	font-size: 1em;
	color: #008ACE;
	margin: 1px;
	padding: 2px;
	font-weight: bold;
	background-color: #000000;
	border: 1px solid #000000;
    }














