﻿/*--------------------------------------*/
/*	Version: 		1.0					*/
/*	Revision Date: 	Jan. 1, 2008		*/
/*--------------------------------------*/

/*--------------------------------------*/
/*	BODY, P, TD, UL, LI					*/
/*--------------------------------------*/
	
/*body, p 
{
	font: 8pt tahoma, helvetica, sana-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color:#555555;
}*/

/*--------------------------------------*/
/*	Container Tags						*/
/*--------------------------------------*/
.gMap_Hide {
	position: absolute;
	left: -1000px;
	top:0px;
}
.gMap_Show {
	position: absolute;
	margin-top:-467px;
	margin-left:3px;
}

/*--------------------------------------*/
/*	DIV Tags							*/
/*--------------------------------------*/
/*------ Primary map page styles -------*/
div.m_mapContainer
{
	width: 620px;
	height: 540px;
	border: solid 1px #8A8A8A;
	padding: 0px;
	margin: 0px;
}

div.m_mapDiv
{
	width: 620px;
	height: 540px;
}

div.m_markerContainer
{	
	width: 620px;
	height: 470px;
	background-color: #ffffff;
	border-right: solid 1px #8A8A8A;
	border-left: solid 1px #8A8A8A;
	border-bottom: solid 1px #8A8A8A;
}

div.m_markerDiv
{
	width: 610px;
	height: 460px;
	padding: 5px;
	overflow-y: scroll;
	margin:0px;
}

div.m_resourceContainer
{	
	width: 620px;
	border-right: solid 1px #8A8A8A;
	border-left: solid 1px #8A8A8A;
	border-top: solid 1px #8A8A8A;
	background-color:#ffffff;
}

div.m_resourceDiv
{
	width: 620px;
	padding: 5px;
	margin:0px;
}
/*--------------------------------------*/


/*----- Accommodation page styles ------*/
div.m_mapContainer_Accommodation
{
	width: 605px;
	height: 450px;
	border: solid 1px #8A8A8A;
	padding: 0px;
	margin: 0px;
}

div.m_mapDiv_Accommodation
{
	width: 605px;
	height: 450px;
}

div.m_markerContainer_Accommodation
{	
	width: 605px;
	height: 350px;
	background-color: #ffffff;
	border-right: solid 1px #8A8A8A;
	border-left: solid 1px #8A8A8A;
	border-bottom: solid 1px #8A8A8A;
}

div.m_markerDiv_Accommodation
{
	width: 595px;
	height: 340px;
	padding: 5px;
	overflow-y: scroll;
	margin:0px;
}

div.m_resourceContainer_Accommodation
{	
	width: 605px;
	border-right: solid 1px #8A8A8A;
	border-left: solid 1px #8A8A8A;
	border-top: solid 1px #8A8A8A;
	background-color:#ffffff;
}

div.m_resourceDiv_Accommodation
{
	width: 605px;
	padding: 5px;
	margin:0px;
}
/*--------------------------------------*/


div.m_datetime
{
	z-index: 10;
}

div.m_divBubbleForm
{
	width: 250px;
	padding: 5px 0px 0px 0px;
}

.htmlControl
{
	border-bottom: solid 1px #8A8A8A;
	border-right: solid 1px #8A8A8A;
	background-color: white;
}

.htmlButton
{
	cursor:pointer;
	margin:1px;
	padding:1px
}

/*--------------------------------------*/
/*	Table Tags							*/
/*--------------------------------------*/


td.m_markerList
{
	border-bottom: solid 1px #8A8A8A;
}


/*--------------------------------------*/
/*	A HREF Tags							*/
/*--------------------------------------*/



/*--------------------------------------*/
/*	FORM Element Tags					*/
/*--------------------------------------*/

input.m_button 
{
	font: 8pt tahoma, helvetica, sana-serif;
	color: #555555;
	width: 75px;
	height: 20px;
}

input.m_bubbleButton 
{
	font: 7pt tahoma, helvetica, sana-serif;
	color: #555555;
}
	
input.m_searchCell 
{
	font: 8pt tahoma, helvetica, sana-serif;
	height:13px;
	color: #555555;
	width: 150px;
	padding-left: 2px;
}
	
input.m_bubbleSearchCell 
{
	width:150px;
	height:10px;
	color: #000000;
	vertical-align:bottom;
	font-weight: normal;
	font-size:1em;
}

/*--------------------------------------*/
/*	Other Element Tags			*/
/*--------------------------------------*/

/*container of the list*/
.autocomplete
{
	cursor: pointer;
	border: 1px solid #8A8A8A;
	border-top: none;
	background: #eee;
}
/*items of the list*/
.autocomplete .normal
{
	border-top: 1px solid #999;
	padding: 2px 2px 2px 2px;
}
/*selected item*/
.autocomplete .selected
{
	background: #e8e8e8;
}
/*characters that matched*/
.autocomplete .highlited
{
	font-weight: bold;
	color: #555555;
}

.marker 
{
	font-size: 11px;
	text-align:left;
}
.marker .businessimage 
{ 
	float: left;
}
.marker .ratingsimage 
{
	vertical-align:middle;
	margin-top:0px;
}
.marker .businessinfo 
{ 
	margin-left: 110px;
	width: 160px;
}
.marker .picksinfo 
{ 
	margin-left: 135px;
	width: 160px;
}
