#inner_calender
{
	margin:20px;
	padding:10px;
	border: 1px solid #e1bc64;
}

/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {

	visibility: hidden;
	z-index: 100;
	width: 252px;													/*		WIDTH OF THE TABLE		*/
	padding: 2px 0 0 0;
	padding-bottom:20px;
	padding-top:30px;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid #491e1e;
	border-collapse: collapse;
	background-color: #ffffcc;					/* 		calendrier BGround		white*/
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 23px;
	background-color: #ffffcc;	
	padding:0px;
	margin:0px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: #330000;					/*			Nom du mois BGround			white*/
	color: white;
	border: 0;
	height: 23px;
}
/* own style */
div#tcal table.ctrl img {
	padding:4px 0px;
}
/* week days header */
div#tcal th {
	border: 1px solid #491e1e;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: #330000;						/*	 	Nom des jours BGround		gray*/
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 36px;													/*				Width and Height			*/
	height: 45px;													/*				  of date cells		  		*/
	cursor: pointer;
	vertical-align:top;
}
/* date highlight
   in case of conflicting settings order 
   here determines the priority from least 
   to most important */
div#tcal td.othermonth {
	color: #666666;
}
div#tcal td.weekend {
	background-color: #e6b975;					/*		Weekends BGround		ACD6F5*/
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #e0a16b;					/*		Selected BGround		FFB3BE*/
}

/* own styles */
div#tcal td .img_calendar {												/*		  	Image propreties			*/
	border:0px;
	margin:2px;
	height:20px;
	width:20px;
}

/* 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;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

