#compactsearch{
	width:180px; height:360px; z-index:102;
	background-color: #ffffff;
	background-repeat: no-repeat;
	padding: 25px 0px 5px 3px;
	font-size: 13px;
}

#FlightSearchHead{
	background-image: url(../images/maincontent/compactsearch/flightsearch_head.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 180px;
	margin-bottom: 20px;
}

/* dynamic location field styles */
.CompactSearchLocationField{
	width: 177px;
	height: 23px;
	padding-top: 3px;
	padding-left: 5px;
	color: #76003d;
	background-image:url(../images/maincontent/compactsearch/searchfield.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 1px;
	margin-left: 5px;
	cursor: pointer;
}

.CompactSearchDateField{
	width: 177px;
	height: 23px;
	padding-top: 3px;
	padding-left: 5px;
	color: #666666;
	background-image:url(../images/maincontent/compactsearch/searchfield.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 1px;
	margin-left: 5px;
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;
}

.CompactSearchPaxCountField{
	width: 20px;
	height: 16px;
	color: #666666;
	padding: 2px;
	background-repeat: no-repeat;
	clear: both;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	border: 1px solid #b2b2b2;
	font-family: Verdana;
	font-size: 11px;
}

.StationHeadText{
	font-size: 13px;
	color: #666666;
	clear: both;
	padding-bottom: 13px;
	padding-top: 13px;
	font-weight: bold;
}

.StationSearchTextField{
	color: #666666;
	width: 150px;
	height: 14px;
	font-family: Verdana;
	font-size: 11px;
}

#FlightSearchButton{
	background-image: url(../images/maincontent/compactsearch/flightsearchbutton.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 26px;
	width: 173px;
	margin-left: 10px;
	margin-top: 10px;
}

#SearchDropdown{
	position:absolute; width:680px; height:auto; z-index:5000;
	background-color: #ffffff;
	background-repeat: repeat-x;
	border: 1px solid #b2b2b2;
	visibility: hidden;
	font-size: 11px;
	color: #76003d;
	line-height: 16px;
	padding-left: 20px;
	padding-bottom: 15px;
}

.StationSeparator{
	margin-left: 2px;
	margin-right: 2px;
	float: left;
	background-color: #d7d7d7;
	height: 24px;
	width: 1px;
	overflow: hidden;
}

#SearchDropdown .StationItem{
	float: left; 
	width: 150px; 
	text-decoration: underline; 
	cursor: pointer;
	padding: 3px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}

#SearchDropdown .StationItem:hover{
	background-color: #ffec00;
}

#SearchDropdown .InactiveStationItem{
	float: left; 
	width: 150px; 
	text-decoration: none; 
	color: #666666;
	padding: 3px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}

#SearchDropdown .InactiveStationItem:hover{
	background-color: #ffec00;
	cursor: default;
}

#CalendarHeadText{
	width: 570px;
	color: #666666;
	font-size: 13px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #d7d7d7;
	font-weight: bold;
	margin-left: 7px;
}

#CalendarPopUp{
	position:absolute; width:590px; height:auto; z-index:110;
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	visibility: hidden;
	font-size: 11px;
	color: #76003d;
	line-height: 16px;
	padding: 10px;
	overflow: hidden;
	
}

#CalendarContainer{
	margin-top: 5px;
	width: 100%;
	clear:both;
}

#PaxCountDropdown{
	position: absolute;	
	width: 24px;
	height: auto;
	color: #666666;
	border: 1px solid #b2b2b2;
	clear: both;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;	
	z-index: 130;
	background-color: #ffffff;
	visibility: hidden;
}

.PaxItem{
	padding: 2px;
	width: 20px;
}

.PaxItem:hover{
	background-color: #ffec00;
}

/* define backgrounds for the different rows */
.rowsta0, .rowsta1, .rowsta2, .rowsta3,
.rowsta8, .rowsta9, .rowsta10, .rowsta11,
.rowsta16, .rowsta17, .rowsta18, .rowsta19,
.rowsta24, .rowsta25, .rowsta26, .rowsta27,
.rowsta32, .rowsta33, .rowsta34, .rowsta35,
.rowsta40, .rowsta41, .rowsta42, .rowsta43,
.rowsta48, .rowsta49, .rowsta50, .rowsta51,
.rowsta56, .rowsta57, .rowsta58, .rowsta59,
.rowsta64, .rowsta65, .rowsta66, .rowsta67,
.rowsta72, .rowsta73, .rowsta74, .rowsta75,
.rowsta80, .rowsta81, .rowsta82, .rowsta83,
.rowsta88, .rowsta89, .rowsta90, .rowsta91
{
	background-color: #f3f3f3;
}

#CalendarQuickMonth{
	width: 575px;
	border-top: 1px solid #d7d7d7;
	margin-left: 5px;
	margin-top: 10px;
	clear:both;
}

.QuickMonthEntry{
	width: 82px;
	height: 12px;
	background-color: #f4f4f4;
	text-align: center;
	cursor: pointer;
}

.QuickMonthEntry a{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}

.QuickMonthEntry a:hover{
	text-decoration: underline;
}

