table.TableCollection 
{
    border: 1px solid #000000;
    width: auto;
}

div.ColumnData
{
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #330055;
}

td.AdminTdLeft
{
	text-align:right;
}
td.IconTd
{
	border: 1px dashed #666666;
	padding: 10px;
	text-align: center;
}

td.HeaderCell
{
	background-color:#f5f2df;
	border-bottom: 2px solid #000000;
	height: 30px;
	vertical-align:bottom;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:#990000;
	font-weight: bold;
	padding: 00px 10px 0px 10px;
}
td.RegularCell, td.RegularCell a
{
	vertical-align:middle;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#222222;
}

td.RegularCell
{
	background-color:#ffffff;
	border-bottom: 1px dotted #999999;
	padding: 0px 10px 0px 10px;
	height: 20px;
}
td.BarTd a
{
	color: #ffcc66;
}

tr.rowAlternate
{
	background-color:#f6f3ef;
}
table.ItemTable
{
	width: 100%;
}
table.ItemTable tr.HeaderRow td
{
	font-weight: bold;
	font-size: 12px;
}

table.AdminTable
{
}

table.AdminTable td.Left
{
}

table.AdminTable td.Right
{
}

table.AdminTable td.Spanned
{
}