div#tripDetail {
	background: #F93;
	padding: 10px 10px 10px 20px;
	color: #633;
}
* html div#tripDetail { /* Trigger hasLayout for IE to avoid peek-a-boo bug. */
	zoom:1;
}
div#links {
	background: #F93;
	font-size: 14px;
	color: #933;
	text-align: right;
	padding: 5px;
	border-bottom: 3px solid #914E4A;
}
div#links a {
	font-weight: normal;
	text-decoration: none;
}
div#links a:hover { text-decoration: underline; }
div#sidebar {
	float: right;
	width: 275px;
	margin-left: 30px;
}
div#header {
	background: #8199CD;
	padding-bottom: 4px;
	border-bottom: 3px solid #914E4A;
}
h1 {
	padding:3px 20px;
	background: #FC6;
	border-bottom: 3px solid #91504C;
	font-size: 14px;
	color: #933;
}
table {
	border-collapse: collapse;
	border: 2px solid #933;
	background: #FC6;
	width: 100%;
	margin: 20px 0;
	color: #933;
}
td, th { border: 1px solid #933; }
td { padding: 5px; vertical-align: top;	}
table.forms td { text-indent: -18px; padding-left: 23px; }
th {
	background: #8199CD;
	padding:0 0 4px 0;
	text-align: left;
}
table a { 
	font-size: 14px; 
	color: #933;
	font-weight: bold;
}
table h2 {
	text-align:left;
	font-size: 16px;
	border-bottom: 2px solid #933;
  display:block;
	padding: 5px;
}
table.forms h2 {
	background: #CC3;
}
table.details h2 {
	background: #F93;
}
table.details td {
	padding: 10px;
}
td.head {
	background: #FC3;
	text-align:right;
	width: 80px;
	padding-right: 15px;
	font-weight: bold;
}