﻿div#latestIssue {
	text-align: center;
	border: 1px solid black;
}

div#latestIssue span.title {
	font-family: "Times New Roman";	
	font-size:medium;
	font-weight: bold;
	text-transform: uppercase;	
}

div.divForm fieldset {
	border: none;
	margin:  0 0 8px 0;
}

div.divForm ul {
	list-style: none;
	margin: 8px 0;
	padding: 0;		
}

div.divForm ul li {
	margin: 4px 0;
}

div.divForm ul li label.description {
	width: 135px;
}

div.divForm input.seMemoControl, div.divForm textarea.seMemoControl {
	margin-left: 5px; width:350px;
}

div.divForm label.detail {
	font-size: xx-small;
}

div#container 
{
	margin: 1em 0;
	text-align: center;
}

div.podcast 
{
	clear: both;
	padding: 1em 0;	
	border-bottom: 1px solid #E4D3AF;
	min-height: 200px;
	*height: 200px;
}


/* New Play Button */
div.podcast #preview
{
	float: right;
	text-align:center;
	margin-left: 0.75em;
}

div.podcast a.playlink  
{
	margin-top:0.5em;
	width: 64px;
	height: 18px;
	display: block;
	overflow: hidden;
	background-image:url(../imgs/play-button-small.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -1000px;
	/*margin: 1px auto 2px auto;*/	
}

div.podcast a.playlink:hover {
	background-position: 0 -18px;
	/*margin: 2px auto 1px auto;*/
}

div.podcast a.downloadlink   
{
	margin-top:0.5em;
	width: 90px;
	height: 18px;
	display: block;
	overflow: hidden;
	background-image:url(../imgs/download-button-thin.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -1000px;
	/*margin: 1px auto 2px auto;*/
}

div.podcast a.downloadlink:hover {
	background-position: 0 -18px;
	/*margin: 2px auto 1px auto;*/
}




table#podcastForm 
{
	width: 100%;	
}

table#podcastForm td 
{
	vertical-align: top;
}

table#podcastForm td  input.seMemoControl 
{
	width:350px;
}

div#banners 
{
	position: relative;
	float: left;
}

div#banners span
{
	text-align: left;
	position: absolute;
	bottom: -7px;
	left: 0;
	font-size: 75%;
	font-weight: bold;
	width: 155px;
	color: black;
	filter:alpha(opacity=70) !important;
	-moz-opacity:.70;
	opacity:.70;
	background-color: #dbc7a4;
	padding-left: 4px;
}