/* 
    Document   : registrations
    Created on : Dec 8, 2009, 9:23:51 PM
    Author     : billd
    Description:
        c1200 registrations.
*/


.reg_counts {
    list-style: none;
    font-size: small;
}
.reg_link   {
    font: bold 14px arial,san-serif;
    padding: 15px;
}

.event_results table{
    border: 1px solid #ccc;
}

.event_results table caption  {
    background-color: #ccc;
/*font: normal bold 18px; */
    font-size: 18px;
    padding: 5px;
    text-align: left;
}

.reg_name {
    width: 155px;
}
.reg_city {
    width: 80px;
}
.reg_state {
    width: 50px;
}
.reg_country {
    width: 50px;
}
.reg_club {
    width: 255px;
}
.reg_bike {
    width: 70px;
}
th {
    background-color: #CAE8EA;
}
tr td, tr th{
    border-right:  1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    padding: 3px 5px 3px 5px;
}

.s {
    border-right:  none;
    border-bottom: none;

}

.reg_label  {
    font-weight: bold;
}