html { height: 100%; }
* { box-sizing: border-box; }
body {
	background-color:#1b1b1b;
	color:#bbb;
	font:11pt "Segoe UI",Segoe,Tahoma, sans-serif;
	font-weight:normal;
	padding: 3px 4px 0 4px;
	margin:0;
	box-sizing: border-box;
	height: 100%;
}
body.main {
	background-color:#222222;
	padding: 8px 13px;
	margin:0;
}
th {font-weight:bold; text-align:left}
td {vertical-align:top}
.box {
	background-color:#1b1b1b;
	padding: 6px 9px;
	border:1px solid #000;
	border-bottom-color:#999;
	border-right-color:#999;
	border-radius:7px;
	margin-bottom:9px;
}
.head { font-weight:bold;margin-bottom:8px; }

input, textarea {
	background:#2f2f2f; color:#eee;
	border:1px solid #000;
	border-bottom-color:#999;
	border-right-color:#999;
	margin-bottom:4px;
	font:normal 11pt "Segoe UI",Segoe, Tahoma, sans-serif;
	border-radius:3px;
	vertical-align:top;
}
input.button {
	background:#2a2a2a; color:#eee;
	border:1px solid #000;
	border-top-color:#999;
	border-left-color:#999;
	padding-bottom:1px;
	border-radius:6px;
	cursor:pointer;
}
input.button2 {
	font-size:9pt;
	background:#2a2a2a; color:#eee;
	border:1px solid #000;
	border-top-color:#999;
	border-left-color:#999;
	padding-bottom:0;
	border-radius:4px;
	cursor:pointer;
}

#frm .frm {
	width:65%;
	Xwidth:calc(100% - 145px);
}
#frm textarea.frm {	height:189px; }

input.button:disabled,
input.button2:disabled {
	color: #888;
}

select {
	background:#2e2e2e; color:#eee;
	border:1px solid #000;
	margin-bottom: 4px;
	font-size: 16px;
}
input.combo{border:0}
label.opt {float:none; display:inline;}
label {
	float:left;width:140px; height:20px;
	white-space:nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a, a:visited {color:#FEA736; text-decoration:none}
a:hover {color:#FCEB00; , text-decoration:underline}
form {margin:0;padding:0}

.yellow {color: #FFf000}

#message {font-weight:bold;display:inline;padding:0 3px}
.err {color:#F66}
.err a {color:#FE4520; text-decoration:none}
.sm {font-size:80%;margin-top:4px}
.label{float:left; padding-right:8px; width:125px}
.labelsm{float:left; padding-right:8px; width:35px}
.left {float:left; margin-right:10px;margin-bottom:8px}
fieldset.box {
	width:100%;
	padding:10px 16px;
	margin-bottom:5px;
}
legend {
	padding: 0;
	font-size:120%;
}
.list {
	font-size:10pt;
	white-space:pre;
	white-space:pre-wrap;
	overflow-y: auto;	
}
.list2 {
	font-size:10pt;
	overflow-y: auto;
}

ul.TabbedPanelsTabGroup {
	margin:8px -10px 8px -13px;
	padding:0 16px;
	border-bottom: 1px solid #555;
	height: 28px;
}
.TabbedPanelsTab {
	list-style: none;
	display: inline-block;
	float:left;
	margin: 0 0 0 0;
	background-color:#343434;
	color:#aaa;
	font-weight:bold;
	border:1px solid #000;
	border-top-color:#999;
	border-left-color:#999;
	border-right-width:0;
	padding:1px 9px 5px 9px;
	border-radius:4px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	cursor:pointer;
}
.TabbedPanelsTab.selected {
	background-color:#1b1b1b; color:#FFF;
	border-bottom-color:#1b1b1b;
	cursor:default;
}
