/*mSearch*/
html, body 
{
	height: 100%;
}

#nav-tree
{
	width: 100%;
	position: absolute;
}

#nav-tree-contents
{
    display: table;
    width: 100%;
}

#side-nav
{
	overflow: hidden;
}

.highlight
{ 
    background-color: #A9D0F5; 
}
          
#searchContainerDiv
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #FAFAFF; 
}

#searchToggleBarDiv
{
    width: 100%;
    height: 21px;
    /*padding: 2px;*/
	padding-top: 0px;
    background-color: #889ECB;
    text-align:right; 
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor:default;
}

#searchToggleBarDiv:hover
{
    background-color: #30456F;
    color: #fff;
}

#searchToggleBarSpan
{
	color: #ffffff;
    padding-right: 5px;
	font-size: 10px;	
	height: 100%;
}

#searchBarDiv
{
    width: 100%;
    height: 21px;
}

#searchBarCloseIconDiv
{
    position: absolute;
    top: 24px;
    right: 10px;
}

#searchBarMagIconDiv
{
    position: absolute;
    top: 21px;
    left: 3px;	
}

#searchFrameDiv
{
    width: auto;
    height: 100%;
    overflow: auto;
}

#searchItemList
{
    width: 100%;
    overflow: hidden;;
}

ul#searchItemList 
{
	padding: 0;
	margin: 0;
}

.searchItem
{
    overflow: hidden;
    padding-left: 5px;
    width:100%;
    white-space:nowrap;
}

.searchItem:hover
{
    background-image: url('../../tab_a.png');
    background-repeat:repeat-x;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
}

.searchItem:hover span
{
    color: white;
}

.searchItem a
{
    display: block();
}


.searchItem:hover a
{
    color: white;
}

.searchItem a
{
    display: block;
    width: 100%;
    text-decoration:none;
    padding:0px;
    margin:0px;
    outline:none;
}

.searchItemSelected
{
    overflow: hidden;
    padding-left: 5px;
    width:100%;
    white-space:nowrap;
    background-image: url('../../tab_s.png');
    background-repeat:repeat-x;
    color: white;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
}

.searchItemSelected a span
{
    color: white;
}

.searchParentItem
{
    color: #666666;
    font: 8pt Arial, Verdana, sans-serif;
}

.searchInfoTxt
{
	overflow: hidden;
	padding-top: 3px;
    width:100%;
    height: 17px;
    white-space:nowrap;
	font: 8pt Arial, Verdana, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #f3f3f3;
}

#searchInput 
{
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
    outline: none;
    /*height: 16px;*/
}

#searchSelectWindow {
    display: none;
    position: absolute;
    left: 5px; top: 16px;
    width: 100px;
    border: 1px solid #7A93C5;
    background-color: #F8F9FB;
    z-index: 1;
    padding-top: 4px;
    -moz-border-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.SelectItem 
{
    font: 8pt Arial, Verdana, sans-serif;
    padding-left:  2px;
    padding-right: 12px;
    border: 0px;
}

span.SelectionMark 
{
    margin-right: 4px;
    font-family: monospace;
    outline-style: none;
    text-decoration: none;
}

a.SelectItem
{
    display: block;
    outline-style: none;
    color: #000000; 
    text-decoration: none;
    padding-left:   6px;
    padding-right: 12px;
}

a.SelectItem:focus,
a.SelectItem:active
{
    color: #000000; 
    outline-style: none;
    text-decoration: none;
}

a.SelectItem:hover
{
    color: #FFFFFF;
    background-color: #30456F;
    outline-style: none;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

#searchType
{
	margin-top: 5px;
	background-color: #DFE9FE;
	border-width: 1px;
	border-style: solid none none none; 
	border-color: #7A93C5;
}

#searchOffline
{
	padding-top: 5px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid none none none; 
	border-color: #7A93C5;
}

#titlearea
{
	display: none;
}