@charset "utf-8";
/* CSS Document */

body, td, th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}
body {
	background-color: #FFF;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
.error{
	color:red;	
}

label{
	width: 140px;
	display:block;
    float:left
}
.highlighted{
	border:3px solid red;
	background-color:#efefef;
	padding:3px;
}
.typeahead, .tt-query, .tt-hint {
	border: 3px solid red;
	font-size: 18px;
	height: 24px;
	outline: medium none;
	padding: 3px;
	width: 800px;
}
.typeahead {
	background-color: #efefef;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 800px;
}
.tt-suggestion {
	font-size: 14px;
	line-height: 16px;
	padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
	background-color: blue;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}

#footer{
	text-align:center;
	font-size:0.7em;
}