﻿body
{
	margin: 0px;
	font-family: Tahoma;
	font-size: 8pt;
	min-width: 850px;
}

input, select
{
	font-family: Tahoma;
	font-size: 8pt;
}

input[type="text"], input[type="password"], textarea, select
{
	border-style: solid;
	border-width: 1px;
}

input[type="submit"], input[type="button"]
{
	font-size: 10pt;
}

.gridHeader th
{
	text-align:left;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modal
{
	border: 2px solid #FEB63A;
	background-color: Blue;
	width: 400px;
	height: 300px;
}

.modalNoHeight
{
	border: 2px solid #FEB63A;
	background-color: White;
	width: 400px;
}

.divUpdateProgress
{
	z-index: 10000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	left: 0px;
	position: fixed;
	top: 0px;
	background-color: gray;
	width: 100%;
	height: 100%;
}

.divUpdateProgress
{
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-align: center;
}

.pOffset
{
	padding: 5px;
}

