@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 {
	margin: 0px;
	padding: 0px;
	border-left: solid 0px #CCC;
	border-right: solid 0px #999;
	border-top: solid 1px #a4c9df;
	border-bottom: solid 0px #CCC;
	font-size: 10px;
	color: #FFF;
	width: auto; /* test to see if this will make items wrap */
}


/* 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 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: rgba(14,124,193,.9);
	/* background-color: rgba(34,66,112,.0);*/
	border-bottom: 1px dotted #FFF;
	border-top: 1px solid #999;
	margin: 0px;
	padding: 2px 2px 2px 16px;
	/* cursor: pointer; */ /* moved to grid.css - .rowName */
	/*-moz-user-select: none;
	-khtml-user-select: none;*/
	background-image: url(../images/blackarrowmd.png);
	background-repeat: no-repeat;
	background-position: 0.6em 0.2em; /* 0.6em 0.4em */
}
	

/* 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 {
	margin: 0;
	padding: 6px 10px 4px 10px; /*padding: 3px 0px 2px 14px;  */
	overflow: hidden;
	/* background-color: rgba(34,66,112,.3);  rgba(34,66,112,.3) */
	background-color: rgba(194,194,194,.2);
	/* border-bottom: 1px solid #999;  */
	/* background-color: rgba(164,201,223,.4);
	background-color: rgba(f,f,f,.5);
	background: transparent;
	background: url(images/bg-fff-15.png);
	background-color: rgba(34,66,112,.5);
	background-color: #C3C3C2; 
	background-image: url(../images/gridRowBk.png);
	background: url(images/bg-fff-15.png);*/
}

/* .CollapsiblePanelContent {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
*/

/* 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;
	background-image: url(../images/blackarrowmd.png);
	background-repeat: no-repeat;
	background-position: 0.3em 0.4em; /* .4em 0.7em */
}

/* 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: transparent;
	 /* background-color: rgba(194,194,194,.4);*/
	background-color: rgba(150,150,150,.9);
	background-image: url(../images/blackarrowmd-down.png);
	background-repeat: no-repeat;
	background-position: 0.3em 0.4em; /* .4em 0.7em */
}

/* 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 {
	background: transparent;
	 /* background-color: rgba(194,194,194,.7);*/
	background-color: rgba(177,177,177,.8);
	background-image: url(../images/blackarrowmd.png);
	background-repeat: no-repeat;
	background-position: 0.3em 0.4em; /* .4em 0.7em */
}


/* 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 {
	/* background-color: #FFF; 
	background-image: url(../images/gldarrowmd_down.gif);
	background-position: 0.4em 0.7em;
	text-decoration: none;
	background-color: rgba(34,66,112,.8);*/
	background-color: rgba(177,177,177,.5);
	background-image: url(../images/blackarrowmd.png);
	background-repeat: no-repeat;
	background-position: 0.3em 0.5em; /* .4em 0.7em */
	text-decoration: none;
}


.CollapsiblePanelTabHover,  .CollapsiblePanelClosed .CollapsiblePanelTabHover {
	/* 
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A28448;
	text-decoration: underline; */
	background-color: rgba(14,124,193,.6);
	background-image: url(../images/blackarrowmd-down.png);
	background-repeat: no-repeat;
	background-position: 0.3em 0.5em; /* .4em 0.7em */
	text-decoration: none;
}


/* 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.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	/* background-color: #FFF; */
	background-color: rgba(14,124,193,.6);
}

.CollapsiblePanelContent ul {  
	display: inline-block;
	list-style-type: none;
	margin: 0px; 
	padding: 5px;
	color:#000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 11px; 
}	

.CollapsiblePanelContent li, .CollapsiblePanelContent module {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffffff; /* #C3C3C2 */
	background: transparent;
	background-color: rgba(40,112,187,.5);
	/*  background-color: rgba(0,0,0,.1);  #84acd9  B7B0A7 ADA59E  */ 
	float:left; /* */

	padding: 5px 5px 5px 5px;
	margin-left: 5px;  /* margin-right: 2px;  */
	margin-top: 5px;
	height: 16px; /* HEIGHT + PADDING TOP + 2PX BORDER = 23PX HEIGHT */
	text-align: center;
	/* width: auto;  */
}

.CollapsiblePanelContent li a:link, .CollapsiblePanelContent li a:visited,  {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

/* .CollapsiblePanelContent li a:link {
	background-color: #84acd9; /* #84acd9  B7B0A7 ADA59E #C6C1B9 */ 
/* } */

.rowControls { /* previously .AddModule */
	color: #000;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px 24px 0px 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	/*-moz-user-select: none;
	-khtml-user-select: none;*/
}

