
/**
 *
 */

#receipt {
    font-family: Verdana,sans-serif;
    font-size: 14px;
    width: 750px;
    padding: 30px 20px 20px 20px;
}

#receipt .footer {
    clear: both;
    float: left;
    height: 20px;
    width: 200px;
}

#receipt .exit {
    position: fixed;
    left: 120px;
    top: 5px;
}

#receipt .print {
    position: fixed;
    left: 150px;
    top: 5px;
}

#receipt .hist {
    position: fixed;
    left: 180px;
    top: 5px;
}

#receipt .label {
    clear: both;
    float: left;
    width: 200px;
    text-align: right;
    font-style: italic;
}

#receipt .info {
    float: left;
    margin-left: 10px;
}

#receipt #page_title {
    font-family: Times New Roman,Serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

#receipt #fm_info {
    clear: both;
    float: left;
    margin-top: 20px;
}

#receipt #heading {
    clear: both;
    float: left;
    font-family: Times New Roman,serif;
    font-size: 16px;
    font-weight: bold;
}

#receipt #heading .st_info * {
    /*border-bottom: 1pt solid black;*/
    margin: 16px 0px 0px 0px;
}

#receipt #students {
    float: left;
    clear: both;
    border-top: 1pt solid black;
    border-bottom: 1pt solid black;
}

#receipt .st_info {
    float: left;
    clear: both;
}

#receipt .st_info.strike .st_name,
#receipt .st_info.strike .st_id {
    text-decoration: line-through;
}

#receipt .st_info * {
    float: left;
    margin: 0px;
    text-align: center;
}

#receipt .st_info .st_chk {
    width: 25px;
}

#receipt .st_info .st_id {
    width: 80px;
}

#receipt .st_info .st_name {
    width: 370px;
    padding-left: 12px;
}

#receipt #students .st_info .st_name {
    /* apply only to the name, not the name's heading */
    text-align: left;
}

#receipt .st_info .st_birthdate {
    width: 120px;
}

#receipt .st_info .st_sacrament {
    width: 120px;
}

#receipt #summation {
    clear: both;
    float: left;
    margin: 16px 0px 0px 0px;
}

#receipt #history {
    clear: both;
}

#receipt #waiver {
    clear: both;
    float: left;
    margin: 16px;
    width: 700px;
    font-family: Times New Roman,serif;
    font-size: 18px;
    text-align: justify;
}

#receipt #waiver h3 {
    margin: 0px;
}

#receipt .signature {
    clear: both;
    float: left;
    margin: 60px 0px 0px 100px;
    width: 350px;
    text-align: center;
    border-top: 1pt solid black;
    font-style: italic;
}

#receipt .date {
    float: left;
    margin: 60px 0px 0px 40px;
    width: 150px;
    text-align: center;
    border-top: 1pt solid black;
    font-style: italic;
}

#receipt #history {
    border-collapse: collapse;
    margin-left:30px;
}

#receipt #history TH {
    color: #888;
}

#receipt #history TD {
    border: 1px solid #aaa;
    padding: 0px 5px 0px 5px;
}

#receipt .num {
    text-align: right;
}
