﻿body.popup
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 200%;
    background-image: none;
    background: #F1EBF0;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.modalWindow
{
    background-color: #f2f2f2;
    border-width: 3px;
    border-style: solid;
    border-color: black;/*#F1EBF0;*/
    padding: 3px;
    width: 500px;
    margin-left: 5px;
    text-align: center;
}

table.tablePopup
{
    background-color: #F1EBF0;
    border-collapse: collapse;
    border-style: solid;
    border-width: 0px;
    padding: 2px;
}


table.tablePopup td
{
    padding: 2px 3px;
}

table.tablePopup tr.headerprint
{
    font-weight: bold;
    text-align: center;
    font-size: 9;
    color: whitesmoke;
    background-color: #885E80;
}
table.tablePopup tr.header
{
    font-weight: bold;
    text-align: center;
    font-size: 100%;
    color: whitesmoke;
    background-color: #885E80;
}

table.tablePopup tr.rowpad td
{
    padding: 3px 3px;
}
table.tablePopup tr.odd
{
    background-color: red;
}

table.tablePopup tr.even
{
    background-color: green;
}
