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

/* MAIN BACKGROUND */
#gallery {
  color: #ffffff !important;
  background-color: #598651 !important;
}
body.gallery { background-color: #598651 !important; }

/* DEVIDER AT TOP OF GALLERY AND PHOTO BOARDER */
.gcBackground1 { background-color: green !important; }
/* DEVIDER AT UNDER TOP OF GALLERY AND PHOTO BOARDER */
.gcBackground2 { background-color: lightgreen !important; }

/* Deviders one */
.gcBorder1 { border-color: orange !important; }
.gcBorder2 { border-color: red !important; }

/* Link Color */
#gallery a { color: darkgreen !important; }
/* Mouse over link */
#gallery a:hover { color: green !important; }
#gallery a:active { color: green !important; }
#gallery .gbTabBar a { color: seagreen !important; }

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

/* Table Headers */
table.gbDataTable th { background-color: lightblue !important; }
/* Tables even,odd - like EXIF Data */
.gbEven { background-color: grey !important; }
.gbOdd { background-color: lightgrey !important; }
#gallery .autoCompleteShadow { background-color: #181 !important; }
.autoCompleteContainer .yui-ac-highlight { background-color: #3c5 !important; }
.autoCompleteContainer {
  background-color: #1a3 !important;
  border-bottom-color: #025 !important;
}

#gallery select { background-color: lightgray !important; }
#gallery textarea { background-color: lightgray !important; }
#gallery input { background-color: lightgray !important; }
#gsSidebar ul span { color: orange !important; }
#gallery div.gbTabBar a {
  color: lightred !important;
}

