.box_headline {
	margin: 0px 0px 0px;
	padding: 0px 0 0 0;
	background: #08556F url(images/tpl4023_headline_bg.gif) top left no-repeat;
	height: 300px;
}

/* Hides from IE5-mac \*/
* html .box_headline { padding: 0px 0px 0px 0px;}
/* End hide from IE5-mac */

.box_headline h1 { padding: 0px;}

.headline_article_holder { width: 400px; overflow:hidden; background-color: #EEEEEE; float: left;}

.headline_image { 
	width:400px;
	height: 300px; 
	overflow: hidden; 
	position: relative; 
	display: block; 
	text-align: center;
	float: left;
}

.headline_image div.image_caption { 
	position: absolute; 
	bottom: 2px; 
	left: 137px;
	height: 60px;
	width: 245px; 
	text-align: right;
	font-size: 12px; 
	color: #FFFFFF; 
	background-color: #000000;
	padding: 0px;
	z-index: 999;
	opacity: .70;               /* Standard style for transparency */
	-moz-opacity: .70;          /* Transparency for older Mozillas */
	filter: alpha(opacity=70);  /* Transparency for IE */
}

.headline_body { padding: 0px 0px;}

.headline_link {font-weight: bold; border-bottom: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; margin-top: 6px;}

.headline_link a { color: #FFFFFF;}



.player { margin: 0px; float: right; width: 100%;}

.player li {border-bottom: 1px solid #666666;list-style: none;width: 100%;}

.player a {padding: 0px 0px; display: block;}

.player a:link, .player a:visited {
	color: #FFF;
	background: #656565 url(images/player_inactive.gif) bottom left repeat-x;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	height: 50px;
}

.player a:hover {
	color: #000;
	background: #888888 url(images/player_active.gif) bottom left repeat-x;
	text-decoration: none;
}
.player a.active, .player a:visited.active {
	color: #000;
	background: #888888 url(images/player_active.gif) bottom left repeat-x;
}
