/* ================================
    CSS STYLES FOR Module ActiveForm
   ================================
*/
.Properties{
            border-top:solid 1px #cdcdcd;
            border-left:solid 1px #cdcdcd;
            margin:5px;
            background-color:#fff;
        }
        .PropName{
            border-right:solid 1px #cdcdcd;
            border-bottom:solid 1px #cdcdcd;
            font-weight:bold;
            font-family:tahoma;
            font-size:11px;
        }
        .PropValue{
            border-right:solid 1px #cdcdcd;
            border-bottom:solid 1px #cdcdcd;
            font-family:tahoma;
            font-size:11px;
        }
        .ToolboxHeader{
            font-weight:bold;
            font-family:tahoma;
            font-size:11px;
        }
        .Toolbox{
            background-color:#fff;
            font-family:tahoma;
            font-size:11px;
            margin:5px;
        }
