@charset "utf-8";
.TopFlash {
	position: absolute;
	z-index: 300;
	left: 0px;
	top: 0px;
	visibility: visible;
}
.MidFlash {
	position: absolute;
	z-index: 200;
	left: 0px;
	top: 0px;
	visibility: visible;
}
.LowFlash {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	visibility: visible;
}
.Sandwich {
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
}

.MsgOnDark {
	color: #C2CEFB;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 20pt;
	text-align: center;
}
.CenterOnG {
	align-content: center;
}
.MsgOnGate {
	color: #2D1052;
	font-weight: bold;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 19pt;
}
.UnderGate {
	background-color: silver;
}
.UnderBrow{
	background-color: silver;
}
.UnderArow{
	background-color: thistle;
}
.UnderDrag {
    color: #7E5719;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-size: 16pt;
}
.UnderList {
    color: #000000;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-size: 16pt;
}
.CaptionIn {
	color: #000000;
	font-weight: bold;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 1.1em;
}
.DropSel {
	color: #000000;
	font-weight: bold;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 1.1em;
}
.TreeData {
	color: #000000;
	font-size: 15pt;
}
.SelData {
	color: #000000;
	font-size: 14pt;
}
