﻿.DeleteButton
{
	background-color: white;
	width: 18px;
	vertical-align: middle;
	text-align: center;
}

.DeletedRow
{
	background-color: Transparent;
}
.EnabledRow
{
	background-color: Transparent;
}
.EditTableHeader
{
	background: url(WebResource.axd?d=fA95qy1v14MOussFMwXrh6nm3I7AuTYSnkkGqrGQlBKqff44UkCE_YMdPJlusp-WL7Dgl6hmiSWuTl_Jipkq2A2&t=634018415868769513) repeat-x;
	width: 100%;
	height: 20px;
}
.EditTableHeader th
{
	font-size: small;
	font-weight: 100;
	color: #15428b;

}
.EditTableRow
{
}
.EditCell
{
	padding: 1px;
}

.EditTable
{
	width: 99%;
}

.EditPanelRow
{
	width: 98%;
	margin-top: 4px;
}

.EditPanelHeader
{
	height: 25px;
	width: 100%;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
	color: #15428b;
	background: url(WebResource.axd?d=fA95qy1v14MOussFMwXrh6nm3I7AuTYSnkkGqrGQlBLXeVyWGe37D7X7V2hZTGJgELTL4XHhlQq6O9C2AnbXOQ2&t=634018415868769513) repeat-x;
	text-align: left;
}
.EditPanelContent
{
	padding:0;
	border-bottom: solid 1px #15428b;
	background-color: #e2eeff;
	color:Black;
	
}
.EditPanelLayoutTable
{
	margin-left:1%;
	width:98%;
}

.HeaderLeft
{
	float: left;
	height: 100%;
	padding-left:5px;
	padding-top:5px;
	
}
.HeaderRight
{
	float: right;
	height: 100%;
	padding-top: 5px;
	padding-right: 5px;
	white-space:nowrap;
	
}
