﻿    #SearchWrapper{
        border : 1px solid #C0C0C0;
        padding: 5px;
        margin-bottom:5px;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #C2E4D8;
        font-size:1.2em;
        min-height:50px;
    }

    #HiddenDateTimeBox{
        width: 430px;
        background-color: #C9E6F4;
        color:#C9E6F4;
        height:0;
        border:none;
        clear:both;
        _height:0;min-height:0;
    }
    
    #SearchBox{
        width: 430px;
    }
    
    #SearchDateBox{
        width: 100px;
    }

    #SearchTimeDDL{
        background-color:white;
    }

    .input-text
    {
        background:#FFFFFF url('input_bg.gif') repeat-x scroll 0% 0%;
        border:1px solid #F7F7F7;
        color:#000;
        border-width: 0pt 1px 1px 0pt;
        padding: 5px;
        width: 400px;
    }

    .boxheaderwrapper{
        width : 430px;
        height:7px;
    }

    .boxheader {
        float:left;
        font-size:0.7em;
    }
    .boxlink{
        font-size:0.6em;
        float:right;
    }
    input.blur {
        color : #999999;
    }
    


	/*******************/
    /* LIVE SEARCH */
	/*******************/
    #hidesearchresults{
        text-decoration:underline;
        margin-left:5px;
        font-weight:bold;
        text-align: right;
    }

    #hidesearchresults:hover {
        text-decoration:underline;
        /*color: #ffffff;*/
    }
		

    .ajax-loading{
    	background: white url('indicator.gif') right center no-repeat;
    }



    .result {
        margin-top:3px;
        background-color : #E6EFEC;
        padding-bottom:3px;
    }

    .odd {
        background-color : #E6EFEC;
    }
    
    .result:hover
    {
        background:lightgray;
    }

    .resultitem{
        float:left;
        display:block;
        margin-left:3px;
        overflow: hidden;
        margin-bottom:2px;
        padding-bottom: 2px;
    }

    .resultitem a{
        text-decoration :none;
    }
    .resultitem a, .resultitem a:visited {
        color: black;
    }

    .resultitem_small{
        float:left;
        display:block;
        width : 20px;
        margin-left:3px;
    }


    div.live-search-results {
	    background: #fff;
	    height: 300px;
	    overflow: auto;
	    padding: 5px 10px;
	    font: 10px/1.2 Verdana, sans-serif;
	    border: 1px solid #A9A9A9;
	    border-width: 0 1px 1px 1px;
	    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    }

	div.live-search-results h2 {
		font: 14px/1.2 Trebuchet MS, sans-serif;
	}

	div.live-search-results h3 {
		font: 12px/1.2 Trebuchet MS, sans-serif;
		background-color: #5386CE;
	}

	div.live-search-results ol {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
	}
	/*******************/
	/* END LIVE SEARCH */
	/*******************/

