/* 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-image: url(canvas/background.jpg);
}

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: #D6D3B0;
	height: 33px;
}

/* Style for the Top ruler */
.topruler {
	height: 20px;
}

.toprulerindex {
	height: 30px;
}
/* Style for the Bottom ruler */
.bottomruler {
	/*background-image: url(canvas/rule.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 10px;*/
	height: 0px;
}

/* 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: #666699;
}

/* Style for the Header */
.bppheader {
	color: #000000;
}

/* Style for the Footer */
.bppfooter {
	color: #000000;
	font-size: 10px;
}

/* Style for the page body */
.index-pagebody, .slide-pagebody, .original-slide-pagebody {
	background-image: url(canvas/background.jpg);
	padding: 10px;
}

/* Style for the Image Comment */
.comment {
	color: #663333;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 40px;
	width: 100px;
}


/* Style for any note/comment */
/* Style for help-tips statusbar */
.statusbar1, .statusbar2 {
	color: #000000;
	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: #000000;
}
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: #663333;
}

a.path:link {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FAFAFA;
}

a:hover {
	text-decoration: none;
	color: red;
}
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%;
}
.note1 { color: #6d302c; font-size: 12px; vertical-align: bottom; padding-top: 12px; padding-bottom: 12px; }
.note { color: #522421; font-size: 14px; padding-top: 12px; padding-bottom: 12px; vertical-align: bottom; }
a.note1:active {
	text-decoration: none;
	color: #000000;
}
a.note1:visited {
	text-decoration: none;
	color: #301112;
}
a.note1:link {
	text-decoration: none;
	color: #5a2724;
}
a.note1:hover {
	text-decoration: none;
	color: #f85f49;
}
