/***************************************************************************
 ** Copyright 2012 © Microsoft Corporation. All Rights Reserved. 
 ** Demo Author: Tobin Titus, Microsoft Corporation
 ***************************************************************************/

body, html {

	padding:  0px;
	margin: 0px;
	background-color: #dedede;
	overflow: hidden;
    -ms-content-zooming: none;
}
#canvas {
	-ms-touch-action: none;
	margin: 0px;
	padding: 0px;	
	overflow: hidden;
}

#background  {
	width: 100%;
	height: 100%;
	background-image:url('images/background.png');
	background-repeat:repeat;
	background-attachment:fixed;
	background-position: right bottom;
	background-size: 100%;
	z-index: 1;
}

#logo {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

#upgrade {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 5px;
	padding-top: 100px
}

#upgrade_warning {
	background-color: #ffffff;
	position: relative;
	width: 437px;
	margin: auto auto;
	border: 1px solid #000000;
	padding: 10px;
}

#upgrade_content {
	padding-left: 60px;
}

#upgrade_button {
	margin-top: 10px;
	background-color: #F97B0C;
	cursor: pointer;
	padding: 5px;
	width: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

#upgrade_ie_logo {
	margin-top: 45px;
	margin-left: 20px;
	margin-right: 10px;
	float: right;
}

#zoom {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 5px;
	padding-top: 100px
}

#zoom_warning {
	background-color: #ffffff;
	position: relative;
	width: 437px;
	margin: auto auto;
	border: 1px solid #000000;
	padding: 10px;
}

#zoom_content {
	padding-left: 60px;
}

#zoom_ie_logo {
	margin-top: 45px;
	margin-left: 20px;
	margin-right: 10px;
	float: right;
}

#ok_button {
	margin-top: 10px;
	background-color: #ffffff;
	padding: 5px;
	width: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	clear: both;
}


#fps {
	position: fixed;
	height: 20px;
	bottom: 20px;
	padding: 5px 15px 5px 5px;
	-ms-border-top-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	display: none;
}