h1 {
    text-indent: -9999px;
    background: url('../img/e0_title.gif') no-repeat center;
    height: 90px;
    margin: 30px 0 15px 0;
}

div.event {
    background: #E7E3BA;
    float: left;
    width: 730px;
    height: 220px;
    position: relative;
    padding: 0;
}

div.event img {
    float: left;
    margin-right: 10px;
}


div.clear {
    clear: both;
}


table {
    border-collapse: collapse;
    margin: 10px;
}

th, td {
    vertical-align: top;
    font-weight: normal;
    line-height: 1.3;
    padding: 4px 5px 0 0;
    font-size: 10pt;
}

th {
    text-align: right;
    width: 50px;
}

td {
}


a.detail {
    display: block;
    width: 180px;
    height: 40px;
    text-indent: -9999px;
    background: url('../img/e0_link.gif') no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
a.detail:hover {
    background: url('../img/e0_link_hover.gif') no-repeat;
}

span.soon {
    display: block;
    width: 200px;
    height: 50px;
    text-indent: -9999px;
    background: url('../img/e0_link_soon.gif') no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

p.alert {
    color:              #EE0000;
    font-weight:        bold;
    font-size:          9pt;
    margin:             0;
    padding:            10px 10px 0 10px;
}

