/**
* Sermon Archive CCS
* for sermons.php / article.php?id=34
* Copyright 2010 Darryl Mann
* Updated by Darryl Mann
*/

.hidden {
	display: none;
}

.nlink {
	border: thin dotted #ffffff; 
}

.alink {
	border: thin dotted #666666; 
}

table tr.highlight:hover {
	cursor: default;
	background-color: #F0F8FF;
}

.header { 
	color:#ffffff;
	line-height:18px; 
	font-weight: bold; 
	background-color:#000000;
	border:1px solid #666666;
}

.quarter {
	line-height:16px;
	border-left-width:0;
	background-color: #f0f3f6;
	border: 2px solid #363636;
	border-top-color: #333333;
}


