/* Combined style sheet for the index pages and the slide pages. *//* Style for all bodies and to control the margin on top. */body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	line-height: 16px;	color: #000000;	margin: 0px;	padding: 0px;	background-color: #000000;}html {	scrollbar-face-color: #ACC2E3;	scrollbar-highlight-color: #F7F7F7;	scrollbar-shadow-color: #F7F7F7;	scrollbar-3dlight-color: #ACC2E3;	scrollbar-arrow-color: #F7F7F7;	scrollbar-track-color: #F7F7F7;	scrollbar-darkshadow-color: #ACC2E3;	scrollbar-base-color: #F7F7F7;	overflow-x: auto;	/*overflow-y: auto;*/}/* Style for the Top bar */.topbar { background-color: #86745c; height: 33px; margin-bottom: 25px; }/* Style for the Top ruler */.toprulerindex {	height: 30px;}.topruler {	height: 15px;}/* Style for the Bottom ruler */.bottomruler {	/*background-image: url(canvas/rule.gif);	background-position: center;	background-repeat: no-repeat;	height: 10px;*/	height: 35px;}/* Style for the Image/Folder Path Information */.bpppath {	font-size: 10px;	font-weight: bold;	color: #FAFAFA;}/* Style for the Image/Folder Index Information */.bppindex {	color: #FAFAFA;}/* Style for the Header */.bppheader {	color: #D0D0D0;}/* Style for the Footer */.bppfooter {	color: #D0D0D0;	font-size: 10px;}/* Style for the page body */.index-pagebody, .slide-pagebody, .original-slide-pagebody {	background-color: #000000;	padding: 10px;}/* Style for the Image Comment */.comment {	color: #996666;	font-size: 12px;	font-family: Geneva, Arial, Helvetica, sans-serif;	height: 20px;	width: 80px;}/* Style for any note/comment */.note { color: #C8B49B; font-size: 14px; vertical-align: bottom; padding-top: 12px; padding-bottom: 0px; }.note1 { color: #c8b49b; font-size: 12px; padding-top: 12px; padding-bottom: 0; vertical-align: bottom; }/* Style for help-tips statusbar */.statusbar1, .statusbar2 {	color: #D0D0D0;	font-size: 10px;	text-align: center;	margin-top: 10px;}}.small {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-weight: normal;}/* Style for server side error messages */.errorbox {	background-color: #fcc;    border: 1px solid #c00;    padding: 5px;    margin: 10px 0px 10px 0px;}.errormessage {	color: #c00;}/* Custom link styles */a:active {	text-decoration: none;	color: #000000;}a:visited {	text-decoration: none;	color: #000000;}a:link {	text-decoration: none;	color: #D6C1A1;}a.note1:active {	text-decoration: none;	color: #D6C1A1;}a.note1:visited {	text-decoration: none;	color: #D6C1A1;}a.note1:link {	text-decoration: none;	color: #D6C1A1;}a.path:active {	text-decoration: none;	font-size: 13px;	font-weight: bold;	color: #FAFAFA;}a.path:visited {	text-decoration: none;	font-size: 13px;	font-weight: bold;	color: #330000;}a.path:link {	text-decoration: none;	font-size: 13px;	font-weight: bold;	color: #FAFAFA;}a:hover {	text-decoration: none;	color: red;}a.note1:hover {	text-decoration: none;	color: #996666;}a.path:hover {	text-decoration: underline;	font-size: 13px;	font-weight: bold;	color: #C6B59C;}/* Style for the page body */.index-pagebody {	height: 100%;}.slide-pagebody {	height: 95%;}
