﻿.searchControl
{
    border-style:outset;
    border-width:thin;
    border-color:Green;    
}
.searchHead
{
    display:block;
    float:none;
    margin-bottom:5px;
    clear:left;
}
.searchResult
{
    overflow:auto;
    display:block;
    float:left;
    clear:left;    
    height:100%;
    overflow:auto;
    z-index:1;
    margin:0 4px 0 0;
    padding:0;
    
}
.itemDisplay
{
    overflow:auto;
    height:100%;
    border:0 none;    
    z-index:10;
    margin:0;
    padding:0;    
}
.splitter
{
    width:4px;
    position:absolute;
    display:block;
    cursor:e-resize;
    left:250px;
    height:100%;
    z-index:11;
    background-position:center;
    background-repeat:no-repeat;
    background-color:#bbb;
    vertical-align:middle;
    margin:0;
    padding:0
}
.section
{
    clear:left;
    border-style:solid;
    border-width:thin;
    border-color:Black;
    background-color:#dbdb9f;
    width:773px;
    padding-left:7px;
    padding-bottom:7px;
    padding-top:2px;
    padding-right:7px;
    color:#420;
    margin-bottom:5px;
}
.btnSubmit
{
    float:right;
    margin-right:75px;
    background-color:#999900;
    color:#420;
}
.contentHolder
{
    display:block;
    float:none;
    vertical-align:top;
    position:relative;
}
.label
{
    font-size:small;
    color:#000;
}
.instructionText
{
    font-size:smaller;
    color:#000;
}

.locationState
{
    float:left;
    clear:left;
    vertical-align:top;
    position:relative; 
}
.locationCity
{
    float:right;
    clear:right;
    vertical-align:top;
    position:relative; 
}
.listingImage
{
    width:60%;
    padding-bottom:10px;
}
.instruction
{
    color:Black;
    font-weight:bold;
}
.smallInstruction
{
    font-size:smaller;
   color:Black;
    font-weight:bold;
}
.modalBackground
{
    background-color:black;
    opacity:.5;
    filter: alpha(opacity=50);
}
/* Column widths */
.width {
  width: 90%;
}

.widthPad {
    padding-top:10px;
  width: 700px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}
.searchHeader
{
    display:none;
    position:absolute;
    height:0px;    
}
.dateSeperator
{
    clear:both;
    background-color:#e6e6ba;
    color:Black;
    font-weight:bold;
    padding-top:4px;
    margin-top:4px;
    text-align:center;
    margin-bottom:3px;
    width:780px;    
}
.listingRow
{
    clear:both;
    cursor:pointer;
    display:table;    
    background-color:#fafaef;
    margin-bottom:3px;
    width:780px;
}
.closedTag
{
    font-style: italic;
    position:absolute; 
    color:Red;    
    font-weight:bold;
    text-align:center;
    background: url(../images/closedBg.gif) center left repeat-x;
    width:780px;
}
.menuItem
{	
	padding-left:10px;
	font-family:Arial;
	font-weight:bold;
	padding-right:10px;
	margin-left:10px;	
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	font-size:16px;
	border-color:Black;
	position:relative;
	z-index:999999;
}
.menuItemHover
{	
	padding-left:10px;
	font-family:Arial;
	font-weight:bold;
	padding-right:10px;
	border-left-style:solid;
	border-left-width:1px;
	border-color:Black;
	font-size:16px;
	clear:left;
	background-color:#999900;
	position:relative;
	z-index:999999;
}
.menuItemHover a
{	
	font-size:16px;
	background-color:#999900;
	color:#FFFFBF;
		position:relative;
	z-index:999999;
}
.menuDiv
{
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	background-color:#999900;
	border-color:Black;
	font-size:14px;
	padding-bottom:4px;
	color:White;
	border-top-width:0px;
	position:relative;
	z-index:999999;
}
.menuSubItem
{	
	padding-left:10px;
	font-family:Arial;
	font-weight:bold;
	padding-right:10px;
	font-size:14px;
	clear:left;	
	color:White;
	position:relative;
	z-index:999999;
}
.menuSubItem:hover
{	
	padding-left:10px;
	font-family:Arial;
	font-weight:bold;
	padding-right:10px;
	font-size:14px;
	clear:left;
	color:#FFFFBF;
}
