body, p, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

#main-inner {
	padding: 10px;
}

p {
/*	font-size: 11pt; */
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
/*	background-color: #FFFF99; */
  text-decoration: underline;
}

/*
a.icon:link > img {
  border: 1px solid #E9E9E9;
  margin: 0;
  padding: 0;
}
*/

/*
a.icon:hover > img {
/*  border: 1px solid #9999FF; */
/*  border: 1px solid #FFFF00; */
/*
  border: 1px solid #FF0000;
}
*/
a.icon:link > img {
  margin: 1px;
}

h1 {
	font-size: 24pt;
	margin-top: 0;
}

#filters {
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	font-size: 13pt;
  margin-bottom: 0;
}

#filters select {
	font-size: 10pt;
	z-index: -100;
}

#misc, #misc a {
  color: #666666;
	font-size: 10pt;
	margin-top: 0.5em;
}

#keys, #keys a {
  color: #666666;
	font-size: 9pt;
  margin-bottom: 0;
/*
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
*/
}

#teachings {
	margin-left: 0.5em;
  margin-top: 0;
/*
	border: thin solid black;
*/
}

/*
table#teachings td {
	padding-left: 0.5em;
	padding-right: 1em;
}
*/

tbody.seriesTeachings {
  border: 1px solid #CCCCCC;
}

tbody.seriesRow {
  border: none;
}

.seriesTeachings tr:hover {
	background-color: #ff9;
}

#teachings td {
	padding: 1px;
}

.teachingRowColorDark {
	background-color: #DDDDDD;
/*
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
*/
}

.teachingRowColorLight {
	background-color: #EEEEEE;
/*
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
*/
}

.seriesRow td {
/*
	background-color: #BBDDFF;
	border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
*/
}

.series {
	padding: 0;
	margin-left: 0;
	margin-top: 1.0em;
	margin-bottom: 0.25em;
}

.seriesTitle {
	font-size: 12pt;
	font-weight: bold;
}

.teachingTitle {
	font-size: 11pt;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.teachingTitle a {
  color: #666666;
}

.biblePassage {
	font-size: 10pt;
	padding-right: 0.5em;
}

.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding-right: 0.5em;
}

.scheduled {
  color: #00CC00;
}

#resultSet {
	margin-top: 0.5em;
	margin-left: 1em;
}

#pager {
	margin-left: auto;
	margin-right: auto;
}

.navText {
	font-size: 10pt;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
}

.navPages {
	font-size: 12pt;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
}

.navPages a:link, .navPages a:visited {
	font-size: 12pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.navPages a:hover {
	color: #0000FF;
/*	text-decoration: underline; */
}

.navText a:link, .navText a:visited {
	color: #0000FF;
/*	font-weight: bold; */
	text-decoration: none;
}

.navText a:hover {
/*	text-decoration: underline; */
}

.currentPageNum {
	color: #FF0000;
	font-weight: bold;
}

.scrollingRegion {
	width: 600px;
	height: 200px;
	overflow: auto;
	border: 1px solid #999999;
	background-color: #F3F3F3;
	padding: 10px;
}

#xcf-main {
	width: 780px; /* Hack for now... */
}

#xcf-main form {
  margin: 0;      /* Eliminate the margin IE wants to put around forms */
	z-index: -100;  /* Keep menu objects from obstructing navigation dropdown menus */
}

