/* <?php $colorpackName = $gallery->i18n('X_brown (by PedroGilberto.net)'); ?>
 */

#gallery {
  color: #FF9700 !important;
  background-color: #000000 !important;
}
body.gallery, .PPBackground  { background-color: #000000 !important; }

.gcBackground1 { background-color: #140B00 !important; }
.gcBackground2, .iframeBackground { background-color: #000000 !important; }

.gcBorder1 { border-color: #DC6E00 !important; }
.gcBorder2 { border-color: #5E503C !important; }
.gcBorder1Author { border-right: 1px solid #FF9F1A !important; }
.gcBorder1Top { border-bottom: 1px solid #FF9D16 !important; }

#gallery a { color: #FF7200 !important; }
#gallery a:hover { color: #FFB400 !important; }
#gallery a:active { color: #FF6600 !important; }

.giSuccess { color: #924900 !important; }
.giWarning { color: #B45A00 !important; }
.giError { color: #E37100 !important; }
.giInfo,#gsPages div{ color: #FF8400 !important; }
.block-core-PeerList .current { color: #FF8400 !important; }


table.gbDataTable th { background-color: #553100 !important; }
.gbEven { background-color: #844E00 !important; }
.gbOdd { background-color: #543100 !important; }

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


.giNew, .giUpdated {
  color: #EDE5D9 !important;
  border-color: #EDE5D9 !important;
}

.giTitle, #gallery h2, #gallery h3, #gallery h4 {
    color: #EDE5D9 !important;
}

div.gbTabBar span {
   background: url('tab_left.gif') no-repeat left top !important; }

#gallery div.gbTabBar span span {
    background: url('tab_right.gif') no-repeat right top !important; }

#gallery div.gbTabBar span.giSelected {
   background-image: url('tab_left_on.gif') !important; }



#gallery div.gbTabBar span.giSelected span {
    color: #DA942C !important;
    background-image: url('tab_right_on.gif') !important; }
	
.gbBlock li {
    color: #E87400 !important;
}

#gsSidebar ul span {
    color: #D29F55 !important;
}


#gallery div.gbTabBar a {
    color: #DE9E40 !important;
    text-decoration: none!important;
}

#gallery div.gbTabBar a:hover {
    color: #E9B266 !important;
}

span.bsw_ButtonDisabled {
  color: #B89057 !important;
}

.NavBorder {
    border: 0 solid #C9A062 !important;
    border-top-width: 2px !important;
}


.menuoff { color: #CAA369 !important;}



div#menu a,div#menu a:visited {color: #DCA148 !important;}

.helplink a {
    color: #ffffff !important;
    background-color: #FFE4C9 !important;
}

.helplink a:hover {
    color: #FF7F00 !important;
    background-color: #FFE0BB !important;
}
.helplink a:active {
    color: #DDC566 !important;
}


/*
*******    ** rating ****    ****
*/
.giRatingEmpty {
    background: transparent url('images/rating/star_r_0.0.gif') no-repeat !important;
}
.giRatingEmptyUserYes {
    background: transparent url('images/rating/star_u_noborder.gif') no-repeat !important;
}
.giRatingHalfUserNo {
    background: transparent url('images/rating/star_r_0.5.gif') no-repeat !important;
}
.giRatingHalfUserYes {
    background: transparent url('images/rating/star_07.gif') no-repeat !important;
}
.giRatingFullUserNo {
    background: transparent url('images/rating/star_r_1.0.gif') no-repeat !important;
}
.giRatingFullUserYes {
    background: transparent url('images/rating/star_u_1.0.gif') no-repeat !important;
}
.giRatingAverage {
    background-color: #CEA061 !important;
    height: 8px;
}
.giRatingAverageContainer {
    border: 1px solid #D1A666!important;
    height: 8px;
    width: 80px;
}