

/*** PUBLIC FRONTEND CSS */
#search{ float: right; }
#search b{ text-transform: capitalize; color: #666666; font-weight: normal; }
#search form{ padding-top:5px; margin: 0;}
#search input{ color: #666666; text-transform: capitalize; }
#search input.button{ background: #FFD200; border-width:1px; border-style:solid; width: 22px; height: 22px;
		border-top-color: #FFE87F; border-right-color:#8F7500; border-bottom-color:#8F7500; border-left-color: #FFE87F;
		color: #FFFFFF; text-transform: uppercase; font-weight: bold; font-size: 9px; 
		cursor:pointer; margin: 0 0 1px 2px; padding: 3px 3px 5px 3px; font-family:Verdana, Arial, Helvetica, sans-serif;
}

.light_gray{ background: #FBFBFB; }
.dark_gray{ background: #EAEAEA; }

th { background:#FFD200; color: #444444; font-size: 11px; padding: 2px 5px 2px 5px; font-family:Verdana, Arial, Helvetica, sans-serif; margin-bottom:2px; cursor:pointer;
	 border: 1px solid; border-top-color:#FFE87F; border-right-color: #8F7500; border-bottom-color: #8F7500; border-left-color: #FFE87F; text-transform:capitalize; text-align:left;}
th:hover { border-top-color:#8F7500; border-right-color: #FFE87F; border-bottom-color: #FFE87F; border-left-color: #8F7500; cursor:pointer; }	 
th.selected_up{ background: #FFD200 url(images/down_arrow.jpg) no-repeat right; }
th.selected_down{ background: #FFD200 url(images/up_arrow.jpg) no-repeat right; }

td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
.sermon{ margin: 0; padding: 0; width: 595px;}
.sermon tr{ margin-left: 5px; }
.sermon td{ padding: 5px; font-size:9px;}
.sermon td.icon{ padding: 5px 0 5px 2px; margin: 0; }
.sermon td.icon a{margin: 0; padding: 0;}
.sermon td.icon img{margin: 0; padding: 0;}
.sermon td.speaker{ font-weight: normal; }
.sermon .number { width: 15px; padding-left:7px;padding-right:2px;}
.sermon .links{ font-weight: normal; color: #333333; font-size: 9px; padding-left: 15px; width:145px;}
.sermon .links a { text-decoration: underline; color: #333333; }
.sermon .links a:hover{ text-decoration: none; }

.sermon .s_links{ font-weight: normal; width: 20px; padding-left:2px;padding-right:2px;}
.sermon .s_links a{ color: #000000; text-decoration: underline; }
.sermon .s_links a:hover{ text-decoration: none; }

/* sermon title */
.sermon td{ font-weight: bold; color: #003366; }
/* sermon date */
.sermon b{ color: #3366CC; }
/* sermon passage */
.sermon i{ font-weight: normal; font-style:normal; }


.podcast_info{ background: #E4F1F9; padding: 0 5px 13px 5px; font-size: 9px; color: #666666; vertical-align:top;}
.podcast_top{ background: #FFFFFF; }
.main_title{ padding: 0px; }
.podcast_box{ background: #BBBFBE url(images/podcast_box_background.jpg) repeat-y left; padding: 0 7px 0 7px; margin:0;}
.podcast_detail{ background: #FFFFFF; border: 1px solid #CAC8C9; padding:0; margin: 0;  }
.podcast_detail td{ font-size: 9px; };
.podcast_detail .title{ color: #333333;  background: #EBEBEB; padding: 0; font-weight: bold; margin:0;}
.podcast_detail b { color: #666666; font-weight: normal;}
.podcast_detail a img{ padding: 0 0 4px 0; }
.podcast_url{ clear: both; padding: 4px; color: #666666;}
.podcast_url a{ font-size:10px; text-decoration:none;}
.podcast_url a:hover{ text-decoration: underline; }

.keyword{ font-size:9px; color:#999999; font-style:italic; float: right; padding:22px 7px 0;}

