﻿body 
{
	background-color:White;
}

.header
{
	width:100%;
	height:0px auto;
	/*position:fixed;*/
}
.left
{
	
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}
/* Start of AutoComplete Extender */
.autocomplete_completionListElement
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #dce2e3;
	
	visibility: hidden;
	margin: 0px !important;
	
	cursor: 'default';
	overflow: auto;
	height: 200px;
	text-align: left;
	list-style-type: none;
}
/* AutoComplete item */
.autocomplete_listItem
{
	background-color: #f7f7f7;
	color: #666;
	padding: 2px;
	border-bottom: 1px solid #BB872F;
	vertical-align: middle;
	z-index: 1;
}
.Content1
{
	width:100%;
	height:0px auto;
	margin:3% 0 0 0;
}
.right
{
	
}
.footer
{
	width:100%;
	height:0px auto;
}

.WaterMark
{
	text-align:center;
	color:Silver;
	font-weight:bold;
}

.SearchFilter
{
	opacity: 0.70; /* firefox, opera, safari, chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /* IE 8 */
	filter: alpha(opacity=70); /* IE 4, 5, 6 and 7 */
	zoom: 1; /* so the element "hasLayout"*/
	background-color: White;
	z-index: 1;
	position: fixed;
}
.SearchFilter:hover
{
	background-color: White;
	z-index: 1;
	position: fixed;
}

.ClearBoth
{
	clear:both;
	float:left;
}

.FloatLeft
{
	float:left;	
}

a, a:visited {
    color: #006699;
}