﻿/*Siemens Theme for Grid*/
.PagerStyleClass * td {
    border-style: none;
}

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #A0B6C0;
    border-collapse: collapse;
}

    .mGrid td {
        padding-left: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 3px;
        border: solid 1px #c1c1c1;
        /*color: #717171;*/
        color: #1B3652;
        font-size: 11px;
        font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    }

    .mGrid tr td a {
        cursor: hand;
        font-size: 11px;
        font-family: Arial;
        font-weight: normal;
        color: maroon;
        text-decoration: none;
    }

    .mGrid .Myth {
        /*padding: 4px 2px;*/
        color: #fff;
        font-weight: bold;
        border-left: solid 1px #A0B6C0;
        font-family: Arial;
        font-size: 11px;
        text-align: center;
        background-color: #A0B6C0;
        min-height: 20px;
    }

    .mGrid .alt {
        background: #fcfcfc;
    }

    .mGrid .pgr {
        background: #bbc7cc
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: red;
            line-height: 11px;
        }

        .mGrid .pgr a {
            color: #1B3652;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #ffb350;
                text-decoration: none;
                font-weight: bold;
            }


/*************************Menu*************************/
.Siemensmenu {
    font-family: Verdana;
    z-index: 10000;
    text-align: center;
    color: Black;
    border: 0px;
    font-size: 11px;
    font-weight: 600;
}

    .Siemensmenu tr {
        height: 22px;
    }

.SiemensmenuDynamicStyle {
    min-width: 200px;
    width: 100%;
    font-size: 11px;
    font-weight: 600;
    background-color: #333353;
}

.Siemensmenu tr td a:hover {
    color: #000;
    font-size: 11px;
    font-weight: 600;
}

.mENUStaticSelectedStyle-CssClass {
    background-color: #0c4170;
    font-size: 11px;
    font-weight: 600;
}


.itemalign {
    text-align: center;
    background-color: #333353;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    height: 25px;
    width: 100%;
    min-width: 175px;
}

    .itemalign a:hover {
        color: Black;
    }

.hoveritem {
    font-family: Verdana;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    background-color: #3CB6D7;
    width: 100%;
    min-width: 175px;
    height: 25px;
    display: block;
    vertical-align: middle;
    line-height: 25px;
}

    .hoveritem a:hover {
        color: #ffffff;
    }

.DyanamicSelected {
    /*background-color: #99D9EA;*/
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    font-family: Verdana;
    width: 100%;
    min-width: 200px;
    height: 25px;
}

.StaticSelected {
    /*background: #99D9EA;*/
    width: 100%;
    font-family: Verdana;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    width: 100%;
    min-width: 200px;
    height: 25px;
}

.IE8Fix {
    z-index: 10000;
}
