/*
	Styles for SAM sermon page.
*/

.sermon_col_item {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #FFFFFF !important;
}

.sermon_col_dotted {
	background: url('./images/dotted.png');
	width: 243px;
	height: 16px;
}

.sermon_col_podcast_head {
	padding: 0;
	margin: 0;
	background: url('./images/subscribe_to_podcast.png');
	text-indent: -9999px;
	width: 243px;
	height: 34px;
}

.sermon_col_series_head {
	padding: 0;
	margin: 0;
	background: url('./images/view_sermon_series.png');
	text-indent: -9999px;
	width: 243px;
	height: 34px;
}

.sermon_col_legend_head {
	padding: 0;
	margin: 0;
	background: url('./images/using_the_archive.png');
	text-indent: -9999px;
	width: 243px;
	height: 34px;
}

.sermon_col_item p {
	margin: 0px;
	padding: 0px 10px 10px 25px;
}

.sermon_col_item ul {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style: none;
}

.sermon_col_item li {
	margin: 0px;
	padding: 0px 0px 10px 30px;
}

.sermon_col_item a:link, .sermon_col_item a:visited, .sermon_col_item  a:active {
	text-decoration: none;
	color: #fa822c;
}

.sermon_col_item  a:hover {
	text-decoration: none;
	color: #ffffff;
}

#itunes_podcast_link {
	background: url('./images/itunes_logo.png') no-repeat top left;
}

#direct_podcast_link {
	background: url('./images/xml_logo.gif') no-repeat top left;
}

.sam_sermon_group {
	margin: 0px;
	padding: 10px 10px 0px 35px !important;
}

#sam_legend p {
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

#sam_legend_title {
	color: #555555;
	font-weight: bold;
}

#legend_play {
	background: url('./images/stream_white_16.png') no-repeat top left;
}

#legend_download {
	background: url('./images/download_16.png') no-repeat top left;
}

.sermon-table {
	width: 660px;
	font-size:12px;
	border: #c3be8e 1px solid;
	border-collapse: collapse;
	margin: 0;
  }

.sermon-table img {
	border-style: none;
}

.sermon-table thead {
	background-color:#e7e1af;
	font-size: 14px;
	text-align: left;
  }
.sermon-table thead th{
    color: #000000;
	padding: 4px;
  }
.sermon-table td {
	padding:8px;
  }
.alternate {
	background-color:#F0F0F0;
  }
  
 .nav_label {
	font-family: Tahoma, Arial,sans;
	font-size: 11px;
}

#sermon_table_nav {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#sermon_table_nav form {
	padding: 0px;
	margin: 0px;
}

#sermon_year, #display_group, #sermon_submit {	
	font-family: Tahoma,Arial,sans;
	font-size: 11px;
	margin: 0px 20px 0px 0px;
	padding: 0px;	
}

#sermon_popup {
	padding-left:20px;
}

#sermon_popup {
	font-family: Tahoma, Arial,sans;
	width: auto;
	padding: 0px;
	margin: 0px;
	font-size:12px;
}

.popup_close {
	color: #6e6e6e;
	float:right;
	padding-right:20px;
	padding-top:20px;
}

.popup_close a {
	text-decoration:none;
	color:#6e6e6e;
	outline:none;
}

.popup_close a img {
	border: 0px;
}

 
.popup-table {
	width: 350px;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 20px;
 }
 
.popup_body {
	font-family: Tahoma, Arial,sans;
	width: auto;
	padding: 0px;
	margin: 0px;
	font-size:12px;
}

#sam_content_head {
	clear: both;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

#sam_content_head  p {
	padding: 0px 227px 15px 0px;
	margin: 0px;
}

#sam_legend {
	float: right;
	background: #e7e1af url('./images/sam_legend.png') no-repeat top left;
	border: 1px solid #c3be8e;
	width: 217px;
	height: 70px;
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.stream_link {
	text-indent: -9999px;
}

.stream_link  a{
	width: 20px;
	height: 20px;
	background: url('./images/stream_white_16.png') no-repeat center center;
	display: block;
	overflow: hidden;
}

.stream_link  a:hover, .stream_link a:active {
	outline: none;
}

.download_link {
	text-indent: -9999px;
}

.download_link  a{
	width: 20px;
	height: 20px;
	background: url('./images/download_16.png') no-repeat center center;
	display: block;
	overflow: hidden;
}

.download_link  a:hover, .download_link a:active {
	outline: none;
}

