@charset "utf-8";
/* CSS Document */

input
{
	border: 1px solid black;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
}

body {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

a:link {text-decoration: none;}     /* unvisited link */
a:visited {text-decoration: none;}  /* visited link */
a:hover {text-decoration: underline;}   /* mouse over link */
a:active {text-decoration: none;}   /* selected link */

.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 275px;
	height: 120px;
	overflow: hidden;
	z-index: 1;
}

.topimage {
	position: absolute;
	top: 0;
	left: 0;
	height: 120px;
	overflow: hidden;
	z-index: 0;
}
.topnav_visible {
	border: 0;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.topnav_visible a {
	border: 0;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.topnav_hidden {
	border: 0;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: none;
	visibility: hidden;
}

.topnav_hidden a {
	border: 0;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.toppanel {
	border: 0;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.toppanel input
{
	border: 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	z-index: 1;
}

.toppanel select
{
	border: 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	z-index: 0;
}

.leftpanel {
   position:  absolute;
   left:          0px;
   top:            155px;
   bottom:	       0px;
   width:        323px;
   overflow:      auto;
   height: expression(document.body.clientHeight - 155) ;
}

.mapcontainser {

   position:  absolute;
   left:          300px;
   top:            150px;
   bottom:	       0px;
   padding: 0px 5px 0px 10px;
   height: expression(document.body.clientHeight - 150) ;
}

.result1 {
	padding: 10px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	border: 0;
}

.result {
	padding: 10px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	border-top: 1px solid #CCCCCC;
}

.mapinfowindow {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

.place_name {
	color: #2481FF;
	font-size: 13pt;
	font-weight: bold;
}

.orange_text {
	color: #DE5B00;
}

.grey_text {
	color: #999999;
}

.verified {
	color: #5CA130;
}

.unverified {
	color: #DE5B00;
}

.hb_day
{
	padding: 3px;
}

.hb_time
{
	padding: 3px;
	border-left: 1px solid #999999;
}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}