body, html, p, form, fieldset, input, select, div, table, tr, span, textarea {
    font-family: tahoma, arial;
    margin: 0;
    padding: 0;
}

body.admin {
    background: #185173;
}

#container-admin {
    display: block;
    width: 1000px;
}

#container-admin #logo {
    display: block;
    height: 140px;
    margin-top: -70px;
    width: 1000px;
}

#container-admin #menu-admin {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 2px 20px;
    width: 960px;
}

#container-admin #menu-admin a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px 0 0;
}

#container-admin #menu-admin span {
    color: #fff;
    margin: 0 30px 0 0;
}

#container-admin #main-content {
    background: #fff;
    display: block;
    margin: 0 0 0 5px;
    padding: 15px 15px 25px 15px;
    width: 960px;
}

.filter {
    border-right: 1px solid #bbb;
    display: block;
    float: left;
    padding: 0 10px 0 0;
    width: 150px;
}

.filter p {
    background: #185173;
    color: #fff;
    font-size: 11px;
    padding: 2px;
}

.filter table {
    margin: 4px 0 5px 0;
}

.filter table td {
    font-size: 11px;
    padding: 0 0 2px 0;
}

.filter form input {
    height: 12px;
    width: 12px;
}

.filter form input.submit {
    border: 1px solid #666;
    height: 20px;
    font-size: 11px;
    margin: 0px 0 10px 0;
    padding: 2px 0 22px 0;
    width: 150px;
}

.filter form input[type=text] {
    border: 1px solid #ccc;
    font-size: 10px;
    height: 15px;
    width: 120px;
}

.filter form input.datepicker[type=text] {
   width: 100px;
}

#email_form input[type=text] {
    width: 420px;
}

.clearer {
    clear: both;
}

#registrations-list, #reductions-list {
    margin-left: 170px;
}

#print-registrations-list,
#print-reductions-list {
    margin-left: 10px;
}

#print-registrations-list table,
#registrations-list table,
#reductions-list table,
#print-reductions-list table {
    border: 1px solid #ccc;
    width: 795px;
}

#print-registrations-list table td,
#registrations-list table td,
#reductions-list table td,
#print-reductions-list table td {
    background: #eee;
    padding: 2px 4px;
    text-align: left;
}

#print-registrations-list table tr.odd td,
#registrations-list table tr.odd td,
#print-reductions-list table tr.odd td,
#reductions-list table tr.odd td {
    background: #ddd;
}

#print-registrations-list table td.center,
#registrations-list table td.center,
#print-reductions-list table td.center,
#reductions-list table td.center {
    text-align: center;
}

#print-registrations-list table th,
#registrations-list table th,
#print-reductions-list table th,
#reductions-list table th {
    background: #185173;
    color: #fff;
    padding: 2px 4px;
    text-align: left;
}

.pagination td a, .pagination td {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}

#registrations-list .label,
#reductions-list .label {
    font-weight: bold;
    vertical-align: top;
    width: 200px;
}

a.button {
    background: #ccc;
    border: 1px solid #333;
    color: #333;
    display: block;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

a.button:hover {
    background: #185173;
    border: 1px solid #fff;
    color: #fff;
}

div.action-separator {
    background: #ccc;
    display: block;
    height: 1px;
    margin: 10px 1px;
    width: 150px;
        
}

textarea {
    border: 1px solid #ccc;
    font-size: 12px;
    height: 400px;
    padding: 5px;
    width: 750px;
}

textarea.small {
    height: 100px;
}

form div p.tooltip {
    color: #666;
    font-size: 11px;
    float: left;
    margin: 20px 0 0 0;
    width: auto;
    
}