.airSelection .firstRow, .guestEnter .firstRow {
	font-weight:bold;
	color:#4d5762;
	background-color: #cfdfe6;
}

.guestEnter .firstRow { background-color: #d8e8f0; }

.airSelection, .guestEnter
{
	width: 600px;
	border:solid #f5f5f5 1px;
	margin-left: 30px;
	border-width:1px 1px 0 1px;
}	

.guestEnter { width: 540px; }

.airSelection .rowNormal, .guestEnter .rowNormal {
	background: #ebebeb;
    border-bottom:1px solid silver;
}
.airSelection .rowAlternate, .guestEnter .rowAlternate {
    border-bottom:1px solid silver;
}
.airSelection .rowHighlight {
    background: #ffffe0;
    border-bottom:1px solid silver;
}

.colA, .colB, .colC, .colD, .colE, .colF, .colSel, .airline {
	float:left;
	padding: 5px 0; 
}


.colA, .colSel, .airline {
	width:45px;
	text-align:center;
	border-right:solid 1px #f5f5f5;
	padding: 7px 0 4px 0;
}


.airline
{
	width:60px;
}

.airline a:hover { text-decoration: underline; }
.colB {
	width:80px;
	padding-left:8px;
	text-align: left;
	border-right:solid 1px #f5f5f5;
}

.guestEnter .colB { width: 150px; }
.colC{
	width:110px;
	text-align:left;
	padding-left:8px;
	border-right:solid 1px #f5f5f5;
}

.guestEnter .colC { width: 150px; }

.colD{
	width:105px;
	padding-left:8px;
	text-align: left;
	border-right:solid 1px #f5f5f5;
}

.guestEnter .colD { width: 80px; }

.colE{
	width:105px;
	padding-left:8px;
	text-align: left;
	border-right:solid 1px #f5f5f5;
}
.guestEnter .colE { width: 100px; border-right: none; }

.colF{
	width:30px;
	padding-left:8px;
	text-align: left;
}

.clearer{
	clear:both;
}

.alternate 
{
	background: #f5f5f5 !important
}

.selectionBox 
{
	padding: 3px 8px 3px 8px;
	border: 1px solid silver;
	width: 400px;
	margin: 10px auto;
	background-color: #e1f0ce;
}

.selectionBox div
{
	display: inline;
	width: 10px !important;
	height: 20px;
}


