﻿body {
	
	margin: 0;
	padding: 0;
	margin-top:-70px;
	background-color: #121116;
	
	font-family: Sans-Serif, Calibri, Verdana;
	font-size: 11pt;
	
}

#container-home
{
	top:0px;
	left:0px;
	width:950px;
	height:768px;
	text-align:left;
}

#homeLogo
{
	position:relative;
	left:0px;
	top:56px;
}

.searchBar
{
	background-image: url('/images/home/home-search-bar.png');
	background-repeat: no-repeat;
	position: relative;
	top: 125px;
	left: 0px;
	height: 84px;
	width: 945px;
	z-index:100;
}


TD.search-cell
{
	width: 298px;
	padding-left: 42px;
	margin-left: 42px;
}

TD.near-cell
{
	width:292px;
	padding-left: 0px;
}

TD.when-cell
{
	width:165px;
}

.hint
{
	font-family: arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	position: relative;
}

.welcome
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	left: 0px;
	top: 216px;
	position: relative;
	width: 100%;
	background-color: #121116;
	text-align:center;
	visibility:hidden;
}

.search-instr
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	left: 0px;
	top: 200px;
	position: relative;
	width: 100%;
	background-color: #121116;
	text-align:left;
}

.specialop-instr
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	left: 0px;
	top: 90px;
	position: relative;
	width: 100%;
	background-color: #121116;
	text-align:left;
}

.content-links
{
	text-align:right;
	width: 351px; 
	position: relative; 
	left: 588px;
	top: -123px;
}

.banner-links
{
	width:412px;
	height:65px;
	position: relative;
	top: -113px;
	left: 535px;
}

.footer-links
{
	font-size: 11pt;
	color: #FFFFFF;
	background-color: #121116;
	position: relative;
	top: 450px;
	left: -2px;
	text-align:center;
	width:100%;
}

.footer-links a
{
	font-size: 11pt;
	color: #FFFFFF;
	background-color: #121116;
	text-decoration: none;
	font-family: 'Courier New' , Courier, monospace;
	padding-left:20px;
	padding-right:20px;
}

.footer-links span
{
	font-size: 11pt;
	color: #FFFFFF;
	background-color: #121116;
	text-decoration: none;
	font-family: 'Courier New' , Courier, monospace;
}

#searchWhat
{
	width:287px;
}

#searchNear
{
	width:267px;
	left:10px;
	position: relative;
}

#searchWhen
{
	width:116px;
}

.ui-datepicker-trigger
{
	position:relative;
	left: 10px;
}

/*Textbox DropDown Styles */

.textdropdown-outer {
  border: 1px solid #ccc;
  float: left;
    background-color:White;
    position:relative;
    left:10px;

}
 
.textdropdown-btn {
  width: 20px;
  float: right;
  background: url('/images/home/dropdown-arrow.gif') no-repeat center;
  cursor: pointer;
    background-color:White;

}
 
ul {
  border: 1px solid #ccc;
  padding: 0px;
  list-style: none;
  margin: 0px;
  background-color:White;
  position:absolute;
  z-index:100;
  top:241px;
  left:808px;
}


ul li {
  padding: 2px;
  display: block;
  list-style: none;
  margin: 0px;
  font-size:8pt;
}
 
ul li:hover {
  background-color: #efefef;
  cursor: pointer;
}
 
/*Data Results*/
#content-area #results {
	
	width: 492px;
	float: left;
	min-height: 500px;
	height: auto!important;
	height: 500px;
	background-color:White;
	padding: 15px 10px 10px 6px;
	
}

#special-op-area {
	
	width: 945px;
	height:336px;
	margin: 0 0 10px 0;
	position: absolute;
	top:345px;
	background-color: #ffffff;
	
}