/* CSS Document */
/* When I make the dial up versions of the pano files There are several of these styles */
/* that I duplicate and add -du to the style name inorder to modify the tables to the demands of the dialup images */
.title {
	font-size: 16px;
	color: #000066;
	font-weight: bold;
	padding: 8px 8px 10px;
	text-align: center;

}
.pano-caption {
	font-size: 12px;
	color: #000066;
	padding: 8px 40px 5px;
	font-weight: bolder;
	text-align: center;


}
.panosignatureframe {
	height: 420px;
	width: 720px;
	border: 1px solid #CCCCCC;
	background-image: url(../assets/background-pano.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}

.panosignatureframeDU {
	height: 420px;
	width: 720px;
	border: 1px solid #CCCCCC;
	background-image: url(../assets/background-pano-du.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}

.panotable {
	vertical-align: top;
	width: 640px;
	height: 500px;

}
.panonav {
	font-weight: bold;
	color: #336699;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	font-size: 14px;

}
.panonav a:link {
	color: #000066;
	text-decoration: none;

}
.panonav a:hover {
	background-color: #336699;
	color: #000066;

}
.panonav a:visited {
	color: #000066;
	text-decoration: none;
}
.instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	height: 18px;
	background-color: #333333;
}
.instructions a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.instructions a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.instructions a:hover {
	background-color: #666666;
}
.panoframe {
	border: 2px outset #336699;
}

.pano-captionHS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	width: 638px;
}

.panotable-DU {
	vertical-align: top;
	width: 472px;
	text-align: center;
	margin-top: 15px;
}
.pano-captionDU {
	width: 472px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.title-du {

	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 16px 7px 16px 5px;
	text-align: right;
}
