body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    background: #fefefe;
    width:99.25vw;
}
#wbp {
    margin-right: auto;
    position: absolute;
    min-width:90vw;
}
#wpg {
    position:absolute;
    margin-left:155px;
}
#bodytext {
    text-align:	left;
}
#bodytext p {
    padding-left:25px;
}
h1, h2, h3, legend {
    font-weight: normal;
    color: #00f;
}
h1{
    font-size:150%;
    font-weight:bold;
    text-transform:uppercase;
    min-width:0;
    max-width:91vw;
    margin-top:2vh;
}
h2 {
    font-size: 1em;
    font-style: italic;
}
h3 {
    font-size: .75em;
    line-height:1.0em;
}
#wishlist, #giftlist{
    max-height:85vh;
}
.wishImage{
    max-width:250px;
    max-height: 150px;
    padding: 10px;
}
textarea{
    overflow:auto;	
}
.nodisplay{
    display:none;
}
#header {
    width:110%;
    border-bottom: black solid;
}
.beam {
    padding:0px 0px 10px 0px;
    margin: 10px 0px 3px 0px;
    border-bottom:thick solid #efaa0d;
}
.topnav {
    color: #a64206;
    font-style: italic;
    text-align:right;
}
#head img {
    border:none;
}
.openhelp{
    cursor:help;
}
.leftside { 
    float: left;
    width:325px;
    padding: 15px;
    margin:0px 20px 0px 0px;
}
.floatinghelp {
    float:right;
    top:16px;
    position:relative;
}
#footer{
    color:#385B97;
    position:fixed;
    text-align:left;  
    bottom:0;
    left:0;
    background-color:#142611;
    width:96%;
    font-size:120%;
    padding:10px 25px 12px 10px;
    height:3vh;
    border-top-right-radius: 3vw;
}
#leftfoot, #rightfoot{
    float:left;
    width:50%;
    min-width:570px;
}
#footer span{
    float:left;
    clear:left;
    font-size:12px;
    padding-left:10px;
}
#footer span a{
    color:#f00;
    text-decoration:none;
    font-weight:600;
}
#footer img{
    width:32px;
    height:32px;
}
#footer a img{
    padding-left:10px;
}
#w3cmarkup{
    text-align:right;
    margin:0 10px 10px 0;
    padding-right:30px;
    float:right;
    display:inline;
}
#footer a img {
    background:white;
    padding:1px;
    border-radius:5px;
    box-shadow:0 0 7px 3px #777;
}
#sandcatlogo{
    background:none;
    box-shadow:none;
    padding-left:5px;
}
.notification{
    color: #fff;
    background-color:rgba(33, 43, 113, 0.9);
    text-align:left;
    font-size:150%;
    border:2px solid #000;
    position: fixed;
    top:0;
    left: 0;
    margin: 10px;
    max-width:60%;
    padding:0;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
    z-index:100000;
}
.notification a, notification a:visited{
    color:#14ed4e;
}
.error {
    font-weight: bold;
    color:#d33;
}
.notifytext{
    clear:both;
    padding:10px 25px 10px 25px;
    color:#fff;
}
.notifybutton{
    color:#150202;
    background:#00ff74;
    border:thin solid;
    border-radius:5px;
    padding:10px;
}
.expirederror{
    border:thick solid #f22;
}
.titlebar{
    font-weight:600;
    color:#000;
    text-align:center;
    background:rgba(254, 254, 254, 0.5);
    padding: 0 10px 10px 25px;
    border-top-left-radius: 8px;
    border-top-right-radius:8px;
}
.titlebartext{
    position:relative;
    top:5px;
}
.barred{
    background:#c00;
    color:#fff;
}
.bargreen{
    background:#0c0;
    color:#fff;
}
.baryellow{
    background:#ffff30;
}
.notificationclose{
    color:#333;
    float:right;
    font-size:28px;
    font-weight:600;
    position:relative;
}
.notificationclose:hover{
    cursor:pointer;
}
.notificationclose:active{
    top:-1px;
    color:#888;
}
.disabledimage{
    color:#aaa;
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    cursor:not-allowed;
}
.ui-dialog{
    max-width:95%;
}
.infobox{
    max-width:90vw;
    padding:10px;
    border:thin solid #000;
}
.displaybutton{
    font-size:75%;
    background: #DDEFDD;
    border: 2px solid #000;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 4px;
    display:inline;
    float:right;
    cursor:pointer;
}
.displaybutton:hover{
    background:#EEFFEE;
    color:#333;
}
.purchasedgift{
    background:#b2b1c9 !important;
}
.editgift, .deletegift, .markpurchased, .markunpurchased{
    padding:10px;
    margin:10px;
    background:#0aff0a;
    min-width:10ex;
    border-radius:5px;
    box-shadow:#777 2px 2px 10px;    
}
.deletegift, .markunpurchased{
    background:#f88f8a;
}
div.bl-error{
    text-align: center;
    color:#f22;
    font-size:75%;
}
img#presents4-logo{
    max-height:130px;
    float:left;
    margin-left:15px;
}
