/* WoWLichkKing */
td.listview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #444444;
	margin-top: 0px;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

td.dateview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: normal;
	color: #444444;
	margin-top: 0px;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

td.listviewbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #444444;
	margin-top: 0px;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

td.listviewboldred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #990000;
	margin-top: 0px;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

td.listviewboldgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #009900;
	margin-top: 0px;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

td.listviewboldorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #CC6633;
	margin-top: 0px;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

table.spacer
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #eeeeee;
}

table.spacer td
{
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #eeeeee;
}

tr.windowbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000020;
	margin-top: 0px;
	background-color: #ffffff;
	border-color: #eeeeee
}

tr.windowbg2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

/* heading class for sortable tables */
table.sortable thead {
	background-color: #eeeeee;
	color: #000020;
	font-weight: bold;
	cursor: default;
}

td.listviewbggreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #009900;
	background-color: #009900;
	margin-top: 0px;	
	border-color: #eeeeee;
}

td.listviewbgred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #990000;
	margin-top: 0px;
	background-color: #990000;
	border-color: #eeeeee;
}

