﻿a.softlink:link    { color: #0000BB; text-decoration: none; }
a.softlink:visited { color: #0000BB; text-decoration: none; }
a.softlink:hover   { text-decoration: underline; }

a.adlink:link    { color: #000066; text-decoration: none; }
a.adlink:visited { color: #000066; text-decoration: none; }
a.adlink:hover   { text-decoration: underline; }

body 
{
    background-color: #ADD8E6; 
    background-image: url(../images/bg-amenme3.jpg); 
    background-attachment:fixed; 
    margin-top: 0px; 
    margin-bottom: 0px;
}
        
h3 
{
    width: 350px;
    text-align:left; 
    margin: auto; 
    color: Navy;
    font-size: .9em 
}

h3.large
{
    width: 350px;
    text-align:left; 
    margin: auto; 
    color: Navy;
    font-size: 1.2em 
}
        
p 
{
    width: 350px;
    line-height: 1.7em; 
    text-align:left; 
    margin: auto;
    font-size: .9em;
}

.center
{
    text-align: center; 
    margin: auto;
}

.AmenMePage
{
    text-align: center; 
    font-family: Arial, Verdana;
}

.Banner
{
    background-color: White; 
    width:860px; 
    height: 90px; 
    margin: auto;
}

.BelowBanner, .ContentPane, .NavigationPane
{
    height: 4500px; 
}

.BelowBanner
{
    background-color: white; 
    width: 860px; 
    position: relative; 
    margin: auto;
}


.ContentPane
{
    width: 485px; 
    display: inline; 
    position: absolute; 
    top: 0px; 
    left: 350px; 
    margin: auto;
    padding-left: 10px;
}
   
.NavigationPane
{
    width: 340px; 
    display: inline; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    background-color: #fff6a7;
}

.Heading
{
    color: #000066; 
    font-style:italic; 
    font-weight: bold;
}

.FormPanel
{
    margin: 0px 20px 0px 0px; 
    width: 450px; 
    height: 375px; 
    position: relative; 
    font-size: small;
}

.PlacementPanel
{
    width: 300px; 
    height: 375px; 
    position: relative; 
    margin: auto; 
    text-align: right; 
}

.AdTitleLabel
{
    width: 150px; 
    height: 20px; 
    position: absolute; 
    left: 0px; 
    top: 0px;
}

.AdTitleTextBox
{
    width: 170px; 
    height: 20px; 
    position: absolute; 
    left: 170px; 
    top: 0px;
}

.TitleLinkUrlLabel
{
    width: 150px; 
    height: 20px; 
    position: absolute; 
    left: 0px; 
    top: 35px;
}

.TitleLinkUrlTextBox
{
    width: 300px; 
    height: 20px; 
    position: absolute; 
    left: 170px; 
    top: 35px;
}

.TextOfAdLabel
{
    width: 150px; 
    height: 25px; 
    position: absolute; 
    left: 0px; 
    top: 70px;
}

.TextOfAdTextBox
{
    width:190px; 
    height: 70px; 
    position: absolute; 
    left: 170px; 
    top: 70px;
}

.NumberOfDaysLabel
{
    width: 150px; 
    height: 25px; 
    position: absolute; 
    left: 0px; 
    top: 155px;
}

.NumberOfDaysTextBox
{
    width: 30px; 
    height: 20px; 
    position: absolute; 
    left: 170px; 
    top: 155px;
}

.CreditsMessage
{
    width: 300px; 
    height: 45px; 
    position: absolute; 
    left: 215px; 
    top: 155px; 
    text-align: left;
}

.SubmitButton
{
    width: 150px; 
    height: 25px; 
    position: absolute; 
    left: 170px; 
    top: 200px;
}

/* This section styles My Amen Me's email change popup */

#emailChangePopup {
     visibility: hidden;
     position: absolute;
     left: 20px;
     top: 30px;
     width:200px;
     height:100px;
     padding-left: 10px;
     background-color: #fff;
     border:1px solid #000;
     overflow: hidden;
     text-align:center;
     z-index: 10;
}

#emailAddressLabel {
     display: inline-block;
     vertical-align: middle;
     height:20px;
     width: 170px;
     overflow: hidden;
     text-overflow: ellipsis;
}

#changeEmailButton {
     display: inline-block;
     vertical-align: middle;
     height:20px;
     width: 45px;
     margin-left: 10px;
     padding-top: 5px;
     padding-left: 5px;
     padding-right: 5px;
     border:1px solid #000;
     cursor: pointer;
     background-color: #ebe1e1;
}


#emailSaveButton {
     position: absolute;
     left: 70px;
     top: 65px;
     height: 20px;
     width: 45px;
     padding-top: 5px;
     padding-left: 5px;
     padding-right: 5px;
     border:1px solid #000;
     cursor: pointer;
     background-color: #ebe1e1;
}

#emailCancelButton {
     position: absolute;
     left: 135px;
     top: 65px;
     height: 20px;
     width: 45px;
     padding-top: 5px;
     padding-left: 5px;
     padding-right: 5px;
     border:1px solid #000;
     cursor: pointer;
     background-color: #ebe1e1;
}

#subscriptionAddressTextBox {
    width: 140px;
}
