/*
   CPST-240 styles

   
   Author: George North
   Date:   2009_01_16

   Filename: cpst.css
   
*/

body
{
	background-color: #6F6;
	margin: 6px;
	font-size: 100%;
	color: #000;
}

a:link
{
	color: #00F;
	text-decoration: underline;
}

a:visited
{
	color: #609;
	text-decoration: underline;
}

a:active
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #F00;
}


/* the table */
table.schedule
{
	width: 100%;
	caption-side: top; 
	text-align: left;
	border: 10px solid gray;
	border-collapse: collapse;
}

/* the table's heading line */
table.schedule thead tr
{
	height: 20px;
	color: white;
	background-color: rgb(203,50,203);
}

/* the table's body */
table.schedule tbody tr
{
	height: 30px;
}

/* the table */
table.schedule th
{
	border: 1px solid gray;
}

/* the table's cells */
table.schedule td
{
	border: 2px solid gray;
	padding: 5px;
}

/* the table's remaining columns */
table.schedule col.dayCols
{
	width: 13%
}

/* the table' first column */
table.schedule col.firstCol
{
	width: 6%;
	background-color: #6F6;
}

/*

What else?

*/
