/*******************************************************************************
 
  This is the custom style sheet file for Broker Link. All styles in this file 
  are deactivated from start. To activate a value remove the slash(/) and 
  asterisk(*) characters before AND after the style.
  
  Each style consists of a property name and a value separated with a colon(:) 
  and should be ended with a semicolon(;). For example:
  
      color: #c71585;
  
  Styles are grouped together by curly brackets. Before the opening bracket 
  there is one or several rows called a selector indicating on what element 
  in the page that the style should be applied to. 
  
  Color values should be entered using the hexadecimal RGB value. For a list 
  of color values please visit:
    http://www.w3schools.com/css/css_colorsfull.asp
  
  For more information on Cascading Style Sheets and a tutorial please visit:
    http://www.w3schools.com/css/

*******************************************************************************/



/********************
     ALL PAGES
********************/
    
/*
 Values in this section determine the style of the links. If your page already
 have styles for links then the Broker Link will probably inherit these styles
 and the styles in this section can remain deactivated.
*/
#avi-search-form a, 
#avi-search-form a:link, 
#avi-search-form a:visited, 
#avi-search-form a:active, 
.popupContent a, 
.popupContent a:link, 
.popupContent a:visited, 
.popupContent a:active
{
	/*color: #000000; */
	/*text-decoration: none;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Note from Stefan: I made some changes to the selectors on this one so the 
color only affect the wide search form and the popup since the thin form 
already has a nice white font color. */
.avi-route-builder-wide a, 
.avi-route-builder-wide a:link, 
.avi-route-builder-wide a:visited, 
.avi-route-builder-wide a:active, 
.popupContent a, 
.popupContent a:link, 
.popupContent a:visited, 
.popupContent a:active
{
	color: #2e9900;
}


#avi-search-form {
           text-align: left;
}


#avinode-broker-link {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;       
}

#avinode-broker-link {
           padding: 10px;
}

.popup-pane {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
}


/*
 Values in this section determine the style of a link when the mouse pointer
 hovers over it. If your page already have styles for this then the Broker Link
 will probably inherit these styles and the styles in this section can remain 
 deactivated.
*/
#avi-search-form a:hover,
.popupContent a:hover 
{
	text-decoration: underline;
}



/********************
    SEARCH FORM
********************/

/* 
 Values in this section determine the style of the language select area.
 Activate the 'display: none;' style to remove this area.
*/
#avi-nls-options {
	display: none;
}

/* 
 Values in this section determine the style of the area containing the 
 "Multiple destinations" link in a 'thin' embedded search form.
 Activate the 'display: none;' style to remove this area.
*/
.avi-route-builder-thin #avi-route-type-link-multileg {
	/*display: none;*/
}

/* 
 Values in this section determine the style of the area containing the 
 currency select box.
 Activate the 'display: none;' style to remove this area.
*/
#avi-currency-select-wrapper {
		display: none;
}


/* 
 Values in this section determine the style of the area containing the 
 "Show map" link in a 'thin' embedded search form.
 Activate the 'display: none;' style to remove this area.
*/
.avi-route-builder-thin .avi-map-link-wrapper {
	/* display: none; */
}

/* 
 Values in this section determine the style of the area containing the 
 "Show map" link in a 'wide' embedded search form.
 Activate the 'display: none;' style to remove this area.
*/
.avi-route-builder-wide .avi-map-link-wrapper {
	/* display: none; */
}

/* 
 Values in this section determine the style of the area containing the 
 "Show map" link in the popup search form.
 Activate the 'display: none;' style to remove this area.
*/
.popupContent .avi-route-builder-wide .avi-map-link-wrapper {
	/* display: none; */
}

/* 
 Values in this section determine the style of the area containing the 
 "Depature" and "Arrival" radio buttons under the date/time inputs link 
 in a 'thin' embedded search form.
 Activate the 'display: none;' style to remove this area.
 When this area is removed the default value will be "Departure". 
*/
.avi-route-builder-thin .avi-date-type {
	/* display: none; */
}

/* 
 Values in this section determine the style of the area containing the 
 "Depature" and "Arrival" radio buttons under the date/time inputs link 
 in a 'wide' embedded search form.
 Activate the 'display: none;' style to remove this area.
 When this area is removed the default value will be "Departure". 
*/
.avi-route-builder-wide .avi-date-type {
	/* display: none; */
}

/* 
 Values in this section determine the style of the area containing the 
 "Depature" and "Arrival" radio buttons under the date/time inputs link 
 in the popup search form.
 Activate the 'display: none;' style to remove this area.
 When this area is removed the default value will be "Departure". 
*/
.popupContent .avi-route-builder-wide .avi-date-type {
	/* display: none; */
}

/* 
 Values in this section determine the style of the area containing the 
 "Local time" and "UTC" radio buttons in a 'thin' embedded search form.
 Activate the 'display: none;' style to remove this area.
 When this area is removed the default value will be "Local time". 
*/
.avi-route-builder-thin .avi-time-options {
	/* display: none; */
}

/* 
 Values in this section determine the style of the area containing the 
 "Local time" and "UTC" radio buttons in a 'wide' embedded search form.
 Activate the 'display: none;' style to remove this area.
 When this area is removed the default value will be "Local time". 
*/
.avi-route-builder-wide .avi-time-options {
	/* display: none; */
}

/* 
 Values in this section determine the style of the area containing the 
 "Local time" and "UTC" radio buttons in the popup search form.
 Activate the 'display: none;' style to remove this area.
 When this area is removed the default value will be "Local time". 
*/
.popupContent .avi-route-builder-wide .avi-time-options {
	/* display: none; */
}


/********************
       POPUP
********************/

/* 
 Values in this section determine the style of the popup area header
*/
.popup-controls  {
    /*background-color: #ffffff;*/
	font-family: Arial, Helvetica, sans-serif;
}
/* 
 Values in this section determine the style of the popup area
*/
.popup-scroll {
    /*background-color: #ffffff;*/
}


/********************
 SEARCH RESULT PAGES
********************/

/* 
 Values in this section determine the style of the status bar.
*/
.avi-wizard-progress li {
    color: #182a44;
	border-bottom-color: #182a44;
}

/*
 Values in these sections determine the style of "even" and "odd" lines in 
 the search result. Changing background color of these can for example
 result in a zebra colored result list.  
*/
.link-even 
{
    background-color: #d3e4ee;
}
.link-odd 
{
    background-color: #e5eff5;
}

/*
 Values in this sections determine the style of selected lines in 
 the search result.
*/
.link-selected {
    background-color: #e7e2c1;
}

/*
 Values in these sections determine the style of the headers in the tables
 used to select specific aircraft models.
*/
.link-inquiry-selected thead {
    background-color: #aecde0;
}
.link-models thead {
    background-color: #aecde0;
}

/*
 Values in these sections determine the style of the rows in the tables
 used to select specific aircraft models.
*/
.link-inquiry-selected td {
	/*border-bottom-style: solid;*/
	/*border-bottom-width: 1px;*/
	/*border-bottom-color: #336699;*/
}
.link-models td {
	/*border-bottom-style: solid;*/
	/*border-bottom-width: 1px;*/
	/*border-bottom-color: #996633;*/
}

table.link-inquiry-selected,
table.link-models {
    border-collapse: collapse;
}

.avi-route-builder-thin #avi-submit-brokerlink-search-form-link,
.avi-route-builder-thin #avi-route-type-link-multileg,
.avi-route-builder-thin #avi-from-airport-leg0-map-link,
.avi-route-builder-thin #avi-to-airport-leg0-map-link
{
           padding: 0 !important;
}


