﻿.body{
background-color:#330001
}
.txt_gray{ 
FONT-SIZE: 12px; COLOR: #a1a8b3; FONT-FAMILY: tahoma; TEXT-DECORATION: none; margin-left:20px;margin-top:5px
}
.txt_blue{ 
FONT-SIZE: 12px; COLOR: #0068b2; FONT-FAMILY: tahoma; TEXT-DECORATION: none; margin-left:0px;margin-top:0px
}
A.txt_blue:link{color:#0068b2; text-decoration:none; }
A.txt_blue:active{color:#0068b2; text-decoration:none; }
A.txt_blue:visited{color:#0068b2; text-decoration:none; }
A.txt_blue:hover{color:#fc9f40; text-decoration:none;}


img#imgelink {
border:0px;
}
/**************************************************************************************************/
BODY
{
    margin:0;
    font-size:14pt;
}

A
{
 text-decoration:none;
}

A:hover
{
 text-decoration:underline;
}

#wrapper 
{
    margin:0 auto;
    width:760px;
}

UL.related-docs-list
{
	list-style:none;
	margin:5px 30px;
	padding:0;
}

UL.related-docs-list LI
{
	list-style:none;
	margin:0;
	padding:0;
}

UL.related-docs-list LI A
{
	font-family:Tahoma;
	font-size:10pt;
}

.related-docs-note
{
	margin-right:30px;
	font-family:Tahoma;
	font-size:10pt;
}

.more-info
{
	font-family:Tahoma;
	font-size:8pt;
	color:#555;
	margin:5px 0;
}

.sub-title
{
	padding: 0 3px;
}

SPAN.sub-title:before
{
	content: '- ';
}

H2 SPAN.sub-title
{
	display:block;
	font-size:smaller;
}

.result
{
	
}

.related-link
{
	font-family:Tahoma;
	font-size:8pt;
	color:#b90101;
}

.cached-version-link
{
	font-family:Tahoma;
	font-size:8pt;
}

.fragment
{
	font-family:Tahoma;
	font-size:10pt;
}
.fragment EM
{
	color:#090;
	font-style:normal;
}

.result A EM
{
	color:#090;
	font-style:normal;
}

.current-page
{
	color:#f00;
}

.page
{
	color:#0065A7;
}

.facets
{
	border:solid 1px #aaa;
	margin-bottom:10px;
}

.facets H2
{
	background:#ddd;
	border-bottom:solid 1px #aaa;
	font-family:Arial;
	font-size:14pt;
	letter-spacing:1px;
	margin:0;
	padding:1px;
	text-align:center;
}

.facets UL
{
	margin:5px 20px;
	padding:5px;
	font-family:Tahoma;
	font-size:9pt;
}

.facets UL LI
{
	margin:2px 0;
	padding:2px;
	list-style-position:outside;
}

.website UL LI
{
	list-style-image:url(../images/website.png);
}

.category UL LI
{
	list-style-image:url(../images/category.png);
}

.source UL LI
{
	list-style-image:url(../images/source.png);
}

.year UL LI
{
	list-style-image:url(../images/year.png);
}

.type LI
{
	list-style-image:url(../images/type.png);
}

.place LI
{
	list-style-image:url(../images/place.png);
}

.person LI
{
	list-style-image:url(../images/person.png);
}

.facets UL LI A
{
	font-family:Tahoma;
	font-size:9pt;
}

.facet-button
{
	float:right;
	border:solid 1px #D08E04;
	background:#FFFBF2;
	padding:3px 2px;
	margin:1px;
}

.facet-button A
{
	background:url(../images/close.png) no-repeat center;
	text-decoration:none;
}

.items-count
{
	font-family:Tahoma;
	font-size:9pt;
}

.suggested-term
{
	font-style:italic;
}

.suggested-categories
{
	margin:5px;
	padding:5px;
	border:dotted 1px #f00;
	color:#a00;
}

.highlighted
{
  background:#ff9;
}

.block {
	border: solid 1px #005A97;
	background-repeat: no-repeat;
	background-color:#fff;
	background-position:10px 40px;
}

.block H1 {
	margin:0 1px;
	padding:0 10px;
	border-bottom: solid 1px #eee;
	font-family:Simplified Arabic;
	font-size:16pt;
	background:url(../images/results-top-slice.gif) repeat-x;
	color:#fff;
}

.block UL {
	margin-right:10px;
	padding:0 10px;
}
/**********************************************************************************************/
/* jQuery Autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
