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

#gallery {
  color: black !important;
  background-color: gold !important;
}
body.gallery { background-color: white !important; }
#gsContent { background-color: white !important; }
#gsHeader {
  background-color: gold !important;
  background-image: url(http://gallery.crystalrun.com/images/Panorama-Header.jpg) !important;
  background-repeat: repeat-x;
  height: 94px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

.gcBackground1 { background-color: LightGoldenRodYellow !important; }
.gcBackground2 { background-color: darkgoldenrod !important; }

.gcBorder1 { border-color: black !important; }
.gcBorder2 { border-color: #696969 !important; }

#gallery a {
	color: black !important;
	text-decoration: underline !important;
}
#gallery a:hover { color: darkred !important; }
#gallery a:active { color: red !important; }
#gallery .gbTabBar a { color: black !important; }

.giSuccess { color: green !important; }
.giWarning { color: lime !important; }
.giError { color: #ff3333 !important; }
.giInfo { color: #444444 !important; }
.block-core-PeerList .current { color: red !important; }

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

#gallery select { background-color: #fffaad !important; }
#gallery textarea { background-color: #fffaad !important; }
#gallery input { background-color: #fffaad !important; }
#gsSidebar ul span { color: black !important; }

.gbNavigator, .gbBreadCrumb {
  background-image: url(Title-Gold-Background.png) !important;
  background-repeat: repeat-x !important;
  background-color: gold !important;
}

#crunHeader {
  display: inline-table;
  text-align: left;
  vertical-align: top;
  line-height: 90%;
  margin: 0 8px 0 8px;
}

#gsFooter {
  text-align: center;
}

#gsHeader-right {
	top: 8px;
	right: 20px;
	position: absolute;
}

