/* 
Travel Page styles for smithdiving.com
Bob Haider
bobhaider@mac.com
Updated: Dec 2006
*/

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

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

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

/* Menu Area */

#menuarea {
	float: left;
	background: #e7dbe2 url(../images/pagedisplays/travelpage/tpdisplaybg.gif) repeat-y left ;
	}

/* display area - text areas */

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

/* Table Defs */

table.divedetails {
	width: 95%;
	border-collapse: collapse;
	border: 1px gray solid; 
	}

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

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

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

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

td.divecell {
	padding-top: .3em;
	padding-bottom: .3em; 
	}

td.datecell {
	}

td.locationcell {
	}

