﻿html
{
    overflow-y: scroll;
}


div.insert
{
    padding-top: 10px;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 13px;
    width: 100%;
    margin: -3px;
    padding: 0px;
}

table.center
{
    width: 100%;
}
.btnApplly
{
}
td
{
    font-weight: bold;
}

.dataList
{
    width: 100%;
}



td.left, td.center, td.error
{
    word-break: break-word;
    white-space: pre-line;
    text-indent: 0px;
    vertical-align: top;
}


td.error
{
    color: Blue;
}

td.error:hover
{
    cursor: hand;
    cursor: pointer;
}

div.main
{
    width: 100%;
    height: 80px;
    background: azure;
    margin-top: 10px;
    padding-top: 9px;
    padding-bottom: 11px;
}

div.left
{
    width: 50%;
    float: left;
}

div.right
{
    width: 50%;
    float: left;
}

p.instruction
{
    line-height: 3px;
    margin-top: 4px;
    padding: 0px;
    font-weight: bold;
}

div.left, div.right ol
{
    text-align: left;
    color: darkgreen;
    font-weight: bold;
    white-space: normal;
    font-size: 11px;
    display: block;
}

div.left, div.rightol li
{
}

div.main p
{
    font-weight: bold;
    color: darkcyan;
    line-height: 3px;
    margin-top: 2px;
    font-size: 12px;
}

div.left p
{
    text-align: center;
}

div.right p
{
    text-align: center;
}



#progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}
#processMessage
{
    padding: 10px;
    width: 12%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
    font-weight: bold;
    text-align: center;
    position: fixed;
    top: 44%;
    left: 44%;
    text-align: center;
}

#progressBackgroundFilter
{
    position: fixed;
    height: expression(document.body.clientHeight + "px");
    width: expression(document.body.clientWidth + "px");
}
#processMessage
{
    position: fixed;
    top: expression((document.body.clientHeight * .30) + "px");
}

#progressBackgroundFilter
{
    position: fixed;
    height: expression(document.documentElement.scrollTop + document.documentElement.clientHeight + "px");
    width: expression(document.body.clientWidth + "px");
}
#processMessage
{
    position: fixed;
    top: expression(document.documentElement.scrollTop + (document.documentElement.clientHeight * .30) + "px");
}

div.exmHeading
{
    width: 100%;
    height: 30px;
    background-color: #1d6b9c;
}
p.exmHeading
{
    margin: 6px 0px;
    padding: 4px 0px;
    color: white;
    font-size: 19px;
    font-weight: bold;
}
