/******************** SERMONS ***************/
.sermon_search {
	border: 1px solid #E8E8E8;
	width: 217px;
	height: 22px;
	/*padding: 4px 3px 3px 3px;*/
	/*color: #9d9d9d;*/
	margin: 4px 0;
}

.sermon_submit {
	background: #006fa4; 
	color: #fff; 
	border: none; 
	font-weight: bold;
	padding: 3px 7px; 
	text-decoration: none;
}

.sermon_submit:hover {
	color: #97c0d4; 
}

.sermon_title_home {
	color: #ffffff; 
	font-weight: normal; 
	font-size: 12px; 
}
.sermon_title{
	color: #609a48; 
	font-weight: bold; 
	font-size: 14px;
}

.sermon_speaker {
	color: #55933b; 
	font-size: 12px;
}

.sermon_serie {
	font-size:12px;
	color:#7edcff;
}

.serie {
	width: 727px; 
	margin-top: 20px; 
	border: 1px solid #cbcbcb; 
	background: #f3f2f2; 
	padding: 0px 0px;
}

.sermon_found {
	font-weight: bold;
	color: #006fa4;
}

.last_sunday {
	width: 390px; 
	height: 310px; 
	margin-top: 5px; 
	border: 1px solid #cbcbcb; 
	background: #f3f2f2; 
	padding: 0px 15px;
}

.last_sunday h1 {
	margin: 5px 0px;
}

.last_sunday img {
	border: 1px solid #cbcbcb; 
	padding: 0px; 
	margin-bottom: 5px;
}

.sermon_listen {
	color: #00a6f3; 
	text-decoration: none;
}

.sermon_listen:hover {
	color: #006fa4;
}

.sermon_dl_link {
	text-decoration: none;
}

.sermon_dl_link:hover {
	color: #609a48;
}

.sermon_listing {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	list-style-type: none;
	font-weight: bold;
}

.sermon_listing li { 
	display:inline;
	width: 30px;
}

.sermon_listing li a {
	padding: 3px 7px; 
	margin: 0px 3px;
	background: #97c0d4;
	color: #fff;
	text-decoration: none;
	float: left;
	border: 0px solid #000;
}

.sermon_listing li a.active {
	background: none;
	color: #006fa4;
}

.sermon_listing li a:hover {
	color:#006fa4;
}

.serie_table {
	padding: 0px;
}

.serie_table td {
	border: 0px solid red;
	padding: 0px 10px 10px 10px;
}

.serie_table .even_row, .serie_table .odd_row {
	border: 0px solid red;
	padding: 0px 10px 10px 0px;
}

.serie_table .even_row {
	background-color: #F3F2F2;
}

.serie_table .even_row:hover {
	background-color: #FFFFFF;
}

.serie_table .odd_row {
	background-color: #F9F9F9;
}

.serie_table .odd_row:hover {
	background-color: #FFFFFF;
}

