.resource {
	width: 420px;
	margin-bottom: 20px;
}

.resource th{
	font-size: 11px;
	color: #FFFFFF;
	background-color: navy;
	text-align: left;
	padding-left: 5px;	
	//font-weight: bold;
}

.resource td {
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	//height: 25px;
	vertical-align: top;
	font-size: 11px;
	color: #000000;
	background-color: #EDF6EA;
	text-align: left;
	font-weight: normal;	
	//padding-left: 5px;
	padding: 3px 5px 3px 5px; // top right bottom left
}

.resource td a {
	font-size: 11px;
	text-decoration: none;
	color: navy;
}

#note {
	color: red !important;
	font-size: 10px !important;
}

#note a {
	color: purple;
	text-decoration: none;
}

#note a:hover{
	text-decoration: underline;
}

.resource td a:hover {
	color: red;
	text-decoration: underline;
}

.odd {
	background-color: #E5E1F3 !important;
}

.site {
	width: 160px;
}

#sermons td {
	font-size: 12px;
	font-weight: normal;
}

#sermons a {
	color: #003366;
	font-size: 12px;
	text-decoration: none;
}

#sermons a:hover {
	color: #ccccff;
}

#sermons td {
	background-color: #E5E1F3 !important;
}

#sitemap .resource {
	width: 150px !important;
	margin-left: 20px;
}

#sitemap .resource td {
	padding-left: 20px;
	vertical-align: middle;
	height: 15px;
}

#sitemap .resource th {
	height: 18px;
}

#links .resource td {
	vertical-align: middle;
}
