body
{
	font-size: 10px;
	font-family: Verdana, Arial, 'Times New Roman';
}

input
{
	font-size:  10px;
	font-family: Verdana, Arial, 'Times New Roman';
}

textarea
{
	font-size: 10px;
	font-family: Verdana, Arial, 'Times New Roman';
}

.Table1 table
{
	width: 100%;
	font-size: 10px;
	font-family: Verdana, Arial, 'Times New Roman';	
}

th
{
	font-size: 10px;
	text-align: left;
}

.Heading1
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, 'Times New Roman';	
	background-color:Gray;
}

.Client table
{
	width:10%;
}

/* Class for popup div shown during loading stuff for the UserAdministration control */
.LoadingPopup
{
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: medium;
	background-color: #ffffff;
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	visibility: hidden;
	display: none;
	width: 0px;
	height: 0px;
}
