/*
population_extended.css
*/

table.pop
{
width: 100%;
margin: 0px 0 30px 0;
}

table.pop td.l
{
background-color:#fff;
border:none;
color:#000;
}

table.pop tr.h tdX
{
font-weight: bold;
color: white;
background-color: #AAA;
}

table.pop tr.h td
{
font-weight: bold;
}

table.pop tr.h td.l
{
border-top-style: none;
border-left-style: none;
background-color: white !important;
}