﻿@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
      table colgroup { display: table-row; }
  table colgroup col { display: table-cell; }

    .ext-ie .x-date-menu {
        width: 175px !important;
        height: 196px !important;
    }

    .ext-ie6 .x-form-text, .ext-ie7 .x-form-text {
        margin-top: 0px;
        margin-bottom:0px;
    }

    .x-ie-shadow {
        position: inherit;
    }

    /*.x-form-field-wrap .x-form-trigger
    {
        height:20px;
    }
    .ext-strict .x-form-text
    {
        height:17px;
    }*/
}