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

#gallery {
	background-color: #000 !important;
	color: #fff !important;
}

body.gallery {
	background-color: #000 !important;
}
 
#gallery img.giThumbnail {
	border: 3px ridge #444 !important;
	margin: 1px !important;
}

#gallery img.giThumbnail:hover {
	border-color: #48f !important;
	opacity: 0.8 !important;
	filter: alpha(opacity=80) !important; /* IE's opacity*/
}

.gbBreadCrumbBackground  {
  height: 20px !important;
  background-color: #111 !important;
  background-image: url('dgrad.png') !important; 
}

#gsNavBar {
  background-color: #111 !important;
  background-image: url('dgrad.png') !important; 
}

#gsSidebarCol {
  background-color: #222 !important;
  padding-bottom: 5px !important;
  width: 1% !important; /* Expand to fit content ("0" bad4 firefox, "1px" bad4 opera) */
}

.gcBackground1 {
  background-color: #222 !important;
}

.gcBackground2 {
  background-color: #111 !important;
  background-image: url('dgrad.png') !important;
}

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

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

/*#gallery a { color: #48f !important; }
#gallery a:hover { color: #ee0 !important; }
#gallery a:active { color: #ee0 !important; }
*/

#gallery a { color: #48f !important; }
#gallery a:hover { color: #f0151d !important; }
#gallery a:active { color: #f0151d !important; }


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

table.gbDataTable th { background-color: #333 !important; }
.gbEven { background-color: #777 !important; }
.gbOdd { background-color: #555 !important; }

#gallery select { background-color: #aaa !important; }
#gallery input { background-color: #aaa !important; }
#gallery textarea { background-color: #aaa !important; }
#gallery div.gbTabBar a { color: #0af !important; }

.autoCompleteContainer li {
    color: #000 !important;
}


