/* 
 * MOD_ICCALENDAR 
 */
 
/* General Calendar */
.iccalendar {font-size:12px; color:#555555;}
/* General Table */
.iccalendar table th {font-size:10px; font-weight:500; text-align:center;color:#555555;}
.iccalendar table td div { margin:2px; text-align:center; font-size:10px; border-radius:3px; background:#fff; border: 1px solid #DDDDDD; width: auto !important; }
 /* In case of event */
.iccalendar table td .event a { display:block; width:100%; height:100%; color:#fff !important;}
/* Dates general */
.event {border-radius:5px;}
/* Text (can't be changed here) */
.event .spanEv {display:none !important;}
/* Date (can't be changed here) */
.event .date {display:none;}
/* Arrows General */
.icagendabtn {}
/* Navigator General */
.nav {line-height:1.6em;}
/* Arrows Back */
.nav .back{display:block; float:left; text-decoration:none; letter-spacing: -2px; word-spacing:2px;}
/* Arrows Next */
.nav .next{display:block; float:right; text-decoration:none; letter-spacing: -2px; word-spacing:2px;}
/* Navigator Title (month and year) */
.nav .title{text-align:center; #color:#555555;}


/*
 * Info Tip
 */

/* General */
#tip { background:#f3f3f3; border:1px solid #ccc; padding:15px; width:300px; border-radius:2px;	z-index: 10000; }
/* Close "X" */
#tip a.close { float:right; text-decoration:none; }
/* Contener of the image */
#tip span.img { display:block; width:100px; float:left; margin:4px 0; margin-right:10px;}
/* Image Thumb */
#tip span.img img {max-width:100px; border:1px solid #ccc;}
/* Link Text */
#tip span {margin-bottom:5px; font-size:10px;}
#tip span a {color: grey;}
/* End function clear <div> */
#tip .clr { clear:both; display:block; }