/* Calendar CSS */
/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	margin-bottom:3px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 200px;
	padding: 6px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	margin-left:50px;
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* 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: 10px;
	background-color: 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: 22px;
	cursor: pointer;
}
/* date highlight in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #FFCC00;
}
div#tcal td.today {
	border: 1px solid black;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* 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 {
	visibility:hidden;
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

/* Form CSS */

/* Packages Links */
.link_package a:link { color:#000; text-decoration:inherit; }
.link_package a:hover { color:#F60; border-bottom-color:#000; }
.link_package a:visited { color:#333; }
.link_package { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:smaller; 
	border-bottom: solid 1px #F60; 
	border-bottom-width:2px; 
	border-bottom-style:dotted;
	padding-bottom:4px;
}

/* Orange Line */
#separateur {
	padding-bottom:5px;
	opacity: 0.5;
}

/* Fond Formulaire (Orange) */
#field_form {
	width:450px;
	background-color:#FFC;
	border-color:#FC6; 
	border-style:groove;
	border-width:thin;
}

/* Fond Formulaire (Blanc) */
#under_field {
	background-color:#FFFFFF;
	border-color:#FC6;
	border-style:groove;
	border-width:thin;
}

/* Zones de saisie */
#saisie {
	width:84px;
}

/* Zone de saisie date */
#saisie_date{
	width:84px;
}

/* Select lists */
#select_lists, #choix_forfait {
	width:90px;
}

/* Boutons Submit & Reset */
#boutons_forms {
	width:120px;
	height:25px;
}

/* Informations below the Form */
#div_infos {
	width:450px;
	height:30px;
}

/* Checkbox div */
#check_infos {
	width:450px;
	height:30px;
	padding-top:5px;
}

/* useless, only for the aspect */
#td_lignevide {
	width:100px;
	height:5px;
}


