




body
{
	background-color: #eeeeee;
}

form
{
	margin: 0;
	padding: 0;
}

a,
a:visited
{
	color: #222222;
}

th a,
th a:visited
{
	color: #dddddd;
}

li
{
	margin-bottom: 5px;
}

body
{
	font-family: Verdana, Helvetica, sans-serif;
}


table
{
	border-collapse: collapse; 
	border: 1px solid black;
	background-color: white;
}
		
th
{
	background-color: #222222;
/*	background-color: #336633;*/
	color: #ffffff;
	border: 1px solid #000000;
	font-size: 14px;
	padding: 2px;
}

td
{
	color: #000000;
	border-top: 1px solid #000000;
	border-right: 1px dashed #000000;
	border-left: 1px dashed #000000;
	border-bottom: 1px dashed #aaaaaa;
	
	padding: 5px;
	margin: 0px;
	font-size: 12px;
}

input
{
	background-color:#eeeeee;
}

tr.coloredRow
{
	background-color: #dddddd;
}

tr.rowA
{
	cursor: pointer;
	background-color: #dddddd;
}

tr.rowB
{
	cursor: pointer;
	background-color: #ffffff;
}

tr.rowA:hover,
tr.rowB:hover
{
	background-color: #aaaaaa;
	color: #ffffff;
}



.red
{
	color: red;
}

.redBold
{
	color: red;
	font-weight: bold;
}

.hardwareRowButton
{
	cursor: pointer;
	text-decoration: underline;
	color: #222222;
}