/* CSS Document */

.matrix {
	border: 1px solid #ccc;
	width: 100%;
}

.matrix {
	background-color: #FAFEFF;
}

.matrix tbody tr td {
	border-bottom: 1px solid #F1F5F6;
	border-right: 1px solid #F1F5F6;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 3px 8px 10px 8px;
}

.matrix tbody tr td.indent {
	padding-left: 2em;
}

.matrix tbody tr th {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
/*	font-size: small;*/
	border-bottom: 1px solid #919191;
	border-right: 1px solid #919191;
	background: url(../grfx/th_bakgrd.gif) center center repeat-x;
}

.item {
	width:150px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size: small;
	text-align:left;
	vertical-align:top;
	padding: 3px 8px;
	border-bottom: 1px solid #F1F5F6;
	border-right: 1px solid #F1F5F6;
	background:url(../grfx/firstaid_th_bakgrd.jpg) top right #fff no-repeat;
}

/*.firstaid tbody tr.selected td {
	background-color: #F5FCE2;
	border-bottom: 1px solid #F5FCFE;
	border-right: 1px solid #F5FCFE;
	color: #FFFFFF;
	font-weight: bold;
}*/