/* Dusk over the shifting sands */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #1B5C48;
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 0;
	background-color: #FFFFFF;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	color:#1E0F04;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 190px;
margin-right: 60px;
font-size: 18px;
color:#1E0F04;
border-bottom: 1px #999 dashed;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

h2 
{
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}

h3 
{
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 15px;
color: #1E0F04;
font-weight: bold;
}
h4 
{
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 12px;
color: #1E0F04;
font-weight: bold;
}
h5
{
	margin-top: 10;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	font-size: 24px;
	color: #990000;
	font-weight: bold;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 2px;
margin-left: 10px;
margin-right: 10px;
}

p, ul, ol {
font-size: .95em;
line-height: 1.9em;
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
padding: 0;
}



ol, ul {
margin-left: 25px;
}

a:link, a:visited {
	color: #800000;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

a.gde:link, a.gde:visited {
	color: #800000;
	text-decoration: none;
	font-weight: normal;
	font-size:18px
}

a.gde:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
	font-size:18px
}


#top-menu {
position: absolute;
top: 5px;
left: 25px;
text-align: left;
}



/* Styles for the footer at the bottom of the page */

#footer {
text-align: left;
background-color: #FFFFFF;
color: #4372cb;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
border-top: 0;
font-size: 10px;
word-spacing: 5px;
}

#footer a:link, #footer a:visited {
color: #3d5be2;
}

#footer a:hover {
color: #9b1d03;
text-decoration: underline;
}

td.tdgrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	line-height: 29px;
	color: #1B5C48;
	font-weight: bolder;
}

td.tdmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 18px;
	color: #990000;
	font-weight: bolder;
}
td.a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #800000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #1E0F04;
}

a {
	color: #1E0F04;
	text-decoration: none;
}

form {
background-color:#FFFFFF;
  text-align: left;}
  
select.sel {
	color: #1E0F04;
    font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
  }    
  
input.btn {
	color:#000000;
	font: bold 130%'trebuchet ms',helvetica,sans-serif;
	background-color: #B06C39;
  }  
  
.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: #E0C285;
}

.ac_over {
	background-color: #800000;
	color: white;
}
