.title {
 padding: 5px;
 float: left;
 background-color: inherit;
 border-right:1px solid gray;
 height: 20px;
 font-weight: bold;
}

.cell {
 padding: 5px;
 float: left;
 background-color: inherit;
 border-right:1px solid gray;
 height: 50px;
}

.when {
 width:127px;
 text-align: center;
}

.where {
 width:130px;
 overflow: auto;
}

.distance {
 width: 65px;
 text-align: center;
}

.highlights {
 width: 234px;
 overflow: auto;
}

#itin {
 font-family :  Arial, Helvetica, sans-serif;
 font-size : 14px;
 margin :  0px;
 padding : 0px;
 width :  600px;
 border:1px solid gray;
 overflow: hidden;
}

.titlerow {
 background-color : #ffffcc;
 border-bottom: 1px solid gray;
 text-align: center;
 overflow: hidden;
}

.row {
 clear: both;
 text-align: left;
 overflow: hidden;
}

.evenrow {
 background-color : #e7e7e7;
}

.oddrow {
 background-color : #f7f7f7;
}

.optrow {
 background-color : #a7a7a7;
}

/*

.titlerow2 {
 background-color : #ffffaa;
}

th {
 font-family : Arial, Helvetica, sans-serif;
 font-weight: bold;
 border-width:5px;
 }

td {
 font-family : Arial, Helvetica, sans-serif;
 border-width:5px;
 }

*/