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

* ------------------------------------------------------
 * This controls the colors for the gallery pages
 * -----------------------------------------------------
 */

#gallery {
  color: #ffffff !important;
  background-color: #22252a !important;
}
body.gallery { background-color: #000000 !important; }

/**
* ------------------------------------------------------
 * This controls the lighter background area on gallery pages
 * -----------------------------------------------------
 */
.gcBackground1 { background-color: #22252a !important; }
.gcBorder1 { border-color: #999999 !important; }


/**
* ------------------------------------------------------
 * This controls the darker areas on gallery pages
 * this includes the thumbnails and the photo detail description
 * -----------------------------------------------------
 */
.gcBackground2 { background-color: #1b1b1b !important; }
.gcBorder2 { border-color: #494747 !important; }

#gallery a {
    text-decoration: none;
    color: #8ca8c8;
}
#gallery a:hover, a:active {
    text-decoration: underline;
    color: #a2b7d0;
}

#gallery a:visited { 
	     color: #a2b7d0; 
	     text-decoration: none; 
}

.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: #a0a0a0 !important; }
#gallery input { background-color: #a0a0a0 !important; }
#gallery textarea { background-color: #a0a0a0 !important; }
#gallery div.gbTabBar a {
  color: #00a0ff !important;
}

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