/*** Events CSS ***/
#EventsList {
    padding:10px 10px 10px 0;
    margin: 0;
    color: #000000;
}

#EventsList li {
    list-style-type: none;
}

#EventsList ul {
    padding: 0;
}

#EventsList .eventsList {
    padding: 0 0 10px;
}

#EventsList .eventsList div {
    background:#EEEEEE;
    height:24px;
    font-size:18px;
    color:#828282;
    padding:5px 10px;
}

#EventsList .eventsListItem {
    font-weight: normal;
    padding:0 0 5px 10px;
    font-size:12px;
}

.eventblock{
    height:30px;
    border-bottom:1px solid #ffffff;
}

.eventblock p{
    float:left;
    width: 100px;
    margin-top:6px;
}
.eventblock p input{
    float:left;
    margin-right:5px;
}

.eventblock label{
    float:left;     
    width:40px;
    font-style:normal;
}

#Form_SubcalendarForm_action_DoSubcalendarForm{
    background:transparent url(../images/calendar_submit.jpg) scroll 0 0;
    height:23px;
    width:51px;
    margin:10px;
    text-indent: -9999px;
    border:none;
}

#EventsList .eventsList ul {
    margin-top:10px;
}

#SubcalendarForm {
    padding: 10px 10px 10px 20px;
}
#signup{
    font-size:10px;
    height:15px;
}
#hiddenForm{
    visibility: hidden;
    height:0;
    width:0;
}
#hiddenForm h2{
    margin-bottom:10px;
}
#hiddenForm input {
    margin-bottom:10px;
}
#TB_ajaxContent h2{
    margin-bottom:10px;
    margin-left:10px;
    
}
#TB_ajaxContent input{
    margin:10px;
    
}
#TB_ajaxContent #Form_EmailAlertForm_email{
    width:180px;
    margin:0;
}
form #email{
    margin:0;
}  
 #Form_EmailAlertForm .middleColumn{
    width:180px;
}