@charset "utf-8";

.selection h3 {
    border-bottom: none;
    margin-top: 40px;
}

.selection div.info {
    background: #f5f4f1;
    font-size: 1.1em;
    margin-bottom: 8px;
    padding: 10px 30px;
    vertical-align: middle;
}

.selection div.info p.spacer {
	height: 5px;
}
.selection img.tle {
    float: left;
}
.selection div.content {
    float: left;
    font-size:1.1em;
    margin-left: 30px;
    margin-bottom: 20px;
    min-height: 80px;
    width: 600px;
}
.selection .content p.button {
    float: right;
    width: 390px;
}
.selection .content a.button,
.selection .content img.button {
    position:relative;
    top:5px;
}
.selection .content p {
    padding-bottom: 15px;
}
.selection .content a.tableLink {
    float: right;
    position: relative;
    top: 10px;
}
.selection .content h4 {
    font-size:1.1em;
    margin-bottom:4px;
    padding: 10px 0 0 0;
}

.selection .content table {
    margin-bottom: 0px;
}
.selection th, .selection td {
    font-size:1.0em;
    padding: 5px;
    text-align:center;
}
.selection tr.even {
    background:#f2f2f0;
}

.selection th {
    background:#e8e7e3;
    color: #74706c;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight:bold;
}
.selection tr.footer {
    background:#e8e7e3;
    color: #74706c;
    font-size: 1.2em;
    font-weight:bold;
    text-align:left;
}
.selection tr.footer.first td {
    border-top: 10px solid #FFF;
}
.selection tr.footer:hover {
    background:#e8e7e3;
    cursor:auto;
}
.selection tr.footer td {
    text-align:right;
    padding-right: 35px;
}
.selection tr.footer td.label {
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 0;
}