@charset "utf-8";

/** STYLES FOR TOURISMDEMO **/

/** HTML ELEMENTS **/
html
{
	max-width:100%;
	max-height:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body
{
	margin:0px;
	padding:0px;
	height:0px;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#3a3f42;
	background-color:#e1dcda;
}

/** DESIGN ELEMENTS **/
div#topLayer
{
	background:#beb7b5;
	height:213px;
	margin:0px;
}

div#topLayerContainer
{
	width:970px;
	margin:0 auto;
}

div#breadCrumps
{
	position:absolute;
	width:950px;
	text-align:right;
	margin:0 auto;
	padding-top:1px;
	font-size:10px;
}

div#topLayerBanner
{
	background-color:#beb7b4;
	height:187px;
}

div#pinpointLayer
{
	width:930px;
	margin:10px auto 5px;
	background:#ffffff;
	
	_width:950px;
}

div#bottomLayer
{
	background:#beb7b5;
	height:30px;
	margin:0px;
}

div#bottomLayerCopyright
{
	width:930px;
	margin:0 auto;
	padding-top:8px;
	font-size:11px;
	text-align:center;
}

div#bottomLayerCopyright a, a:link, a:visited { color:#003366; text-decoration:none;}
div#bottomLayerCopyright a:hover, a:active { color:#003366; text-decoration:underline;}

#fsButton
{
        position:absolute;
        margin-left:825px;
        font-weight:bold;
        font-size:11px;
        width:125px;
        height:20px;
        line-height:20px;
        background:url(../images/fullscreen.png) 0 0 no-repeat;
        z-index:600;
}

#earthButton a, a:link, a:visited, a:hover, a:active { color:#fff; text-decoration:none; }
#fsButton a, a:link, a:visited, a:hover, a:active { color:#fff; text-decoration:none; }
#myFSButton { cursor:pointer; }

#earthButton div span { padding-left:25px; }

/** FULLSCREEN MODE **/
#myFullScreenButton 
{
	padding-left:805px;
	font-weight:bold;
	
	_padding-left:802px;
}

#myFullScreenButton a 
{
	display:block;
	width:125px;
	height:20px;
	text-decoration:none;
	color:#fff;
}

#myFullScreenButton div 
{
	position:absolute;
	top:2px;
	right:55px;
}

#myFullScreenButton img
{
	border:none;
}

#myCloseButton {
	width:135px;
	height:30px;
	position:absolute;
	top:20px;
	left:75px; 
}

#myCloseButton span
{
z-index:200px;
}

#myCloseButton a 
{
	position:relative;
	display:block;
	font-family:"Verdana";
	font-size:14px;
	font-style:normal;
	text-decoration:none;
	color:black;
}

#myCloseButton a span
{
position:absolute;
left:40px;
top:5px;
}

#myCloseButton img
{
border:none;
}

