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

#contentTable {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
}
.mediaUnPlayed {
	width: 27px;
	background-image: none;
}
.mediaPlayed {
	width: 27px;
	background-image: url(/Christian_Life/css/css-images/mediaBG.gif);
	background-repeat: no-repeat;
	background-position: -64px top;
}
.mediaPlayer, .mediaPlayerCurrent {
	width: 247px;
	vertical-align: middle;
}
td.mediaTime {
	width: 47px;
	border-left: 1px solid #e6e1d8;
	color: #8b5f50;
	vertical-align: middle;
	text-align: right;
}
td.mediaSize {
	width: 57px;
	border-left: 1px solid #e6e1d8;
	color: #8b5f50;
	vertical-align: middle;
	text-align: right;
}
th.mediaTime, th.mediaSize, th.mediaTitle {
	text-align: right;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 3px;
}
th.mediaTitle {
	height: 26px;
	text-align: left;
	font-size: 16px;
}
th.mediaDownload {
	text-indent: -9999px;
}
td.mediaDownload {
	border-left: 1px solid #e6e1d8;
}
td.mediaUnPlayed, td.mediaPlayed, td.mediaPlayer, td.mediaTime, td.mediaSize, td.mediaDownload {
	border-bottom: 1px solid #d3cec6;
	padding-bottom: 3px;
}
#contentTable caption {
	text-indent: -9999px;
}
td.mediaTitle {
	border-top: 1px solid #bfbab3;
}
td.mediaTitle a:link, td.mediaTitle a:visited, td.mediaTitle a:active {
	height: 23px;
	width: 416px;
	font-size: 14px;
	text-indent: 4px;
	color: #630;
	text-decoration: none;
	display: block;
	background: url(/Christian_Life/css/css-images/titleBG.gif) repeat-x;
	padding: 7px 0 0 0;
}
td.mediaTitle a:hover {
	background: url(/Christian_Life/css/css-images/titleBG.gif) repeat-x bottom;
}
#contentTable .accessibleText {
	display: none;
}
div.hvlog {
	padding: 0 5px;
}
td.mediaDownload a:link, td.mediaDownload a:visited, td.mediaDownload a:active {
	width: 27px;
	height: 23px;
	background-image: url(/Christian_Life/css/css-images/mediaBG.gif);
	background-repeat: no-repeat;
	background-position: -91px bottom;
	display: block;
}
td.mediaDownload a:visited, td.mediaDownload a:hover {
	background-position: -131px bottom;
}
td.mediaPlayer a:link, td.mediaPlayer a:visited, td.mediaPlayer a:active {
	background-image: url(/Christian_Life/css/css-images/mediaBG.gif);
	background-repeat: no-repeat;
	background-position: -33px bottom;
	display: block;
	height: 23px;
	width: 21px;
}
td.mediaPlayer a:hover {
	background-position: left bottom;
}
#contentTable .utilityRowText {
	padding-right: 4px;
}
.tooltip {
	display:none;
	background-image: url(/Christian_Life/css/css-images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

