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

#gallery {
	color: #A3A3A3 !important;
	background-color: #000 !important;
}
body.gallery {
	background-color: #000 !important;
}

.gcBackground1 {
	background-color: #000!important;
}
.gcBackground2 { background-color: #332799!important; }

.gcBorder1 { border-color: #000 !important; }
.gcBorder2 {
	border-color: #7064D6 !important;
}
.gcPopupBackground {
	background-color: #7F3BA6;
}

#gallery a {
	color: #E0E0E0 !important;
}
#gallery a:hover { color: #ff5a00 !important;}
#gallery a:active {
	color: #E0E0E0 !important;
}

.giSuccess { color: #190 !important; }
.giWarning { color: #b31 !important; }
.giError { color: #d14 !important; }
.giInfo {
	color: #A3A3A3 !important;
}
.block-core-PeerList .current { color: #67b !important; }

table.gbDataTable th { background-color: #303030 !important; }
.gbEven {
	background-color: #555555 !important;
}
.gbOdd {
	background-color: #332799 !important;
	color: #FFF;
}

#gallery select {
	background-color: #EEE !important;
	border: 1px solid #CCC;
}
#gallery input {
	background-color: #F0F0F0 !important;
	border: 1px solid #CCC;
}
#gallery textarea {
	background-color: #FFF !important;
	border: 1px solid #CCC;
}
#gallery div.gbTabBar a {
  color: #00a0ff !important;
}

.autoCompleteContainer li {
    color: #000 !important;
}

