body {
	padding: 10px;
	background-color: white;
}
#topContainer {
	display:none;
}
#venueInfo {
	padding-bottom: 10px;
}
#venueInfo a.print {
	display:none;
}
#venueMedia {
	display:none;
}
#mapHelp {
	display:none;
}
#development_temp {
	display:none;
}
#mapContainer {
	float:left;
	background-color: white; 
}

.tab, .tabSel {
	padding: 4px 10px 4px 10px;
	border: 1px solid white;
	border-bottom:0px;
	margin-top:28px;
	margin-left:0px;
	float:right;
	font-size: 8pt;
	font-family: Tahoma;
	font-weight: bold;
	background-color:white;
}

.tab, .tab a:link, .tab a:visited {
	background-color:#c40000;
	color:white;
	text-decoration:none;
}

.tabSel, .tabSel a:link, .tabSel a:visited { 
	background-color:white;
	color:#c40000;
	text-decoration:none;
} 

/* this specifies the pin offset, which is important to ensure that the pin is at the right place */
.hww_pin {
	   position:absolute;
	   left:0px;
	   top:-18px; /* simons pin needs -18px, microsoft's pin needs -16px */
	   z-index: 100;
}
#form_more_venues  {
	display:none;
}

.feedback {
display:none;
}
#advertising {
	display:none;
}
#cfdump_all {
	display: none;
}

/* the following styles overwrite the virtual earth styles for the popup balloon */
/* see http://www.soulsolutions.com.au/Articles/VirtualEarthPopupStyles/tabid/79/Default.aspx for more details */

.ero .ero-body { width: 200px; }

.ero .ero-previewArea p {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 1.1em;
}
	
.ero .ero-actions { padding: 0; }
	
.ero .ero-paddingHack {	
	height: 0px;
	width: 1px;
	font-size: 0px;
}

 .ero .ero-previewArea div.firstChild {	
	margin: 5px 0px 10px 8px;
	overflow: hidden;
}

* html .ero .ero-actions {
	padding-top: 0px;
}


/* about the pin */

div.pin_title {
	padding-bottom: 5px;
}

div.pin_title span {
	font-style: italic; 
	font-weight: normal; 
	padding-bottom: 10px;
}

div.pin_title a.restaurants {
	color: #cc0000; 
	font-size: 14px; 
	font-weight: bold;
}

div.pin_details a.restaurants {
	color: #cc0000; 
}

div.pin_title a.movies {
	color: #FD6511; 
	font-size: 14px; 
	font-weight: bold;
}

div.pin_details a.movies {
	color: #FD6511; 
}

div.pin_title a.bars {
	color: #007ED3; 
	font-size: 14px; 
	font-weight: bold;
}

div.pin_details a.bars {
	color: #007ED3;
}

/* dhtml pop up */

#message_box { 
	font-size: 12px;;
	position:absolute;
	width:480px;
	padding:5px;
	z-index:200;
	display:none;
	background-color:#ffffe6;
	border:1px solid #660;
	top: 300px;
	left: 190px;;
}

.message_box_message { 
	width:95%;
	padding:3px
}

.message_box_message a, .message_box_message a:visited { color:#1F5BA4 }

.message_box_message a:hover { 
	color:#f90;
	text-decoration:underline
}

.message_box_close { 
	font-size: 10px;
	font-family: Times, sans serif;
	position:absolute;
	top:3px;
	right:3px;
	width:13px;
	height:13px;
	background:#660;
	color:#ffffe6;
	text-align:center;
	font-weight:bold;
	overflow:hidden;
	cursor:pointer
}
