#calendar {
    padding: 0 17px 13px 0;
}

/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	/*position: absolute;*/
	visibility: hidden;
	z-index: 100;
	width: 680px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 1;
	margin : 8px 0 0 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 38px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 18px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 0;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	width: 96px;
	cursor: pointer;
	height:37px;
}
div#tcal td div {
	margin-bottom : 1px;
	margin-right : 1px;
	height	: 37px;
	line-height	: 37px;
	background	: #d3e3eb;
}	
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */

div#tcal td.othermonth div {
	color: #7f7f7f;
	background : #eaeee8;
}

div#tcal td.weekend div {
	background-color: #add0e3;
	color		: #000;
}
div#tcal td.today {
	/*border: 1px solid red;*/
}
div#tcal td.selected div {
	background-color: #70a7c3;
	color : #FFF;
}

td.othermonth-weekend div {
	color: #7f7f7f!important;
	background-color : #c8d5c1!important;
}

div#tcal td.currentMonthBottom ,
div#tcal td.nextMonthBottom ,
div#tcal td.previousMonthBottom {
	width	: 155px!important;
	display : block; float : left; height : 30px;
}
div#tcal td.previousMonthBottom {
	margin : 0 0 0 38px;
}
div#tcal td.currentMonthBottom div,
div#tcal td.nextMonthBottom div,
div#tcal td.previousMonthBottom div {
	background : url(../images/calendar/bkg_luna.jpg) no-repeat  0 0; 
	width : 145px;
	height : 30px;
	line-height : 30px;
	font-size 	: 12px;
	font-weight : bold;
	color	: #7f7f7f;
	margin : 4px auto 0 auto;
}
div#tcal td.currentMonthBottom div {
	color	   : #3293cb;
	background : url(../images/calendar/bkg_luna_h.jpg) no-repeat  0 0;
}	
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	display:none;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}


.eventDiv {
    display:none; 
    position:absolute; 
    width 	: 216px;
}
.eventDiv .tooltipTop { width 	: 216px; background : url(../images/calendar/tooltip_t.png) no-repeat  0 0; height : 13px; position : relative; overflow : hidden; }
.eventDiv .tooltipBottom { width 	: 216px; background : url(../images/calendar/tooltip_b.png) no-repeat  0 0; height : 13px; position : relative; overflow : hidden; }
.eventDiv .tooltipMiddle { font-size : 11px; background : url(../images/calendar/tooltip_c.png) repeat-y  0 0; position : relative; overflow : hidden; padding : 5px 20px; }
.eventDiv .tooltipMiddle ul { margin : 10px 0 0 0; }
.eventDiv .tooltipMiddle ul li { margin : 0 0 4px 0; }
.eventDiv .tooltipMiddle a { color : #3293cb; text-decoration : underline; }
.eventDiv .tooltipMiddle a:hover { color : #666; }
.eventDiv .tooltipMiddle .noEvents { color : #7f7f7f; }
