/********************************************************************/
/* spry_FilterMasterDetail.css                                      */
/* styles for 2- and 3-level modules                                */
/* (2-level is Master/Detail only, 3-level is Filter/Master/Detail  */
/* created 1/3/08 - adapted from Adobe Spry styles                  */
/* 2/27/08 - modified for generic use on 3-level modules            */
/* 3/2/08 - combined separate 2- and 3-level css's into one         */
/*   note: styles specific to one module should contain the name    */
/*   or abbreviation of that module as part of the sytle            */
/********************************************************************/

/* OUTER CONTAINER */
#FMD_pageContainer_highres {
	float:left;
	border:2px solid #AAA;
	background-color:#b1b2b2;
	margin-top:18px;
	*margin-top:9px;
	background-image:url(../system/bg_grad_grey2.jpg);
	background-repeat:repeat-x;
	width:835px;
	*width:845px;
	}
	
#FMD_pageContainer_lowres {
	float:left;
	border:2px solid #AAA;
	background-color:#b1b2b2;
	margin-top:18px;
	*margin-top:9px;
	background-image:url(../system/bg_grad_grey2.jpg);
	background-repeat:repeat-x;
	width:615px;
	*width:627px;
	}
	
/* TABS */	
#FMD_tabbedPanelsContainer {
	float:left;
	}	
.FMD_tabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
}
.FMD_tabbedPanelsTabGroup {
	margin: -25px 0 0 5px ;
	padding: 0px;
}
.FMD_tabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #BBB;
	list-style: none;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.FMD_tabbedPanelsTabFocus {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #999;
	border-bottom: solid 1px #DDD;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.FMD_tabbedPanelsTab a {
	color: black;
	background: #BBB;
	text-decoration: none;
}
.FMD_tabbedPanelsContentGroup {
	clear: both;
	margin:4px 0 0 2px;
}
.FMD_tabbedPanelsContent {
	padding: 4px;
}

/* DISPLAY CONTAINER - holds components for FMD or Search views*/
#FMD_displayContainer {
	margin-bottom:1em;
	/*width:99%;*/
	}
	
/* FILTER LIST (left-hand side of 3-level modules */
.FMD_filterListBoxGroup_highres {
	float:left;
	margin:2px;
	font-family:verdana, geneva, arial, helvetica, sans-serif;
	font-size:70%;
	width:160px;
	*width:170px;
	}
.FMD_filterListBoxGroup_lowres {
	float:left;
	margin:2px;
	font-family:verdana, geneva, arial, helvetica, sans-serif;
	font-size:70%;
	width:120px;
	}
.FMD_filterListBoxItem  {
	color:#DDD;
	background:#864;
	font-weight:bold;
	padding: 1px 6px 2px 6px;
	border-bottom: 1px solid #CCC;
	cursor:pointer;
	}
.FMD_filterListBoxItemHover {
	color:#FFF;
	text-decoration:none;
	background:#A86;
	cursor:pointer;
	}
.FMD_filterListBoxItemSelected {
	color:#FFF;
	background:#B97;
	font-weight:bold;
	padding: 2px 6px 2px 6px;
	}
.FMD_filterListBoxSubItemGroup {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 220px;
	background-color:#FFF;
}
.FMD_filterListBoxSubItem {
	margin:0 5px 0 15px;
	text-indent:-8px;
	border-bottom:1px solid #EEE;
	cursor:pointer;
	font-size:105%;
}
.FMD_filterListBoxSubItemHover {
	margin:0 5px 0 15px;
	text-indent:-8px;
	border-bottom:1px solid #EEE;
	cursor:pointer;
	font-size:105%;
	background-color:#FFB;
	}
}
.FMD_filterListBoxSubItemSelected {
	margin:0 5px 0 15px;
	text-indent:-8px;
	border-bottom:1px solid #EEE;
	cursor:pointer;
	font-size:105%;
	font-weight:bold;
	}

/*the following styles require the .Accordion name since they are programatically referenced by the Spry Accordion widget */
/* Background color of the open accordion panel */
.AccordionPanelOpen .FMD_filterListBoxItem {
	color: #FFF;
	background:#864;
	}
/* Background color of panel tabs on hover */
.AccordionPanelTabHover {
	color:#FFF;
	background:#A86;
	}
/* Background color of open panel tab on hover - no change */
.AccordionPanelOpen .AccordionPanelTabHover {
	color:#FFF;
	background:#864;
	}


/* MASTER LIST TABLE (same for both 2- and 3-level modules */
/* these styles apply generically, since the actual table width and columns are set on the application's main page, usually found in the GImodules folder */

#FMD_masterListContainer {
	float:left;
	border: 1px #BBB solid;
	background-color:#FFFFFF;
	font-size:90%;
	margin-left:2px;
	margin-bottom:8px;
	}	
.FMD_masterListHeader {
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	padding:5px;
	background-image:url(../system/tableGradient.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
.FMD_masterListHeaderRight {
	border-bottom:1px #CCC solid;
	padding:5px;
	background-image:url(../system/tableGradient.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
.FMD_masterListFooter {
	padding:2px;
	font-size:80%;
	background-image:url(../system/tableGradient.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-top:1px #CCC solid;
	}
/* list rows - set borders, padding, alternating row shading */
.FMD_masterListData {
	padding:5px;
	border-right:1px #CCC solid;
	}
.FMD_masterListDataRight {
	padding: 5px;
	}
.FMD_masterList_even {
	background-color:#EEE;
	}
.FMD_masterList_odd	{
	background-color:#FFF;
	}
.FMD_masterListHover {
	background-color:#F0E9D7;
	}
.FMD_masterListSelect {
	background-color:#E0D9C7;
	}
/* size and align font in page navigator at bottom of table */	
.FMD_masterListPageNavigation {
	font-size:80%;
	position:relative;
	bottom:2px;	
	}

/* DETAIL SECTION right-hand side of both 2- and 3-level modules */
/* the DetailContainer is specific to each application since the list table can vary in width, which affects the left margin */
#FMD_detailContainer_clients {	
	float:left;
	border:2px solid #E0D9C7;
	text-align:center;
	padding:8px;
	}
#FMD_detailContainer_resources {	
	min-height:50px;
	margin-top:0.75em;
	margin-left:390px;
	border:1px solid #AAA;
	padding:4px;
	background-color:#FFF;
	}
#FMD_detailContainer_sermons_highres {	
	float:left;
	border:1px solid #AAA;
	padding:4px;
	background-color:#FFF;
	width:290px;
	margin-right:5px;
	margin-bottom:5px;
	}
#FMD_detailContainer_sermons_lowres {	
	float:left;
	border:1px solid #AAA;
	padding:4px;
	background-color:#FFF;
	width:200px;
	*width:210px;
	/*width:198px;*/
	margin-right:8px;
	margin-bottom:8px;
	/*margin-bottom:-5px;*/
	}
/* detaillBox forms an inner box inside the detailContainer - it is generic to any module */	
.FMD_detailContainerBox {
	border:1px solid #CCC;
	padding:0 8px 0 8px;
	}
/* Search Container - uses entire width of Page Container */
#FMD_searchContainer {
	padding:8px 8px 8px 12px;
	width:97%;
	font-size:90%;
	}
#FMD_searchResults {
	border:1px solid #888;
	background-color:#FFE;
	max-height:500px;
	padding:10px;
	overflow:scroll;
	}



/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6 */

/* 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.
 */
/*.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	width: 175px;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
/*.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
/*.AccordionPanelTab {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
/*.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 200px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
/*.AccordionPanelOpen .AccordionPanelTab {
	background-color: #EEEEEE;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
/*.AccordionPanelTabHover {
	color: #555555;
}
/*.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
/*.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
/*.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
}

