html
{
    overflow-y          :   scroll;
}

table
{
    font-size           :   x-small;
    text-align          :   center;
    border-collapse     :   collapse;
    border              :   1px solid #000000;
    background-color    :   #ffffff;
    margin              :   1.0em;
    width               :   560px;
}

caption
{
    font-size           :   small;
    font-weight         :   bold;
    text-align          :   left;
    color               :   #0000FF;
}

th
{
    padding             :   2px;
    background-color    :   #CCFFCC;
    border-right        :   1px dotted  #000000;
    border-left         :   1px dotted  #000000;
    border-bottom       :   3px double  #000000;
    white-space         :   nowrap
}

td
{
    padding             :   2px;
    border-right        :   1px dotted  #000000;
    border-left         :   1px dotted  #000000;
    border-bottom       :   1px dotted  #000000;
}

table td.city
{
    text-align          :   left;
    padding             :   2px;
    border-right        :   1px dotted  #000000;
    border-left         :   1px dotted  #000000;
    border-bottom       :   1px dotted  #000000;
}

table colgroup.dam
{
    width               :   16%;
    white-space         :   nowrap;
}
table colgroup.category
{
    width               :   12%;
    white-space         :   nowrap;
}
table colgroup.river
{
    width               :   12%;
    white-space         :   nowrap;
}
table colgroup.city
{
    width               :   50%;
    white-space         :   normal;
}
table colgroup.info
{
    width               :   10%;
    white-space         :   nowrap;
}
