﻿@charset "utf-8";

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

img {
	border: none;
}

#clearfix {
    clear: both;
}

#main-container {
	position: relative;
	width: 100%;
}

#map-container {
}

#map-canvas, #viewOption {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#map-canvas{
	width:745px;
	height:400px;
}

#viewOptionBox {
	margin-right: 5px; 
	margin-top:5px; 
	z-index: 0; 
	cursor: pointer; 
	margin-left: 550px;
	top: 0px; 
	float:left; 
	width: 730px;
}

#viewOptionBtn {
	float: left;
	position: relative;
	z-index: 10;
	display: block;
}

.vob-seeInside, .vob-map, .vob-satellite {
	display: none;
}

#selectView {
	margin: 0;
	z-index: 0;
	cursor: pointer;
	width: 290px;
	height: 50px;
	float: left;	
}


#venue-boxes {
	width: 760px;
	top: 380px;
	position: relative;
	padding: 0;
}

#infoWindow {
	height: 50px;
}

#infoWindow a{
	color: #4E1B6A;
	text-decoration: none;
}

#infoWindow a:hover{
	color: #4E1B6A;
	text-decoration: underline;
}


.activemap {
    color: #4D1A69;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}
.activemaplink a {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
}

.gap {
	border-left: 1px solid #CCCCCC;
    height: 5px;
    margin: 0 20px;
    width: 1px;
}

.viewOption {
	direction: ltr; 
	overflow: hidden; 
	text-align: center; 
	position: relative; 
	color: #000000; 
	font-family: Arial,Verdana,Helvetica,sans-serif; 
	-moz-user-select: none; 
	font-size: 13px; 
	background: none repeat scroll 0% 0% rgb(255, 255, 255); 
	padding: 1px 6px; 
	border: 1px solid rgb(113, 123, 135); 
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); 
	min-width: 29px;
	text-decoration: none;
}

.viewOption a{
	color: #000000; 
	text-decoration: none;
}

.viewOption a:active {
	font-weight: bold;
}

.street-view {
	float: left;
	padding-left: 15%;
	padding-top: 1px;
}

.map-view {
	float: left;
	padding-left: 1%;
	padding-top: 1px;
}

.more {
	color: #333333;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

.more a,active{
	color: #333333;
}

.name-tag-singleLine {
	position:absolute;
	top: 70px;
	z-index: 400;
}

.name-tag-doubleLine {
	position:absolute;
	top: 65px;
	z-index: 400;
}

a.button_more {
    background: url("/entertainment/common/english/images/google-map/btn_more.gif") no-repeat scroll 0 0 transparent;
    color: #333333;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 0 17px;
}
a.button_more:hover {
    text-decoration: underline;
}

h5 {
    color: #4D1A69;
    font-size: 15px;
    line-height: 16px;
    margin: 10px 0;
    padding: 0 0 5px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

p {
    font-size: 12px;
}



/** Overlay Function Venue Selection Box-L - Start **/
.infobox-L {
	position: relative;
	float: left;
}
	
.infobox-L span {
	color: #ffffff;
	font: bold 12px Arial;
	letter-spacing: 1px;  
	/*background: rgb(0, 0, 0); fallback color */
	/*background: rgba(0, 0, 0, 0.5);*/
	width: 100%;
	padding-left: 90px;
	line-height: 11px;
	*line-height: 12px;
}	
	
.infobox-L img {
	position: relative;
	z-index: 0;
	padding-right: 5px;
	padding-bottom: 5px;
}

.infobox-L .more {
	display: none;
	text-align: center;
	width: 100%;
	height: 90px;
	background: url("/entertainment/common/english/images/google-map/venue-icon-gray-L.jpg") no-repeat scroll 0 0 transparent;
	/*background-color: #a9a9a9;*/
}
	
.infobox-L:hover .more {
	display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 295px;
    padding: 0;
}
/** Overlay Function Venue Selection Box-L - End **/


/** Overlay Function Venue Selection Box-S - Start **/
.infobox-S {
	position: relative;
	float: left;
    }
	
.infobox-S span {
   color: #ffffff;
   font: bold 12px Arial;
   letter-spacing: 1px; 
   width: 100%;
   padding-left: 45px;
   line-height: 11px;
   *line-height: 12px;
}


.infobox-S span.textSmallWhite {
	color: #ffffff;
	font-size: 10px;
}
	
.infobox-S img {
	position: relative;
	z-index: 0;
	padding-right: 5px;
	padding-bottom: 5px;
}
.infobox-S .more {
	display: none;
	text-align: center;
	width: 145px;
	height: 90px;
	/*background-color: #a9a9a9;*/
	background: url("/entertainment/common/english/images/google-map/venue-icon-gray-S.jpg") no-repeat scroll 0 0 transparent;
    }	
	
.infobox-S:hover .more {
	display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 145px;
    padding: 0;
    }
/** Overlay Function Venue Selection Box-S - End **/


/** Overlay Function View Selection Box - Start **/
.viewBox {
	position: relative;
	float: left;
	z-index: 300;
}
	
.viewBox img {
	position: relative;
	z-index: 0;
}
.viewBox .more {
	display: none;
	text-align: center;
	width: 290px;
	height: 90px;
	background-color: #a9a9a9;
}	
	
.viewBox:hover .more {
	display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 290px;
    padding: 0;
}
/** Overlay Function View Selection Box - End **/

.route_left_st, .route_right_st, .route_left, .route_right {
    background-color: #FFFFFF;
    color: #666666;
    display: block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
.route_left {
    float: left;
    margin: 10px 10px 10px 0;
    width: 238px;
}
.route_right {
    float: right;
    margin: 10px 0;
    width: 238px;
}
.route_left_st {
    float: left;
    margin: 10px 10px 10px 0;
    width: 360px;
}
.route_right_st {
    float: right;
    margin: 10px 5px 10px 0;
    width: 360px;
}

