	.GridBorder
		{
		background-color: #787878;
		}

	.GridHeader
		{
		background-color: #E0DBC7;
/*		background-color: #E4E1D3;*/
		height: 16px;
		white-space: nowrap;
		}

	.GridHeaderText
		{
		font-family: verdana, arial;
		font-size: 10px;
		font-weight: bold;
		color: #555555;
		padding-left: 2px;
		padding-right: 2px;
		}

	.GridGroup
		{
/*		background-color: #E7E1D1;*/
/*		background-color: #E0DBC7;*/
		background-color: #E4E1D3;
		height: 16px;
		white-space: nowrap;
		}

	.GridGroupText
		{
		font-family: verdana, arial;
		font-size: 10px;
		font-weight: bold;
		color: #555555;
		padding-left: 2px;
		}

	.GridDetailStats
		{
		background-color: #EEECE3;
		height: 14px;
		padding: 1px;
		white-space: nowrap;
		cursor: pointer;
		}

	.GridDetailReport
		{
		height: 14px;
		padding: 1px;
		white-space: nowrap;
		cursor: pointer;
		}

	.GridDetailText
		{
		font-family: verdana, arial;
		font-size: 10px;
		font-weight: normal;
		color: #555555;
		padding-left: 2px;
		padding-right: 2px;
		}

	.Dropdown
		{
		font-family: arial;
		font-size: 11px;
		color: #555555;
		}

	.Textbox
		{
		font-family: arial;
		font-size: 11px;
		color: #555555;
		}

	.Button
		{
		border: solid 1px #787878;
		background-color: #E0DBC7;
		font-family: verdana, arial;
		font-size: 10px;
		font-weight: normal;
		color: #555555;
		height: 19px;
		padding-bottom: 2px;
		}

	.PageHeading
		{
		font-family: verdana, arial;
		font-size: 14px;
		font-weight: bold;
		color: #555555;
		}

	.RecordCount
		{
		font-family: verdana, arial;
		font-size: 9px;
		}

	.FormCaption
		{
		font-family: verdana, arial;
		font-size: 10px;
		font-weight: bold;
		color: #555555;
		}

	.NavBar
		{
		font-family: verdana, arial;
		font-size: 10px;
		color: #555555;
		}

	.NavBarDisabled
		{
		font-family: verdana, arial;
		font-size: 10px;
		color: #C6C6C6;
		}

	.pNav
		{
		font-family: verdana;
		font-size: 10px;
		}

	.pNavItem
		{
		border: solid 1px #ffffff;
		padding-left: 1px;
		padding-right: 1px;
		padding-bottom: 1px;
		cursor: pointer;
		}

	.pLinks
		{
		font-family: verdana;
		font-size: 10px;
		color: #0000FF;
		}

	.pCriteria
		{
		font-family: verdana, arial;
		font-size: 10px;
		font-weight: normal;
		font-style: italic;
		color: #880000;
		}

	.StandBy
		{
		position: absolute;
		width: 300px;
		left: 50%;
		margin-left: -150px;
/*		height: 200px;*/
		margin-top: 100px;
/*		top: 50%;*/
		border: solid 1px #555555;
		background-color: #EEECE3;
		padding: 30px;
		}

	.PopupDetail
		{
		position: absolute;
		top: 0px;
		left: 0px;
		border: solid 1px #787878;
		padding: 0px;
		background: #F7F7F7;
		}