<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*globals*/
body { background-color: #252525; font-size: 11; font-family: Arial, Helvetica; padding:0 0 0 0;margin:0 0 0 0;}
a{font-weight:bold; text-decoration: none; color:#CDE5AD;font-size:11}
a:visited{color:#CDE5AD;}
a:hover{color:yellow;}
img{padding:0 0 0 0;border-style:none;margin: 0 0 0 0;}
select,.ta,option{color:White;background-color:#313131; border:solid 1px black;font-size:11;border-style:none;}
p{text-indent:20px;padding:0 0 0 0;margin:2 0 2 0;}
table{font-size: 12; font-family: Arial, Helvetica;}
div{margin:0 0 0 0;padding:0 0 0 0;}
input{font-size:10}
table{margin:0 0 0 0;padding:0 0 0 0;}
.hidden{visibility:hidden;width:1;height:0;z-index:0;position:absolute;top:0;left:0}
._hidden{position:relative;top:0;width:900;height:200;visibility:visible}
.spacey{
	font-weight:bold;
	letter-spacing:2px;
	font-variant:small-caps;
	padding:2 5 2 5;
}
/**pop up panes*/
.inverse{background-color:#252525;color:white;}
.menu_title{padding:2 5 2 5;background: #313131; color:White;border:solid 1px black;}
.menu_item{border-top:solid 1px #aaaaaa; font-size:10; color:#CDE5AD;text-align:center; }
.menu_type{color:#cccccc; font-weight:normal; font-size:10; font-style:italic}
.desc_title{background:#313131;border:1px solid black;color:White;font-size:11px; 
	padding:1 2 1 2;}
.desc{font-size:11px; text-indent:10px; width:100%; margin:2 10 2 3;}
.inverse .pop a{}

/** top frame positioning */

#query{
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:absolute;
	top:0; left: 0;
	z-index:100;
	width:580;
	color:White;
}
#list
{
	height:600;
	width:140;
}

/**builder*/
div.builder{
	text-align:left;
	background:#313131;
	color:white;
	border:1px solid black;
	height:300;
	padding:0 2 0 2;
	overflow:auto;
	margin:0 0 0 0;
}
.builder a.column{color: #4BDD29;}
.builder a.key{color:orange;}
.builder a.node{color: #5D2679;}
.builder a.table{color:#F2E954;}
.builder a.astro{color:#E77A05;}
#menu{
	background:#252525;
	padding:0 2 0 2;
	margin:0 0 0 0;
	height:200;
	color:White;
	overflow:auto;
}

/*specific objects*/
#statuslist td{text-align:right;}
#QueryBox{
	background:#313131;
	color:white;
	font-family:Arial,helvetica;
	border:solid 1px black;
	padding:0 2 0 2;
	width:100%;
	font-size:12;
	height:500;
}
#messagebox{
	width:370;
	height:70;
	padding:0 0 0 5;
	margin:0 0 0 0;
	border-style:none;
	overflow:auto;
	text-align:left;
	color:yellow;
}

.title 
{
	font-size: 15;
	font-weight: bold;
}
.docs { 
	font-size: 13
}

.tiny { 
	font-size: 8
}

EM
{
    FONT-WEIGHT: 800;
    COLOR: #ffff00
}</pre></body></html>