

body {
    position: relative;
    margin: 0px;
    border: none;
    padding: 0px;
    background-color: #f3f4fb;
    color: #0000A0;
}


div.background {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0px;
    border: none;
    padding: 0px;
    opacity: 1;
    background-image: url(/images/logo_trans5.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: -1;
}


table.organizer, table.organizer tbody, table.organizer tr, table.organizer td {
    margin: 0px;
    border: none;
    padding: 0px;
    border-collapse: collapse;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


.page-title {
    margin: 10px 0px;
    font: bold small-caps 100px/100px Arial, sans-serif;
    color: #0000A0;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

span.page-title {
    padding: 10px 0px 10px 140px;
    background-image: url(/images/logo_trans_thumb.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}


div.alert {
    margin: 20px 50px;
    border: 3px solid #FF0000;
    border-radius: 5px;
    padding: 15px 20px;
    background-color: #FFFF00;
    font: bold 20px/26px Arial;
    color: #000000;
    text-align: center;
}


div.main-content {
    margin: 5px;
    border: 1px solid #BDBDBD;
    box-shadow: 10px 10px 20px #545454;
    border-radius: 10px;
    padding: 10px 25px;
    background-color: rgba(249, 248, 246, .95);
    opacity: 1;
    font-family: Arial, sans-serif;
    color: #080808;
}

div.main-content > div.head {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

div.main-content > p.body {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    text-indent: 40px;
}

div.main-content > p.body > a.subtle:link, div.main-content > p.body > a.subtle:visited {
    color: #404040;
    text-decoration: underline;
}
div.main-content > p.body > a.subtle:hover {
    text-decoration: underline;
}
div.main-content > p.body > a.subtle:active {
    color: #0000FF;
    text-decoration: underline;
}

div.main-content > div.foot {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}


div.blurb {
    position: relative;
    margin: 15px;
    border: 1px solid #BDBDBD;
    border-radius: 10px;

    padding: 5px;
    background-color: rgba(249, 248, 246, 1);
    opacity: 0.9;
    font: bold 20px/25px Arial, sans-serif;
    color: #080808;
    text-align: center;
}

div.blurb font.emphasized {
    font-size: 30px;
    line-height: 35px;
    color: #FF0000;
}

div.blurb font.fine-print {
    font-size: 12px;
    line-height: 12px;
    color: #505050;
}

div.blurb > a {
    display: block;
    text-decoration: none;
    color: inherit;
}


a.subtle-nobg:link, a.subtle-nobg:visited, a.subtle-nobg:hover {
    font: 17px/17px Arial, sans-serif;
    color: #B8B8B8;
    text-decoration: underline;
}
a.subtle-nobg:active {
    color: #D8D8D8;
}


div.frame-container {
    position: relative;
    margin: 10px 0px;
    border: 2px solid #C0C0C0;
    border-radius: 10px;
    padding: 10px;
    background-color: #000000;
    background: -webkit-linear-gradient(black 25%, #A0A0A0 50%, black 75%);
    background: -moz-linear-gradient(black 25%, #A0A0A0 50%, black 75%);
    background: -o-linear-gradient(black 25%, #A0A0A0 50%, black 75%);
}

.frame-box {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    border: none;
    padding: 0px;
}

