@charset "utf-8";
/* CSS Général - SpeedServices.ch  */
<style type="text/css">
/*

CONTENU:
	DATESELECT.PHP3	
	CALENDAR.PHP
	HOURVIEW.PHP
	
/************************************************************
	DATESELECT.PHP3			*************************
************************************************************/

.calendarmain {
	
	}

	
#calendar {
	background-color:#c3d9ff;
	margin-top:20px;
	margin-right:60px !important;
	margin-right:30px;
	float:right;
	width:180px;
		}
		
.calendarframe {
	background-color:#c3d9ff;
	}

	
/************************************************************
	CALENDAR.PHP			*************************
************************************************************/

.calfloatleft {
	float:left;
	margin-left:8px;
	}
	
.calfloatright {
	float:right;
	margin-right:8px;
	}
	
.calfloatcenter {
	float:left;
	padding-left:8%;
	margin-bottom:5px;
	}
	
#minicalcontent {
	margin-left:10px;
	}
	
.tablecal td {
	width:20px;
	text-align:center;
	}
	
.ligne {
	background-color:#FFFFFF;
		}

.datesimple, .datesimple a {
	/* apparence des liens pour jours possibles */
	text-decoration: none;
	color: #565656;
	font-weight: bold;
	font-size:11px;
	width:20px;
	height: 17px;
}
.datesimple a:hover{
	/* apparence des liens survolés pour jours possibles */
	color: #;
	background-color:#d7f0ff;
	padding:3px;
}

.itemCurrentItem {
	/* apparence du jour en cours */
	background-color:#a7a7a7;
	color: #FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding:3px;
}
.itemClosedItem {
	/* apparence des jours fermés */
	color: #bbbbbb;
	font-size:11px;
}	

.monthName { 
	color:#0315b4;
	font-size:12px;
	font-weight:bold;
	}
.monthLink, .monthLink a{
	color:#687fdc;
	font-size:15px;
	font-weight:bold
	}
.monthLink a:hover {
	color:#0315b4;
	}
	
#libelle {
	font-size:11px;
	}
#datebg {
	background-color:#FFFFFF;
	}
	
/************************************************************
	HOURVIEW.PHP			*************************
************************************************************/

	#hourview {
		margin-right:60px !important;
		margin-right:30px;
		float:right;
		width:650px;
		}
	
	.callegendtop {
		color:#333333;
		font-size:10px;
		font-weight:bold;
		}
		
	.caltabcell {
		width:110px;
		border-bottom-color:#EAF2FF;
		border-bottom-style:dotted;
		border-bottom-width:1px;
		}
		
	.hourviewrow {
		height:6px;
		line-height:6px;
		}	
		
	.hourviewtitlerow {	
		border-bottom-style:solid;
		border-bottom-color:#0066CC;
		border-bottom-width:2px;
		background-color:#c3d9ff;
		height:25px;
		text-align:center;
		}	
		
	.hourviewtitlecell {
		background-color:#c3d9ff;
		width:70px;
			}	
			
	.hourviewmarquedrow{
		border-top-style:solid;
		border-top-color:#94CEFE;
		border-top-width:1px;	

		}
		
	.caltable {
		border-style:solid;
		border-color:#c3d9ff;
		border-width:1px;
		color:#333333;
		font-size:12px;
		font-weight:bold;
		}
	a.selectablecell  {
		display:block;
	}
	.nonselectablecell {
		background-color:#DDFFEE;
		border-bottom-style:none;
	}
	.busycell {
		background-color:#F15C5C;
		border-bottom-style:none;	
	}
	.specialclosingcell {
		background-color:#D2D2D2;
		border-bottom-style:none;	
	}
	
</style>
