@charset "utf-8";
/* CSS Document */

#travel {
	font-size: 12px;
	border: 1px solid #666666;
}

#travel tr.white {
	font-weight: bold;
	background-color: #FFFFFF;
}
#travel tr.whiteborder {
	font-weight: bold;
	background-color: #FFFFFF;
	
}

#travel td.whiteborder {
	font-weight: bold;
	background-color: #FFFFFF;
	border-bottom: 1px solid #666666;
	vertical-align: bottom;
}


#travel tr.gray {
	background-color: #cccccc;
	font-weight: bold;
}
