body > form *
{
	font-family: Tahoma;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

body
{
	transform-origin: top right;
	transform: scale(1.0);
}

body.hiContrast
{
    color: #ffff00;
    background-color: #093145;
}

body.hiContrast input[type="button"] 
{
    color: #ffff00;
    background-color: #093145;
    border-color: #ffff00;
    font-weight: bold;
}

body.hiContrast input[type="button"]:hover
{
    color: #093145;
    background-color: #ffff00;
    border-color: #093145;
    font-weight: bold;
}

body.s110
{
	transform-origin: top right;
	transform: scale(1.1);
}

body.s120
{
	transform-origin: top right;
	transform: scale(1.2);
}

body.s130
{
	transform-origin: top right;
	transform: scale(1.3);
}

body.s140
{
	transform-origin: top right;
	transform: scale(1.4);
}

body.s150
{
	transform-origin: top right;
	transform: scale(1.5);
}

body.s160
{
	transform-origin: top right;
	transform: scale(1.6);
}

body.s170
{
	transform-origin: top right;
	transform: scale(1.7);
}

body.s180
{
	transform-origin: top right;
	transform: scale(1.8);
}

body.s190
{
	transform-origin: top right;
	transform: scale(1.9);
}

body.s200
{
	transform-origin: top right;
	transform: scale(2.0);
}

/*select
{
	font-family: Tahoma !important;
}

input 
{
	font-family: Tahoma !important;
}*/

.Grid_Caption_Style
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: White;
	color: #6f7376;
}

.ComboStyle
{
	font-size: 12px;
	width: 100%;
}

.m_Label
{
	font-size: 12px;
	font-weight: bold;
	color: #6f7376;
}

.m_Data
{
	width: 50px !important;
	border: solid 1px black;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.Close_Window_Label
{
	cursor: pointer; /* for all browsers */
	font-size: 14;
	font-weight: bold;
	text-decoration: underline;
	color: #6f7376;
}

/* osk */
.keyboard
{
	width: 784px;
	min-height: 265px;
	margin: auto;
	background: #eee;
	border: 1px solid #666;
	border-radius: 6px;
	direction: ltr;
}

.keyrow
{
}

.keyrow span
{
	float: left;
}

.keyrow:before, .keyrow:after
{
	content: "";
	display: table;
}

.keyrow:after
{
	clear: both;
}

.key
{
	display: inline-block;
	cursor: pointer;
	color: #333;
	background: #999;
	border: 1px solid #666;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
	vertical-align: baseline;
	line-height: 41px;
	margin: 5px;
	width: 44px;
	height: 41px;
}

.key:hover, .key.active
{
	color: #fff;
	background: #666;
	border: 1px solid #999;
	font-weight: bold;
}

.fn
{
	color: #333;
	background: #969;
	border: 1px solid #636;
}

.fn:hover, .fn.active
{
	color: #fff;
	background: #636;
	border: 1px solid #969;
}

.spec
{
	color: #333;
	background: #c99;
	border: 1px solid #c66;
}

.spec:hover, .spec.active
{
	color: #fff;
	background: #c66;
	border: 1px solid #c99;
}

.large
{
	width: 100px;
}

.space
{
	width: 548px;
}
