/* CSS Document */

.cal_invisible{
	display:none;
}

.cal_visible{
	display:block;
	z-index:5000;
}

div.cal{
	display:inline;
}

table.calendrier{
	position:absolute;
	display:inline;
	background-color:white;
	padding:5px;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	width:210px;
	z-index:500;
	-moz-box-shadow:0 0 6px #000;
}

.calendrier thead td{
	background-image: url("../images_interface/barre_haute_crm.gif");
    background-repeat: repeat-x;
    color: white;
    width: 30px;
}
.calendrier thead input{
	background-image: url("../images_interface/barre_haute_crm.gif");
    background-repeat: repeat-x;
	border:0;
}

.calendrier tbody td{
	padding:1px;
	border-right:1px dotted #ccc;
}

.calendrier td a{
	display:block;
	border:1px solid white;
	color:#666;
	text-decoration:none;
}

.calendrier td a:hover{
	color:#666;
	text-decoration:none;
	border:1px solid green;
}

.calendrier td a.selected{
	display:block;
	border:1px solid red;
	color:red;
	text-decoration:none;
}

.select_month{
	width:60px;
	float:left;
}

.select_year{
	width:55px;
	float:right;
}

.cal_btn{
	background-image:url(../images_interface/icones/cal_btn.gif);
	background-position:left -3px;
	width:26px;
	height:18px;
	border:0;
	background-color:transparent;
	display:inline;
}

#prec_mois, #suiv_mois{
	border:1px solid #ccc;
	padding:0;
	margin:3px 0;
	font-size:9px;
	background-color:white;
}