.searchInput {
	width:175px;
	margin-bottom:5px;
}

.searchBox {
	float:left;
	font-size:12px;
	line-height:20px;
	width:50%;
}

#contents{
    background:#fff;
}
.leftSideGreen, .rightSideGreen, .leftSideBlue, .rightSideBlue {
	height:33px;
	width:9px;
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

.leftSideGreen {
	background-image:url(../images/greenLeft.gif);
}

.rightSideGreen {
	background-image:url(../images/greenRight.gif);
}

.leftSideBlue {
	background-image:url(../images/blueLeft.gif);
}

.rightSideBlue {
	background-image:url(../images/blueRight.gif);
}

.greenLabel, .blueLabel {
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:33px;
	background-position:top left;
	background-repeat:repeat-x;
	line-height:33px;
	vertical-align:middle;
	float:left;
	padding:0px 2px;
}

.greenLabel {
	background-image:url(../images/greenGradient.gif);
	background-color:#317311;
}

.blueLabel {
	background-image:url(../images/blueGradient.gif);
	background-color:#013b6d;
}

#topBox { 
	margin-bottom:20px;
}

#archiveSummary {
	width:40%;
	font-size:11px;
	padding-right:30px;
	color:#5f5f5d;
	float:left;
	padding-top:5px;
}

#archiveSummary a {
	font-size:11px;
	text-decoration:underline;
}

#archiveSearch {
	border:1px solid #dbdbd3;
	background-color:#edede5;
	color:#62625a;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#archiveContainer {
	width:100%;
	background-color:#f3f4ee;
}

.series {
	margin-bottom:20px;
	background-color:white;
}

.seriesHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#86867e;
	color:white;
	font-weight:bold;
	padding:5px 12px;
}

.sermonLine, .categories {
	width:100%;
	border-collapse:collapse;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.sermonLine td {
	font-size:11px;
	color:#595957;
	/*background-color:inherit;*/
	border-left:1px solid #f3f4ef;
	border-right:1px solid #f3f4ef;
	padding:6px 12px;
	vertical-align:top;
}

.sermonLine a, .sermonLine a:link {
	font-size:11px;
	color:#595957;
}

.sermonLine a:hover, .sermonLine a:hover:visited { color:green; }

.sermonLine a:visited { color:#333; }

.categories div {
	background-color:#edede5;
	font-size:12px;
	color:#5f5f5d;
	border-right:1px solid #dfdfd5;
	padding:5px 12px;
	float:left;
}

.iconList { width:100%; }

.mp3Download, .realDownload, .realStream, .pdf {
	float:left;
	width:25%;
	padding:0px;
	margin:0px;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}

.mp3Download { background-image:url(../images/mp3Off.gif); }
.realDownload { background-image:url(../images/realOff.gif); }
.realStream { background-image:url(../images/streamOff.gif); }
.pdf { background-image:url(../images/pdfOff.gif); }

.searchForm { margin:0px; padding:0px; }

.dateCol { width:90px; }
.titleCol { width:260px; }
.speakerCol { width:107px; }
.scriptureCol { width:103px; }
.optionsCol { width:180px; }

.clear { float:none; clear:both; }

#andOr {
	position:relative;
	font-size:10px;
	bottom:30px;
	left:70px;
	width:130px;
}