/* <?php $colorpackName = $gallery->i18n('Greymatter'); ?>
 * $Revision: 1.1 $ $Date: 2005/07/12 17:34:18 $
 */

#gallery {
  color: #bbb !important;
  background-color: #333 !important;
}
body.gallery { background-color: #333 !important; }

.gcBackground1 { background-color: #444 !important; }
.gcBackground2 { background-color: #2a2a2a !important; }

.gcBorder1 { border-color: #aaa !important; }
.gcBorder2 { border-color: #bbb !important; }

#gallery a { color: #a1b7e3 !important; }
#gallery a:hover { color: #a1b7e3 !important; }
#gallery a:active { color: #66c !important; }

.giSuccess { color: #090 !important; }
.giWarning { color: #f63 !important; }
.giError { color: #c00 !important; }
.giInfo { color: #a1b7e3 !important; }
.block-core-PeerList .current { color: #090 !important; }

table.gbDataTable th { background-color: #2a2a2a !important; }
.gbEven { background-color: #3a3a3a !important; }
.gbOdd { background-color: #444 !important; }

#gallery input.inputTypeSubmit, #gallery input.inputTypeButton {  /* No input[type=submit] in IE */
	color: #bbb !important;
	background-color: #333 !important;
	border-width: 2px;
	border-style: solid;
	border-color: #2a2a2a #666 #666 #2a2a2a !important;
}

input.inputTypeSubmit, input.inputTypeButton { background-color: #666 !important; }

#gallery select { background-color: #ccc !important; }

#gallery input { background-color: #ccc !important; }

#gallery textarea:focus { background-color: #d1d1ff !important; }

.giSearchHighlight { color: #0a0; background-color: #444 !important; }

#addCommentForm input { background-color: #ccc !important; }

#addCommentForm textarea { background-color: #ccc !important; }

#addCommentForm input.gcBackground1  { background-color: #ccc !important; }

#addCommentForm #subject { background-color: #ccc !important; }

#addCommentForm #comment { background-color: #ccc !important; }

div.gbTabBar {
   background-color: #444 !important; }

div.gbTabBar span {
   background: url('../greymatter/tab_left.gif') no-repeat left top !important; }

#gallery div.gbTabBar span span {
    background: url('../greymatter/tab_right.gif') no-repeat right top !important; }

#gallery div.gbTabBar span.giSelected {
   background-image: url('../greymatter/tab_left_on.gif') !important; }

#gallery div.gbTabBar span.giSelected span {
    color: #bbb !important;
    background-image: url('../greymatter/tab_right_on.gif') !important; }
	