body
{
	margin: 0px;
}
TABLE
{
	font-size: x-small;
	color: black;
	font-family: Arial;
}
#TableHeader
{
	font-size: xx-small;
	width: 100%;
	color: white;
	font-family: Arial;
	background-color: white;
}
#HeaderTitle
{
	color: white;
	font-family: Arial;
	height: 20px;
	background-color: #435e99;
}
#PanelMain
{
	font-family: Arial;
	background-color: #b8bfe1;
}
#lblListTitle
{
	border-right: #ced0e3 1px outset;
	border-top: #969bd3 1px outset;
	font-weight: bold;
	font-size: xx-small;
	border-left: #969bd3 1px outset;
	width: 100%;
	color: white;
	border-bottom: #ced0e3 2px outset;
	font-family: Arial;
	background-color: #848ace;
}
.DataGrid
{
	width: 100% ;
	font-size: xx-small;
	border-top-style: none;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.DataGrid .Header
{
	width: 100% ;
	color: white;
	background-color: #435e99;
	height:25px;
}
.DataGrid .Item
{
	width: 100% ;
	color: black;
	height: 25px;
	background-color: #e7e7ef;
}
.DataGrid .AlternateItem
{
	width: 100% ;
	color: black;
	background-color: #ffffff;
	height:25px;
}
.DataGrid .SelectedItem
{
	width: 100% ;
	color: black;
	background-color: #D6D6EA;
	height:25px;
}
FORM
{
	background-color: #b8bfe1;
}
.FORM_WHITE
{
	background-color: white;
}
LABEL
{
	font-weight: normal;
	font-size: x-small;
	color: black;
	font-family: Arial;
}
.common_background
{
	background-color: #b8bfe1;
}
.EdittingItem
{
	background-color: #e7e7ef;
}
INPUT
{
	font-family: Arial;
}
#WhiteVisitedTitle
{
	color:White ;
}
.UpperCase
{
	text-transform : uppercase ;
}
#BlackLink
{
	color:Black ;
}
