﻿/* ---------------------- TOP CONTENT -> LAB SEARCH FORM ---------------------- */
#labSearchContainer {
	float:left;
	margin: 100px 0 0 30px;
	display: inline;
	width:335px;
}

#labSearchContainerTop {
	background-image:url(/UnilabsTemplates/Images/labbsearch_item-top.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: auto;
	overflow:hidden;
}

#labSearchContainerBottom {
	background-image:url(/UnilabsTemplates/Images/labbsearch_item-bottom.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: auto;
	overflow:hidden;
	clear: both;
}
						
#labSearch	{
	background-image:url(/UnilabsTemplates/Images/labbsearch_bg.gif);
	float:left;
	width:323px;
	padding: 6px;
}

#labSearch input.searchField {
	width: 285px;
	border: 1px solid #49B5CD;
	padding: 1px;
}

#labSearch input.searchButton {
	background: transparent;
	background-image:url(/UnilabsTemplates/Images/btn_blue.png);
	background-repeat:no-repeat;
	border: none;
	text-indent: -100px;
	width: 25px;
	height: 20px;
}
						
#labSearchAdv {
	padding:5px 0 0 5px;
	font-size: 12px;
}
#labSearchAdv .readmore
{
    margin-right:10px;
}
#labSearchAdvContainer 
{
    font-size:12px;
    clear:both;
    display:none;
    position:absolute;
	width:335px;
	z-index:1;
}
#labSearchAdvContent	
{
    background-image:url(/UnilabsTemplates/Images/labbsearch_bg.gif);
	float:left;
	width:323px;
	padding: 6px;
	background-color:#00FFCC;
}
#labSearchAdvContent label
{
    margin:0 10px 0 5px;
}


#labSearchAdvContainerTop {
	background-image:url(/UnilabsTemplates/Images/labbsearch_item-top.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: auto;
	overflow:hidden;
}

#labSearchAdvContainerBottom {
	background-image:url(/UnilabsTemplates/Images/labbsearch_item-bottom.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: auto;
	overflow:hidden;
	clear: both;
}
						

/* ====================== ALPHABETIC NAV ====================== */

#diagSearch .alphabet {
	display: block;
	padding-top: 20px;
	list-style: none;
	text-align: center;
	cursor: pointer;
	clear:both;
}

#diagSearch .alphabet li {
	display: inline;
	border-left: 1px solid #cccccc;
}

#diagSearch .alphabet li.first {
	border: none;
}

#diagSearch .alphabet li a {
	padding: 0 1px 0 6px;
	color: #000;
	font-weight: bold;
}

#diagSearch .alphabet li a.current {
	color: #f9a61e;
}



/* ---------------------- ASSETS -> SEARCH RESULT ---------------------- */
#searchResult {
	position: absolute;
	top: 322px;
	left: 37px;
	width: 356px;
	display: none;
	zoom:1;
}

#searchResult .header {
	clear: both;
	display:block;
	background-image:url(/UnilabsTemplates/Images/searchResultHeader.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 25px;
	color: #ffffff;
	font-weight: bold;
	line-height: 26px;
	text-indent: 10px;
	position: relative;
}

#searchResult .resultSection {
	width: 100%;
	height:auto;
	font-size: 0.75em;
	color: #8c8c8c;
}

#searchResult .categorySection {
	background-image:url(/UnilabsTemplates/Images/searchResultCategorySectionBottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color: #f5f5f5;
	width: 100%;
	margin-top: 5px;
	overflow: hidden;
	clear: both;
	zoom: 1;
}

#searchResult .category {
	background-image:url(/UnilabsTemplates/Images/searchResultCategorySectionTop.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: 318px;
	height: auto;
	display: inline;
	padding: 6px;
	font-weight: bold;
	text-transform: uppercase;
	color:#000;
	zoom:1;
}

#searchResult .categoryItems {
	background-image:url(/UnilabsTemplates/Images/searchResultCategorySectionTop.png);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	width: 323px;
	height: auto;
	display: inline;
	zoom: 1;
}

#searchResult .categoryItem {
	border-bottom: 1px solid #cccccc;
	padding: 6px;
	zoom: 1;
}

#searchResult .categoryItem.last {
	border-bottom: none;
}

#searchResult .categoryItemHeader {
	display: block;
	padding: 5px 0 0 0;
	color: #000;
	overflow: hidden;
}
#searchResult .categoryItemHeader .system
{
    font-style:italic;
    font-size:11px;
}

#searchResult .highlight
{
    background-color:Yellow;
}

#searchResult .categoryItemDesc {
	display:block;
	color: #000;
	overflow: hidden;
}

#searchResult a {
    display:block;
    float:right;
	overflow: hidden;
	padding: 0 10px 0 3px;
}

.ImageHoverText
{
    background:transparent url(/UnilabsTemplates/Images/LabWeb/labImageicon.gif) no-repeat scroll right 2px;
    cursor:pointer;
    padding:0 15px 0 0;
    color:orange;
    text-decoration:underline;
}

.ImageHoverText .Image
{
    display:none;
    position:absolute;
    top:0;
    left:0;
    border:1px solid #000;
    background:#fff;
}