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

#gallery {
/*  color: #000 !important;
  background-color: navy !important;*/
	background: #c0c0c0;
	background-image: url("/images/PPbg.jpg");
	background-attachment: fixed;
	background-repeat: both;
	padding-top: 10px;
	margin-top: 10px 0px 10px 0px;
}

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

.gcBackground1 { background-color: #B8B8B8 !important; }
.gcBackground2 { background-color: #9a9ad8 !important; }

.gcBorder1 { border-color: #8888c8 !important; }
.gcBorder2 { border-color: #5555b8 !important; }

#gallery a { color: #336 !important; }
#gallery a:hover { color: #366 !important; }
#gallery a:active { color: #399 !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: #babaf8 !important; }
.gbOdd { background-color: #aaaae8 !important; }

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

/* For album directory */
.t, .i {
	border: thin solid #c0c0c0;
}


