
/* Auto Complete
-------------------------------*/

.acContainer {
    background-color: white;
    border: 1px solid black;
    position: absolute;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;
}
.acItem {
    /*padding: 1px;
    padding-left: 5px;*/
    padding: 0px 1px 0px 5px;
    color: black;
    width: 100%;
}
.acItemHilight {
    /*padding: 1px;
    padding-left: 5px;*/
    padding: 0px 1px 0px 5px;
    color: 000;
    background-color: #005cab;
}
.acOriDes
{
	width: 150px;
}
.acPlusSign
{
	cursor: pointer; cursor: hand;
	border: 0px;
	top: 3px;
	left: -4px;
	position: relative;
	z-index: 42;
}

.acShowTable
{
	border: 0px;
	padding-top: 1px;
	display: none;
	position: absolute;
	z-index: 100;
}

.acShowTable iframe
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	filter: mask();
	height: 112px;
	border: 0px;
}
.acSelectionBox
{
	overflow: auto;
	height: 112px;
	background-color: #F7F7F7;
	border: 1px solid #b5b5b5;
	display: none;
}
.acSelectionBoxCloseButton
{
	cursor: pointer; cursor: hand;
	position: absolute;
	top: 4px;
	display: none;
}
.acLookUp a.selected
{
	background-color: #dbdee4;
	text-decoration: none;
}
.acMatchHighlight
{
}



/* Flight Search
-------------------------------*/

#Srch_DepCal
{
	position: absolute;
	z-index: 100;
	display: none;
	border: none
}
#Srch_DepCal iframe
{
	height: 170px;
	width: 390px;
	z-index: 100;
	border: solid 1px #333333;
}

#Srch_RetCal
{
	position: absolute;
	z-index: 100;
	display: none;
	border: none
}
#Srch_RetCal iframe
{
	height: 170px;
	width: 390px;
	z-index: 100;
	border: solid 1px #333333;
}
.calThumb
{
	margin: 0px;
	cursor: pointer;
}





