/* <?php $colorpackName = $gallery->i18n('BlackRed'); ?>
 * $Revision: 15978 $
 */

#gallery {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body.gallery { background-color: #000000 !important; }

.gcBackground1 { background-color: #000000 !important; }  /*was 595959*/
.gcBackground2 { background-color: #000000 !important; }  /*was 707070*/

.gcBorder1 { border-color: #999999 !important; }
.gcBorder2 { border-color: #696969 !important; }

#gallery a { color: #ffffff !important; } /*was 00a0ff*/
#gallery a:hover { color: #f00 !important; } /*was cccc00*/
#gallery a:active { color: #f00 !important; } /*was cccc00*/

.giSuccess { color: #190 !important; }
.giWarning { color: #b31 !important; }
.giError { color: #d14 !important; }
.giInfo { color: #aaaaaa !important; }
.block-core-PeerList .current { color: #67b !important; }

table.gbDataTable th { background-color: #303030 !important; }
.gbEven { background-color: #707070 !important; }
.gbOdd { background-color: #505050 !important; }

#gallery select { background-color: #fff !important; } /*these 3 were a0a0a0*/
#gallery input { background-color: #fff !important; }
#gallery textarea { background-color: #fff !important; }
#gallery div.gbTabBar a {
  color: #fff !important;  /*was 00a0ff*/
}

.autoCompleteContainer li {
    color: #000 !important;
}
