﻿/* ---------------------- TOP CONTENT -> LAB SEARCH FORM ---------------------- */
#labSearchContainer {}

#labSearchContainerTop {}

#labSearchContainerBottom {}
						
#labSearch {
	font-size: 0px;
}


#labSearch input.searchField, 
#labSearch input.searchFieldAjaxDisabled, 
#labSearch input.searchFieldDirection {
	width: 338px;
	border: 3px solid #ddd;
	padding: 4px 10px;
	height: 26px;
	font-style: italic;
	color: #666;
	font-size: 14px;
}

	#labSearch input.searchField:focus, 
	#labSearch input.searchFieldAjaxDisabled:focus, 
	#labSearch input.searchFieldDirection:focus {
		font-style: normal;
		color: #000;
	}

	.tmplStartPage #labSearch input.searchField, 
	.tmplStartPage #labSearch input.searchFieldAjaxDisabled, 
	.tmplStartPage #labSearch input.searchFieldDirection {
		width: 520px;
		padding: 14px 20px;
		font-size: 16px;
		margin-left: 30px;
	}

#labSearch input.searchButton {
	background: #fff url(/Templates/Anvisningar/Images/magnifier.png) no-repeat center; 
	border: 3px solid #ddd;
	text-indent: -999px;
	width: 40px;
	height: 40px;
	margin-left: -3px;
	vertical-align: top;
}
	
	.tmplStartPage #labSearch input.searchButton {
		background: #fff url(/Templates/Anvisningar/Images/magnifier_large.png) no-repeat center; 
		width: 60px;
		height: 60px;
	}
	

#labSearchAdv {
	padding: 5px 0 3px 5px;
	font-size: 12px;
	background: url(/Templates/Anvisningar/Images/icon_info.png) no-repeat 4px 5px; 
}

	.tmplStartPage #labSearchAdv {
		padding: 10px 0 3px 35px;
		background-position: 32px 10px; 
	}


#labSearch .readmore {
    text-decoration: underline;
    font-weight: bold;
    color: #666;
    position: relative;
    margin-left: 20px;
}

	#labSearch .readmore:hover {
		color: #F9A61E;
	}

	/*#labSearch .readmore:after {
		content: "";
	    display: inline-block;
	    width: 16px;
	    height: 16px;
	    position: absolute;
	    left: -20px;
	    background: #fff url(/Templates/Anvisningar/Images/icon_info.png) no-repeat center; 
	}*/

#labSearchAdvContainer 
{
    font-size:12px;
    clear:both;
    display:none;
    position:absolute;
	width:335px;
	z-index:1000;
}
#labSearchAdvContent	
{
    background-image:url(/Templates/Anvisningar/Images/labbsearch_bg.gif);
    background-repeat:no-repeat;
    background-color:#E7E7E7;
	float:left;
	width:323px;
	padding: 6px;
}
#labSearchAdvContent label
{
    margin:0 10px 0 5px;
}
#labSearchAdvContent .advancedListItem
{
    float:left; 
    width:161px; 
    overflow:hidden;
    padding: 5px 0 0 0;
}


#labSearchAdvContainerTop {
	background-image:url(/Templates/Anvisningar/Images/labbsearch_item-top.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: auto;
	overflow:hidden;
}

#labSearchAdvContainerBottom {
	background-image:url(/Templates/Anvisningar/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;
	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(/Templates/Anvisningar/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;
}

#searchCloseButton
{
    float:right;
    margin-right:-6px;
    margin-top:2px;
}

#searchResult .resultSection {
	width: 100%;
	height:auto;
	font-size: 0.75em;
	color: #8c8c8c;
}

#searchResult .categorySection {
	background-image:url(/Templates/Anvisningar/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(/Templates/Anvisningar/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(/Templates/Anvisningar/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;
}



/* ----------------------                         ---------------------- */
/* ---------------------- new search result       ---------------------- */
/* ----------------------                          ---------------------- */
#searchResultNew {
    margin: 10px 0 0;
    width: 100%;
}

#searchResultNew .header {
	clear: both;
	display:block;
	color: #f9a61e;
	font-weight: bold;
	line-height: 26px;
	position: relative;
	padding: 5px 20px 15px;
}

#searchCloseButton
{
    float:right;
    margin-right:-6px;
    margin-top:2px;
}

#searchResultNew .resultSection {
	width: 100%;
	height:auto;
	font-size: 0.75em;
	color: #8c8c8c;
}

#searchResultNew .categorySection {
	background-image:url(/Templates/Anvisningar/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;
}

#searchResultNew .category {
	background-image:url(/Templates/Anvisningar/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;
}

#searchResultNew .categoryItems {
	background-image:url(/Templates/Anvisningar/Images/searchResultCategorySectionTop.png);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	width: 323px;
	height: auto;
	display: inline;
}

#searchResultNew .categoryItem {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

	#searchResultNew .categoryItem ~ .categoryItem {
		border-top: 0;
	}

#searchResultNew.latestChanges .categoryItem {
	font-size: 12px; 
}

#searchResultNew .categoryItemHeader {
	display: block;
	color: #666;
}

#searchResultNew.latestChanges .categoryItemHeader {
	font-weight: bold;
	padding: 8px 20px;
}

	#searchResultNew.latestChanges .categoryItemHeader:hover {
		color: #F9A61E;
		text-decoration: underline;
		background: none;
	}

#searchResultNew.latestChanges .changesText {
	margin: -6px 20px 8px 20px;
}

#searchResultNew .categoryItemHeader .system
{
    font-style:italic;
    font-size:11px;
}

#searchResultNew.latestChanges .textBlock {
	margin: 0 20px 8px 20px;
}


#searchResultNew .highlight
{
    background-color: yellow;
}

#searchResultNew .categoryItemDesc {
	display:block;
	color: #000;
	overflow: hidden;
}

#searchResultNew a {
    display:block;
    /*float:right;*/
	overflow: hidden;
	padding: 8px 20px;
	line-height: 1.5em;
}
#searchResultNew a:hover
{
    background-color:#eee;
}



.ImageHoverText
{
    background:transparent url(/Templates/Anvisningar/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;
}


