/* YUI reset */ 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var, b, italic{font-style:normal}
li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-weight:normal}
abbr, acronym{border:0; font-variant:normal}
legend{color:#000}

body {
	background: url('bg.png') repeat-x;
}
body, table {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#container {
	width: 960px;
	margin: 0px auto;
	position: relative;
	
}
#header {
	height: 100px;
}
h1 a {
	display: block;
	width: 160px;
	height: 78px;
	background: url('logo.png') no-repeat;
	text-indent: -9999px;
}
h1 a:focus {
	outline: none;
}
#primary-nav {
	position: absolute;
	top: 0px;
	left: 170px;
}
#primary-nav li {
	float: left;
	display: block;
	height: 30px;
}
#primary-nav a {	
	display: block;
	height: 30px;
	color: #fff;
	padding: 0px 10px 0px 0px;
	line-height: 55px;
	text-decoration: none;
}


input[type=text] {
	width: 300px;	
}

#stats {
	position: absolute;
	top: 40px;
	right: 0px;
	padding-right: 5px;
	text-align: right;
	font-size: 11px;
	color: #666;
}
.search-form-results {
	margin-top: 30px;
	font-size: 12px;
}
.search-form-results .result {
	padding: 10px 10px;
	border-bottom: 1px solid #DFDFDF;
}
.search-form-results .result:nth-child(odd){
	background-color: #F0F5FE;
}
#content {
	min-height: 500px;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#search-form.loading #search-query {
	background: url('loading.gif') no-repeat right center;
}
.info-table {
	margin-bottom: 20px;
}
.info-table th, 
.info-table td {
	vertical-align: top;
	padding: 5px;
}
.info-table td {
	white-space: pre;
}

.pagination {
	display: block;
	text-align: center;
	margin: 15px 0px;
}
.pagination ul {
	display: block;
}
.pagination ul li {
	display: inline;
}
.pagination ul li a {
	border: 1px solid #00f;
	padding: 4px 8px;
	margin: 0px 4px;
	color: #00f;
}
.pagination ul li a:hover {
	border: 1px solid #00f;
	background: #F0F5FE;
	text-decoration: none;
}
.pagination ul li.selected a {
	font-weight: bold;
	border-color: #080;
	color: #080;
	background-color: #efe;	
}
.pagination-info {
	margin-top: 10px;
	font-size: 9px;
	color: #999;
}
.pagination .disabled a,
.pagination .disabled a:hover {
	color: #999;
	background: #eee;
	border: 1px solid #999;
	cursor: default;
}
h3,
h3 a {
	font-size: 15px;
	color: #EE0000;
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.additional-info-link {
	float: right;
	font-size: 10px;
}

input.date {
	width: 80px;
}
.ui-datepicker {
	font-size: 11px !important;
}
#footer {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	text-align: center;
}
#stats-table {
	font-size: 9px;
	margin: 0px auto;
	color: #999;
}
#stats-table th,
#stats-table td {
	padding: 0px 5px;
}
#stats-table th {
	text-align: right;
}
#stats-table td {
	text-align: left;
}
.error {
	color: red;
	border: 1px solid red;
	padding: 15px;
	font-weight: bold;
	background: #fee;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#search-query {
	width: 500px;
	margin-right: 5px;
}
#search-form {
	height: 65px;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
#search-form .field {
	position: absolute;
}
#search-form .field label {
	padding-right: 5px;
}
#search-form-field-companies {
	top: 35px;
	left: 0px;
}
#search-form-field-people {
	top: 60px;
	left: 0px;
}
#search-form-field-location {
	top: 35px;
	left: 200px;
}
#search-form-field-start-date {
	top: 35px;
	left: 400px;
	text-align: right;
	width: 200px;
}
#search-form-field-end-date {
	top: 60px;
	left: 400px;
	text-align: right;
	width: 200px;
}

