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

/*
Color scheme:
blue:     004D99
tan:      CC7F33
cream:    FFFFCC
lt blue:  3380CC
dk blue:  000033
*/


#gallery {
  color: #FFFFCC !important;
  background-color: #000033 !important;
}
body.gallery { background-color: #000033 !important; }

.gcBackground1 { background-color: #000022 !important; }
.gcBackground2 { background-color: #000022 !important; }

.gcBorder1 { border-color: #CC7F33 !important; }
.gcBorder2 { border-color: #CC7F33 !important; }

#gallery a { color: #FFFFCC !important; }
#gallery a:hover { color: #3380CC !important; }
#gallery a:active { color: #004D99 !important; }

.giSuccess { color: #190 !important; }
.giWarning { color: #b31 !important; }
.giError { color: #d14 !important; }
.giInfo { color: #aaaaaa !important; }
.block-core-PeerList .current { color: #004D99 !important; }


table.gbDataTable th { background-color: #303030 !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; }
#gallery div.gbTabBar a {
  color: #3380CC !important;
}

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