<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

/* stackContent */
.stackContent {
	margin: 10px 0px 10px 0px;
}

.stackContent .stackContent_stack {
}

.stackContent .stackContent_stack .stackContent_stack-header {
	background: url("../../img/stack_header_bg_2000x30.png") no-repeat;
	height: 20px;
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	/*color: #ffffff;*/
	padding: 5px;
	margin: 0px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #00004b;
	margin-top: 1px;
}

.stackContent .stackContent_stack .stackContent_stack-header-selected {
	border-bottom: none;
}

.stackContent .stackContent_stack .stackContent_stack-header .stackContent_stack-icon {
	background: url("../../img/minus.gif");
	position: absolute;
	top: 6px;
	right: 6px;
	width: 24px;
	height: 18px;
	display: none;
}

.stackContent .stackContent_stack .stackContent_stack-header-selected .stackContent_stack-icon {
	background: url("../../img/plus.gif");
}

.stackContent .stackContent_stack .stackContent_stack-body {
	background-color: #f8f8fb;
	border-left: 1px solid #00004b;
	border-right: 1px solid #00004b;
	border-bottom: 1px solid #00004b;
	height: 23em !important;
	height: 26em;
	display: none;
	padding: 10px;
	overflow: auto;
}

.showHide .showHide_head {
	padding: 2px;
	background: url("../../img/title_bg1.png");
	background-repeat: repeat-x;
}

.showHide .showHide_head .showHide_title {
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	float:left;
	color: #ffffff;
	margin-left: 5px;
}

.showHide .showHide_head .showHide_show {
	margin-top:1px;
	float:right;
}

.showHide .showHide_head .showHide_hide {
	margin-top:1px;
	float:right;
}

.showHide .showHide_content {
	margin: 0px 5px 0px 5px;
}
/* End stackContent */</pre></body></html>