/* 
 * MOD_ICCALENDAR 
 * ic_rounded Theme 
 * updated 2012-10-21 
 * version 1.2.8 
 */
 
/* General Calendar */
.iccalendar {
	/* font-size:12px; */
	font-size:10px;
	width:228px;
	/*height:50;*/
    border: 1px solid #9FAEBF;
	border-radius: 10px;
	height:200px;
	position:absolute;
	padding: 5px;
	margin: -6px 0;
	}

.iccalendar table {
	padding: 1% !important;
	margin: 0px !important;
	border: 0px;
	}
	
.iccalendar div {
	padding: 0px !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 {
	border-radius:0px;
	}

/* Text (can't be changed here) */
.event .spanEv {
	display:none !important;
	}

/* Date (can't be changed here) */
.event .date {
	display:none !important;
	}

/* Arrows General */
.icagendabtn {
	}


/* Navigator General */
.nav {	
	font-size: 10px;
	padding: 0px !important;
	margin: 0px !important;
	line-height:28px;
	}

.nav .titleic{
	font-size: 13px;
	text-align:center;
	}

.nav .backic{
	display:block; 
	text-decoration: none;
	float:left;
	letter-spacing: -2px;
	word-spacing:2px;
	}

.nav a.backic{
	color: #e00000;
	background: none;
	}

.nav a.backic:hover{
	color: #333333;
	background: none;
	}

.nav .nextic{
	display:block; 
	text-decoration: none;
	float:right;
	letter-spacing: -2px;
	word-spacing:2px;
	}

.nav a.nextic{
	color: #e00000;
	background: none;
	}

.nav a.nextic:hover{
	color: #333333;
	background: none;
	}

.nav .backicY{
	display:block; 
	text-decoration: none;
	float:left;
	letter-spacing: -2px;
	word-spacing:2px;
	}

.nav a.backicY{
	color: #e00000;
	background: none;
	}

.nav a.backicY:hover{
	color: #333333;
	background: none;
	}

.nav .nexticY{
	display:block; 
	text-decoration: none;
	float:right;
	letter-spacing: -2px;
	word-spacing:2px;
	}

.nav a.nexticY{
	color: #e00000;
	background: none;
	}

.nav a.nexticY:hover{
	color: #333333;
	background: none;
	}

#tip { 
	background:#f3f3f3; 
	border:5px solid #ccc; 
	margin:4px 0; 
	padding:15px; 
	width:320px; 
	border-radius: 10px;
	z-index: 10000;
	}

#tip a.close { 
	color: #e00000;
	float:right; 
	background: none;
	text-decoration:none; 
	}

#tip a.close:hover { 
	color:#333333;
	background: none;
	text-decoration:none; 
	}

#tip span.img { 
	display:block; 
	width:100px; 
	float:left; 
	margin:0; 
	}

#tip a { 
	text-decoration: none;
	padding: 2px 4px;
	color: #333;
	margin-left:-100px;
	
	}

#tip a:hover, #tip a:focus { 
	text-decoration: none;
	color: #FFF;
	background: #555;
	border-radius: 5px;
	}

#tip span.img img {
	max-width:100px; 
	border:1px solid #ccc;
	}

#tip span {
	margin-bottom:5px; 
	}

#tip .clr { 
	clear:both; 
	display:block; 
	}

/***/