/* 
    Document   : agroklima
    Created on : Jun 23, 2008, 1:37:07 PM
    Author     : Tor-Einar Skog, HyperInteraktiv AS
    Description:
        Styles for the agroklima
*/

#agroklimaSummaryTable
{
    border-collapse: collapse;
}

#agroklimaSummaryTable tr.tableTop td
{
    background-color: #e4e27d;
}

#agroklimaSummaryTable tr.tableHeading td
{
    background-color: #dddddd;
}

#agroklimaSummaryTable td
{
    border: 1px solid black;
}

#agroklimaSummaryTable td.valueCell
{
    text-align: right;
}

#agroklimaSummaryTable td.emptyCell
{
    background-color: #dddddd;
    text-align: right;
}

ul.agroklimaSummaryTableViewModeList
{
    list-style: none;
    display: inline;
}


