/* 
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/equipmentpage/eqpdisplaybg.gif) repeat-y center ;
	}

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

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

/* display area - text areas */

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

/* display area - menu */

#menuarea {
	float: left;
	background: #ffe4f4 url(../images/pagedisplays/equipmentpage/eqpdisplaybg.gif) repeat-y left ;
	}


table {
	border-collapse: collapse;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px black solid; 
	}
th {
	margin-top: .3em;
	margin-bottom: .3em;
	padding-right: .3em;
	padding-left: .3em;
	text-align: center;
	font-size: larger;
	border: 1px black solid; 
	}

th.equipmentcol {
	width:40%;
	}

th.ratecol {
	width:20%;
	}

td.equipmentcell {
	padding-top: .3em;
	padding-right: .3em;
	padding-bottom: .3em; 
	padding-left: .5em;
	margin-top: .em;
	border: 1px #b1b1b1 solid;
	}

td.ratecell {
	text-align: center;
	margin-top: .3em;
	margin-bottom: .3em; 
	border: 1px #b1b1b1 solid; 
	}
