/* 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: #D0D0D0;
	margin: 0px;
	margin-top: 16px;	/* this was 0px   */
	/* margin-left: 16px;	 this had no effect  */
	padding: 0px;
	padding-left:16px;   /* moves gallery to the right */
	background-image:url(../../indexB_bg.jpg);
}

html {
	scrollbar-face-color: #333333;
	scrollbar-arrow-color: #DD0000;		/* was #000000 */
	scrollbar-base-color: #111111;
	scrollbar-shadow-color: #111111;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #666666;
	scrollbar-track-color: #333333;
	overflow-x: auto;
	/*overflow-y: auto;*/	
}

img{
	border:0;
}

/* Style for the Top bar  this holds breadcrumb trail. Its above the nav icons*/
.topbar {
	background-color: #6595D6;
	background-image: url(../topbars/tomblack/classic.gif);
	background-repeat: repeat-x;
	height: 16px;	/* this was 25 */
	margin: 0px;
	padding: 0px;
}

/* Style for the Top ruler */
.topruler {					/* was 0px and no defined bg color */
	height: 1px;
	background-color: #DD0000;
	margin: 0px;	/* this had no effect */
	padding: 0px;	/* this had no effect */
}

/* Style for the Bottom ruler */
.bottomruler {				/* was 0px and no defined bg color */
	height: 1px;
	background-color: #DD0000;
}

/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 12px;
	font-weight: bold;
	color: #DDDD11;  /* this was FAFAFA  index text did not change, only arrow btwn directories */
}					/* slide page file name text changed

/* Style for the Image/Folder Index Information */
.bppindex {
	color: #CACACA;   /* was FAFAFA . colors the slide count number and the 'page 1 of 2'*/
	margin: 0px;	
	padding: 0px;
}

/* Style for the Header */
.bppheader {
	color: #FF00D0;   /* was #D0D0D0   */
	margin: 0px;	/* this had no effect */
	padding: 0px;	/* this had no effect */
	background-color: #18367a;  /* extends color of len's garage banner to edges */
}

/* Style for the Footer */
.bppfooter {
	color: #D0D0D0;	/* this is the text color */
	background-color: #18367a;  /* the color that behind the text only */
	font-size: 10px;
	height:43px;
}

/* Style for the Page Bottom Shadow */
.shadow {
	visibility: visible;
}

/* Style for the page body */
.index-pagebody, .slide-pagebody, .original-slide-pagebody {
	background-color: #111111;   /* was 000000.  */
	padding: 6px;				/* space around garage banner image */	
	padding-left:2px;
	background-image:url(../../indexB_bg.jpg);
	background-repeat:repeat-x
}

/* Style for the Image Comment */
.comment {
	color: #D0D0D0;			/* did not affect color of comment body   */
	font-size: 10px;
}

.commentheader {
	vertical-align: top;
	font-weight: bold;
	color: #FAFAFA;
	margin-right: 10px;
}

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

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

/* Style for photographic meta information */
.photometainfo {
	position: absolute;
	left: 75px;
	top: 100px;
	z-index: 1;
	background-color: #FFFFCC;
	color: #999999;
	visibility:hidden;
	border: 1px dashed #000000;
	padding: 5px 5px 5px 5px;
}

.metainfo-header {
	font-weight: bold;
}

.metainfo-name {
}

.metainfo-value {
    font-style: italic;
}

/* Style for help tips */
.help {
	position: absolute;
	right: 40px;
	top: 80px;
	z-index: 1;
	background-color: #FFFFCC;
	color: #999999;
	visibility: hidden;
	border: 1px dashed #000000;
	padding: 5px 5px 5px 5px;
}

.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: #FAFAFA;
}

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

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

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

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

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

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

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

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

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:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

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

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

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

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

