﻿.State
        {
            background-color: #ffffff;
            border: 1px solid #003366;
            text-align: left;
        }
        .StateHeader
        {
            padding: 5px;
            background-color: #4181c9;
            font-weight: normal;
            font-size: 12px;
            text-align: center;
            color: HighlightText;
        }
        .StateItem
        {
            border-bottom: 1px dotted;
            background-color: #ffffff;
            cursor: pointer;
            border: 1px solid #4181c9;
            font-weight: bold;
            font-size: 10px;
            margin: 3px;
            padding: 2px;
            padding-left: 20px;
        }
        .StateItemOver
        {
            border-bottom: 1px dotted;
            background-color: #4181c9;
            cursor: pointer;
            color: HighlightText;
            border: 1px solid #4181c9;
            font-weight: bold;
            font-size: 10px;
            margin: 3px;
            padding: 2px;
            padding-left: 20px;
        }
