.event_item {
    clear: both;
    border-top: 1px #6EB538 dotted;
}

.event_logo {
    padding-top:0.5em;
    padding-bottom:0.5em;
    float: left;
    width:140px;
}
.event_logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;    
}

.event_info {
    padding-top:0.5em;
    padding-bottom:0.5em;
    width: 700px;
    float:right;
}

.event_info p {
    margin: 0px;
}

.event_admin_menu {
    float:right;
}

.event_title {
    color: #444;
    font-weight:bold;
    font-size: 130%;
    margin:0px;
    padding:0px;
}

.event_indent {
    padding-top: 0.2em;
    padding-left: 1em;
}

.event_description {
    margin-top:0.7em;
    padding-top: 0.4em;
    padding-left: 15px;
}

.event_price {
    color: #0175b9;
    font-size: 100%;
    font-weight: bold;
    margin-top:0.7em;
    padding-top: 0.4em;
    padding-left: 15px;
}
.event_price_additional {
    color: #0175b9;
    font-size: 93%;
    margin-top:0.7em;
    padding-top: 0.4em;
    padding-left: 15px;
}

.event_description p {
    margin-bottom: 0.5em;
}

.event_ages {
    margin: 0px;
    padding: 0em 0em 0em 2em;
}

.event_event_type {
    font-weight: bold;
    font-size: 150%;
}
.event_race_type {
    font-weight: bold;
    font-size: 130%;
    color: green;
}
.event_class_group {
    font-size: 120%;
    color: red;
    font-weight: bold;
    padding-left: 15px;
}

#event_notice {
    margin-bottom: 15px;
}
#event_notice h3 {
    margin-bottom: 0px;
}
#event_notice p {
margin: 0px 0px 0px 20px;
font-weight: bold;
font-size: 100%;
color: red;
}
#event_notice .indent {
margin-left: 10em;
}

.oe_item_race_group {
}
.oe_item_class_group {
    font-size: 80%;
    margin-left: 20px;
}

.event_club_olympics {
    font-size: 110%;
    font-weight:bold;
    margin: 0em 10em 0em 10em;
    padding: 3px 20px 0px 20px;
    background-image: url(/images/icons/flag_green.gif);
    background-position: 0px 6px;
    background-repeat: no-repeat;
}