.list
{
	font-family: verdana;
	font-size: 11px;
	background-color:White;
	border-color:#999999;
	border-width:1px;
	border-style:None;
	width:100%;
	border-collapse:collapse;
}
.headerStyle
{
	color:White;
	background-color:#336699;
	font-weight:bold;
	font-size: 14px;
}
.itemStyle
{
	color:Black;
	background-color:#EEEEEE;
}
.alternatingItemStyle
{
	color:Black;
	background-color:Gainsboro;
}
.selectedItemStyle
{
	color:darkblue;
	background-color:lightsteelblue;
	font-weight:bold;
}
.editItemStyle
{
	color:darkblue;
	background-color:lightsteelblue;
	font-weight:bold;
}
.errorMessage
{
	color:Yellow;
	font-weight:bold;
}
.secondaryAlternating
{
	background-color:#C3D5FD;
}
.reorderCharacter
{
	font-family:webdings;
	text-decoration:none;
	font-size:16px;
	color:Black;
}
.reorderDown
{
	margin-top:-13px
}
