﻿/*
body
{
	font-size:0.9em;
	background-color:#FFFFEE;
}
.main
{
	padding:0px 10px 0px 10px;
	text-align:center;
}
*/

.leftPanel
{
	width:40%;
	float:left;
	text-align:left;
	
}
.divsearch
{
	width:100%;
	height:30%;
	float:left;
	font-size:0.9em;
}
.divSearchHeader
{
	
}
.divSearchOptions
{
	margin:0px 0px 0px 0px;
	float:left;
	width:100%;
	text-align:left;
	font-size:0.7em;
}

#chkWeekend
{
	
}
#chkEvening
{

}
#txtSearch
{
	height:15px;
	width:65%;
}
#btnSearch
{
	font-size:0.8em;
	height:20px;
	width:28%;
}

.sidebar
{
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
}

.rightPanel
{
	font-size:0.9em;
	width:60%;
	float:right;
	text-align:right;
}
.rightPanelTable
{
	width:100%;
	float:right;
}

.map
{
	
}
.detailinfo
{
	
}
#tempCity
{
	padding-left:2px;
	text-align:right;
}
#divNotice
{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:4px;
	background-repeat:no-repeat;
	background-position:4px 4px;
	background-color:#EEEEEE;
	color:#FF0000;
	padding-left:24px;
	font-size:90%;
	font-family:Arial,Helvetica,Sans-Serif;
	visibility:hidden;
	height:150px;
	position:absolute;
	top:400px;
	left:200px;
	width:350px;
}

#map
{
	width: 100%; 
	height: 500px;

}

.detailInfoLeftPanel
{
	text-align:left;
	float:left;
	width:40%;
}
.detailInfoLeftPanel div
{
	float:left;
}
#tempCity
{
	
}
.detailInfoRightPanel
{
	
	float:left;
	vertical-align:top;
	width:59%;
}
.addressfield
{
	background-color:Red;
}

#lblLocationName
{
	color:Gray;
}

#btnSelectLocation
{
	float:right;
	vertical-align:bottom;
}

div.googlepopup {
font-size:x-small;
width: 500px;
height:auto;
}
