﻿table
{
    background: #fff;
    font-size: 10pt;
    width: 780px;
}

tr
{
    height: 25px;
    border: 0;
}

td
{
    border: 0;
}

tr.HeaderRow
{
    background: #000;
    color: #fff;
}

tr.GroupHeaderRow
{
    font-weight: bold;
    font-size: 10pt;
    background: #999;
    text-align: left;
}

tr.GroupHeaderRow td
{
    padding-left: 4px;
}

tr.AltRow
{
    background-color: #eee;
}

td.OptionRow
{
    padding-left: 12px;
    text-align: left;
}

.ModelRow
{
    text-align: center;
}

td.ModelRow
{
    text-align: center;
    width: 100px;
}

div.optionDescription
{
    font-size: 1.05em;
    text-align:left;
    line-height: 1.5em;
}

div.optionDescription img
{
    /*margin: -4px -12px -8px 8px;*/
    margin: 0;
}

/* POPUP STYLE */
.modalBackground
{
    background-image: url(../images/blank.gif);
    position:fixed;
    left:0px;
    top:0px;
    text-align:center;
    z-index:10000;
    /*
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    */
}

.modalPopup
{
    /*
    background-color: #f9f9f9;
    border: 2px solid Gray;
    padding: 3px;
    text-align: center;
    */
    vertical-align: middle;
    
    margin:100px auto;
    background-color:#f0f0f0;
    border:4px solid #333;
    padding:15px;
    text-align:left
}
