.clrfix {
	clear: both;
}

/* NOVO CSS */
.icrounded_eventlist {
    border-radius: 4px 4px 4px 4px;
    margin: 1%;
}
.icrounded_eventlist {
    background: none repeat scroll 0 0 #D4D4D4;
    transition: all 0.3s ease 0s;
}
.icrounded_eventlist:nth-child(2n+1) {
    background: none repeat scroll 0 0 #EFEFEF;
    transition: all 0.3s ease 0s;
}
.icrounded_eventlist:hover {
    background: none repeat scroll 0 0 #555555;
    color: #FFFFFF;
}
.icrounded_eventlist:hover  a{
    color: #FFFFFF;
}

.icrounded_eventlist table {
    border: 0 none !important;
    width: 100%;
}
.icrounded_eventlist tr {
    border: 0 none !important;
}
.icrounded_eventlist td {
    border: 0 none !important;
    padding: 5px !important;
    vertical-align: top;
}
.icrounded_eventlist a {
    text-decoration: none;
}
.icrounded_eventlist .listDate {
    text-align: left;
	font-size:1.2em;
	color:#333 !important;
}
.icrounded_eventlist .listImage {
    text-align: left;
}
.icrounded_eventlist .listTitle {
    text-align: left;
	font-size:1.5em;
}
.icrounded_eventlist .listDesc {
    text-align: left;
	font-size:1.0em;
	color:#000;
}

