/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies and to control the margin on top. */
body {
	margin: 0px;
	padding: 0px;
	font-family: Ringbearer, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #F7F7F7;

}

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: #6595D6;
	background-repeat: repeat-x;
	height: 25px;
}

/* Style for the Top ruler */
.topruler {
	height: 10px;
}

/* Style for the Bottom bar */
.bottomruler {
	height: 10px;
}

/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 0px;
	font-weight: bold;
	color: #F7F7F7;
}

/* Style for the Image/Folder Index Information */
.bppindex {
	color: #F7F7F7;
}

/* Style for the Header */
.bppheader {
	color: #CCFF00;
}

/* Style for the Footer */
.bppfooter {
	color: #F7F7F7;
	font-size: 0px;
}

/* Style for the page body */
.pagebody {
	/* background-color: #F7F7F7; */
	background-image: url(../images/smallbck.jpg);
	padding: 10px;
}

/* Style for the Image Comment */
.comment {
	color: #F7F7F7;
	font-size: 14px;
}

/* Style for any note/comment */
.note {
	color: #F7F7F7;
	font-size: 0px;
}

/* Style for help-tips statusbar */
.statusbar1, .statusbar2 {
	color: #CC9900;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

.small {
	font-family: Ringbearer, Regular, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.footer:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.footer:hover {
	text-decoration: none;
	color: red;
}

a.footer:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.note:active {
	text-decoration: none;
	color: #CC9900;
}

a.note:visited {
	text-decoration: none;
	color: #CC9900;
}

a.note:hover {
	text-decoration: none;
	color: red;
}

a.note:link {
	text-decoration: none;
	color: #CC9900;
}

a.path:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.path:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA; 
}

a.path:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.path:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

