#tblSermons
{
	width: 700px;
	border-collapse: collapse;
	font-size: .9em;
}
.rwHeader
{

	font-weight: normal;
	background-color: #cccc99;
	border-bottom: 1px solid gray;
}

#tblSermons .rwData td
{
	padding: 3px 0;
	border-bottom: 1px solid gray;
}

#tblSermons .rwSermonsFooter td
{
	padding-top: 10px;
}

.cDate
{
	width: 70px;
	text-align: center;
	vertical-align: top;
}
.cDescription
{
	width: 350px;
	padding-left: 2px;
	padding-right: 2px;
}
.cSpeaker
{
	width: 120px;
	text-align: center;
}
.cAudio, .cNotes, .cPresentation
{
	width: 55px;
	text-align: center;
}

td.cAudio a.audioLink
{
	width: 16px;
	height: 16px;
	background: no-repeat url(../images/audio.png) center;
	border: 1px solid transparent;
	display: inline-block;
}
td.cNotes a.notesLink
{
	width: 16px;
	height: 16px;
	background: no-repeat url(../images/notes.png) center;
	border: 1px solid transparent;
	display: inline-block;
}
td.cPresentation a.presentationLink
{
	width: 16px;
	height: 16px;
	background: no-repeat url(../images/powerpoint.png) center;
	border: 1px solid transparent;
	display: inline-block;
}


.dTitle
{
	font-style: italic;
}

.yearControls
{
	float: left;
}
.pagingControls
{
	float: right;
	margin-left: auto;
	margin-right: auto;
}	
.pgPrevious
{
	background-image: url(../images/previous.png);
	float: right;
	height: 16px;
	width: 16px;
	cursor: pointer;
	margin-right: 2px;
}
.pgNext
{
	background-image: url(../images/next.png);
	margin-top: 1px;
	float: right;
	height: 16px;
	width: 16px;
	cursor: pointer;
	margin-left: 2px;
}
.pgNumbers
{
	float: right;
}
.pgNumber
{
	float: left;
	text-align: center;
	padding: 0 2px;
	margin: 1px 2px 0 2px;
	width: 14px;
	height: 16px;
	border: 1px solid #fff;
	cursor: pointer;
}
.pgNumber:hover
{
	border: 1px solid red;
}
.pgNumberCurrent
{
	float: left;
	text-align: center;
	padding: 0 2px;
	width: 14px;
	height: 16px;
	margin: 1px 2px 0 2px;
	border: 1px solid red;
}
.sort
{
	cursor: pointer;
}
