﻿table.List
{
	width: 100%;
	margin: 0px;
}

table.List td
{
    margin: 0;
    padding: 4px 0px 4px 0px;
    list-style-type: none;
    position: relative;
    border-top: solid 1px #cccccc;
    vertical-align: top;
}

table.List tr.Alternate
{
	background-color: #eeeeee;	
}

table.List td.Name
{
	width: 170px;
    color: #8ba670;    
}

table.List tr.Header
{
	margin: 0px;
    color: #5c8727;
    font-size: 10pt;   
    font-weight:bold; 
    background-color: #eeeeee; 
}
table.List td
{	
    padding: 5px 0 5px 10px;    
}

table.List
{
	width: 100%;
	margin: 0px;
}

