body {
	background: #d3d3d3;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

img {
	border: 0;
}

/* div style below */

#page {
	width: 800px;
	background: #f9f9f9;
	/* center page */
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
}

#content {
	padding: 8px;
	font-size: 0.8em;
}

#content p {
	margin: 20px 15px 40px 15px;
}


#content button {
	margin: 0px 0px 5px 12px;
}

/* Table style */

#content table {
	margin: 20px 15px 5px 15px;	
	table-layout: auto;
	
}

td {
	border-style:solid;
	border-width:1px;
}

td.person1 {
	background: #5195CE;
	font-weight: bold;
	text-align: center;
}

td.person2 {
	background: #E6E6E6;
	font-weight: bold;
	text-align: center;
}

td.person3 {
	background: #5BC236;
	font-weight: bold;
	text-align: center;
}

td.passenger {
	background: #fff370;
	font-weight: bold;
	text-align: center;
}

td.to {
	background: #fff370;
	font-weight: bold;
	text-align: center;
	border-top-style:none;
	border-bottom-style:none;
}

td.noborder {
	border-style:none;
}

td.notop {
	background: #fff370;
	border-top-style:none;
}

td.nobottom {
	background: #fff370;
	border-bottom-style:none;
}

#header {
	width: 800px;
	height: 160px;
}

#picture {
	padding: 8px 8px 8px 15px;
	float: right;
}

#content_left {
	width: 44%;
	float: left;
	text-align: center;
	border:1px dotted #02243c;
	margin: 20px 20px 40px 20px;
}

#content_right {
	width: 44%;
	float: right;
	text-align: center;
	border:1px dotted #02243c;
	margin: 20px 20px 40px 20px;
}

/* footer */

#footer {
	width: 100%;
	text-align: center;
	font-size: 0.7em;
}

#footer a {
	text-decoration: none;
	color: #000;
}

#footer img {
	margin-bottom: 2px; 
}

/* email form div style */
#email_form a {
	position: absolute;
	right: 5px;
	text-decoration: none;
	color: #005db3;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 2000px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity: .60;
	filter: alpha(opacity=60);
}

.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 55%;
	height: 450px;
	padding: 12px;
	padding-top: 5px;
	border: 4px solid #005db3;
	background-color: #d3d3d3;
	z-index:1002;
	overflow: auto;
}
