
p.topTitle {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 14px;
	font-weight: bold;
	color: #960014;
	text-decoration: none;
}

div.topContent {
	width:400px; 
	height:160px;
	overflow:hidden;
}


div#divStationSponsorTitle {
	margin-top: 5px;
	margin-bottom:10px; 
	margin-left: 15px;
	margin-right:15px;
	height:20px;
	background-image:url(../images/subtitle/station_sponsor.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom-style: dotted;
	border-bottom-color:#999999;
	border-bottom-width: 2px;
}

div#divStationLogo {
	z-index:1; 
	position:absolute; 
	display:none; 
	text-align:center;	
	width:auto;
	overflow: visible;
}

div#divStationLogo iframe {  
	position:absolute;  
	visibility:inherit; 
	top:0px; 
	left:0px;   
	width: 100%;
	height: expression(this.parentElement.offsetHeight + "px");
	border: hidden;  
	z-index:-1;   
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

div#divStationLogo p {
	width: 100%;
	margin-top: -4px;	
	color: #9d0b0f;
	background-color:#fcfefc;
}



