
.window_scrolling {
	overflow: scroll;
}

.window_infotip {
	border: 1px solid black;
	padding: 1em;
	background-color: white;
	color: black;
	/* system color */
	border: 1px solid InfoText;
	background-color: InfoBackground;
	color: InfoText;
}

TABLE.window_horizontal_pane {
	border: 0;
	margin: 0;
	width: 100%;
}

TABLE.window_horizontal_pane  TR {
	vertical-align: top;
}

TABLE.window_horizontal_pane TD,
TABLE.window_horizontal_pane TH {
	padding: 0;
}



TABLE.window_design_grid {
	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 4px; /* IE ignored, specify 'cellspacing' instead. */
	width: 100%;
	font-size: x-small;
}

TABLE.window_design_grid TR {
	vertical-align: middle;
}

TABLE.window_design_grid TD,
TABLE.window_design_grid TH {
	padding: 0.1em 1em;
	border: 0;
	vertical-align: middle;
}

:first-letter.window_accesskey {
/*
	color: blue;
	text-decoration: underline;
*/
/*
	font-weight:bold;
*/
}

.window {
	background: #eed;
	font: normal normal normal x-small "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif; /* x-small */
}

.window_client {
	margin: 0;
	background: #eed;
	border: solid 1px #79b;
	font: normal normal normal x-small "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif; /* x-small */
	padding: 1em 0.5em;
	width: 100%;
	height: 100%;
}


.window_tab {
/*
	display: block;
	float: left;
	clear: none;
*/
	display: inline-block;
	padding: 4px;
	background: #eed;
	border-top: solid 3px #fa3;
	border-left: solid 1px #79b;
	border-right: solid 1px #79b;
	border-bottom: 0;
	font-size: x-small;
	text-decoration: none;
	color: black;
}

.window_tab_inactive {
	display: inline-block;
	padding: 4px;
	background: #eed;
	border-top: solid 3px #ccc;
	border-left: solid 2px #ccc;
	border-right: solid 2px #ccc;
	border-bottom: 0;
	font-size: x-small;
	text-decoration: none;
	color: black;
}

.window_client FIELDSET {
	padding: 8px 4px;
	margin-bottom: 10px;
}

.window_client LEGEND {
	font-size: x-small;
	margin-bottom: 6px;
}

.window_client INPUT,
.window_client SELECT,
.window_client TEXTAREA {
	font-size: x-small;
}


.window_client .window_client_buttons {
	text-align: right;
}

