@charset "utf-8";

/* SpryStackedContainers.css */

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

/* This is the selector for the main container of the Stacked Containers structure. 
 *
 * If you want to constrain the width of the Stacked Containers structure, set a width on
 * the StackedContainers container. By default, our structure expands horizontally to fill
 * up available space.
 */
.StackedContainers
{
	margin: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border: 1px solid #FFF;
	padding: 0px;
}

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	background-color: #EAEAEA;
	margin: 4px;
	padding: 4px;
	border: 1px solid #d5AA00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.StackedContainers .RowColumn2 {
	margin: 4px;
	padding: 4px;
	border: 1px solid #d5AA00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}



/* SpryMasterDetail.css */

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

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
.MasterDetail
{
	margin: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. By default the Master column occupy about 35% from the width of the 
 * entire structure. 
*/
.MasterDetail .MasterContainer
{
	background-color: #EAEAEA;
	border: 1px solid #d5aa00;
	width: 35%;
	float: left;
	overflow: hidden;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	font-size: 12px;
	background-color: #d9dadb;
	cursor:pointer;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5aa00;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color: #EAEAEA;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	background-color:#666;
	color: white;
}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetail .DetailContainer
{
	border: 1px solid #d5aa00;
	padding:10px;
	width: 60%;
	float: right;
	overflow: auto;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
	padding-bottom: 15px;
}



.Accordion {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #d5aa00;
}

.AccordionPanelTab {
	background-color: #666;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #d5aa00;
}

.AccordionPanelContent {
	margin: 0px;
	padding: 5px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}


.AccordionPanelOpen .AccordionPanelTab {
	background-color: #d9dadb;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #d5aa00;
	color: #000;
}


.AccordionPanelTabHover {
	background-color: #666;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #000;
	background-color: #d9dadb;
}


.AccordionFocused .AccordionPanelTab {
	background-color: #666;

}


.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #d9dadb;

}


.TabbedPanels {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

.TabbedPanelsTab {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-right: 5px;
	background-color: #d9dadb;
}



.TabbedPanelsTabHover {
	background-color: #d5aa00;
	color: #FFF;
}

.TabbedPanelsTabSelected {
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 5px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d5aa00;
	border-right-color: #d5aa00;
	border-bottom-color: #FFF;
	border-left-color: #d5aa00;
	color: #000;
}


.TabbedPanelsContentGroup {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 2px solid #d5aa00;
}

