﻿
.AppMenuBarTop {
    height: 24px;
    background-color: rgb(90, 107, 125);
}

.AppWelcomeBar {
    /* Firefox v3.6+ */
    /* safari v4.0+ and by Chrome v3.0+ */
    /* Chrome v10.0+ and by safari nightly build*/
    /* Opera v11.10+ */
    /* IE v10+ */
    height: 34px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6489d4,endColorstr=#ff466094,GradientType=0)";
    background-image: linear-gradient(-90deg, rgb(100, 137, 212) 0%, rgb(70, 96, 148) 100%); /*width:660px;*/
}

.youAreAt {
    /* Firefox v3.6+ */
    /* safari v4.0+ and by Chrome v3.0+ */
    /* Chrome v10.0+ and by safari nightly build*/
    /* Opera v11.10+ */
    /* IE v10+ */
    height: 34px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff7f3f7,endColorstr=#ffd6d6d6,GradientType=0)";
    background-image: linear-gradient(-90deg, rgb(247, 243, 247) 0%, rgb(214, 214, 214) 100%); /*width:624px;*/
    /* Firefox v1.0+     -moz-border-radius:9px ; */
    /* Safari v3.0+ and by Chrome v0.2+     -webkit-border-radius:9px ; */
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+      border-radius:9px ;*/
}

/*


*/
.HeaderBar {
    width: 100%;
    height: 30px;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 2px;
    vertical-align: middle;
    padding-top: 4px;
    background-image: url(../../Images/GrayBar.png)
    /*display:inline-block ;*/;
}

.HeaderBar-title {
    float: left;
    padding-left: 10px;
    height: 100%;
    cursor: pointer;
}

    .HeaderBar-title > h1,
    .HeaderBar-title > h2,
    .HeaderBar-title > h3,
    .HeaderBar-title > h4,
    .HeaderBar-title > h5,
    .HeaderBar-title > h6 {
        margin: 0;
    }

.HeaderBar-right-action {
    float: right;
    padding-right: 10px;
    cursor: pointer;
}

body.appmain {
    position: relative;
    /* padding-top: 90px; */
    background-color: #fff;
}

.FreezedHead {
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

a[href='#t_AM_SkipLink'] {
    display: none;
}

.contentBox {
    margin: 5px;
}

.roundCenter {
    background-color: White;
}

.td-dashed {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: Black;
}

.td-menuBar {
    background-color: #eff6fc;
}

.MultiPageBackground-White {
    border-top: medium none;
    border-right: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 3px;
    width: 100%;
    background: White;
}

.navbar-fixed-topbar, .navbar-fixed-bottombar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

    .navbar-fixed-topbar .navbar-fixed-bottom {
        padding-right: 0;
        padding-left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.navbar-fixed-topbar, .navbar-fixed-bottombar {
    width: 940px;
}

.navbar-fixed-topbar {
    top: 0;
}

.navbar-fixed-bottombar {
    bottom: 0;
}
