@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.scrollframe {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.scrollarea {
	overflow: auto;
	height: 280px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #E1E1E1;
}
.sermonhover {
	cursor: default;
	color: #9966CC;
}
.sermonselect {
	color: #FFCC33;
}

.sermonlist {
	font-size: 14px;
	color: #3C3831;
}
.even {
	background-color:#F5F5F5;
}
.odd {
	background-color:#FFFFFF;
}

