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

#gallery {
  /* Primary Text Color */
  color: #2B2C2A !important;
  /* Outermost body background color */
  background-color: #666666 !important;
}
/* Not sure what this does... */
body.gallery { background-color: #666666 !important; }

/* Something to do with the container boxes */
.gcBackground1 { background-color: #666666 !important; }
.gcBackground2 { background-color: #666666 !important; }

/* Container box border colors */
.gcBorder1 { border-color: #666666 !important; }
/* This one doesn't appear much */
.gcBorder2 { border-color: #666666 !important; }

#gallery a { color: #9B9B9B !important; }
#gallery a:hover { color: #C5C5C5 !important; }
#gallery a:active { color: #9B9B9B !important; }
#gallery .gbTabBar a { color: #9B9B9B !important; }

.giSuccess { color: yellow !important; }
.giWarning { color: lime !important; }
.giError { color: #ff3333 !important; }
.giInfo { color: seashell !important; }
.block-core-PeerList .current { color: #ffffff !important; }

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

#gallery select { background-color: #C5C5C5 !important; }
#gallery textarea { background-color: #C5C5C5 !important; }
#gallery input { background-color: #C5C5C5 !important; }
#gsSidebar ul span { color: #3399ff !important; }
#gallery div.gbTabBar a {
  color: seagreen !important;
}

