Input.inputtext {
	xbackground-color: rgb(240,240,240);

	xborder-width: 1px;
	xborder-style: solid;
	xborder-color: silver;
	xpadding: 3px;
}

.modeldata {
    xfont-family: 'Tahoma';
    font-size: x-small;
    font-weight: normal;
    
}

.label {
	font-size: x-small;
	xfont-family: 'Tahoma';
	font-stretch: narrower;
    font-weight: bolder;
}

.buttonimg {
	height: 16px;
}

Div.button, Div.buttonOver {
	cursor: pointer;
	background-color: white;
	border-right-width: 4px;
	border-bottom-width: 4px;
}

Div.button {
	border-right-style: inset;
	border-bottom-style: inset;
	border-color: silver;
}

Div.buttonOver {
	border-right-style: outset;
	border-bottom-style: outset;
	border-color: gainsboro;
}

TABLE.buttontable {
	padding: 4px;
}

TABLE.btn_inside {
	padding: 1px;
}


TD.buttontext {
	font-size: x-small;
	text-indent: 4px;
}

TD.arrow {
	font-size: 12px;
	font-weight: 900;
	text-indent: 2px;
}


.textbox .header_text {
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bolder;
	font-size: smaller;
}

.textbox .header_bottom_left {
	border-color: gray;
	border-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
}

.textbox .header_bottom_right {
	border-color: gray;
	border-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
}

.textbox .header_top_left, 
	.textbox .header_bottom_left, 
		.textbox .header_top_right, 
			.textbox .header_bottom_right {
	font-size: xx-small;
}

.textbox TD.textbox_body {
	border-color: gray;
	border-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-left: 0px;
	padding-right: 0px;
}
