.blockContainer {
	width: 100%;
	visibility: visible;
	border: none;
	z-index: 1;
}
.blockHeader {
	background-image: url('../www/images/blocks/header.png');
	background-repeat: repeat-x;
	height: 21px;
	font-size: 6px;
	font-weight: bold;
	color: #D9E1F6;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.blockBody {
	border: 0px solid #0F367B;

	text-align: left;
}
a.blockHeader {
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.blockHeader:hover {
	color: #FFFFFF;
}
/* Shadow for thumbnail images */
.img-shadow {
  float:left;
  background: url(../www/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../www/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.img-shadow img {
	display: block;
	position: fixed;
	background-color: #fff;
	border: 0px solid #a9a9a9;
	padding: 3px;
	margin-top: -6px;
	margin-right: 6px;
	margin-left: -6px;
}
/*For full size image display (zoom gallery) */
.img-shadow-full-border {
  float:center;
  width: inherit;
  background: url(../www/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../www/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.img-shadow-full {
	display: block;
	position: relative;
	background-color: #fff;
	border: 0px solid #a9a9a9;
	padding: 6px;
	text-align: center;
	margin-top: -6px;
	margin-right: 6px;
	margin-left: -6px;
}
/*Custom Zoom Media Gallery CSS*/
/*For galleryshow.php */
.zoom-logo {text-align:left;}
.zoom-wrap-search {}
.zoom-keywords {float:left;clear:right;margin-top:20px;}
.zoom-search {float:right;clear:left;margin:0;padding:0;margin-top:-26px;}
.search-zg{font-size:1em;}
.search-zg label {font-weight:bold;color:#666;padding-left:5px;}
/* ZMG Album */
.zmg-album {width:100%;text-align:center;margin-left:0%;margin-right:0%;padding-top:20px;}
.zmg-album-inner {float:left;}
.zmg-album-inner a {font-weight:bold;}
.zmg-album-image {font-size:0.8em;line-height:16px;color:#777;background-color:#eee;border:1px solid #ddd; margin:5px 15px 15px 5px;padding:8px;}
.zmg-image-of-album {background-color:#fff;border:1px solid #ddd;padding:4px;} /*Style the actual image album*/
/* ZMG SubAlbum */
.zmg-sub-album {width:100%;text-align:center;margin-left:0%;margin-right:0%;padding-top:20px;}
.zmg-sub-album-inner {float:left;}
.zmg-sub-album-inner a {font-weight:bold;border:0px;}
.zmg-sub-album-image {font-size:0.8em;line-height:16px;color:#777;background-color:#eee;border:1px solid #ddd; margin:5px 15px 15px 5px;padding:8px;}
.zmg-sub-image-of-album {background-color:#fff;border:1px solid #ddd;padding:4px;} /*Style the actual image album*/
/*ZMG Thumbnail display*/
.zmg-image-thumb {background-color:#fff;border:0px solid #ddd;padding:4px;} /*Style the actual image thumbnail*/
.zmg-image-thumb-outer {margin-bottom:20px;}
.zmg-unpublished {color:red;} /*unpublished text*/
/*Details shown on thumbnails page*/
.zmg-comments-on {margin:0;font-size:0.8em;}
.zmg-hits {margin:0;font-size:0.8em;}
.zmg-bar {width:100%; float:right; padding-top:20px; display:inline; text-align:right;font-size:0.8em;margin:10px 0;} /* For the - Top | Last submitted | Last Coomented | Top Rate | */ 
.zmg-bar-left {float:left; clear:left; }
.zmg-bar-right {float:right; clear:right; }
.zmg-bar a {font-weight:bold;}
.zmg-admin-system a {font-weight:bold;}
/* Styles for ZMG full size image */
.zmg-image-full-outer {margin-top:30px;}
.zmg-image-full {background-color:#000000;border:0px solid #ddd; padding:6px;}
