/* Cascading Style Sheet */
body {
    font-family: Arial;
}

.outtwo {
    background-color: #EEEEEE;
    width: 60em;
    margin: 10px auto;
    padding-left: 7px;
    padding-right: 7px;
}
.outone {
    background-color: #CCCCCC;
    padding-left: 5px;
    padding-right: 5px;
}
.main {
    background-color: #FFFFFF;
    border: 1px solid #000000;
}
.theader {
    background-color: #93bad2;
    color: #3a99d5;
    font-size: 36px;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 5px;
}
.tfooter {
    background-color: #BBBBBB;
    text-align: center;
}
.forms {

}
.forms table td {
    vertical-align: top;
}
.forms label {
    font-weight: bold;
}

.forms .sideheader {
    background-color: #bad1e0;
    padding-left: 5px;
}

.space {
    margin-right: 15px;
}
.separator {
    background-color: #999999;
}
.title {
    background-color: #DDDDDD;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.oneheader {
    font-weight: bold;
}
td.break {
    border-bottom: 1px solid #999999;
}
.error {
    font-weight: bold;
}

#hugebutton {
    background-color: #93bad2;
    margin: 5px;
    padding: 5px;
    border: 2px groove #999999;
    font-weight: bold;
}
#tgtable table {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
#tgtable table td {
    padding: 2px 5px 5px 2px;
    background-color: #DDDDDD;
    vertical-align: middle;
    text-align: center;
}
#tgtable table td input {
    padding: 4px 4px 4px 4px;
}
.forms table.buildresult table th{
    background-color: #436f88;
    color: #DDDDDD;
    vertical-align: center;
}
.forms table td {
    vertical-align: top;
    padding-right: 5px;
}

.forms table.buildresult table td{
    border-bottom: 1px solid #DDDDDD;
    vertical-align: center;
}

#hugebutton:hover {
    color: #ffffff;
}




















