/*Rosemead School of PsychologyGeneral Academic Info CSS Document--------------------------------------Site-Level:		LocalMedia:			Screen, PrintUpdated:		August 30 2004Author:			Tim Beardshear*//* Layout-------------------------------------- */#table_student-class,#table_grade1,#table_grade2 {	width:350px;/*	background-color:#EEEEEE; */	margin:15px 0 18px 20px;	padding:0;	border-collapse:collapse;	}	#table_student-class td,#table_grade1 td,#table_grade2 td {	margin:0;	padding:6px 0 0 0;	}/* Student Classification table */	#table_student-class .col1 {	text-align:left;	width:110px;	}	#table_student-class .col2 {	width:240px;	}/* Grading System table */#table_grade1 .col1 {	width:40px;	text-align:left;	}	#table_grade1 .col2 {	width:200px;	}	#table_grade1 .col3 {	width:110px;	text-align:center;	}	#table_grade1 th {	border-bottom:solid 1px #CCCCCC;	padding:0 0 3px 0;	}/* Other Grading Codes table */#table_grade2 .col1 {	width:60px;	text-align:left;	}	#table_grade2 .col2 {	width:220px;	}	#table_grade2 .col3 {	width:70px;	text-align:center;	}	#table_grade2 th {	border-bottom:solid 1px #CCCCCC;	padding:0 0 3px 0;	}