/*
 * MOD_IC_EVENT_LIST
 * iCagenda by JoomliC
 * iCrounded css file for iCagenda event list module
 *
 * @author      Jooml!C - http://www.joomlic.com
 * @update		2013-05-03
 * @version		1.0.8
 */


/*
 * EVENT LIST STYLES
 */

/* Style Align Row (for module class suffix, set " listRow" with a space before) */
.listRow{display:block; width:220px; float:left;}

/* Style Background alternative */
.icrounded_eventlist{margin:1%; border-radius:6px;}
.icrounded_eventlist{background:#f7f7f7; background:rgba(247,247,247,0.9);
transition: all 0.3s;
-moz-transition: all 0.3s; /* Firefox 4 */
-webkit-transition: all 0.3s; /* Safari and Chrome */
-o-transition: all 0.3s; /* Opera */}
.icrounded_eventlist:nth-child(2n+1){background:#ededed; background:rgba(237,237,237,0.9);
transition: all 0.3s;
-moz-transition: all 0.3s; /* Firefox 4 */
-webkit-transition: all 0.3s; /* Safari and Chrome */
-o-transition: all 0.3s; /* Opera */}

/* Style Background hover */
.icrounded_eventlist:hover{background:#555; color:#FFF;}

/* Style Table */
.icrounded_eventlist table {width:100%; border:0px !important;}
.icrounded_eventlist tr {border:0px !important;}
.icrounded_eventlist td {padding:5px !important; border:0px !important; vertical-align:top;}

/* Style Content */
.icrounded_eventlist a {text-decoration:none;}
.icrounded_eventlist a:link,
.icrounded_eventlist a:visited {color:#333; text-decoration:none;}
.icrounded_eventlist a:hover {color:#FFF; text-decoration:none; cursor:pointer;}
.icrounded_eventlist a {text-decoration:none;}
.icrounded_eventlist .listDate {text-align:center; width:26px;}
.icrounded_eventlist .listImage {text-align:center; width:36px;}
.icrounded_eventlist .listImage img {width:36px !important;}
.icrounded_eventlist .listText {}
/* Style Content IE 8 Lte */
.icrounded_eventlist tr:hover {color:#FFF;}

