/* @override http://www.americanmarriageministries.org/SpryAssets/SpryCollapsiblePanel.css */

/* @override http://www.americanmarriageministries.org/SpryAssets/SpryCollapsiblePanel.css */




@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

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

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	vertical-align: middle;
	text-align: left;
	outline:none;
}

.CollapsiblePanelLeft {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	vertical-align: middle;
	text-align: left;
	width: 190px;
	outline:none;
	margin-top: 1px;
}



/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: none;
	outline:none;
	color: #113d81;
	-moz-border-radius:2px;
  	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E5EFFF'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E5EFFF)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ffffff, #E5EFFF); /* for firefox 3.6+ */

	text-shadow: #fff 0 2px 1px;
	border: 1px solid #bcd1e4;
	height: 22px;
	width: 782px;
	margin-top: 12px;
	margin-bottom: 10px;
	font: normal small-caps 16px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: -12px;
	overflow: visible;
	visibility: visible;
}
.CollapsiblePanelTab:hover {
	color : #723c41;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E3D3D3'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E3D3D3)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ffffff, #E3D3D3); /* for firefox 3.6+ */
	border: 1px solid #d3c3c3;
	-moz-box-shadow: 0px 3px 3px #ccc;
	-webkit-box-shadow: 0px 3px 3px #ccc;
	box-shadow: 0px 3px 3px #ccc;
}


.CollapsiblePanelTabLeft {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
	width: 190px;
	text-indent: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none;
	color: #113d81;
	-moz-border-radius:2px;
  	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E5EFFF'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E5EFFF)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ffffff, #E5EFFF); /* for firefox 3.6+ */
   	text-shadow: #fff 0 2px 1px;
	border: 1px solid #c8d7eb;
	font: normal small-caps 13px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 16px;
	margin-bottom: 11px;
}
.CollapsiblePanelTabLeft:hover {
	color : #56161c;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E3D3D3'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E3D3D3)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ffffff, #E3D3D3); /* for firefox 3.6+ */
	border: 1px solid #d3c3c3;
	-moz-box-shadow: 0px 3px 3px #ccc;
	-webkit-box-shadow: 0px 3px 3px #ccc;
	box-shadow: 0px 3px 3px #ccc;

}


/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	text-align: left;
	background-image: none;
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-position: center bottom;
	background-attachment: scroll;
}

.CollapsiblePanelContentLeft {
	text-align: left;
	background-image: none;
	background-repeat: repeat-y;
	width: 190px;
	margin: 0px;
	background-position: center bottom;
	background-attachment: scroll;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 18px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-image: ;
}



/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
}






.CollapsiblePanelTabHover,  .CollapsiblePanelClosed .CollapsiblePanelTabHover {
}



/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
