/* <?php $colorpackName = $gallery->i18n('4x4er'); ?>
 * $Revision: 1.0 $ $Date: 2006/01/29 21:50:00 $
 * By Paul 'Taz' Taylor
 */

#gallery {
  /* default foreground color */
  color: #FFFFFF !important;
  /* default background color */
  background-color: #909139 !important;
}

/* This seems to be the background-color outside of everything else. 
 * This looks funny if it is set differently from the
 * background-color above. It shows up at the very bottom of pages. */ 
body.gallery { background-color: #330202 !important; } 

/* Background highlight 1... highlights for album items. */
.gcBackground1 { background-color: #646527 !important; }
/* Background highlight 2... navigation blocks. */
.gcBackground2 { background-color: #646527 !important; }

/* Primary border color... usually thin lines. */
.gcBorder1 { border-color: #000000 !important; }
/* Secondary border color... not used much. */
.gcBorder2 { border-color: #b2862c !important; }

/* Link color */
#gallery a { color: #fff9ed !important; } 
/* Hover color for links */
#gallery a:hover { color: #bfcfef !important; } 
/* Active (clicked) color for links */
#gallery a:active { color: #bfcfef !important; } 

/* "Success" in the admin screens... green is a logical color. */
.giSuccess { color: #190 !important; }
/* "Warning" I assume ??? */
.giWarning { color: #b31 !important; } 
/* "Error" I assume ??? */
.giError { color: #d14 !important; }
/* Info text. This is used a lot.  Album info, image info, etc. */
.giInfo { color: #ffdc98 !important; }
/* I'm not too sure what this does.  Left it alone for now. */
.block-core-PeerList .current { color: #67b !important; }

/* Table headings */
table.gbDataTable th { background-color: #909139 !important; } 
/* Table rows/columns (even) */
.gbEven { background-color: #555555 !important; }
/* Table rows/columns (odd) */
.gbOdd { background-color: #505050 !important; }

/* Background of pull-down lists */
#gallery select { background-color: #909090 !important; } 
/* Input text entry background... button faces.*/
#gallery input { background-color: #909090 !important; } 
/* Large text area background... looks good matched with input color */
#gallery textarea { background-color: #909090 !important; } 
/* List headings...  used in Admin Options.*/
#gsSidebar ul span { color: #ffbf3f !important; } 
/* Tab button headings... used in admin screens.*/
#gallery div.gbTabBar a { color: #000000 !important; } 

