TABLE.AdminTable
{
	font-size: 11px;
	border-bottom: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
}
TABLE.AdminTable a
{
	color: #000000;
	text-decoration: none;
}
TABLE.AdminTable a:hover
{
	color: #003399;
}
TABLE.AdminTable TH.Header
{
	background-color: #CCCCFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-bottom: 5;
	padding-left: 5;
	padding-right: 5;
	padding-top: 5;
	color: #000000;
}
TABLE.AdminTable TD.NewItem{
	text-align: right;
}
TABLE.AdminTable TR.BodyRow
{
	background-color: #E7E7E7;
}
TABLE.AdminTable TR.AltBodyRow
{
	background-color: #F6F6F6;
}
TABLE.AdminTable TD.Body
{
	text-align: left;
	padding-bottom: 5;
	padding-left: 5;
	padding-right: 5;
	padding-top: 0;
}
TABLE.AdminTable TD.RightBody
{
	text-align: right;
	padding-bottom: 5;
	padding-left: 5;
	padding-right: 5;
	padding-top: 0;
}
TABLE.AdminTable TD.CenterBody
{
	text-align: center;
	padding-bottom: 5;
	padding-left: 5;
	padding-right: 5;
	padding-top: 0;
}
TABLE.AdminTable TD.Pager
{
	font-size: 10px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
TABLE.AdminTable TD.NoItem
{
	font-size: 12px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
	font-weight: bold;
}
TABLE.PropertyTable
{
	font-size:11px;
}
TABLE.PropertyTable TD.HeaderCell
{
	font-weight: bold;
	text-align: left;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: thin;

}
TABLE.PropertyTable TD.BodyCell
{
	text-align: left;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
TABLE.PropertyTable TR.HeaderRow
{
	background-color: #0066b3;
	text-align: left;
	font-weight: bold;
	background-position: center;
 	color: #FFFFFF;
}
TABLE.SearchTable
{
	font-size:11px;
}
TABLE.SearchTable TD.HeaderCell
{
	font-weight: bold;
	text-align: left;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: thin;

}
TABLE.SearchTable TD.BodyCell
{
	text-align: left;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
TABLE.SearchTable TR.SearchHeader
{
	background-color: #0066b3;
	text-align: left;
	font-weight: bold;
	background-position: center;
 	color: #FFFFFF;
}
TABLE.PageTable
{
	font-size: 11px;
	border-bottom: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
}
