/* 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;
    padding: 0px;
    background-color: #000000;
}

html {
    scrollbar-face-color: #333333;
    scrollbar-arrow-color: #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;*/
}

/* Style for the Top bar */
.topbar {
    background-color: #000000;
    background-image: url(../topbars/black/classic.gif);
    background-repeat: repeat-x;
    height: 25px;
}

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

/* Style for the Bottom ruler */
.bottomruler {
    height: 0px;
}

/* bneufeld main page link style */
.mainpagelink {
    font-size: 18px;
    font-weight: bold;
}

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

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

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

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

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

/* Style for the page body */
.index-pagebody, .slide-pagebody, .original-slide-pagebody {
    background-color: #000000;
    padding-top: 10px;
    padding-left: 130px;
    padding-right: 10px;
    padding-bottom: 10px;
}

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

.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: 10px;
}

/* Style for photographic meta information */
.photometainfo {
    position: absolute;
    left: 140px;
    top: 80px;
    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;
}

/* Style for remarks */
.remarksheader {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    padding: 3px 0px 2px 0px;
    margin: 8px 4px 2px 0px;
    color: #B4D2F8;
    border-bottom: 1px solid #B4D2F8;
}

.remarksbody {
    width: 80%;
    visibility: hidden;
    display: none;
}

.remarksinput {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 1px 5px 1px;
    background-color: #f0f0f0;
    width: 70%;
}

.remarksadmin {
    border: 1px dashed #3c78b5;
    padding: 10px;
    margin: 5px 0px 10px 0px;
    background-color: #f0f0f0;
}

.remarksadminheader {
    margin: 0px 20px 0px 0px;
    font-weight: bold;
    vertical-align: super;
}

.remarkbox {
    padding: 5px 10px 5px 10px;
    margin: 5px 0px 5px 0px;
    border: 1px #bbb solid;
}

.remarkblock {
    margin: 0px 0px 10px 0px;
    color: #E6E6E6;
}

.remarksource {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #B2B2B2;
    width: 98%;
}

.remarkstatusbox {
    border: 1px dashed red;
    background-color: #f0f0f0;
    font-size: 11px;
    font-style: italic;
    padding: 10px 5px 10px 5px;
    margin: 5px 0px 5px 0px;
}

/* 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;
}

