﻿/*-------search Box-----------*/
#searchBox {
	background-color: white;
	font-family: Arial;
	color: #6a6a6a;
	float : left;
	display: inline;
	clear: both;
	line-height: 9px;
	height: 56px;
	font-size: 12px;
	width:710px;
}
#UpperDiv {
	float: left;
	clear: both;
	display: block;
	height: 27px;
}
#searchBoxLeft {
	background-color: #cecccd;
	font-weight: bold;
	color: #6a6a6a;
	float: left;
	width: 427px;
	text-align: center;
	clear: left;
	padding-top: 9px;
	padding-bottom: 9px;
}
#searchBoxRight {
	font-family: Arial;
	display: inline;
	text-align: left;
	color: #636363;
	float: right;
	text-align: left;
	width: 282px;
	clear: right;
	padding-top: 5px;
}
#AdminsearchBoxRight {
	font-family: Arial;
	display: inline;
	text-align: left;
	color: #636363;
	float: right;
	text-align: left;
	clear: right;
	padding-top: 0px;
}
#searchBoxRight .searchTitle {
	height: 15px;
	width: 126px;
	border-right: #bdbdbb 1px solid;
	border-top: #bdbdbb 1px solid;
	border-left: #bdbdbb 1px solid;
	border-bottom: #bdbdbb 1px solid;
	padding-left: 2px;
	margin-left: 10px;
}
#midSeperator {
	height: 2px;
	float: left;
	display: block;
	clear: both;
	line-height: 2px;
}
#seperator {
	height: 0px;
	float: left;
	display: inline;
	clear: both;
	line-height: 0px;
}
#SearchBy {
	height: 27px;
	background-repeat: repeat;
	width: 100%;
	float: left;
	clear: both;
	display: inline;
	margin: 0px;
	padding-top:0px
}
.SearchByCombo {
	height: 19px;
	border-right: #bdbdbb 1px solid;
	border-top: #bdbdbb 1px solid;
	border-left: #bdbdbb 1px solid;
	border-bottom: #bdbdbb 1px solid;
	padding-left: 2px;
	margin-top:2px;
	font-size: xx-small;
}
.SearchLables {
	background-color: #e7e5e6;
	height: 20px;
	width: 100px;
	text-align: center;
	padding-top: 7px;
}
/*-------End search Box-----------*/
