/*
body {
	background-color: #0A8ED9;
	background-image: url(/images/testback.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0%;
}
*/

table.sermonlist {
	margin-left: auto;
	margin-right: auto;
}

table.sermonlist td, table.sermonlist th {
	vertical-align: top;
	padding-top: 2pt;
	padding-bottom: 2pt;
}

table.sermonlist td.month_head {
	width: 65px;
	font-weight: bold;
	padding-right: 4pt;
/*	padding-bottom: 4pt; */
	background-repeat: repeat-y;
}

table.sermonlist td.type_break {
}

/*
table.sermonlist td.type_header, table.sermonlist td.type_footer {
	padding-bottom: 4pt;
}
*/

table.sermonlist tr.color1 td {
/*	background-color: #5EC2FC; */
	background-color: #ffffcc;
}

table.sermonlist tr.color2 td {
/*	background-color: #87D1FB; */
	background-color: #ccffcc;
}

table.sermonlist tr.color1 td.month_head {
	background-image: url(/images/month_yellow.jpg);
}

table.sermonlist tr.color2 td.month_head {
	background-image: url(/images/month_green.jpg);
}

table.sermonlist div.year_head {
	font: bold 22pt "Arial", "Helvetica", sans-serif;
	margin-top: -4pt;
}

table.sermonlist tr.color1 div.year_head {
/*	color: #ffff60; */
	color: #ffff50;
}

table.sermonlist tr.color2 div.year_head {
/*	color: #a0ffa0; */
	color: #90ff90;
}

table.sermonlist td.listen {
	text-align: center;
	vertical-align: top;
/*	padding-bottom: 4pt; */
	width: 50px;
}

table.sermonlist td.month_head {
/*	text-align: right; */
/*	padding-bottom: 4pt; */
/*	border-right: none; */
}

table.sermonlist td.day {
/*	font-weight: bold; */
	text-align: center;
	padding-right: 6pt;
/*	padding-bottom: 4pt; */
}

table.sermonlist td.service {
	padding-right: 4pt;
/* 	padding-bottom: 4pt; */
/*	border-left: none; */
}

table.sermonlist td.title {
/*	padding-bottom: 4pt; */
	padding-right: 2pt;
}

table.sermonlist span.length {
	font-size: 8pt;
}

table.sermonlist td.filler {
	width: 100pt;
}

table.sermonlist span.filesize {
	font-size: 8pt;
}

table.sermonlist span.speaker {
	font-size: 8pt;
/*	font-weight: bold; */
	margin-left: 3em;
}

table.sermonlist a.admin {
	font-size: 8pt;
	text-align: center;
}

table.sermonlist.admin td.listen {
	font-size: 8pt;
}

/* The editing form table for sermons */
table.sermon_form {
	margin: 0px auto;
	border: 1px solid #808080;
}

table.sermon_form th, table.sermon_form td.name {
	background-color: #eeeeee;
/*	border-right: 1px solid #808080; */
/*	border-top: 1px solid #808080; */
	vertical-align: top;
	text-align: right;
}

table.sermon_form tr:first-child th {
/*	border-top: none; */
}

table.sermon_form td {
	background-color: #eeeeee;
/*	border-top: 1px solid #808080; */
	vertical-align: top;
}

table.sermon_form tr:first-child td {
/*	border-top: none; */
}

table.sermon_form td.footer {
	background-color: #dddddd;
	border-top: 1px solid #808080;
	text-align: center;
}

table.sermon_form td.required {
	font-weight: bold;
}

table.sermon_form input {
	vertical-align: middle;
}

table.sermon_form textarea {
	font: 10pt Arial, Helvetica, sans-serif;
}

