﻿/* === MDW - this began as a collection of styles for the reg pages, but they're in use in other places, so its' loaded in Site.Master now ========= */

td
{
}
legend
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:14px;
    margin:0;
    padding:0;
}
fieldset
{
    margin:0;
    padding:0;
    background-color: #EEE;
}
    
fieldset.attendee
{
    margin-bottom:10px;
    padding: 0 6px 6px 0;
}
    
table.blue
{
    border:1px #B1DAF1 solid;
    background-color:#EBF4FB;
}
table.blue input[type="text"], table.blue select, table.blue textarea
{
    width:95%;
    border:1px #B1DAF1 solid;
}
    
table.pink
{
    border:1px #F1B3B1 solid;
    background-color:#FBEDEB;
}
table.pink input[type="text"], table.pink select, table.pink textarea
{
    width:95%;
    border:1px #F1B3B1 solid;
}
    
table.green
{
    border:1px #BBF1B1 solid;
    background-color:#ECFBEB;
}
table.green input[type="text"], table.green select, table.green textarea
{
    width:95%;
    border:1px #BBF1B1 solid;
}
    
div#divFindAttendee a
{
    text-decoration:none;
}
    
div.pagination
{
    padding-top:4px;
}
    
enrollments table.fullwidth
{
    border:1px #AAA solid;
    margin-bottom:3px;
}
    
.dialogSearchFields
{
    background-color: #EEE;
    border: 1px #DDD solid;
}
.fullwidth, .fullwidth-blue {
    width: 100%;
}
.tdlabel
{
    text-align: right;
}
.tableClassSession, .tableAttendee
{
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; 
    -khtml-border-radius: 10px; box-shadow: 0 5px 12px rgba(0,0,0,.4); -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4); 
    -moz-box-shadow: 0 5px 12px rgba(0,0,0,.4); -khtml-box-shadow: 0 5px 12px rgba(0,0,0,.4); }

#divThrobberDialog
{
    text-align:center;
    padding: 20px 40px 20px 40px;
}

a.button
{/* styles for button */font-family: Arial, Verdana;font-size:10pt;font-weight:normal;/*margin:10px auto 0 auto;*/text-align:center;background-color:#e33100;display:block;padding:5px 10px 6px;color:#fff;text-decoration:none;font-weight:bold;line-height:1;/* css3 implementation */-moz-border-radius:5px;-webkit-border-radius:5px;-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);text-shadow:0 -1px 1px rgba(0,0,0,0.25);border-bottom:1px solid rgba(0,0,0,0.25);position:relative;cursor:pointer;}
a.button:hover{background-color:#c33100;}

#divReviewOrder td
{
    font-size:11px;
}

#paymenttabs{margin-top:5px;}

#totalrow, #balancerow
{
    float: right;
    margin: 10px 0 10px 40px;
}

#totalrow, #balancerow, #paymentheader, div#adjustment td
{
    font-family: Verdana;
    font-size: 14pt;
    font-weight:bold;
    color:#666;
}
#balancerow{ color:Red;}

div#adjustment, div#adjustrow, #paymentinfobutton
{
    float: right;
    margin-top: 10px;
    /*
    background-color: #EFEFEF;
    border: 1px #aaa solid;
    */
}
#paymentinfobutton
{
    clear: both;
}
div#adjustment input
{
    border:1px #aaa solid;
    font-family: Verdana;
    font-size: 14pt;
    font-weight:bold;
    color:#666;
}

div#paymentspacer, div#paymentcustomersearchresults
{
    clear: both;
}

.subtotal
{
    background-color:#EEE;
    border-right:1px #AAA solid;
    border-bottom:1px #AAA solid;
    border-left:1px #AAA solid;
    padding-right:15px;
}

.email-unsub, .site-shutdown {
    margin-top: 20px;
}

.site-shutdown {
    padding: 0 20px 20px 20px;
    background-color: pink;
    float: left;
    border-radius: 1em;
}

.email-unsub input[type="text"] {
    font-size: 1.2rem;
    padding: .25rem;
    width: 280px;
}

.email-unsub input[type="button"], .site-shutdown input[type="button"]{
    font-size: 1.2rem;
}