﻿.popup #wrapper {
    background: #FFF;
    border-bottom: 1px solid #5a594a;
    border-top: none;
    margin-top: 0;
    width: 490px;
}

.popup #header {
    height: 71px;
    background: url(../../SiteImages/Template/headerPopup.gif) 0 0 no-repeat;
    border: none;
    margin: 0 10px;
    position: relative;
}
.popup #header p {
    margin: 0;
}
.popup #header a {
    position: absolute;
    text-indent: 0;
    right: 10px;
    top: 10px;
    width: auto;
    height: auto;
    color: #0c479d;
    font-size: 1.18em;
    padding-right: 20px;
    background: url(../../SiteImages/Template/close.gif) right center no-repeat;
}

.popup .content {
    background: #eee8dc;
    margin: 0 10px 15px;
    border: none;
}

.popup h2 {
    color: #434444;
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 10px;
}
.popup p,
.popup ol,
.popup ul {
    margin: 0 0 10px;
}

.popup .content table th,
.popup .content table td {
    padding: 4px 7px;
}
.popup .content table td {
    background: #e8dfcf;
}
.popup .content table .odd td {
    background: #eee8dc;
}
.popup .content table.noborder td {
    border-right: 1px solid #eee8dc;
}
.popup .content table.pedigree td {
    vertical-align: top;
    background: #e4dac7;
}
.popup .content table.pedigree td.alt {
    background: #ddd0b9;
}  
