td {
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 0px;	
}

#calback {
	background: #FFF url('../images/calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	/* width: 350px; */
}

#calendar {
	width: 100%;
	height: 100%;
}

#calendar a { background-image: none; text-decoration: none; display: inline;}

.cal {
	background: #fff;
	width: 100%; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #00189b;
	font-size: 100%;    
	background: #9abee2;  
	padding: 2px;
}

.calhead img {
	border: none;
}

.dayhead {
	height: 20px;
	background: #e5f2fb;
}

.dayhead td {
	text-align: center;
	color: #fff;

	background: #5385b6;
}

.dayrow {
	background: #FFF;
}

.day {
	/* float: right; */
	padding: 2px 3px; 
	background: #e1f4fb;
	border: 1px solid #dadada;
	display: block;
	color: #999;
	
}

.dayrow td {
	width: 45px;
	color: #bababa;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}


.dayevent {
	border: 0px solid #000;
	display: block;
	
	text-align: right;
	color: #c00; /* #3b5d80; */
	padding: 3px 3px 3px 25px;
}

.dayover {
	background: #9dc1e3;
	cursor: pointer;
	border: 0px solid #333;
	color: #000;
}

.dayout {
	background: #FFF;
}
/*-------------------------------------------- TOOLTIP ----------------------- */
#iLayer a, .but a {
	color: #eb1d4b;
	text-decoration: none;
}

#iLayer a:hover, .but a:hover {
	text-decoration: underline;
	
}

#i { 
	position: absolute;
	padding: 0;
	z-index: 2; 
	margin-top: 470px;
	margin-left: -695px;
	border: 1px solid #dadada;
	height: 17px;
}

#ihome { 
	position: absolute;
	z-index: 2; 
	padding: 0;
	margin-top: 470px;
	margin-left: -775px;
	border: 1px solid #dadada;
	height: 17px;
}

#close {

	position: relative;
	float: right;
	display: block;
	color: #fff;
	margin-top: 450px;
	margin-right: 15px;
	background-color: transparent;
	/* background-color: #eb1d4b;
	padding: 2px;
	*/
	border: 0px solid #dadada;
	
	z-index: 2; 
}

#iLayer {
	color: #000;
	font-size: 85%;
	position: absolute; 
	float: left;
	width: 380px; 
	margin-left: 15px;
	z-index: 2; 
	left: auto; 
	top: 512px; 
	padding: 3px;
	visibility: hidden; 
	background-color: #ffffff; 
	/* layer-background-color: #ffffff;  */
	border: 1px solid #eb1d4b; 

}
