@import url(link.css);

@media print {
	.noPrint { display: none; }
}

.noWrap { white-space:nowrap; }
.noWrap .wrap { white-space:wrap; }
.dark { background-color:#E4E0C9; } /* #DDD8B9 --- ECE9D8 D4D0C8 E2CABA */
.border { border:1px solid black; }

xBODY {
	scrollbar-arrow-color: #665F36; 
	scrollbar-base-color: #C1B467; 
	scrollbar-face-color: #DDD8B9; 
	scrollbar-highlight-color: #EBE5C2; 
	scrollbar-shadow-color: #C0BBA0;
	scrollbar-width:5px;
}

BODY {
	color: black;
	font-family:verdana,arial,helvetica;
	font-size:x-small;
scrollbar-face-color: #E4E0C9; //#a98987;
xscrollbar-shadow-color: #947877; 
xscrollbar-highlight-color: #C1A9A8;
scrollbar-3dlight-color: #a98987;	/* #D7CE95; */
xscrollbar-darkshadow-color: darkblue;
xscrollbar-track-color: lightnavy; 
xscrollbar-arrow-color: blue;
	scrollbar-width:7px;
	scrollbar-size:5px;
}

TABLE { color: black; font-size:x-small; border-collapse:collapse; }

.blockAnchor A { width:100%; display: block; overflow:hidden; }

BUTTON { font-size:xx-small; }
INPUT { font-size:xx-small; }


.result TH, .result TD, .info TH, .info TD  { text-align:left; padding-left:0.3em; padding-right:0.3em; border-bottom:1px solid #BAB38B; border-top:1px solid #BAB38B; }
.result TH, .info TH { white-space:nowrap; border-left:0.5em solid #BAB38B; background-color:#E4E0C9; vertical-align:top; }
.result TD, .info TD { vertical-align:middle; }

.hl { background-color:yellow; }

#submit {
	position:absolute;
	top:0;
	right:5;
}

#submit INPUT{
	xwidth:8em;
	xmargin-left:5em;
}


.hide { display:none; }

.group {
	border-top:1px solid #A98987;
	border-bottom:1px solid #A98987;
	border-left:5px solid #A98987;
	padding-left:2px;
}

DIV.roll {
	overflow:auto;
	xclip:rect(0 50 auto 0);
	height:100%;
	xwidth:99%;
}


.full { width:100%; height:100%; }

FORM { margin:0; }

.inputList { xheight:200px; overflow:scroll; min-height:100px;}
.inputList P { margin:0; text-indent:-1.8em; margin-left:1.8em; }

.copyright { font-size:xx-small; }
