﻿.clsBodyContent {
    margin: 0 auto;
    width: 1000px;
    background-color: #e4e4f1;
   
}


/*Popup Styles*/
.MessageBox_title {
    height: 22px;
    background: url(../Images/bg_popup_325.jpg) repeat-y #7A72AE;
}

.fontStylePopup_Header {
    font-family: Arial;
    font-size: 10.5pt;
    font-weight: bold;
    color: White;
}
.Popup_Wrap {
    display: block;
    background: none #d9e1f1;
}

    .Popup_Wrap h3 {
        margin:0;
        font-weight: normal;
        display: block;
        background: url(../Images/bg_popup_title_325.jpg) repeat-y #98AABF;
        cursor: move;
        height: auto;
        border-bottom: 1px solid black;
    }

        .Popup_Wrap h3 span {
            padding: 3px 25px 2px 8px;
            display: inline-block;
        }

    .Popup_Wrap a.j_Close_Button {
        display: block;
        position: absolute;
        top: 4px;
        right: 3px;
        width: inherit;
        padding: 0;
    }

    .Popup_Wrap .j_Content {
        display: block;
        width: auto !important; /*fix IE6*/
        width: 200px;
        min-width: 200px;
        padding: 20px 25px;
        text-align:center
    }

.j_Div_Button_Control {
    text-align: center;
    display: block;
    padding-bottom: 20px;
}

.H_UpperCase {
    text-transform: uppercase;
}

.gctPopupHeight {
    position: absolute;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    border: 1px solid black;
    background-color: #d9e1f1;
    z-index: 171;
}

.GctOverLayClass {
    position: absolute;
    z-index: 155;
    left: 0px;
    top: 0px;
    float: left;
    filter: alpha(opacity=50);
    opacity: 0.5;
    background-color: Gray;
}
.modalPopup {
    background-color: #e4e4f1;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}
/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}


.login-content {
    height: 300px;
    padding: 100px;
    text-align: center;
    background-color: #2163ad;
    
}
.login-table {
    margin: 0 auto;
    width: 400px;
    text-align: center;
    background-color: #b1c3ef;
    border-radius: 5px
}
.login-table table{
  margin:0 auto
}
.login-table td{
   padding:5px;
   text-align:left
}
    .login-table td input[type=text], .login-table td input[type=password] {
        width:200px
    }
.title-login {
    font-size: 15pt;
    background-color: #3c4976;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    border-bottom-left-radius: 0; border-bottom-right-radius: 0
}

.content-page {
min-height:500px;
padding:20px 0
}