#body .contentUnit {
	position: relative;
	margin-bottom: 15px;
}


#body .contentUnit .info {
	position: relative;
	font-size: 10pt;
	line-height: 12pt;
	margin-top: 1px;
}

#body .contentUnit .info p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#body .contentUnit .preview {
	position: absolute;
	top: 0px;
}

#body .width120 .info {
	margin-left: 135px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

#body .width120 .preview { left: -135px; }

#body .interAct {
	position: relative;
	width: auto;
	background: #d8e9ec;
	font-size: 9pt;
	padding: 1px 3px;
	text-align: right;
	white-space: nowrap;
	line-height: 20px;
	height: 20px;
}

#body .interAct div {
	position: absolute;
	left: 3px;
	top: 1px;
}

#body .interAct div.dOnly {
	text-align: center;
	position: relative;
}

#body .m .interAct img {
	display: inline;
	float: none;
	height: 20px;
	border: none;
	margin: -2px 0px 0px 0px;
	padding: 0px;
	vertical-align: middle;
}

.interAct a,
.interAct a:link,
.interAct a:visited {
	font-size: 9pt;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.podcast { font-size: 10pt; }

.podcast .playerPane {
	float: left;
	width: 415px;
	padding-right: 15px;
	border-right: 2px dotted #ddd;
}

.podcast .functionPane { margin: 10px 0px 0px 23px; }

.podcast .functionPane div {
	float: left;
	margin-right: 2px;
}

.podcast .functionPane div a {
	line-height: 18px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.podcast .functionPane div a:hover { text-decoration: none; }
.podcast .functionPane div a img { float: left; }

.podcast .infoPane {
	background: #e8eceb;
	margin-left: 440px;
	padding: 6px;
}

.podcast .unit {
	position: relative;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	height: 1%;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.podcast .infoPane .unit { 	min-height: 74px; }

.podcast .unit p {
	margin: 0px 0px 3px 0px;
	font-weight: bold;
	font-size: 12px;
}

.podcast .unit p input {
	margin: 2px 0px;
	padding: 2px 0px;
	border: 3px double #ccc;
}

.podcast .unit .contentView { margin: 10px; }

.podcast .infoPane .unit .preview img {
	padding: 2px;
	border: 2px solid #80A6B0;
}

#showPlayer {
	width: 420px;
	height: 343px;
	border: 1px solid #ccc;
	background: #eee;
	text-align: center;
}

#showPlayer div { margin-top: 35%; }

.clearit:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearit { height: 1%; }