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

#gallery {
  color: #4a3617 !important; /* text color */
  background-color: #b1986f !important; /* background color */
}
body.gallery { background-color: #ffffff !important; }

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

.gcBorder1 { border-color: #4a3617 !important; }
.gcBorder2 { border-color: #696969 !important; }

#gallery a { color: #4a3617 !important; } /* admin (all?) link color */
#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: #4a3617 !important; } /* gallery/album info text color */
.block-core-PeerList .current { color: #67b !important; }

table.gbDataTable th { background-color: #4a3617 !important; color: #b1986f; !important; }
.gbEven { background-color: #b1986f !important; }
.gbOdd { background-color: #b1986f !important; }

#gallery select { background-color: #ffffff !important; }
#gallery input { background-color: #ffffff !important; }
#gallery textarea { background-color: #ffffff !important; }
#gallery div.gbTabBar a {
  color: #4a3617 !important;
}

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