/*
css spécifique au mode impression (par une imprimante ESII en mode "kiosk" ou
une imprimante standard en mode "system" : cf. fichier appointment-parameters.properties 
propriété PRINT_MODE.
*/
@CHARSET "ISO-8859-1";


.appointment-button{
	font-family : verdana;
	border: 1px solid #0177bf;
	cursor : pointer;
	width: auto;
	color: white;
	background-color: #0177bf;
	-moz-border-radius: 5px;
	margin-right: 20px;
	margin-left:5px;
	margin-right:5px;
	text-align: center;
	
	/* En mode impression, les boutons sont cachés. */
	visibility: hidden; 
}
.appointment-button-disabled{
	font-family : verdana;
	border: 1px solid #0177bf;
	cursor : pointer;
	width: auto;
	color: #D8D8D8;
	background-color: #F2F2F2;
	-moz-border-radius: 5px;
	margin-right: 20px;
	padding:2px;
	margin-left:5px;
	margin-right:5px;
	text-align: center;
	
	/* En mode impression, les boutons sont cachés. */
	visibility: hidden; 
}

.appointment-button-click{
	font-family : verdana;
	border: 1px solid #0099cc;
	cursor : pointer;
	width: auto;
	color: white;
	background-color: #0099cc;
	-moz-border-radius: 5px;
	margin-right: 20px;
	margin-left:5px;
	margin-right:5px;
	text-align: center;
	
	/* En mode impression, les boutons sont cachés. */
	visibility: hidden; 
}

.appointment-button-availabilities{
	font-family : verdana;
	border: 1px solid #0177bf;
	cursor : pointer;
	width: auto;
	color: white;
	background-color: #0177bf;
	-moz-border-radius: 5px;
	 padding: 1%;
	/* En mode impression, les boutons sont cachés. */
	visibility: hidden; 
}


.appointment-button-availabilities-click{
	font-family : verdana;
	border: 1px solid #0099cc;
	cursor : pointer;
	width: auto;
	color: white;
	background-color: #0099cc;
	-moz-border-radius: 5px;
	margin-right: 20px;
	margin-left:5px;
	margin-right:5px;
	
	/* En mode impression, les boutons sont cachés. */
	visibility: hidden; 
}


.appointment-button-availabilities-disabled{
	font-family : verdana;
	border: 1px solid #0177bf;
	cursor : pointer;
	width: auto;
	color: #D8D8D8;
	background-color: #F2F2F2;
	-moz-border-radius: 5px;
	margin-right: 20px;
	padding:2px;
	margin-left:5px;
	margin-right:5px;
	
	/* En mode impression, les boutons sont cachés. */
	visibility: hidden; 
}


.appointment-button-end{
	font-family : verdana;
	float: right;
	cursor : pointer;
	color: white;
	background: no-repeat;
	background-color: #0177bf;
	border: 1px solid #0177bf;
	-moz-border-radius: 5px;
	margin-left:5px;
	margin-right:5px;
	margin-top: 22px;
	font-size:11px;
	
	/* En mode impression, les boutons sont cachés. */
	visibility: hidden; 
}

.appointment-button-end-click{
	font-size:11px;
	font-family : verdana;
	float: right;
	cursor : pointer;
	color: white;
	background: no-repeat;
	background-color: #0099cc;
	border: 1px solid #0099cc;
	-moz-border-radius: 5px;
	margin-left:5px;
	margin-right:5px;
	margin-top: 22px;
	
	/* En mode impression, les boutons sont cachés. */
	visibility: hidden; 
}


.appointment-navigate{
	font-family : verdana;
	float: right;
	cursor : pointer;
	padding:4px;
	margin-left:5px;
	margin-right:5px;
	margin-top: 20px;
	
	/* En mode impression, les boutons sont cachés. */
	visibility: hidden; 
}