/* 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: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8B0000;
	background-color: #F0F0F0;
	/* Former background-image: url(../../weststage.jpg); */
	background-image: url(../../back.jpg);
	bgproperties: fixed;
}


.corral      { 
border-left:3px ridge #996633; 
border-right:3px ridge #CC9900; 
border-top:3px ridge #996633; 
border-bottom:3px ridge #CC9900; 
padding:4px
  
}
html {
scrollbar-face-color: #8B0000;
	scrollbar-arrow-color: #D2B48C;
	scrollbar-base-color: #A52A2A;
	scrollbar-shadow-color: #0000FF;
	scrollbar-darkshadow-color: #A52A2A;
	scrollbar-highlight-color: #A52A2A;
	scrollbar-3dlight-color: #A52A2A;
	scrollbar-track-color: #D2B48C;
	overflow-x: auto;
	/*overflow-y: auto;*/

}


/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 14px;
	font-weight: bold;
	color: #8B0000;
}



/* Style for the Header */
.hwheader {
	color: #8B0000;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
}

/* Style for the Footer */
.hwfooter {
	color: #8B0000;
	font-size: 12px;
	font-weight: bold;
		
}

/* Style for the page body */
.pagebody {
	padding: 10px;
	
}

/* Style for the Image Comment */
.comment {
	color: #8B0000;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/* Style for the TextBox Comment */
.TBcomment {
	color: #8B0000;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background: transparent;
	border: 0px;
}


/* Style for the Tribute Text */
.tribute {
	color: #993300;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}


/* Style for Frame List Items */
.list {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}




/* Style for any note/comment */
.note {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

/* Style for help-tips statusbar */
.statusbar1, .statusbar2 {
	color: #8B0000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
}


.small {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.tiny {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/* Style for the Footer */

.Footer1 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.Footer2 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.Footer3 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}



/* Custom link styles */
a:active {
	text-decoration: none;
	color: 8B0000;
}

a:visited {
	text-decoration: none;
	color: #8B0000;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:link {
	text-decoration: none;
	color: #8B0000;
}

a:active.note {
	text-decoration: none;
	color: #8B0000;
}

a:visited.note {
	text-decoration: none;
	color: #8B0000;
}

a:hover.note {
	text-decoration: none;
	color: red;
}

a:link.note {
	text-decoration: none;
	color: #8B0000;
}

a:active.path {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #8B0000;
}

a:visited.path {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #8B0000;
}

a:hover.path {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #red;
}

a:link.path {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #8B0000;
}