.mediaplayer_video, .mediaplayer_mp3, .mediaplayer_mp3_slides {
	width: 550px;
	background-image: url(/mediaplayer/images/bg.gif);
	background-position: top right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}
.mediaplayer_video.wide  {
	background-image: none;
	background-color: #e9e9e9;
}
.mediaplayer_video_only {
	width: 320px;
        min-height: 256px;
        height: auto !important;
        height: 256px;
	background-image: url(/mediaplayer/images/bg.gif);
	background-position: top right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}
.mediaplayer_video_only_480 {
	width: 480px;
        min-height: 405px;
        height: auto !important;
        height: 405px;
	background-image: url(/mediaplayer/images/bg.gif);
	background-position: top right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}
.mediaplayer_video_only_800 {
	width: 800px;
        min-height: 645px;
        height: auto !important;
        height: 645px;
	background-image: url(/mediaplayer/images/bg.gif);
	background-position: top right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}
.mediaplayer_video_only_internal {
	width: 320px;
        height: 240px;
	background-image: url(/mediaplayer/images/bg.gif);
	background-position: top right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}
.mediaplayer_mp3_only {
	width: 320px;
	height: 45px;
	background-image: url(/mediaplayer/images/bg_player.gif);
	background-position: top right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}

.mediaplayer_title {
	position: relative;
	padding: 15px 13px 13px 13px;
	background-image: url(/mediaplayer/images/header.gif);
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #ffffff;
}
.mediaplayer_title_with_logo {
	position: relative;
	height: 38px;
	padding: 15px 13px 13px 13px;
	background-image: url(/mediaplayer/images/header_logo.gif);
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #ffffff;
}
.wide .mediaplayer_title {
	position: relative;
	padding: 15px 13px 13px 13px;
	background-image: url(/mediaplayer/images/header-wide.gif);
	background-position: right top;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #ffffff;
}
.wide .mediaplayer_title_with_logo {
	position: relative;
	height: 38px;
	padding: 15px 13px 13px 13px;
	background-image: url(/mediaplayer/images/header_logo-wide.gif);
	background-position: right top;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #ffffff;
}
.mediaplayer_url, .mediaplayer_settings, .mediaplayer_slidelist {
	display: none;
}
.mediaplayer_body {
	padding: 0px 1px 0px 1px;
}
.wide .mediaplayer_body {
	padding: 0px;
}
.mediaplayer_flash {
	float: left;
	background-image: url(/mediaplayer/images/spinner.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.mediaplayer_summary {
	float: left;
	padding: 15px;
}
.mediaplayer_audiodownloads {
	clear: both;
	padding: 0px 0px 0px 15px;
	background-image: url(/mediaplayer/images/bg_player.gif);
	height: 45px;
}
.mediaplayer_photo {
	float: left;
	width: 320px;
	height: 240px;
	background-color: #999999;
}
.mediaplayer_summary_flash, .mediaplayer_summary_for_photo {
	float: left;
	width: 197px;
	padding: 15px;
}
.mediaplayer_audiodownloads_flash {
	float: left;
        overflow: hidden;
	width: 227px;
	height: 45px;
	padding: 0px;
	background-image: url(/mediaplayer/images/bg_player.gif);
	font-size: 9px;
}
a.mediaplayer_audiodownloads_mp3:link {
	display: block;
	float: left;
	height: 15px;
	padding: 5px 0px 5px 45px;
	margin: 10px 10px 10px 0px;
	background-image: url(/mediaplayer/images/b_mp3_off.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	color: #003580;
	text-decoration: none;
}
a.mediaplayer_audiodownloads_mp3:hover {
	text-decoration: underline;
	background-image: url(/mediaplayer/images/b_mp3_on.gif);
}
a.mediaplayer_audiodownloads_transcript:link {
	display: block;
	float: left;
	height: 15px;
	padding: 5px 0px 5px 45px;
	margin: 10px 10px 10px 0px;
	background-image: url(/mediaplayer/images/b_transcript_off.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	color: #003580;
	text-decoration: none;
}
a.mediaplayer_audiodownloads_transcript:hover {
	text-decoration: underline;
	background-image: url(/mediaplayer/images/b_transcript_on.gif);
}
.mediaplayer_getflash {
	clear: both;
	padding: 14px 10px 15px 42px;
	background-image: url(/mediaplayer/images/getflash_icon.gif);
	background-position: 14px 10px;
	background-repeat: no-repeat;
	background-color: #e2e2e2;
	font-style: italic;
}
.mediaplayer_getjs {
	clear: both;
	padding: 14px 10px 15px 42px;
	background-image: url(/mediaplayer/images/getjs_icon.gif);
	background-position: 14px 10px;
	background-repeat: no-repeat;
	background-color: #e2e2e2;
	font-style: italic;
}
.mediaplayer_footer {
	position: relative;
	clear: both;
	height: 17px;
	background-image: url(/mediaplayer/images/footer.gif);
}
.wide .mediaplayer_footer {
	clear: both;
	height: 17px;
	background-image: url(/mediaplayer/images/footer-wide.gif);
	background-position: right top;
}
.mediaplayer_close {
	clear: both;
	height: 11px;
	padding: 6px 23px 0px 0px;
	background-image: url(/mediaplayer/images/footer_close.gif);
	text-align: right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 70%;
	color: #ffffff;
	cursor: pointer;
}

.footer-left {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 12px;
	height: 12px;
	background-image: url(/mediaplayer/images/footer-wide.gif);
	background-position: bottom left;
}
.header-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 12px;
	background-image: url(/mediaplayer/images/header-wide.gif);
	background-position: top left;
}
