body {
	font-family: "Times New Roman", "Times Roman", Roman, serif;
	font-size: 1.0em;
}
table.audio {
	background-color: white;
	font-size: 1.0em;
}
table.audio td.menu {
	background-color: #454545;
	color: white;
}
table.audio td.menu h1 {
	color: #EFEFEF;
	float: left;
	font-weight: 500;
	margin: 8px;
}
table.audio td.menu a {
	color: #FFFF00;
	float: right;
	font-family: Arial, helvetica, sans-serif;
	font-weight: 700;
	margin: 16px;
	margin-right: 8px;
}
table.audio td.content {
	color: black;
	font-size: 1.0em;
	font-weight: 500;
	height: 480px;
	min-height: 480px;
	padding: 10px;
	vertical-align: top;
}
table.audio td.content p {
	font-size: 1.12em;
}
table.audio td.content li {
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.12em;
	font-weight: 700;
	list-style-type: none;
	margin-text-bottom: 8px;
}
table.audio td.content li a {
	font-size: 0.72em;
	font-weight: 500;
}

/* Viewport */
div#viewport {
	background-color: #dedede;
	border: 1px solid #999999;
	height: 100px;
	margin-left: 370px;
	margin-bottom: 10px;
	max-width: 400px;
	text-align: center;
	vertical-align: bottom;
	width: 400px;
}
div#player_title {
	font-family: Arial, helvetica, sans-serif;
	font-size: .82em;
	font-weight: 700;
	height: 20px;
	margin: 8px;
}
div#player_handout a {
	color: red;
	font-family: Arial, helvetica, sans-serif;
	font-size: .76em;
	font-weight: 700;
}
div#player_download {
	font-family: Arial, helvetica, sans-serif;
	font-size: .8em;
	margin-top: 8px;
}

/* Series listings */
table.media {
	border-collapse: collapse;
	float: none;
	margin: 0px;
	padding 0px;
	width: 100%;
}
table.media tr.odd {
	background-color: #EFEFEF;
}
table.media tr.even {
	background-color: #ffffff;
}
table.media td {
}
table.media td.little-link {
	font-size: .7em;
	width: 120px;
}
table.media td.series_name {
	padding-left: 6px;
	padding-right: 10px;
}
table.media td.series_name .name_major {
	float: left;
	font-size: 1.08em;
	font-weight: 700;
}
table.media td.series_name .name_minor {
	float: right;
	font-size: .92em;
	font-weight: 500;
	margin-top: 4px;
}
table.media td.sermon_count {
	color: green;
	font-size: .90em;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	width: 200px;
}


/* Sermon lists */
table.sermons {
	float: none;
	font-size: .90em;
	width: 100%;
}
table.sermons td {
	border-bottom: 1px solid #cccccc;
}
table.sermons td.spacer {
	border-bottom: none;
	width: 16px;
}
table.sermons td.sermon_name {
	font-size: 1em;                               
	font-weight: 700;
}
table.sermons td.speaker {
	font-style: italic;
	padding-right: 10px;
	text-align: right;
	white-space: nowrap;
}
table.sermons td.date {
	width: 160px;
}
table.sermons td.action {
}

