﻿.suggestions, .suggestions_lastChild {
	background-color: #FFF;
	padding: 2px 4px;
	list-style-type:none;
	/*border: 0 solid #CCC;
    border-width: 0px 1px 0px 1px;*/
	width:290px;
	height:20px;
	line-height:18px;
	font-size:11px;
	font-family: Arial, Verdana;
	display:block;
	color:#444;
	overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    clear:both;
    z-index:1;
    position:relative;
}
.suggestions_lastChild
{
    border-bottom: 1px solid #CCC;        
}
a.suggestions, a.suggestions_lastChild
{
    text-decoration:none;
}

.suggestions:hover, .suggestions_lastChild:hover {
	/*background-color: #E40613;*/
	background-color:#DDDDDD;
	color:#444;
	cursor:pointer;
}
.Main_Search_Box .suggestions, .Main_Search_Box .suggestions_lastChild
{
    width:278px;
}

/*#document_suggestions 
{
	position: absolute;
	list-style:none;
    padding-left:0;  
    margin:0px; 
    z-index:99;
    top:22px;
    left:-3px;*/
    
    /*height:80px;*/
    /*width:226px;*/
    
    /*width:298px;
    z-index:99;
    border: 1px solid #850A1C;
    display:none;
    
    -moz-box-shadow: 0px 12px 9px -9px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 12px 9px -9px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 12px 12px -9px rgba(0, 0, 0, 0.7); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#000000');
	zoom: 1;
}*/

.suggestions_container
{
    position: absolute;
	list-style:none;
    padding-left:0;  
    margin:0px; 
    z-index:99;
    top:22px;
    left:-3px;
    /*height:80px;*/
    /*width:226px;*/
    width:298px;
    z-index:99;
    border: 1px solid #850A1C;
    display:none;
    
    -moz-box-shadow: 0px 12px 9px -9px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 12px 9px -9px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 12px 12px -9px rgba(0, 0, 0, 0.7); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#000000');
	zoom: 1;
}

.suggestions_container.doc_repos
{
    
}

.suggestions_container.main
{
    left:0px;
    top:23px;
    width:286px;
}

#searchField.error {
	background-color: #FFC;
}

.clearing
{
    clear:both;
}

.search_input
{
    border-color: maroon;
    border-width:0px;
    outline: none;
    border-style: None;
    height: 18px;
    text-align: left;
    width: 230px;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.watermark_control 
{ 
    color:#EFEFEF; 
    padding:0px;
    margin:0px;
    clear:both;
}
    
.button_search
{
    position: absolute;
    margin: 0px;
    top:0px;
    right:0px;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: white;
    text-align:center;
    padding: 0px;
    height:100%;
    line-height:20px;
        
    background: #e11037; /* Old browsers */
    background: -moz-linear-gradient(top, #e11037 0%, #850a1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11037), color-stop(100%,#850a1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e11037 0%,#850a1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e11037 0%,#850a1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e11037 0%,#850a1c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e11037 0%,#850a1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11037', endColorstr='#850a1c',GradientType=0 ); /* IE6-8 */
    display: inline-block;
    /**display: inline;*/
    /**zoom: 1;*/       /*zoom needed to trigger 'hasLayout' behaviour so we can get 'hasLayout' and display to trigger at the same time */
    width:65px;
    -webkit-font-smoothing: antialiased;
}
.button_search:hover
{
    background:#000000;
}
.button_search.main
{
    *top:1px;
    line-height:2em;
}


    
.Doc_Repos_Search_Box
{
    position: relative;
    float: right;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    top: -4px;
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: #FFF;
    /* right: 2px; */
    /* top: -4px; */
    z-index: 50;
}

.Main_Search_Box
{
    position: absolute;
    float: right;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    top: 90px;
    right: 10px;
    z-index: 99;
}

