﻿@charset "UTF-8";
	
/* ---------------------------------------------------- */
/* hit and browse lists */

#list /* body id="list" */
{
	margin: 0px 2px 2px 2px;
	padding: 0px 0px 10px 0px;
	width: 98%;
	height: 98%; /* to correctly display down arrow scrollbar */
	overflow: auto; /* you don't want to change this */
	}

#list #searchSpace  /* status bar of search: "Page 1 of 3" */
{
    color: black;
    font-style: italic;
    font-size: 0.85em;
    margin-left: 2px;
    }

#list .termbase 
{
    margin: 2px 4px 2px 3px;
    padding-bottom: 5px;
    }
 
#list .termbase .tbname {
	color: #000000;
    font-weight: bold;
    padding: 5px 0px 3px 1px;
    vertical-align: middle;
}

#list .termbase .tbname IMG 
{
	margin-right: 3px;
	vertical-align: middle;
	max-height: 16px;
	max-width: 16px;
	}
	
#list .separator
{
    display: none;
	}

#list .termbase .hit,
#list .termbase .hit_selected
{
	font-size: 0.8em;
	margin: 0px 2px 0px 5px;
	white-space: normal;
	text-indent: -14px;
	padding: 1px 5px 1px 15px;
	}
	
#list .termbase .hit 
{
   	color: #000000;
	border-top: solid 1px transparent;
	border-left: solid 1px transparent;
	border-right: solid 1px transparent;
	border-bottom: dotted 1px #c9caca;
    }
    
#list .termbase .hit_selected 
{
	background-color: #CBE6EF;
	border: solid 1px #91CDDC;
    text-decoration: none !important;
    color: #000000;
    }

#list .termbase .hit:hover, 
#list .termbase .hit_selected:hover
{
	background-color: #dceef4;
	border: solid 1px #91CDDC;
    text-decoration: none !important;
    color: #000000;
    }
    
#list .termbase .hit a:link,
#list .termbase .hit a:visited,
#list .termbase .hit a:hover,
#list .termbase .hit_selected a:link,
#list .termbase .hit_selected a:visited,
#list .termbase .hit_selected a:hover
{
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
	}

#list .highlightSearchMatch
{
    background-color: Yellow;
    color: #000000;
}

/* in case of edit mode we need to disable */
#list .tbname,
#list .tbname_disabled,
#list .tbname_disabled A:hover,
#list .hit_disabled, 
#list .hit_selected_disabled 
{
    color: Gray;
    }
