﻿body
{
    margin: 0px;
}

.PopupExtenderBackground
{
    text-align: center;
    background-color: White;
    padding: 20px 10px 20px 10px;
    border: solid 3px #ABA885;
    width: 500px;
}

div.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

div.modalPopup
{
    background-color: #ABA885;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 562px;
}

.Grid table
{
    border-bottom: solid 1px #CCCCCC;
}
.Grid tr
{
    border-bottom: solid 1px #ffffff;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #F5822B;
    margin:0px;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #56575A;
    font-style: italic;
    margin:0px;
}

p, ul li, a
{
    color: #56575A;
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;    
}


a
{
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}

table.masterbatch
{
    border: none;
}

table.masterbatch tr
{
    border-top: solid 1px #DDD;
}

table.masterbatch tr td
{
    color: #56575A;
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

table.masterbatch td
{
    padding-bottom:10px;    
}

table.masterbatch .title
{
    text-align:right;
    padding-right:10px;
    font-weight:bold;
}
