/* all declarations concerning the flash player overlay */

#player_container {
position: absolute;

width: 485px;
height: auto;
z-index: 1800;
}

#player_window {
	position:relative;
	width:437px;
	height:auto;
	background-color: #fff;
	padding: 24px 24px 14px 24px;
}

#bg, #bg_terms {
	position:	fixed;
	width:		100%;
	height:		100%;
	background:	#808080;
	top:		0px;
	left:		0px;
	z-index:	2;
}
#bg_terms {
	z-index:	3;
}

#player_bottom{
	position: relative;
	clear: both;
	background: #555;
	height: 23px;
	padding: 5px 0 0 0;
	color: #fff;
}

#player_bottom p{
	margin: 0;
}

#player_bottom a:link, #player_bottom a:visited{
	color: #fff;
	text-decoration: none;
}

#player_bottom a:active, #player_bottom a:hover{
	text-decoration: underline;
}

/*
#player_bottom p#prev {
	margin: 0 0 0 24px;
}

#player_bottom p#count {
	margin: 0 0 0 146px;
}

#player_bottom p#next {
	margin: 0 0 0 166px;
}
*/

#player_window #flash_content {
	width: 432px;
	height: 295px;
	background: #efefef;
}

#flash_content {
	z-index:	2000;
}

#player_window h3, #terms_container h3 {
	font-weight: normal;
	font-family: arial black, arial, verdana, sans-serif;
	color: #fcaa00;
	margin: 20px 0 3px 0;
}

#player_window p{
	margin: 0 0 5px 0;
}

#player_window p.meta{
	margin: 10px 0 10px 0;
}

#player_window .player_toolbox {	
	position: relative;
	width: 432px;
	height: 25px;
	margin: 0; 
	border: 1px solid #beced6;
	background: #e4e9ed;
}

#player_window .player_toolbox ul{
	list-style-type: none;
	margin: 3px 0 0 5px;
}

#player_window .player_toolbox ul li{
	float: left;
	width: 130px;
	margin: 0;
	text-indent: 25px;
	line-height: 10px;
}

#player_window .player_toolbox ul li.cleanfeed{
	margin: 0 0 0 25px;
}


#player_window .player_toolbox ul li em{
	text-indent: 25px;
	font-size: 10px;
	display: block;
	color: #888;
	font-style: normal;
}

.player_toolbox ul li a:link, .player_toolbox ul li a:visited{
	text-decoration: none;
	color: #333;
}

.player_toolbox ul li a:hover, .player_toolbox ul li a:active{
	text-decoration: underline;
}

.player_toolbox .download {
	background: url(../files/Icon_Download_Dove_16.gif) no-repeat;
	background-position: 0 2px;
	height: 22px;
}

.player_toolbox .download_disabled {
	background: url(../files/Icon_Download_Dove_16_disabled.gif) no-repeat;
	background-position: 0 2px;
	height: 22px;
	}
	.player_toolbox .download_disabled * {
		color: #666;
		cursor: default;
	}

.player_toolbox .email {
	background: url(../files/Icon_Emphasis_WarmGreen_16.gif) no-repeat;
	height: 16px;	
	padding-top: 4px;
	background-position: 0 2px;
}
#player_window .player_toolbox li.email.addthis {
	background: none;
	height: 16px;	
	padding-top: 2px;
	overflow: hidden;
}

.player_toolbox .cleanfeed {	
	background: url(../files/Icon_Download_Dove_16.gif) no-repeat;
	height: 16px;
	padding-top: 4px;
	background-position: 0 2px;
}

.player_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	margin: 5px 5px 0 0;
	background: url(../gfx/icon/icon_close.gif) no-repeat right;
}

.player_close a{
	width: auto;
	padding: 0 15px 0 0;
	display: block;
	color: #333;
	text-decoration: none;
}

