body
{
}
.LabelStyle
{
	font-weight: normal;
	font-size: x-small;
	color: black;
	font-family: Arial;
	font-variant: normal;
}
.TitleStyle
{
	font-weight: bold;
	font-size: large;
	color: black;
	font-family: Arial;
}
.DescStyle
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Arial;
}
.ButtonStyle
{
	font-weight: normal;
	font-size: x-small;
	color: black;
	font-family: Arial;
}
.WarningStyle
{
	font-weight: normal;
	font-size: small;
	color: red;
	font-family: Arial;
}
.GridHeaderStyle
{
	font-weight: bold;
	font-size: small;
	color: black;
	font-family: Arial;
	background-color: #ffffff;
	text-align: left;
}
.GridItemStyle
{
	font-weight: normal;
	font-size: small;
	color: black;
	font-family: Arial;
	text-align: center;
}
.sWarningStyle
{
	font-weight: normal;
	font-size: x-small;
	color: red;
	font-family: Arial;
}
.ContentStyle
{
	font-weight: normal;
	font-size: small;
	font-family: Arial;
	font-variant: normal;
}
.GridToolTip
{
	border-right: black 1px solid;
	padding-right: 4px;
	border-top: black 1px solid;
	padding-left: 4px;
	z-index: 200;
	left: 0px;
	visibility: hidden;
	padding-bottom: 4px;
	font: 10pt bold arial,sans-serif;
	border-left: black 1px solid;
	width: 150px;
	color: black;
	padding-top: 4px;
	border-bottom: black 1px solid;
	position: absolute;
	top: 0px;
	background-color: #f3f4f5;
}


