@charset "UTF-8";

.CollapsiblePanel {
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	border: none;
	text-align:right;
}

.CollapsiblePanelTab {


	height: 20px;
	width: 175px;
	text-align: rigth;
	vertical-align:bottom;
	/*background-color: #dfd79c;*/
	border: none;
	font-family: "arial black";
	color:#2F7C90;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 6px 3px 0px 0px;
	cursor: pointer;
	background-color: transparent;
	background-position: 1px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/btn_bg.png);
	-moz-user-select: none;
	-khtml-user-select: none;
}


.CollapsiblePanelContent {
	width:177px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-decoration:none;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
}


.CollapsiblePanelContent button{
width:140px;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin:3px 0px 0px 0px;
color: #003366;
cursor:pointer;
background:none;
text-align:right;
border:none;
}

.btn_form{
width:150px;
height:15px;
padding:0px;
margin:0px;
text-align:right;
float:right;
}
.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-color: #EEE;*/
	
}

/* 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: #CCC;*/
}

/* 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: #3399FF;*/
}
