.sew_previewResultContent
{
	display:none; 
	overflow: auto; 
	height: 150px; 
	border: 1px solid #dddddd; 
	background-color:#efefef;
    padding:4px;
    margin:2px;
 }
        
  .sew_searchbutton
{
	cursor: pointer;
 }

.sew_results { FLOAT: right; COLOR: #888888; padding-right:5px;}
.sew_suggestion { FLOAT: left }

.sew_ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	Z-INDEX: 999;
}

.sew_ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.sew_ac_results iframe {
	display:none;/*IE5*/
	display/**/:block;/*IE5*/
	position:absolute;
	top:0;
	border: none;
	left:0;
	z-index:-1;
	/*filter:mask(); causes iframe to be black*/
	width:3000px;
	height:3000px;
}

.sew_ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.sew_ac_loading {
/*	background : Window url('./indicator.gif') right center no-repeat;*/
}

.sew_ac_over, .sew_ac_over .sew_suggestion, .sew_ac_over .sew_results {
	background-color: Highlight;
	color: HighlightText;
}


.sew_ajax_loader {
           /* border:     1px solid red;*/
            margin-bottom: -2000px;
            display:    none;
            position:   absolute;
            z-index:    1000;
            text-align:center;
            top:        250px;
            left:       0;
            height:     0px;
            width:      0px;
            /*background: rgba( 255, 255, 255, .75 ) */
                        /*url('scripts/ajax-result-loader.gif') 
                        50% 50% 
                        no-repeat;*/
        }

        .sew_ajax_loader_backer
        {
            margin-bottom: -2000px;
            /*border:     1px solid red;*/
            display:    none;
            position:   absolute;
            z-index:    1000;
            text-align: center;
            top:        0;
            left:       0;
            height:     500px;
            width:      0px;
         /*   background: rgba( 255, 255, 255, .66 ) ;*/
        }

        .sew_ajax_error {
            border: 5px solid #DDD;
            display:    none;
            position:   absolute;
            z-index:    1000;
            text-align:left;
            top:        40%;
            left:       40%;
            height:     300px;
            width:      70%;
            background: rgba( 255, 255, 255, 1 ) ;
                       
        }

        .sew_ajax_error_footer
        {
            text-align:center;
        }

        .sew_errorBody
        {
            height:200px;
            
        }

        .sew_errorTitle
        {
            display:block;
            border-bottom: 1px solid #BBB;
            margin:2px;
            padding:4px;
            background-color:#EEE;
            font-weight:900;
        }
        .sew_errorBody
        {
            padding:5px;
            font-size:smaller;
        }

        
        .sew_watermark
        {
            color:#888;
            
        }
        
        /* Anytime the body has the loading class, our
           modal element will be visible */
        #sew_searchResultControl.loading .sew_ajax_loader, #sew_searchResultControl.loading .sew_ajax_loader_backer {
            display: inline-block;
        }

        #sew_searchResultControl.error .sew_ajax_error {
            display: inline-block;
        }

        #sew_searchResultControl
        {
            /*border: 1px solid grey;*/
            height:500px;
            max-width: 100%;
            overflow-y:auto;
            position:relative;/*by making this relative the loader and error boxes are absolute RELATIVE TO THIS*/
        }

        .sew_header
        {
            background-color: #092541;
            margin: 5px;
            padding:4px;
            border-left:1px solid gray;
            border-right:1px solid gray;
            border-top:1px solid gray;
            text-align: left;
           color: #fff;
        }

        #sew_didYouMean
        {
                        padding:10px;
        }

        .sew_footer
        {
           
           overflow: hidden;
           position: relative;
           text-align:center;
           word-spacing: 10px;
        }
        .sew_footer #previousPageLink
        {
            display:inline-block;
            width: 80px;
            text-align: center;
        }
        .sew_footer #nextPageLink
        {
            display:inline-block;
            width: 80px;
            text-align: center;
        }
        .sew_footer #pageLinksBlock
        {
            display:inline-block;
            text-align: center;
        }

        .sew_resultItem
        {
            margin: 20px;
        }
        .sew_resultItemLink
        {
            display:block;
        }
        .sew_resultItemSummary
        {
            display:block;
            float:left;
            padding-left:12px;
        }
        .sew_previewResultWrapper
        {
            display:block;
            float:right;
        }
        .sew_previewResultWrapper img
        {
            display:block;
            float:right;
        }
        .sew_previewResultContent
        {
            display:none;
          /*  width:800px;*/
        }
        .sew_resultItemURL
        {
            display:block;
            font-size:.75em;
            color: green;
        }
        .sew_location
        {
            display:block;
            font-size:.75em;
        }

        .sew_locationOption, .sew_contentOption
        {
            display:inline;
        }

.sew_locationOption label
{
    display:block;
}

.sew_contentOption label
{
    display:block;
}

        #sew_locationChooserControl, #sew_contentChooserControl
        {
            display:inline;
            font-size:.75em;
            visibility: hidden;
        }

        .sew_resultHighlight, .sew_previewHighlight
        {
            background-color: #ff8;
        }

        .sew_keywordHitMap
        {
            font-size:smaller;
        }

.sew_searchCloudItem
{
    padding-right:5px;
    display: inline-block;
}
    .sew_searchCloudItem a
    {
        text-decoration:none;
    }


