body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #000;
}


body, td
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 150%;
}

input, select
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}



A:link
{
	text-decoration: none;
	color: #036;
}
A:visited
{
	text-decoration: none;
	color: #036;
}
A:hover
{
	text-decoration: underline;
	color: #f60;
}


table.position
{
	width: 100%;
}
tr.position
{
	height: 25px;
	background-color: #F4F7FC;
}
td.position
{
	padding-left: 10px;
	border-right: 1px solid #ADCEFF;
	border-bottom: 1px solid #ADCEFF;
}


table.listTable
{
	width: 98%;
	background-color: #CCC;
}
tr.listHeaderTr
{
	height: 30px;
	background-color: #EEE;
	text-align: center;
	font-weight: bold;
}
tr.listTr
{
	height: 25px;
	background-color: #FFF;
	text-align: center;
}
tr.listAlternatingTr
{
	height: 25px;
	background-color: #F7F7F7;
	text-align: center;
}
tr.listFooterTr
{
	height: 30px;
	background-color: #EEE;
	text-align: center;
}


table.editTable
{
	width: 98%;
	background-color: #E7E7E7;
}
tr.editHeaderTr
{
	height: 30px;
	background-color: #EEE;
}
td.editHeaderTd
{
	font-weight: bold;
	padding-left: 20px;
}
tr.editTr
{
	height: 28px;
}
td.editLeftTd
{
	width: 150px;
	text-align: center;
	background-color: #F7F7F7;
}
td.editRightTd
{
	background-color: #FFF;
	padding-left: 10px;
}
tr.editFooterTr
{
	height: 30px;
	background-color: #EEE;
}
td.editFooterTd
{
	padding-left: 150px;
}