@charset "UTF-8";
/* CSS Document */

table.clientPanel, table.clientPanelediting{
	border: 1px solid #999;
	width: 500px;	
}

table.clientPanel{
	background-color: #E6E6E6;
}

table.clientPanel tr, table.clientPanelediting tr{
	
}

table.clientPanel td, table.clientPanelediting td{		
	border-bottom: 1px solid #fff;	
}

table.clientPanelediting{
	background-color: #E6E6FF;
}

.noteText{
	font-weight: bold;
	color: #3333FF;
	font-size: .9em;
}

table.csTable{	
	border: 1px solid #999;
	border-collapse:collapse;
	width: 200px;
}

table.csTable th{
	background-color: #333333;
	color: #f0f0f0;
	
}

table.csTable td, table.csTable th{
	padding: 2px;
	border-left: 1px solid #666666;
}

table.csTable tr{
	border-bottom: 1px solid #666666;
}

table.csTable tr.odd{
	background-color: #f0f0dd;
}
table.csTable tr.even{

}
table.csTable tr.teacher, .teacher{	
	font-weight: bold;
	color: #00AA00;
}