/* <?php $colorpackName = $gallery->i18n('Fun Green'); ?>
 * $Revision: 15342 $
 */

#gallery {
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
  font-size: 62.5% !important;
  color: #FFFFFF !important;
  background-color: transparent !important;
}

body.gallery {
  background-color: transparent !important;
  color: #FFFFFF !important;
}

#gallery td { 
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
  font-size: 100% !important;
  color: #FFFFFF !important;
}

.gcBackground1 {
/*
 background-color: #aaaae8 !important;
 */
   background: url('fade_back2.png');
}
.gcBackground2 {
/*
 background-color: #9a9ad8 !important;
 */
   background: url('fade_back3.png');
}

.gcBorder1 { border-color: #5D9B2B !important; }
.gcBorder2 { border-color: #2C6C00 !important; }

#gallery a { color: #459A00 !important; }
#gallery a:hover { color: #73FE03 !important; }
#gallery a:active { color: #61D603 !important; }

.giSuccess { color: #408A04 !important; }
.giWarning { color: #408A04 !important; }
.giError { color: #408A04 !important; }
.giInfo { color: #408A04 !important; }
.block-core-PeerList .current { color: #608245 !important; }

table.gbDataTable th { background-color: #1F4202 !important; }
.gbEven { background-color: #68884D !important; }
.gbOdd { background-color: #385420 !important; }

input.inputTypeSubmit, input.inputTypeButton { background-color: #478613 !important; }
#gallery select { background-color: #547D32 !important; }


