﻿
.mftPurpleFont{
    color: #5E3D75;
}
.mftPurpleBackground {
    background-color: #5E3D75;
}
.mftCreatorcontrast {
    background-color: #fafaf7;
}
.mftEEcontrast {
    background-color: #f5f5f0;
}
.mftSWcontrast {
    background-color: #f0f0e8;
}
.mftMEcontrast {
    background-color: #ebebe0;
}
.mftPurpleBar5 {
    background-color: #5E3D75;
    height: 5px;
    width: 100%;
}
.mftPurpleBar10 {
    background-color: #5E3D75;
    height: 5px;
    width: 100%;
}
.mftPurpleBar20 {
    background-color: #5E3D75;
    height: 5px;
    width: 100%;
}
.showWhite {
    white-space: pre-wrap;
}
.monospace {
    font: "Courier New";
}
.HideClass 
{
    display: none;
}
span.labelNormalWeight label {
    font-weight: normal !important;
}

.gridviewColumn {
    height: 20px;
    overflow:hidden;
    width:125px;
    white-space: nowrap;
}

.h-divider{
 margin-top:20px;
 margin-bottom:20px;
 height:1px;
 width:100%;
 border-top:1px solid gray;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

/**Model PopUPStuff**/

    .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=40);
        opacity: 0.4;
    }
    .modalPopup
    {
        background-color: #FFFFFF;
        width: 300px;
        border: 3px solid #0DA9D0;
    }
    .modalPopup .header
    {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }
    .modalPopup .body
    {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        padding:5px
    }
    .modalPopup .footer
    {
        padding: 3px;
    }
    .modalPopup .button
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }
    
/* freeze header */
    .HeaderStyle {
    position: absolute;
    top: expression(this.offsetParent.scrollTop);
}

.Initial {
    display: block;
    padding: 4px 18px 4px 18px;
    float: left;
    background: url(Images/InitialTab.png) no-repeat center top;
    width: 155px;
    color: #5E3D75;
    font-weight: bold;
}

.Initial:hover {
    color: Black;
    background: url(Images/HoverTab.png) no-repeat center top;
}

.Clicked {
    float: left;
    display: block;
    background: url(Images/SelectedTab.png) no-repeat center top;  
    width: 155px;
    padding: 4px 18px 4px 18px;
    color: Black;
    font-weight: bold;
    color: White;
}

.highlight {
    color: black !important;
    background-color: yellow !important;
}

