/* drop shadows for images */
.callout, .calloutR {
	float: left;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 1em 0;
	line-height: 100%;
}

.calloutR {float:right; width: 160px; margin-left: 1em}

.shadow {
	clear: both;
	float:left;
	background: url(../images/shadow.gif) no-repeat right bottom;
	margin: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}

.shadow div {
  background: url(../images/shadowAlpha.png) no-repeat left top!important;
  background: url(../images/shadow2.gif) no-repeat left top;
  float: left;
  padding: 0px 6px 6px 0px;
  }

.shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: 0;
  }


.tbl {
	line-height: 125%;
	border: 1px solid #CC9900; border-collapse: collapse;
}
.tbl td {
	padding: 3px;
	border-right: 1px solid #cc9900;
	border-bottom: 1px solid #cc9900;
}	


.odd {background:#FEFAF2}

/* floating images left AND right */

 span.left {
  float: left;
  }

 span.right {
  float: right;
  text-align: right;
  }

a.hrtop {
	height:9px;
	padding: 0;
	border-bottom: 1px solid #CC9900;
	background: url(../images/arrow-top.gif) no-repeat left bottom;
	cursor: pointer;
	display: block;
} 

