/* MediaBrite CMT Style */

/*  Basic Layout Elements   */
.subheadImage {
	display: block;
	margin-bottom: 10px;
}
	
/*  News Listing   */
#listingExpanded {
	display: block;
	width: 500px;
	padding: 10px 5px 15px 5px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}
	html>body #listingExpanded {
	width: 500px;
	display: table;
/* ie5win fudge ends */
}

	#listingExpanded h1 {
		background: #134D97;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 4px 0px;
		padding: 4px;
		color: #FFFFFF;
		border: 0px;
	}

	 a.listingExpanded:active, a.listingExpanded:link, a.listingExpanded:visited {
		display: block;
		margin: 0px 10px 0px 0px;
		text-decoration: none;
	}

	a.listingExpanded:hover {
		background: #94AAD0;
		color: #FFFFFF;
	}

	a.listingExpanded:hover #listingExpanded span {
		color: #000000;
	}

	#listingExpanded span {
		display: block;
		float: left;
		vertical-align: top;
		margin: 0px 10px 0px 0px;
		width: 315px;
	}

	#listingExpanded .img-shadow1 {
	  float:left;
	  background: #000000;
	  margin: 0px 5px 5px 5px;
	  }
	
	#listingExpanded .img-shadow2 {
	  float:left;
	  background: #000000;
	  margin: 0px 5px 5px 5px;
	  }
	
	.img-shadow1 img, .img-shadow2 img {
	  display: block;
	  position: relative;
	  border: 1px solid #cccccc;
	  margin: -6px 6px 6px -6px;
	}
	
	a.listingExpanded:hover .img-shadow1 img, a.listingExpanded:hover .img-shadow2 img {
	  border: 1px solid #000066;
	}

/*  News Listing   */
#listing {
	display: block;
	width: 490px;
	padding: 0px 5px 15px 15px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}
	html>body #listing {
	width: 490px;
	display: table;
/* ie5win fudge ends */
}

	#listing h1 {
		background: #134D97;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 4px 0px;
		padding: 4px;
		color: #FFFFFF;
		border: 0px;
	}
	
	 a.listing:active, a.listing:link, a.listing:visited {
		display: block;
		margin: 0px 10px 0px 0px;
		text-decoration: none;
	}

	a.listing:hover #listing h1 {
		background: #E5E5F5;
		color: #000066;
	}

	#listing span {
		display: block;
		float: left;
		vertical-align: top;
		margin: 0px 10px 0px 0px;
		width: 315px;
	}

#cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

#breadCrumbs	{
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px 0px 2px 0px;
}

	#breadCrumbs a	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	
	#breadCrumbs a:hover	{
		color: #49B6FF;
		text-decoration: underline;
	}
	

	.img-shadow-right {
	  float:right;
	  background: #000000;
	  margin: 6px 15px 5px 11px;
	  }
	
	.img-shadow-left {
	  float:left;
	  background: #000000;
	  margin: 6px 5px 5px 11px;
	  }
	
	.img-shadow-left img, .img-shadow-right img {
	  display: block;
	  position: relative;
	  border: 1px solid #cccccc;
	  margin: -6px 6px 6px -6px;
	}


