/* <?php $colorpackName = $gallery->i18n('Blacker'); ?>
 * $Revision: 15978 $
 */

#gallery {
  color: #dddddd !important;
  background-color: #000000 !important;
}
body.gallery { background-color: #000000 !important; }

.gcBackground1 { background-color: #333333 !important; }
.gcBackground2 { background-color: #333333 !important; }

.gcBorder1 { border-color: #999999 !important; }
.gcBorder2 { border-color: #696969 !important; }

#gallery a { color: #00A0FF !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; }
.giInfo { color: #AAAAAA !important; }
.block-core-PeerList .current { color: #AAAAAA !important; }

table.gbDataTable th { background-color: #303030 !important; }
.gbEven { background-color: #707070 !important; }
.gbOdd { background-color: #505050 !important; }

#gallery select { background-color: #BBBBBB !important; }
#gallery input { background-color: #EFED88 !important; }
#gallery textarea { background-color: #EFED88 !important; }
#gallery div.gbTabBar a {
  color: #00A0FF !important;
}

.autoCompleteContainer li {
    color: #000 !important;
}