/* Intervention lists */

table.InterventionList .day
{
	width: 50px;
}


table.InterventionList .duration
{
	width: 30px;
}


table.InterventionList td.duration
{
	text-align: right;
}

table.InterventionList .time
{
	width: 30px;
}


table.InterventionList td.time
{
	text-align: right;
}

table.InterventionList td.teacher,
table.InterventionList td.room
{
	text-align: right;
}


table.InterventionList .duration
{
	width: 30px;
}

table.InterventionList { color : #8B7A8F; border-top: solid 1px #8B7A8F; border-bottom: solid 1px #8B7A8F; border-collapse: collapse }

table.InterventionList th, table.InterventionList td { border: 0px; padding: 2px 4px 2px 4px}

table.InterventionList th { border-bottom: solid 1px #CCDDEE }

table.InterventionList tr {background-color: #FFFFFF }
table.InterventionList tr.odd {background-color: #E8EEF7}
table.InterventionList tr.newRow { border-top: solid 1px #CCDDEE }
table.InterventionList tr.past { font-style: italic }
table.InterventionList tr.now {background-color: #FFFFCC}
table.InterventionList td { padding: 5px }