/* venisa START */
/* home page - additional */
#content #tempHome .iconCoupler .shift ul.alert {
	list-style: circle outside url(/daitwp/images/icon_alert.gif);
	margin-bottom: 0;
}
#content #tempHome .iconCoupler .shift p.title {
	margin: 0 0 3px 0;
}
#content #tempHome .my .myBg .myBgContents p .pastdue {
	color: #cb7c1f;
}

/* venisa END */



/* MATRIX STYLES */
table#matrix {
	border: 1px solid #C4E192;
	clear: left;
	width: 100%;
	} 

table#matrix tr.headrow {
	background-color: #C4E192;
	border-top: 2px solid #C4E192;
	}
	
table#matrix th {
	background-color: #C4E192;
	border: 1px solid #ffffff;
	color: #00a8c0;
	text-align: center;
	padding: 2px;
	}
	
table#matrix tr.steprow {
	background-color: #DCF3B5;
	height: 30px;
	font-size: 12px;
	}

table#matrix tr.steprow td {
	padding-left: 20px;
	}
	
table#matrix td.active {
	background-color: #E3F8FB;
	text-align: center;
	}
	
table#matrix td {
	padding: 2px;
	}

table#matrix span.students {
	color: #83A746;
	font-weight: bold;
	}
	
table#matrix span.parents {
	color: #755cb4;
	font-weight: bold;
	}
	
table#matrix span.teachers {
	color: #00a8c0;
	font-weight: bold;
	}
	
table#matrix span.principals {
	color: #ee9a22;
	font-weight: bold;
	}
	
div#legend {
	border: 2px solid #CAF2F7;
	padding: 2px 10px 0px;
	float: left;
	height: 20px;
	}
