/*****************************************************************
File name:	student_styles.css
Directory:	f:\MALLS\theintegralcenter\pages\studentpages		
Description:	This page belongs to The Integral Center.  It provides general
				style and formatting functions and classes for student pages.	
Contents:		I.	Course Table Classes

Work Required:	I.	Figure out which comment markers work best.
					a.	try to get away from colfusion <!------> 
						if possible

Coded by: 	Zachary Smith
Created:	May 16, 2007
Updated:	June 15, 2007
****************************************************************/

/****COURSE TABLE CLASSES******************************************/
.courseTable/*Layout for course tables*/
{
	font-family		:"Times New Roman", Times, serif;
	border-left		:2px solid #000000;
	border-right	:2px solid #000000;
	border-bottom	:2px solid #000000;
}

.courseTableHeader/*Header for Course tables (such as Courses Completed)*/
{
	color			:#000000;
	font-size		:16px;
	font-family		:inherit;
	background-color:#ABCDBF;
	border-top		:2px solid #000000;
	border-bottom	:2px solid #000000;
}

.attributeHeader/*For attribute labels (such as course #)*/
{
	font-size		:14px;
	font-family		:inherit;
	border-right	:2px solid #000000;
	border-bottom	:2px solid #000000;
}

.data/*For data in course tables*/
{
	text-align	:center;
	font-size	:12px;
	font-family	:inherit;
	border		:none;
}
/*****************************************************************/

