body {
	font-family: "Lucida Grande", "Calibri", Arial, Sans-Serif;
}
#searchcontainer {
/*	width: 503px; */
  width: 100%;
  margin-left:auto;
  margin-right:auto;
	background-image: url('gray_bg.gif');
	background-repeat: repeat-x;
}

#search_box_label {
	font-size: 10px;
	text-align: center;
	color: #222;
	margin-top: 2px;
}
table.mac_os_styled_table {
	clear: both;
	border: 1px solid #D9D9D9;
	padding: 0;
/*	border-collapse: collapse; */
	font-size: 14px;
/*	width: 502px; */
  width:100%
}
table.mac_os_styled_table td  {
	padding: 4px 5px 4px 5px; margin: 0;
	height: 17px;
  vertical-align:middle;

}
table.mac_os_styled_table tr {
	margin: 0; padding 0;
  background-color: #FAFAFA;
}

table.mac_os_styled_table tr td {
/*	border-left: 1px solid #D9D9D9; */
	border-right: 1px none #EBEBEB;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #EDEDED;
  padding: 4px 5px 4px 5px; 
}
table.mac_os_styled_table tr.header {
 	background: url('thead_bg.gif');
	background-repeat: no-repeat;   
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	height: 25px;

	color: #222;
  text-align:left;                      
}
table.mac_os_styled_table tr.header th {
 	padding: 0px 5px 0px 5px; margin: 0;
 	border-left: 1px none #A5A5A5;
	border-right: 1px none #A5A5A5;
	cursor:pointer;
	font-weight: bold;
}
table.mac_os_styled_table tr.alt {
	background-color: #F1F4F7;
}

table.older_sermons { 
 	border: 1px solid #D9D9D9;
	padding: 0;
	font-size: 14px;
  width:100%
  border-collapse:collapse;
  background-color: #FAFAFA;
  margin-left:auto; 
  margin-right:auto;  
}

table.older_sermons tr td {
  text-align:center;
  font-size:16px;
	border-right: 1px none #EBEBEB;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #EDEDED;
  padding: 4px 25px 4px 25px; 
}

table.older_sermons tr th {
  text-align:center;
  font-size:16px;
	border-right: 1px none #EBEBEB;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #EDEDED;
  padding: 4px 25px 4px 25px; 
  font-weight:bold;
}

table.older_sermons tr:nth-child(odd) {
  background-color: #F1F4F7;
}

.Highlight
{
  background-color: #8BA7CA !important;
  cursor: pointer;
  color: #FFF;
}

.Highlight a
{
  background-color: #8BA7CA !important;
  cursor: pointer;
  color: PaleTurquoise ;
}

table tr td a {
  text-decoration: none;
  color:blue;
}
table tr td a:visited {
  text-decoration: none;
  color:blue;
}   
