html { height:100%; }
body { height:100%; overflow: hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
a{ color:#555; text-decoration:underline; }
a:hover{ color:#666; text-decoration:underline; }
img { border: 0; }

/* WELCOME POPOUP */

#welcome {
	position: absolute;
	top: 60px;
	left: 50%;
	width: 620px;
	margin-left: -300px;
}
 
#welcome .popuptransparent {
	width: 600px;
	background: #000000;
	opacity:0.7;  
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;
	color: #FFFFFF;
	height: 380px;
	font-size: 12px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
	padding: 10px;
    position: absolute;  
    top:0px;  
    left:0px;  
	z-index: 1;
}


.popupcontent {
	position:relative;
	z-index: 10;
	padding: 20px 10px 10px 10px;  
}

.start_btn {
	position: absolute;
	left: 275px;
    top: 270px;
	width: 215px;
	height: 60px;
}

.popupcontent p.licensed {
	color: #818181;
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 13px;
}

p.licensed a {
	color: #818181;
	text-decoration: underline;
}

p.licensed a:hover {
	text-decoration: none;
}


/* OVERLAY CONTENT */

#sponsor_banner {
	position:absolute;
	top: 10px;
	right: 0px;
	width: 250px;
	height: 240px;
}

.sponsor_banner_transparent {
	width: 250px;
	height: 240px;
	border-radius: 5px 0 0 5px;
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
	background: #000000;
	opacity:0.7;  
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;
	z-index: 1;
}

.sponsor_banner_content {
	position:absolute;
	z-index: 10;
	top: 0px;
}

p.rules {
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	margin: 0;
	padding-top: 2px;
	text-align: center;
}

p.rules a { 
	color:#FFFFFF;
	text-decoration: none;
	}

p.rules a:hover {
	text-decoration: underline;
}

#share_page {
	position:absolute;
	top: 10px;
	width: 120px;
	height: 160px;
}

.share_page_transparent {
	width: 120px;
	height: 160px;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
	background: #000000;
	opacity:0.7;  
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;
	z-index: 1;
}

.share_banner {
	position:absolute;
	top: 12px;
	left: 15px;
	z-index: 10;
	padding: 0;
}


#share_page .twitter-share-button {
    margin: 0;
}

.share_fbook_btn {
	position:absolute;
	top: 25px;
	left: 15px;
	z-index: 100;
	padding: 10px 0 0 0;
}


.share_twitter_btn {
	position:absolute;
	top: 55px;
	z-index: 10;
	left: 15px;
	padding: 10px 0 0 0;
}


.share_gplus_btn {
	position:absolute;
	top: 85px;
	left: 15px;
	z-index: 10;
	padding: 10px 0 0 0;
}


#share_email_btn {
	position:absolute;
	top: 115px;
	left: 15px;
	z-index: 10;
	padding: 10px 0 0 0;
}

#share_photo_email_port {
	position:absolute;
	width: 230px;
	top: 115px;
	left: 100px;
	z-index: 20;
	padding: 10px 0 0 0;
}


#store_banner {
	position:absolute;
	display:block;
	top: 190px;
	left: 0px;
	width:120px;
	height: 140px;
	
}

.store_banner_transparent {
	width: 120px;
	height: 140px;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
	background: #000000;
	opacity:0.7;  
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;
	z-index: 1;
}

.store_banner_btn {
	position:absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
}


#panofan_watermark {
	position:absolute;
	display:block;
	bottom: 10px;
	left:0;
	width:120px;
	height: 60px;
	
}

.panofan_watermark_transparent {
	width: 120px;
	height: 60px;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
	background: #000000;
	opacity:0.7;  
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;
	z-index: 1;
}

.panofan_watermark_btn {
	position:absolute;
	z-index: 10;
	top: 8px;
	left: 10px;
}


#social_watermark {
	position:absolute;
	display:block;
	bottom:0;
	right:0;
	width:260px;
	height: 260px;
	
}

.social_watermark_transparent {
	width: 260px;
	height: 255px;
	border-radius: 5px 0 0 5px;
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
	background: #000000;
	opacity:0.7;  
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;
	z-index: 1;
}

.social_watermark_btn {
	position:absolute;
	z-index: 10;
	top: 0px;
}

.followus {
	padding: 10px 10px 5px 10px;
}

.fbookwrap {
	padding: 0;
	border-top: 1px solid #555555;
}

.twitterwrap {
	padding: 10px 0 10px 10px;
	border-top: 1px solid #555555;
}

.googlewrap {
	padding: 10px 0 10px 10px;
	border-top: 1px solid #555555;
}

.youtubewrap {
	padding: 0px 0 10px 10px;
	border-top: 1px solid #555555;
}

p.youtubelink a {
	padding: 10px 0 10px 45px;
	background: url('images/youtube.png') no-repeat 0px 0px;
	color: #F4F4F4;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}


p.youtubelink a:hover {
	text-decoration: underline;
}

.socialwrap {
	padding: 10px 0 10px 10px;
	border-top: 1px solid #555555;
}

.socialwrap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.socialwrap ul li {
	float: left;
	margin: 0 14px 0 0;
	padding: 0;
}

#sharePort {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 170px;
}

#scavenger_hunt_port {
	position: absolute;
	top: 15%;
	left: 40%;
	width: 240px;
	z-index: 20;
}

h4.scavenger_found {
	margin: 0;
}

h3.scavenger_success {
	margin: 10px 0 0 0;
}

/* NEW NAV */

#subnav {
	width: 540px;
	left: 50%;
	margin-left: -210px;
	position: absolute;
	bottom: 20px;
	opacity:0.85;
	z-index: 1; 
}

#navigation_controls {
	height: 94px;
	width: 190px;
	background: url('images/bg_controls2.png') 0px 0px;
	margin: 0 10px;
	padding: 6px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
}

#panonav {
	position: relative;
	margin: 0;
	padding: 0;
}

#panonav li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
}

#panonav li, #panonav a {height: 36px; width: 36px; display: block;}


#in {top: 30px; left: 0px;}	
#in a {background:url('images/nav.png') 0px 0px;}
#in a:hover { background:url('images/nav.png') 0px -40px;}
#in a:active { background:url('images/nav.png') 0px -80px;}

#out {top: 30px; left: 40px;}	
#out a {background:url('images/nav.png') -36px 0px;}
#out a:hover { background:url('images/nav.png') -36px -40px;}
#out a:active { background:url('images/nav.png') -36px -80px;}

#up {top: 0px; left: 117px;}	
#up a {background:url('images/nav.png') -144px 0px;}
#up a:hover { background:url('images/nav.png') -144px -40px;}
#up a:active { background:url('images/nav.png') -144px -80px;}

#down {top: 58px; left: 117px;}	
#down a {background:url('images/nav.png') -180px 0px;}
#down a:hover { background:url('images/nav.png') -180px -40px;}
#down a:active { background:url('images/nav.png') -180px -80px;}

#left {top: 30px; left: 90px;}	
#left a {background:url('images/nav.png') -72px 0px;}
#left a:hover { background:url('images/nav.png') -72px -40px;}
#left a:active { background:url('images/nav.png') -72px -80px;}

#right {top: 30px; left: 145px;}	
#right a {background:url('images/nav.png') -108px 0px;}
#right a:hover { background:url('images/nav.png') -108px -40px;}
#right a:active { background:url('images/nav.png') -108px -80px;}

#mode {top: 30px; left: 195px;}	
#mode a {background:url('images/nav.png') -216px 0px;}
#mode a:hover { background:url('images/nav.png') -216px -40px;}
#mode a:active { background:url('images/nav.png') -216px -80px;}

#fscreen {top: 30px; left: 240px;}	
#fscreen a {background:url('images/nav.png') -288px 0px;}
#fscreen a:hover { background:url('images/nav.png') -288px -40px;}
#fscreen a:active { background:url('images/nav.png') -288px -80px;}


#user_guide, #show_hide_tags {
	height: 24px;
	width: 100px;
	margin-top: 40px;
	background:url('images/bg_left.png') 0px 0px;
	padding: 6px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
}

#show_hide_tags {
	background:url('images/bg_right.png') 0px 0px;
}

.single_btn {
	position: relative;
	margin: 0;
	padding: 0;
}

.single_btn li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
}

.single_btn li, .single_btn a {height: 23px; width: 23px; display: block;}

#userguide {top: 0px; left: 0px;}	
#userguide a {background:url('images/nav.png') -324px -8px;}
#userguide a:hover { background:url('images/nav.png') -324px -48px;}
#userguide a:active { background:url('images/nav.png') -324px -88px;}




#tagtoggle {top: 0px; left: 0px;}	
#tagtoggle a {background:url('images/nav.png') -346px -8px;}
#tagtoggle a:hover { background:url('images/nav.png') -346px -48px;}
#tagtoggle a:active { background:url('images/nav.png') -346px -88px;}


#tagtoggle.down a {background:url('images/nav.png') -367px -8px;}
#tagtoggle.down a:hover { background:url('images/nav.png') -367px -48px;}
#tagtoggle.down a:active { background:url('images/nav.png') -367px -88px;}




#user_guide_popup {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -240px;
	width: 410px;
}
#user_guide_popup .popup {
	padding: 35px;
}
#user_guide_popup .close_window {
	margin-right: -51px;
}




/* ORIGINAL CSS */

.popup {
	width: 100%;
	background-color: #FFF;
	filter:alpha(opacity=85); /* for IE */
	opacity:0.85; /* CSS3 standard */
	color: #000;
	font-size: 12px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
	padding: 10px;
}
.pointleft {
	display: block;
	position: relative;
	float: left;
	margin-left: -23px;
}

#sharePort .pointleft {
	margin-top: 50px;
}

#hotspot_detail .pointleft {
	margin-top: 40px;
}

.popup p {
	font-family: Arial, sans-serif;
	margin: 6px 0;
}


.close_window {
	display: block;
	position: absolute;
	right: -38px;
	top: -19px;
}
#logo_vv {
	float: left;
	margin: 10px 0 0 124px;
	height: 71px;
	width: 227px;
}
#logo_ss {
	clear: left;
	float: left;
	margin: 17px 0 0 33px;
	height: 40px;
	width: 317px;
}
#logo_rtw {
	float: left;
	margin: 0 0 5px 25px;
	height: 70px;
	width: 70px;
}


#watermark {
	position:absolute;
	right: 10px;
	top: 10px;
	background-color: transparent;
	filter:alpha(opacity=40); /* for IE */
	opacity:0.4; /* CSS3 standard */
}


#selectface {
	position: absolute;
	left: 50%;
	width: 200px;
}



#sharePort {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 170px;
	z-index: 10;
}


#fb_login, #tag_friend, #fb_tag_commit, #fb_tag_deny, .twitter-share-button, .email_hotspot {
	display: block;
	float: left;
}
#fb_tag_commit, .email_hotspot {
	clear: left;
}
#fb_login, #tag_friend {
	width: 77px;
}
#fb_tag_commit, #fb_tag_deny {
	width: 64px;
	height: 29px;
}
.twitter-share-button {
	margin: 3px 0 0 12px;
}
#confirm_pic, #confirm_name {
	display: block;
	float: left;
}
#confirm_name {
	margin: 10px 0 0 10px;
}
#confirm_qustn {
	display: block;
	float: left;
	font-weight: bold;
}
.myfbid {
	float: left;
}

.float_clear {
	display: block;
	float: left;
	clear: left;
}

#terms_conditions {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -240px;
	width: 410px;
	z-index: 10;
}
#terms_conditions .popup {
	padding: 35px;
}
#terms_conditions .close_window {
	margin-right: -51px;
}


#success {
	color: #40b32d;
	font-size: 20px;
	margin: 0;
}


#hotspot_detail {
	position: absolute;
	top: 35%;
	left: 35%;
	width: 200px;
	z-index: 10;
}


#email_hotspot_form h4 {
	margin: 5px 0;
}
#email_hotspot_form textarea {
	/*background: in index.php for cdn url */
	width: 225px;
	font-size: 14px;
}
.formspacing {
	display: block;
	margin-top: 20px;
}
.text-field {
	/*background: in index.php for cdn url */
	border: 1px solid #999;
	color: black;
	height: 27px;
	padding: 5px;
	width: 215px;
	font-size: 14px;
}
#email_submit {
	/*background: in index.php for cdn url */
	display: block;
	width: 60px;
	height: 25px;
	text-indent: -10000px;
}



.vc524_credit, .footer_credit:hover, .footer_credit:visited {
	display:block;
	clear:both;
	float:right;
	font-size: 10px;
	color: #222;
	text-decoration: none;
}

.clear {
	clear: both;
}

