/* <?php $colorpackName = $gallery->i18n('Greymatter'); ?>
 * $Revision: 1.1 $ $Date: 2005/07/12 17:34:18 $
 */

#gallery {
  color: #bbb !important;
  background-color: #000 !important;
background-image:url(http://www.christopherleemartin.com/images/bg_purple.jpg);
}
body.gallery { background-color: #000 !important; }

.gcBackground1 {  }
.gcBackground2 {  }

.gcBorder1 { border-color: #aaa !important; }
.gcBorder2 { border-color: #bbb !important; }

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

.giSuccess { color: #090 !important; }
.giWarning { color: #f63 !important; }
.giError { color: #c00 !important; }
.giInfo { color: #cccccc !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 {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.8em 0 0;
    padding: 6px;
    background-color: #444 !important;
}

div.gbTabBar span {
    padding: 6px 0 5px 8px;
    background: url('../greymatter/tab_left.gif') no-repeat left top !important; }

div.gbTabBar div {
    display: inline;
    padding: 6px 12px 5px 4px;
    background: url('../greymatter/tab_right.gif') no-repeat right top !important; }

div.gbTabBar span.giSelected {
    padding-bottom: 6px;
    background-image: url('../greymatter/tab_left_on.gif') !important; }

div.gbTabBar span.giSelected div {
    color: #bbb !important;
    padding-bottom: 6px;
    background-image: url('../greymatter/tab_right_on.gif') !important; }
	

