@charset "utf-8";
/* CSS Document */

html, body{
  width: 100%;
  height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	margin: 0px;
	background-color: #FEEFDA;
}


h1 {
	font-size: 12pt;
	border: 1px solid grey;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 3px 3px 7px rgb(180,180,180);
	-moz-box-shadow: 3px 3px 7px rgb(180,180,180);
	box-shadow: 3px 3px 7px rgb(180,180,180);
	display: inline;
	padding: 5px 15px 5px 15px;
	background-color: #FFFAF2;
}

body, td {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
}
link {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#maintable {
	height:100%;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

#toptd {
	text-align: center;
	padding: 10px 20px 15px 20px;
}

#middletd {
	height:100%;
  width: 100%;
  text-align: center;
}
#bottomtd {
	text-align: center;
	padding: 10px 25px 15px 25px
}

#mypanoviewer {
	height:100%;
  width: 100%;
  -webkit-box-shadow: 5px 5px 10px rgb(180,180,180);
  -moz-box-shadow: 5px 5px 10px rgb(180,180,180);
  box-shadow: 5px 5px 10px rgb(180,180,180);
}

#notice,
#notice A:link,
#notice A:visited,
#notice A:active,
#notice A:hover
{
  font-size: 7pt;
  color: rgb(160,160,160);
  text-align: right;
  padding-top: 5px;
  text-decoration: none;
}

#notice A:hover
{
  text-decoration: underline;
}
</style>

[if lte IE 8]>
<style type="text/css">
/* Internet Explorer cannot fill a table row up to the remaining height; scrollbars will appear
  therefore set the middle row to only 70% :
*/  
#middletd {
	height:70%;
}
</style>
<![endif]    
a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
