/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies and to control the margin on top. */
body {
	color: #3561A2;
	background-color: #F0F0F0;
}

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;
}

/* Style for the Top bar */
.topbar {
	background-color: #6595D6;
	background-image: url(../topbars/blue/classic.gif);
	background-repeat: repeat-x;
}

/* Style for the Top ruler */
.topruler {
	background-image: url(bluish2/rule.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 10px;
}

/* Style for the Bottom ruler */
.bottomruler {
	/*background-image: url(bluish2/rule.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 10px;*/
	height: 0px;
}

/* Style for the Image/Folder Path Information */
.bpppath {
	color: #FFFF80;
}

/* Style for the Image/Folder Index Information */
.bppindex {
	color: #FFFF80;
}

/* Style for the Header */
.bppheader {
	color: #3561A2;
}

/* Style for the Footer */
.bppfooter {
	color: #636363;
}

/* Style for the Page Bottom Shadow */
.shadow {
	visibility: visible;
}

/* Style for the page body */
.index-pagebody, .slide-pagebody, .original-slide-pagebody {
	background-color: #F7FBFF;
}

/* Style for the Image Comment */
.comment {
	color: #3561A2;
}

.commentheader {
	color: black;
}

/* Style for any note/comment */
.note {
	color: #3561A2;
}

/* Style for help-tips statusbar */
.statusbar1, .statusbar2 {
	color: #3561A2;
}

/* Style for remarks */
.remarksheader {
	color: #003366;
	border-bottom-color: #3c78b5;
}

.remarksinput {
	border-color: #ddd;
	background-color: #f0f0f0;
}

/* Custom link styles */
a:active {
	color: #141D3A;
}

a:visited {
	color: #141D3A;
}

a:link {
	color: #141D3A;
}

a.footer:active {
	color: #141D3A;
}

a.footer:visited {
	color: #141D3A;
}

a.footer:link {
	color: #141D3A;
}

a.note:active {
	color: #3561A2;
}

a.note:visited {
	color: #3561A2;
}

a.note:link {
	color: #3561A2;
}

a.path:active {
	color: #FFFF80;
}

a.path:visited {
	color: #FFFF80;
}

a.path:link {
	color: #FFFF80;
}

a:hover {
	color: red;
}

a.footer:hover {
	color: red;
}

a.note:hover {
	color: red;
}

a.path:hover {
	color: #FFFF80;
}
