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

#gallery {
  color: #006600 !important;
  background-color: #ffffff !important;
}
body.gallery { background-color: #96e496 !important; }

.gcBackground1 { background-color: #E5E5E5 !important; }
.gcBackground2 { background-color: #CACACA !important; }

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

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

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

table.gbDataTable th { background-color: #9a9ad8 !important; }
.gbEven { background-color: #e5e5e5 !important; }
.gbOdd { background-color: #f5f5f5 !important; } 

input.inputTypeSubmit, input.inputTypeButton { background-color: #f0ecec !important; }
#gallery select { background-color: #f0ecec !important; }

#gsContent tr.gbeven { background-color: #99cc99; }

table.gbDataTable th {
   background-color:#d0d1d0 !important;
}

#gallery .gbEven {
    background-color: #e5e5e5;
}
#gallery .gbodd {
    background-color: #f5f5f5;
}

.giTitle, #gallery h2, #gallery h3, #gallery h4 {
font-size:1.3em;
font-weight:bold;
color:#000000;
}