*, 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;
}
.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;
}
