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

#gallery {
  color: #999999 !important; /*Main text*/
  background-color: #CCCCCC !important; /*main background*/
}
body.gallery { background-color: #CCCCCC !important; } /*bottom of main page*/

.gcBackground1 { background-color: #1F1F1F !important; } /*box around gallery albums*/
.gcBackground2 { background-color: #2C2C2C !important; } 

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

#gallery a { color: #FF6600 !important; } /*Text for links*/
#gallery a:hover { color: #FF6600 !important; }
#gallery a:active { color: #FF9900 !important; }

.giSuccess { color: #190 !important; }
.giWarning { color: #b31 !important; }
.giError { color: #d14 !important; }
.giInfo { color: #666666 !important; } /*small details under images e.g keywords text*/
.block-core-PeerList .current { color: #FF9900 !important; } /*shows current gallary being viewed*/

table.gbDataTable th { background-color: #303030 !important; }
.gbEven { background-color:  #707070 !important; } /*When a single photo appears this highlight the left detail box */
.gbOdd { background-color:  #505050 !important; } /*When a single photo appears this highlight the right details box */

#gallery select { background-color:  #a0a0a0 !important; } /*when a single photo appears this highlights dimension box*/
#gallery input { background-color:  #a0a0a0 !important; } /*highlights search box in sidebar*/
#gallery textarea { background-color: #a0a0a0 !important; }
#gallery div.gbTabBar a {
  color:  #a0a0a0  !important;
}

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