/* 
Education Page styles for smithdiving.com
Bob Haider
bobhaider@mac.com
Updated: Apr 2004
*/

/* The display area for the main page is a text area to the left and a menu area to the right. the display area has a top and bottom graphic that further defines the display space and should be the first and last elements displayed */

#maindisplay {
	background: #ffffff url(../images/pagedisplays/educationpage/epdisplaybg.gif) repeat-y center ;
	}

#maindisplay:before {
	content: url(../images/pagedisplays/educationpage/epdisplaytop.gif);
	text-align: center;
	}

#maindisplay:after {
	content: url(../images/pagedisplays/educationpage/epdisplaybtm.gif);
	text-align: center;
	}

/* display area - text areas */

#textarea {
	float: right;
	background: #ffffff url(../images/pagedisplays/educationpage/epdisplaybg.gif) repeat-y right ;
	}

center.NAUI {
	color: red;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	line-height: .9em; 
	}

/* display area - menu */

#menuarea {
	float: left;
	background: #ffe1c2 url(../images/pagedisplays/educationpage/epdisplaybg.gif) repeat-y left ;
	}

/* Table Defs */

table.class2cols {
	width: 90%;
	border-collapse: collapse;
	border: 1px gray solid; 
	}

th.coursecolw {
	width: 25%;
	text-align: center;
	border: 1px black solid;
	padding-top: .3em;
	padding-bottom: .3em; 
	}

th.date1col {
	width: 75%;
	text-align: center;
	border: 1px black solid; 
	}

th.date2col {
	width: 37%;
	text-align: center;
	border: 1px black solid; 
	}

th.date3col {
	width: 25%;
	text-align: center;
	border: 1px black solid; 
	}

table.classcols {
	width: 100%;
	border-collapse: collapse;
	border: 1px gray solid; 
	}

th.coursecol {
	width: 20%;
	border: 1px black solid; 
	padding-top: .3em;
	padding-bottom: .3em; 
	}

th.date4col {
	width: 20%;
	border: 1px black solid; 
	}

th.date5col  {
	width: 16%;
	border: 1px black solid; 
	}

tr.classrow {
	}

td.coursecell {
	text-align: center;
	border: 1px gray solid; 
	padding-top: .3em;
	padding-bottom: .3em; 
	}

td.datecell {
	text-align: center;
	border: 1px gray solid; 
	padding-top: .4em;
	padding-bottom: .4em; 
	}
