.termincontent {
    border-top: 2px solid grey;
}
h3.greenEvent {
    background: url(../images/green.png);
    height: 2.1em;
    font-size: 1.4em;
}
h3.redEvent  {
    background: url(../images/red.png);  
    height: 2.1em;
    font-size: 1.4em;
}
#wrapEventlist h3.redEvent a, #wrapEventlist h3.greenEvent a { 
    color: #000;
    font-weight: normal
}

.delWrap {
    padding: 20px;
}
label {
    width: 150px;
    clear: left;
}
.contentWrap input {
    width: 300px;
    margin-top: 3px;
}
.editEvent {
    background: url(icon_edit.png) no-repeat;
    width: 24px;
    height: 24px;
    border: none;
}
.delEvent {
    background: url(icon_delete.png) no-repeat;
    width: 24px;
    height: 24px;
    border: none;
}




#wrapNewEvent label, #wrapEventlist label {
    float: none;
    width: 12%;
    padding-left: 0;
    font-size: 1em;
    color: #000
}

#wrapNewEvent .sel-radio, #wrapEventlist .sel-radio {
    float: none;
    width: 300px;
}

.termincontent {
    font-size: 1.3em;
}
#wrapEventlist input, #wrapEventlist textarea, #wrapEventlist label{

}


