/* 
 * MOD_ICCALENDAR 
 * updated 2012-10-21 
 * default Theme 
 * version 1.2.8 
 */
 
/* General Calendar */
.iccalendar {
	/* font-size:12px; */
	display:block;
	background:none; 
	padding: 3px !important;
	color:#555555;
	}
.iccalendar div {
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
	}
	
/* General Table */
.iccalendar table {
	padding: 1% !important;
	margin: 0px !important;
	border: 0px;
	}
	
.iccalendar table th {
	font-size:10px;
	font-weight:500;
	padding: 0px !important;
	margin: 0px !important;
	text-align:center;
	color:#555555;
	border: 0px;
	}
	
.iccalendar table tr { 	
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
	}
	
.iccalendar table td { 	
	padding: 3px !important;
	margin: 0px !important;
	border: 0px;
	}
	
.iccalendar table td div { 
	text-align:center;
	font-size:10px;
	border-radius:3px; 
	line-height: 20px;
	background:#FFF; 
	border: 0px 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 { }
/* 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 - Month */
.nav .backic{display:block; float:left; text-decoration:none; letter-spacing: -2px; word-spacing:2px;}
/* Arrows Next - Month */
.nav .nextic{display:block; float:right; text-decoration:none; letter-spacing: -2px; word-spacing:2px;}
/* Arrows Back - Year */
.nav .backicY{display:block; float:left; text-decoration:none; letter-spacing: -2px; word-spacing:2px;}
/* Arrows Next - Year */
.nav .nexticY{display:block; float:right; text-decoration:none; letter-spacing: -2px; word-spacing:2px;}
/* Navigator Title (month and year) */
.nav .titleic{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;}
#tip span a {color: grey;}
/* End function clear <div> */
#tip .clr { clear:both; display:block; }

