.SelectedItemStyle
{
	font-size: x-small;
	width: 100%;
	color: black;
	border-top-style: none;
	font-family: arial;
	border-right-style: none;
	border-left-style: none;
	background-color: #66cccc;
	text-align: center;
	border-bottom-style: none;
}
.EditItem
{
	font-weight: bold;
	color: white;
	font-family: Arial;
	background-color:  #628c60;

}
.AlternatingItem
{
	font-size: x-small;
	width: 100%;
	color: black;
	border-top-style: none;
	font-family: arial;
	border-right-style: none;
	border-left-style: none;
	background-color: #dbf5de;
	text-align: center;
	border-bottom-style: none;
}
.Item
{
	border-right: #009966 1px solid;
	border-top: #009966 1px solid;
	font-size: x-small;
	border-left: #009966 1px solid;
	width: 100%;
	color: black;
	border-bottom: #009966 1px solid;
	font-family: arial;
	background-color: #cbebd4;
	text-align: center;
}
.Header
{
	border-right: black 1px;
	border-top: black 1px;
	font-weight: normal;
	font-size: x-small;
	border-left: black 1px;
	color: #004f83;
	border-bottom: black 1px;
	font-style: normal;
	font-family: arial;
	background-color: #99cccc;
	text-align: center;
}
.Footer
{
	border-right: black 1px;
	border-top: black 1px;
	font-weight: normal;
	font-size: x-small;
	border-left: black 1px;
	color: #004f83;
	border-bottom: black 1px;
	font-style: normal;
	font-family: arial;
	background-color: #99cccc;
	text-align: center;

}


