input.100 {
	width: 100%;
}

select.100 {
	width: 100%;
}

td {
	padding: 0;
	margin: 0;
}

th {
	padding: 0;
	margin: 0;
	height: 25px;
}

td.planningOutScheduleDispo {
	border-style: solid;
	border-width: 1pt;
	border-color: #A3C0DC;
	padding: 0pt;
	margin: 0pt;
	color: #00000;
	background-color: #FFFFFF;
	text-align: right;
	font-family: century gothic;
	font-size: 10pt;
	font-weight: natural;
}

td.planningOutScheduleBusy {
	border-style: solid;
	border-width: 1pt;
	border-color: #A3C0DC;
	padding: 0pt;
	margin: 0pt;
	color: #00000;
	background-color: #FF0000;
	text-align: right;
	font-family: century gothic;
	font-size: 10pt;
	font-weight: natural;
}

td.planningInScheduleDispo {
	border-style: solid;
	border-width: 1pt;
	border-color: #008000;
	padding: 0pt;
	margin: 0pt;
	color: #00000;
	background-color: #FFFFFF;
	text-align: right;
	font-family: century gothic;
	font-size: 10pt;
	font-weight: natural;
}

td.planningInScheduleBusy {
	border-style: solid;
	border-width: 1pt;
	border-color: #008000;
	padding: 0pt;
	margin: 0pt;
	color: #00000;
	background-color: #FF0000;
	text-align: right;
	font-family: century gothic;
	font-size: 10pt;
	font-weight: natural;
}

.days {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.hours {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 9px;
	height: 10px;
	font-weight: normal;
	color: #000000;
}

.h {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

td.fourth {
	background-color: #D8DEE1;
	width: 6px;
	height: 78px;
	border-top: 1px solid white;
	border-Bottom: 0px solid white;
	border-left: 0px solid white;
	border-right: 1px solid white;
}

td.lastFourth {
	background-color: #D8DEE1;
	width: 6px;
	height: 78px;
	border-top: 1px solid white;
	border-Bottom: 0px solid white;
	border-left: 0px solid white;
	border-right: 0px solid white;
}

td.hour {
	border-top: 1px solid gray;
	border-Bottom: 0px solid gray;
	border-left: 0px solid gray;
	border-right: 1px solid gray;
}

td.lasthour {
	border-top: 1px solid gray;
	border-Bottom: 0px solid gray;
	border-left: 0px solid gray;
	border-right: 0px solid gray;
}

td.day {
	border-top: 1px solid gray;
	border-Bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

td.cars {
	border-top: 1px solid gray;
	border-Bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

td.car {
	border-top: 1px solid white;
	border-Bottom: 0px solid white;
	border-left: 0px solid white;
	border-right: 0px solid white;
}

span.likeLink {
	color: #355B91;
	text-decoration: none;
	cursor: pointer;
}

span.likeLink:hover {
	color: #5F7FAF;
	text-decoration: underline;
}