/* Prompt boxes for locations */

.prompt-box {
font-size:12px;
position: absolute; 
background:#e5f0ff repeat-x bottom;
border:3px solid #88b9ba;
padding:10px;
width:300px; 
z-index:9999;
color:#4f5e5e;
}
.prompt-box h5{
font-size:12px;
padding-bottom:7px;
border-bottom:1px solid #c0ccdb;
}
.prompt-box img.stay-left{
float:left;
padding-right:15px;
}
.prompt-box h5 a.float-right{
float:right;
font-weight:normal;
font-size:11px;
}
.prompt-box ul{
padding-top:7px;
border-top:1px solid #eaf3ff;
font-size:12px;
margin-left:0px;
float:none;
overflow:hidden;
list-style:none;
}
.prompt-box ul li{
margin:0;
padding:0;
padding-left:15px;
width:200px;
background:url(../images/bullet-small-blue.gif) no-repeat 3px center;
}
.prompt-box.no-bg ul li {background:none;}
.prompt-box a{
color:#4f5e5e;
font-size:11px;
}
.prompt-box p.border-this{
padding-top:7px;
border-top:1px solid #eaf3ff;
font-size:12px;
}

#full-flight-search-form #departSearchDesc {
position:absolute;
top:22px;
left:130px;
}
#full-flight-search-form #departAirList {
position:absolute;
top:22px;
left:130px;
}
#full-flight-search-form #departSearchDescError {
position:absolute;
top:22px;
left:130px;
}
#full-flight-search-form #arrivalSearchDesc {
position:absolute;
top:22px;
left:130px;
}
#full-flight-search-form #arrivalAirList {
position:absolute;
top:22px;
left:140px;
}
#full-flight-search-form #arrivalSearchDescError {
position:absolute;
top:22px;
left:140px;
}

.listbox {
position:absolute;
width:300px; 
background:#e5f0ff url(../images/gradient-light-blue-large.png) repeat-x bottom;
border:3px solid #88b9ba; 
overflow : auto; 
font-size:11px;
}

.listbox div{
border-bottom:1px solid #b2c3dc;
border-top:1px solid #FFF;
padding:3px 5px;
}
.mouseOutClass{background:#d7e8ff;}
.mouseOverClass{
background:#cde2ff;
text-decoration:underline;
}

.error-list {
border:1px solid rgb(0, 0, 0); 
position:absolute; 
background-color:rgb(237, 237, 237); 
left:124px; 
top:220px;
}

/* Date Box */

.date-box{
position: absolute; 
background-color: rgb(237, 237, 237); 
left:0px; 
top:0px;
z-index:3;
border:3px solid #ccc;
}
.date-box table{ 
border-collapse: collapse; 
background-color:#fff; 
font-family:"Arial";
font-size:11px;
}
.date-box table table{background-color:#d7e8ff;}
.date-box table td{ 
border: 1px solid #eee; 
padding:5px 5px;
line-height: 14px; 
}
.date-box table td h5{
font-size:12px;
font-weight:bold;
} 
.date-box table td h5 a.float-right{
color:#02878a;
font-size:11px;
float:right;
font-weight:normal;
text-decoration:underline;
cursor:pointer;
}
.date-box table td table td{ 
border:1px solid #CCC; 
padding:3px 4px; 
}
.date-box table th{ 
border:1px solid #d7e8ff; 
text-align:center;
font-weight:bold;
padding:3px 0px; 
}
a#back-button,
a#next-button{
display:block;
width:20px;
height:15px;
}
a#back-button{background:url(//media.tripcentral.ca/style/images/arrow-left-blue.gif) no-repeat center center;}
a#next-button{background:url(//media.tripcentral.ca/style/images/arrow-right-blue.gif) no-repeat center center;}

.strike{text-decoration:line-through;color:#aaa;}
.weekday {background:#eee;}
.weekend {background:#dbdbdb;}
.headRow{background:#919191;color:#ccc;text-align:center;font-size:10px;}
.dateOverClass{background:#b1b1b1;cursor:pointer; }
.dateOver2Class{background:#b1b1b1;cursor:pointer; }
.dateOutClass{background:#CCC;}
.pastDate{font-weight:bold;color:#b1b1b1;}
.selectBoth{background-image:url(../images/both.png);}
.dateChosenClass{background:#359fa1;}
.dateChosenClass2{background:#88b9ba;}
.midDate{color:#000;background:#dedede;}
.midDateWeekend{color:#000;background:#bebebe;}

/* Search Progress Box */

#search-progress{
background:#e5f0ff url(../images/gradient-progress-box.png) repeat-x bottom;
margin-bottom:7px;
border:1px solid #CCC;
}
#search-progress .pad{padding:15px 15px;}
#search-progress .pad p{font-size:11px;}

#search-progress table{
border-collapse:collapse;
width:100%;
padding:0;
font-size:12px;
color:#000;
}
#search-progress table td{padding:0;}
#search-progress table td.one{width:70px;}
#search-progress table td.two{width:355px;}
#search-progress table td.three{}
#search-progress table td.four{width:50px;}

#search-progress #progress-bar{
width:340px;
background:#FFF;
border:1px solid #d4d4d4;
height:17px;
}
#search-progress #progress-bar #progress-meter{
background:#34a2a5 url(../images/gradient-progress.png) repeat-x;
height:17px;
width:0px;
}

/* Processing Div */

.small-wait {
left:50%;
top:50%;
position:fixed;
background:url(../images/shadow-small.png) no-repeat;
width:407px;
height:177px;
margin-left:-203px;
margin-top:-88px;
z-index:9999;
}
* html .small-wait {
left:50%;
top:50%;
position:absolute;
background:none;
width:407px;
height:177px;
margin-left:-203px;
margin-top:-88px;
}
.small-wait #contents{
text-align:center;
border:1px solid #a0a0a0;
background:#FFF url(../images/gradient-processing.png) repeat-x bottom;
width:347px;
margin:29px 0 0 29px;
height:117px;
}
.small-wait #contents .alert-button{
display:block;
cursor:pointer;
font-size:14px;
background:url(../images/processing-button.gif) no-repeat center;
padding:10px 0;
text-align:center;
width:60px;
margin:10px auto 0 auto;
position:relative;
}
.small-wait img{margin-top:8px;}

.small-wait p{
font-size:14px;
color:#757575;
margin-top:30px;
}

.long-wait {
left:50%;
top:50%;
position:fixed;
background:url(../images/shadow-large.png) no-repeat;
width:495px;
margin-left:-247px;
margin-top:-88px;
height:177px;
z-index:9999;
}
* html .long-wait {
left:50%;
top:50%;
position:absolute;
background:none;
width:495px;
margin-left:-247px;
margin-top:-88px;
height:177px;
}

.long-wait #contents{
text-align:center;
border:1px solid #a0a0a0;
background:#FFF url(../images/gradient-processing.png) repeat-x bottom;
width:435px;
height:117px;
margin-left:29px;
margin-top:29px;
}

.long-wait img{margin-top:8px;}
.long-wait p{
font-size:14px;
color:#757575;
margin-top:28px;
}
.long-wait table{width:100%;}
.long-wait h2{
margin-top:25px;
width:127px;
padding:3px 0;
font-size:44px;
color:#b2b2b2;
font-weight:normal;
background:url(../images/processing-timer.gif) no-repeat;
}

/* Pop Ups */

.searchInformation{
position:absolute;
left:-9999px;
top:0;
background:#e5f0ff url(../images/gradient-light-blue-large.png) repeat-x bottom;
border:2px solid #88b9ba;
padding:10px;
width:400px;
}
.alternateFairInformation{
position:absolute;
left:-9999px;
top:0;
background:#e5f0ff url(../images/gradient-light-blue-large.png) repeat-x bottom;
border:2px solid #88b9ba;
padding:10px;
width:200px;
font-size:12px;
}

img.centerInfoHover{
margin-bottom:-3px;
padding-left:3px;
cursor:pointer;
text-decoration:underline;
}
.phoneInformation{
position:absolute;
left:-9999px;
top:0;
background:#e5f0ff url(//media.tripcentral.ca/style/images/gradient-light-blue-large.png) repeat-x bottom;
border:2px solid #88b9ba;
padding:10px;
width:150px;
font-size:12px;
font-weight:bold;
}

.form-pop{
background:#faf4e3;
border:3px solid #02878a;
width:356px;
padding:14px 0;
text-align:center;
position:absolute;
top:22px;
left:424px;
z-index:5000;
}
