/* <?php $colorpackName = $gallery->i18n('Black'); ?>
 * $Revision: 1.4 $ $Date: 2005/08/18 20:21:42 $
 */

#gallery {
  color: #595959 !important;
  background-color: #000000 !important;
}
body.gallery { background-color: #000000 !important; }

.gcBackground1 { background-color: #FFCCFF !important; } /* was 595959 my pink FFCCFF*/
.gcBackground2 { background-color: #FFCCFF !important; } /* was 707070 */

.gcBorder1 { border-color: #000000 !important; } /* was 999999 */
.gcBorder2 { border-color: #000000 !important; } /* was 696969 */

/* #gallery a { color: #00a0ff !important; }
#gallery a:hover { color: #cccc00 !important; }
//#gallery a:active { color: #cccc00 !important; } */
#gallery a { color: #707070 !important; }
#gallery a:hover { color: #707070 !important; text-decoration: underline} /* next and prev links etc */
#gallery a:active { color: #707070 !important; text-decoration: underline}

.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: #FFCCFF !important; }/* check out tables */
.gbEven { background-color: #FFCCFF !important; }/* check out tables */
.gbOdd { background-color: #FFCCFF !important; }/* check out tables */

#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;
}


