/************************************/
/*****  Sermon Table Formats   *****/
/**********************************/

body { background: #F1EADE; color: #000000;

     }

.ThRows { background-color: #B39A80; color: #000000;
          font-weight: bold;
          font-family: Arial, Times, "Times New Roman", serif;
          font-size: 9pt;
          text-align: left;
        }
.TrRows { background-color: #D9CCBF; color: #000000;
          font-family: Arial, Times, "Times New Roman", serif;
          font-size: 9pt;
        }
.TrOdd  { background-color: #E5D8CA; color: #000000;
       font-family: Arial, Times, "Times New Roman", serif;
       font-size: 9pt;
       }
.TrHover { background-color: #FDFEED; color: #000000;
       font-family: Arial, Times, "Times New Roman", serif;
       font-size: 9pt;
       }


#groups {
   border: 1px solid #B39A80;
}

#groups tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #96622C;
}
	
#groups tbody tr.selected td {
	background-color: #B39A80;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #96622C;
	border-bottom: 1px solid #96622C;
}

tbody td a {
	color: #778899;
	text-decoration: underline;
}

tbody td a:hover {
	color: #777744;
	text-decoration: none;
}

tbody td span {
   color: #1166FF;
}

tbody td img {
    border: none !important;
}

tbody th a {
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}

tbody th a:visited {
	color: #b98b00;
}

tbody th, tbody td {
	vertical-align: top;
	text-align: left;
	padding: 3px 8px;
}

tfoot td {
	border: 1px solid #996;
}

tbody tr:hover {
	background-color: #FFF;
}
