/* CSS Style Sheet for Reseller and other tables for Lloyds Vineyard
Created June 20 2012, Author Max Willliams, McNicol Williams Management & Marketing Services.
Edition 1. */

#outlets
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#outlets td, #outlets th 
{
font-size:1em;
width: 50%;
border:1px solid #98bf21;
padding:4px 7px;
}
#outlets th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
#outlets td 
{
vertical-align:top;
}
#outlets tr.alt td 
{
vertical-align:top;
color:#000000;
background-color:#EAF2D3;
}
#outlets tr.trans td 
{
border: 0px solid #FFFFFF;
}

/* Code Ends */