
@import "../ydsf.css";

.phototag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}

.scan_page_header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	/* text-decoration: underline; */
	font-weight: normal;
}

.scan_page_header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	/* text-decoration: underline; */
	font-weight: normal;
}

#ScanPageLeft {
	width: 0%;
	height: 0%;
}
#ScanPageRight {
	overflow: auto;
	position: absolute;
	visibility: visible;
	/* height: 100%; */
	width: 15%;
	width: 0%;
	left: 85%;
	left: 0%;
	top: 0px;
	/*background-color: #CCCCCC; */
}
#ScanPageBanner {
	/* overflow: auto; */
	/* position: absolute; */
	position: relative;
	visibility: visible;
	height: 84px;
	/* width: 100%; */
	left: 0px;
	top: 6px;
	/*background-color: #CCCCCC; */
}
#ScanPageNavigation {
	/* overflow: auto; */
	/* position: absolute; */
	position: absolute;
	visibility: visible;
	height: 80%;
	height: 0%;
	/* width: 15%; */
	/* width: 100px; */
	width: 0px;
	left: 0px;
	/* top: 20%; */
	/*background-color: #CCCCCC; */
}
#ScanPageContent {
	/* overflow: auto; */
	/* position: absolute; */
	position: relative;
	visibility: visible;
	/* height: 80%; */
	/* width: 70%; */
	min-width: 768px;
	/* left: 15%; */
	/* top: 20%; */
	/*background-color: #CCCCCC; */
}

#ScanPageFooter {
	/* position: absolute; */
	position: relative;
	/* bottom: 100%; */
	height: 32px;
	/* left: 10%; */
	/* right: 10%; */
	/* overflow: auto; */
	visibility: visible;
	/* height: 5%; */
	/* width: 80%; */
	width: 100%;
}

