/*----------------------------------------------------------------
:: AJAX Search CSS
----------------------------------------------------------------
    The following items are used to style the starting form and
    ajax result container.
*/
	#TopTabs{
	z-index:5;
	}
	#ASearch{	position:absolute;
	z-index:50;
	/*background-color: #ff0703;*/	}
	/*#ASearch img {display: none;}*/
    #ajaxSearch_form {
    margin:0px;
    position:relative;
    left:570px;
    top:0px;
    width:250px;
    z-index:500;	/*background-color: #ff9605*/;	/*margin:0px*/;	border: none;}

    #ajaxSearch_input {
    width:170px;
    border: 1px #7922d7 solid;}
    
    #ajaxSearch_submit {
    position:absolute;
    top:5px;
    left:180px;
    width: 70px !important;
	height: 21px !important;
	margin: 0 !important;
	border: 0 !important;
    background: transparent  url(images/search_70x21.gif) no-repeat center top;	}
    #ajaxSearch_output{
    z-index: 100;
	background-color: #ddd8f1;
	/*background-image: url(images/search_bg_1_71.gif);*/
	background-repeat: repeat-x;
	background-position: center center;
	color: black;
	-moz-opacity:0.9;
	opacity:0.9;
	filter: alpha(opacity=90);
	position: relative;
	top: 0px;
	left: 570px;
	width: 250px !important;
	border: 0;
	padding: 0;
	margin: 0;
	}

	#ajaxSearch_output a{
	color: #000000;
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #CACACA;
	border-top: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
	font-weight: normal;
	width: 172px;
	background-position: left center;
	display: block;	
	width: 93% !important;
	padding: 5px;	border-bottom: 1px #cacaca solid;	background-color: #beb1ff;
	z-index:+1;
	}

	#ajaxSearch_output a:hover{
	color: #ffffff;
	background-repeat: no-repeat;
	background-color: #720578;
	background-position: left center;
	display: block;
	width: 93% !important;
	padding: 5px;
	z-index:+1;
	}

/*    The following items are used to style the reults when the user*/
/*    does not have javascript or they have clicked the more results link*/

    #ajaxSearch_resultListContainer {
        position: absolute;
        Float: left;
        top: 100px;
    	width:600px !important;
    	background-color: white;
    	padding: 15px;
    }
    .ajaxSearch_paging {}
    .ajaxSearch_pagination {}
    .ajaxSearch_result {
    	padding-top:5px;
    	padding-bottom:5px;
    }
    .ajaxSearch_resultLink {
        font-size: 1.2em;
    }
    .ajaxSearch_resultDescription {
    	border-left-style:solid;
    	border-left:1px;
    	font-size: 1.2em;
    	padding-left: 5px;
    }
    .ajaxSearch_extract {}
    .ajaxSearch_highlight1{}
    .ajaxSearch_highlight2{}
    .ajaxSearch_highlight3{}
    .ajaxSearch_resultsIntroFailure {}
    .ajaxSearch_intro {}

/*    The following items are used to style the results returned by*/
/*    the ajax request.*/

    .AS_ajax_result {}
    .AS_ajax_resultLink {}
    .AS_ajax_resultDescription {}
    .AS_ajax_extract {}
    .AS_ajax_hightlight1{}
    .AS_ajax_hightlight2{}
    .AS_ajax_hightlight3  {}      
    .AS_ajax_more {}
    .AS_ajax_resultsIntroFailure {}
