.blockContainer { color: #dd1740; background-color: #800080; width: 100%; visibility: visible; border: none; }
.blockHeader {
	background-image: url(../www/images/blocks/header.png);
	background-repeat: repeat-x;
	height: 21px;
	font-size: 6px;
	font-weight: bold;
	color: #2a1f55;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.blockBody { color: #00f; border: solid 1px #0f367b; padding: 4px; text-align: left; }
a.blockHeader {
	font-size: 9pt;
	font-weight: bold;
	color: #00f;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.blockHeader:hover {
	color: #005388;
}
/* 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: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 3px;
}
/*For full size img (zoom gallery) */
.img-shadow-full {
	float: right;
}
.img-shadow-full-border {
  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;
  float:left; /* RC4 Release */
}
