﻿body
{
	font-family: 'Lucida Sans Unicode' , Arial;
	background-color: #99CCCC;
	font-size: small;
	color: #565656;
}

.TextBlock
{
	background-color:#66cccc;
}

.MainGrid
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: #66cccc;
}

.DetailGrid
{
	border-right: thin;
	border-top: thin;
	border-left: thin;
	border-bottom: thin;
	background-color: #66cccc;
}

.DetailForm
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: #D1DDF1;
	font-size: smaller;
	font-weight: normal;
}

.SelectedRow
{
	font-style:oblique;
}


