@charset "utf-8";
/* CSS Document */

embed {
	clear: both;
	display: block;
}

#ST {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#ST select, input {
	margin: 4px;
}

#ST td.label {
	width: 80px;
	text-align: right;
}

#ST td.vari {
	width: 170px;
}

#ST #sermonTable th {
	color: white;
	background-color: #7abac9;
	text-transform: uppercase;
	padding: 2px 5px;
	margin: 0px;
}

#ST #sermonTable {
	font-size: 12px;
	border: 2px solid #333;
	width: 100%;
}

#ST #sermonTable td {
	border: 1px solid #7abac9;
	padding: 2px 5px;
	margin: 0px;	
}


#ST #sermonTable td table.audio-player-table td {
	border: none;
}

#ST #sermonTable tr.hide {
	/*display: none;*/
	margin-bottom: 2px;
}

#ST #bottom {
	background-color:#333;
	font-size: .9em;
	padding: 2px 5px;
	color: #555;
}

#ST .right {
	float: right;
}
#ST .faint a{
	color: #393939;
}

#ST .faint {
	color: #393939;
}

#ST a.notwhite {
	color: #333;
}

#ST .alright {
	text-align: right;
}

/*===============================*/

#ST #sermonList {
	border: 2px solid #333;
}

#ST #sermonList a {
	color: #333;
}

#ST #sermonList a:hover {
	color: #7abac9;
}




#ST div.sermon {
	border: 1px dotted #7abac9;
	clear: both;
	
}

#ST div.sermon:hover {
	background-color: #7abac9;
	border: 1px dotted #FFF;
	
}

#ST .hilight {
	background-color: #7abac9;
}


#ST div.sermon div.hidden {
	display: none;
	background-color: white;
	padding: 5px;
}

#ST div.sermon div.hidden div {
	padding: 10px;
}

#ST div.sermon ul {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}

#ST div.sermon ul li {
	list-style: none;
	display: inline-block;
	cursor:pointer;
	font-size: 9pt;
	padding: 4px;
	margin: 0px;
	padding-left: 10px;
	width: 90px;
	font-weight: 400;
	border-left: 1px dotted #7abac9;
}

#ST div.sermon li.title{
	width: 170px;
	font-size: 9pt;
	font-weight: bold;
}

#ST div.sermon li.date{
	width: 70px;
}

#ST div.sermon li.language{
	width: 80px;
}	

#ST div.sermon li.speaker{
	width: 110px;
}

#sermonTop {
	background-color: #333;
	color: white;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

