body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
label.error {
	color: #FF0000;
	display: block;
}
h1 {
  display: none;
}
a {
	text-decoration: none;
	color: #000000;
}
.emph {
	font-weight: bold;
}
a img {
	border: 0;
}
#leaderboard {
	width: 728px;
	height: 90px;
	text-align: center;
}
#skyscraper {
	width: 160px;
	text-align: center;
	padding-bottom: 10px;
}
#imu {
	width: 300px;
	height: 200px;
	text-align: center;
}
span.tool {
  position: relative;
  cursor: help;
  vertical-align: middle;
}
 
span.tool span.tip {
  display: none;
}
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 2.5em;
  left: 0;
  min-width: 240px;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
  width: auto;
  height: auto;
}
input, textarea {
	background-color: #dde5fa;
}
fieldset {
	padding: 1em;
	border: 1px solid #FF9611;
}
legend {
	padding: 0.2em 0.5em;
	border:1px solid #FF9611;
	color: #317622;
	font-size:90%;
	text-align:right;
	font-weight: bold;
}
form {
	padding: 10px;
}
form p > label{
	display: block;
	width: 150px;
	float: left;
	clear:left;
}
form p > span, fieldset > fieldset{
	display: block;
	float: left;
	clear:left;
}
form p > input{
	float: left;
}
span.inline{
	display:inline;
	clear:none;
}
/** NAVIGATION **/
#left_navigation {
	float: left;
}
#right_navigation {
	float: right;
}
/* 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('images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}