/* <?php $colorpackName = $gallery->i18n('Ice Carbon'); ?>
 * $Revision: 16034 $
 */

#gallery {
	color: #999 !important;
	background-color: #333 !important;
}
body.gallery { background-color: #333 !important; }

.gbBlock {
	border-color: #666 !important;
}

.gcBackground1 { background-color: #3f3f3f !important; }
.gcBackground2 { background-color: #333 !important; }

.gcBorder1 { border-color: #6f6f6f !important; }
.gcBorder2 { border-color: #666 !important; }

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

.giError { color: #f00 !important; }
.giInfo { color: #888 !important; }
.block-core-PeerList .current { color: #ccc !important; }

table.gbDataTable th { background-color: #4f4f4f !important; }
.gbEven { background-color: #3f3f3f !important; }
.gbOdd { background-color: #393939 !important; }

#gallery select { 
	background-color: #bbb !important; 
	-moz-border-top-colors: #AAA #EEE !important;
	-moz-border-left-colors: #AAA #EEE !important;
	-moz-border-bottom-colors: #AAA #EEE !important;
	-moz-border-right-colors: #AAA #EEE !important;
}

#gallery input { 
   	background-color: #bbb !important; 
    	-moz-border-top-colors: #AAA #EEE !important;
    	-moz-border-left-colors: #AAA #EEE !important;
    	-moz-border-bottom-colors: #AAA #EEE !important;
    	-moz-border-right-colors: #AAA #EEE !important;
}

#gallery textarea { 
   	background-color: #bbb !important;
    	-moz-border-top-colors: #AAA #EEE !important;
    	-moz-border-left-colors: #AAA #EEE !important;
    	-moz-border-bottom-colors: #AAA #EEE !important;
    	-moz-border-right-colors: #AAA #EEE !important;
}

#gallery input:focus, #gallery textarea:focus {
	background-color: #ddd !important;
	-moz-border-top-colors: #AAA #EEE !important;
	-moz-border-left-colors: #AAA #EEE !important;
	-moz-border-bottom-colors: #AAA #EEE !important;
	-moz-border-right-colors: #AAA #EEE !important;
}

#gallery input.inputTypeSubmit, #gallery input.inputTypeButton {  /* No input[type=submit] in IE */
  	color: #333 !important;
  	background-color: #eee !important;
}
#gallery input.inputTypeSubmit:hover, #gallery input.inputTypeButton:hover {  /* No input[type=submit] in IE */
  	background-color:  #ccc !important;
}

#gallery select:hover { 
   	 background-color: #ddd !important;
	-moz-border-top-colors: #AAA #EEE !important;
    	-moz-border-left-colors: #AAA #EEE !important;
    	-moz-border-bottom-colors: #AAA #EEE !important;
    	-moz-border-right-colors: #AAA #EEE !important;
}

#gallery div.gbTabBar a {
  	color: #00a0ff !important;
}

#gsSidebarCol {
  	border: #666 1px solid !important;
  	background-color: #333 !important;
}

#gallery img.giThumbnail:hover {
	border-color: #333 !important;
    	background-color: #555 !important;
}

#gallery img.giThumbnailIce {
	background-color: #444 !important;
	border: 1px solid #666 !important;
}
#gallery img.giThumbnailIce:hover {
	background-color: #555 !important;
}

#microThumb img.giThumbnailIce {
	border-color: #333 !important;
}

#microThumb img.giThumbnailIce:hover {
	border-color: #666 !important;
}

#microThumbCurrent img.giThumbnailIce {
  	border-color: #333 !important;
}

#microThumbCurrent img.giThumbnailIce:hover {
	border-color: #666 !important;
}

#gsNavBar div.gbBreadCrumb {
 	background-image: none !important; 
}

#photoframe {
	background-color: #333 !important;
	border: 0px solid #ddd !important;
	padding: 0px !important; 
	-moz-border-radius: 0px !important;
}

div.gbTabBar span.o {
  	padding: 6px 0 5px 16px !important;
  	background: url('table_left.gif') no-repeat left top !important;
}

#gallery div.gbTabBar span span {
  	padding: 6px 16px 5px 4px !important;
  	background: url('table_right.gif') no-repeat right top !important;
}

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

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

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

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

span.bsw_ButtonEnabled {
  	color: #ddd !important;
}	
.autoCompleteContainer li {
  background-color: #333 !important;
}

.iconAlbum {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important; /* IE's opacity*/
}

.buttonAction a {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important; /* IE's opacity*/
}

.buttonAction a:hover { 
  opacity: 1.0 !important;
  filter: alpha(opacity=100)!important; /* IE's opacity*/
 }