/* Online Sermons */

/*****************************************/
/*         Sermons Search		      	 */
/*****************************************/

#sermonSearch {
	margin-left: -10px;
	display: block;
	height: 70px !important;
	width: 100%;
}

#sermonSearch fieldset {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	border: 0;
}

#sermonSearch td {
	vertical-align: top;
	padding-bottom: 2px;
}

#sermonSearch a {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

#sermonSearch a:hover, #sermonSearch a:active  {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

#sermonSearch a:active  {
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#sermonSearch a.active  {
	font-weight: bold;
}

#sermonSearch fieldset input, #sermonSearch fieldset select {
	float: left;
}

#sermonSearch fieldset label {
	float: left;
	font-weight: bold;
	font-size: 11px;
}

#sermonSearch input {
	width: 200px;
	margin-right: 5px;
}

#sermonSearch select {
	width: 175px;
	margin-right: 5px;
}

input[type="submit"] {
	width: auto;
	height: 24px;
	margin: 0;
}

input[type="button"] {
	width: auto;
	height: 24px;
	margin: 0;
}

/*****************************************/
/*       Sermons Search Results	   	 */
/*****************************************/

.new {
	font-weight: bold;
	color: #FF9B00;
}

.timeOfDay {
	font-size: 11px;
	color: #999999;
}

.tabdata td a {
	font-weight: normal;
	text-decoration: underline;
}

.tabdata a:hover {
	text-decoration: none;
}

.tabdata td {
	vertical-align: top;
}

.tabdata img {
	padding-right: 4px;
	padding-top: 2px;
}

/*****************************************/
/*         Pagination   		      	 */
/*****************************************/

.sermonsPagination {
	clear: both;
	border: 1px solid #CCCCCC;
	border-right: 0;
	padding: 0;
	margin: 0;
	color: #666666;
}

.sermonsPagination td {
	border-right: 1px solid #CCCCCC;
	margin: 0;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.sermonsPagination a {
	font-weight: normal;
}

/*****************************************/
/*        Details       		      	 */
/*****************************************/

table.details td img {
	padding-right: 4px;
	padding-top: 2px;
}

.line {
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}

td.border {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 0;
	border-right: 0;
	padding: 10px 0px 10px 0px;
	vertical-align: middle;
}

td.resources {
	padding: 10px 0px 10px 0px;
}

td.resources a, td.resources a:visited {
	text-decoration: underline;
}

td.resources a:hover, td.resources a:active {
	text-decoration: none;
}

#download {
	display: none;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 0;
	border-right: 0;	
}