*, div, table, span, p, ul, li, html, body
{
    font-family: Verdana;
}

input[type="text"], select
{
    background-color: #fff;
    border: solid 1px #ddd;
    padding: 6px 6px;
}

#outer
{
    margin: 0 auto;
    background-color: #fafafa;
    border: 1px solid #fff;
    width: 980px;
    display: table;
    padding: 5px 5px;
}

.DTEtable
{
    width: 100% !important;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
}

.DTE_btn
{
    background-color: #3b7fd4;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.DTE_btn:hover
{
    background-color: #265a9b;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}

.DTEtable th
{
    /*padding: 5px;     border: #fff 1px solid;     background: #B5D1DC;     color: #000;     font-size: 13px;     margin: 0 0 0 0;     font-weight: normal;     */
    color: #fff !important;
    margin: 0px 0px 0px;
    padding: 5px 5px;
    background-color: #5ea4e1 !important;
    border: solid 1px #f0f0f0;
    border-bottom: none;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
}
.DTEtable td
{
    padding: 5px;
    border: #fff 1px solid;
    text-align: left;
}
/* provide some minimal visual accomodation for IE8 and below */
.DTEtable tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */
.DTEtable tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */
.DTEtable tr:nth-child(even)
{
    background: #f7f7f7;
}

.InputDrp
{
    background-color: #ffffff;
    border: solid 1px #4A8DFB;
    line-height: 25px;
    padding: 0px 5px;
    font-family: "Trebuchet MS";
}

.mkvvtable
{
    width: 100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
    margin-bottom: 10px;
}
.mkvvtable th
{
    padding: 5px;
    border: #ddd 1px solid;
    background: #5588cd;
    color: #FFFFFF;
    font-size: 17px;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: left;
}
.mkvvtable td
{
    padding: 5px;
    border: #ddd 1px solid;
    text-align: left;
    width: 25%;
}
/* provide some minimal visual accomodation for IE8 and below */
.mkvvtable tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */
.mkvvtable tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */
.mkvvtable tr:nth-child(even)
{
    background: #f7f7f7;
}
input[type="text"], input[type="password"], textarea, select
{
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #CDE7EC;
}
.select
{
    width: 72% !important;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus
{
    box-shadow: 0 0 8px #236ccf;
    border: solid 1px #236ccf;
}
input[type="text"], input[type="password"], textarea
{
}
.none table, .none table td
{
    border: none !important;
    background-color: inherit !important;
}

.mkvvtableO
{
    width: 100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
    margin-bottom: 10px;
}
.mkvvtableO th
{
    padding: 5px;
    border: #ddd 1px solid;
    background: #5588cd;
    color: #FFFFFF;
    font-size: 17px;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: left;
}
.mkvvtableO td
{
    padding: 5px;
    border: #ddd 1px solid;
    text-align: left;
}
/* provide some minimal visual accomodation for IE8 and below */
.mkvvtableO tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */
.mkvvtableO tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */
.mkvvtableO tr:nth-child(even)
{
    background: #f7f7f7;
}
.btn_mpmkvv
{
    background-color: #5588cd;
    border: none;
    padding: 8px 8px;
    color: #fff;
    border-radius: 4px 4px;
    margin: 10px;
}


@media screen, print
{

    .DTEtableP
    {
        width: 100% !important;
        border-collapse: collapse;
        font-family: verdana;
        font-size: 12px;
    }
    .DTEtableP th
    {
        padding: 7px;
        color: #000;
        font-size: 14px;
        margin: 0 0 0 0;
        font-weight: bold;
        text-align: left;
        border-bottom: #cdcdcd 2px solid !important;
        border-bottom: #cdcdcd 1px solid !important;
    }
    .DTEtableP td
    {
        padding: 7px;
        border-bottom: #cdcdcd 1px solid !important;
        text-align: left;
    }
    /* provide some minimal visual accomodation for IE8 and below */
    .DTEtableP tr
    {
        background: #fafafa;
    }
    /*  Define the background color for all the ODD background rows  */
    .DTEtableP tr:nth-child(odd)
    {
        background: #FBFBFB;
    }
    /*  Define the background color for all the EVEN background rows  */
    .DTEtableP tr:nth-child(even)
    {
        background: #f7f7f7;
    }
    .h2
    {
        border-bottom: solid 3px #cdcdcd;
        padding: 3px 3px;
        display: block;
        text-align: left;
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
    }
    .SubjectHeaderP
    {
        font-weight: bold;
        font-size: 13px;
    }
    .bdr-top
    {
        border-top: solid 1px #cdcdcd;
    }
    .main-head
    {
        display: block;
        border: double 3px #cdcdcd;
        margin: 0px 0px;
        padding: 10px 0px;
        color: #000;
        font-size: 16px;
        line-height: 30px;
    }
    .smalltxt
    {
        font-size: 12px;
        line-height: 16px;
    }
    ul li
    {
        line-height: 15px;
    }
}