/* <?php $colorpackName = $gallery->i18n('Black - ALL'); ?>
 * $Revision: 15978 $
 */

#gallery {
/* Main Font Color, Titles of each picture and current location in tree above */
  color: #ffffff !important;
/* Main Background Color (Darker Color) */
  background-color: #000000 !important;
}
/* Main Background Color (Darker Color) */
body.gallery { background-color: #000000 !important; }

/* Color For Main Banner (Lighter than Background) */
.gcBackground1 { background-color: #000000 !important; }
/* Sub-Banner when viewing indiviaual photos PREVIOUS NEXT Banner */
/* Should be +1 Shade lighter than Main Banner Color */
.gcBackground2 { background-color: #373737 !important; }

/* Main Pinstrip tiny divider color (Darker than Background -1) */
.gcBorder1 { border-color: #393939 !important; }
.gcBorder2 { border-color: #696969 !important; }

/* Font Color of most of (sub) navigation tree & most of side panel & next & last*/
#gallery a { color: #BFBFBF !important; }
#gallery a:hover { color: #cccc00 !important; }
#gallery a:active { color: #cccc00 !important; }

.giSuccess { color: #190 !important; }
.giWarning { color: #b31 !important; }
.giError { color: #d14 !important; }
/* Info below each item DATE OWNER NUM OF VIEWS ETC */
.giInfo { color: seashell !important; }
/* Color of current item or album in sidebar list */
/* Should be Main banner Color */
.block-core-PeerList .current { color: #000000 !important; }

table.gbDataTable th { background-color: #456789 !important; }
.gbEven { background-color: #707070 !important; }
.gbOdd { background-color: #505050 !important; }

#gallery select { background-color: #a0a0a0 !important; }
#gallery input { background-color: #a0a0a0 !important; }
#gallery textarea { background-color: #a0a0a0 !important; }
#gsSidebar ul span { color: #3399ff !important; }
#gallery div.gbTabBar a {
  color: #FF643D !important;
}

.autoCompleteContainer li {
    color: #000 !important;
}
