﻿@font-face {
    font-family: calibri;
	src: local("Calibri"),
    	 url(calibri.ttf);
    font-weight: normal;
}

@font-face {
    font-family: calibri;
    src: local("Calibri Bold"),
    	 url(calibrib.ttf);
    font-weight: bold;
}


/* ---------------------------------------------------------------------- COMPUTERS ---------------------------------------------------------------------- */
@media (min-width:850px) {

body {
	color: #333333;
	background-color: #F9F9F9;
	background-image: url('http://www.eh.kelvin273.com/images/pixel.jpg');
	background-repeat: repeat;
	/*background-attachment: fixed;*/
	margin: 0;
}

.header {
	border: 0px solid #333333;
	width: 100%;
	height: 130px;
	cursor: pointer;
	background-image: url('http://www.eh.kelvin273.com/images/runway-lights_banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.header_title {
	font-family: Calibri;
	font-size: 40px;
	color: #F7E603;
	vertical-align: middle;
	text-align: center;
}

.main_table {
	width: 850px;
	font-family: calibri;
	padding: 0px;
	border-spacing: 0px;
	border: 0px solid #000000;
	vertical-align: middle;
}

.tabs {
	width: 25%;
	height: 70px;
	color: #F7E603;
	text-align: center;
	font-family: calibri;
	font-size: 22px;
	font-weight: bold;
	background: -webkit-linear-gradient(#393939, #6F6F6F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#393939, #6F6F6F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#393939, #6F6F6F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#393939, #6F6F6F); /* Standard syntax (must be last) */
    border: 1px solid #333333;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-transition: border 0.2s; /* For Safari 3.1 to 6.0 */
    transition: border 0.2s;
}

.tabs:hover {
	cursor: pointer;
    background: -webkit-linear-gradient(#444444, #8A8A8A); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#444444, #8A8A8A); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#444444, #8A8A8A); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#444444, #8A8A8A); /* Standard syntax (must be last) */
    border: 1px solid #F7E603;
    border-bottom: 1px solid #333333;
	}
	
.tabs_selected {
	width: 25%;
	height: 30px;
	color: #000000;
	text-align: center;
	font-family: calibri;
	font-size: 22px;
	font-weight: bold;
	background: #F7E603;
	border: 1px solid #333333;
	border-bottom: 1px solid #F7E603;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.tabs_selected:hover {
	cursor: default;
}

.main_section {
	width: 850px;
	font-family: calibri;
	padding: 0px;
	border-spacing: 0px;
	text-align: center;
	background: -webkit-linear-gradient(#D9D9D9, #F4F4F4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D9D9D9, #F4F4F4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D9D9D9, #F4F4F4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D9D9D9, #F4F4F4); /* Standard syntax (must be last) */
    border: 1px solid #333333;
    border-top: 0px solid #333333;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.sections {
	width: 100%;
	height: 400px;
	vertical-align: middle;
}

.titles {
	font-family: calibri;
	font-size: 24px;
}

.text {
	font-family: calibri;
	font-size: 18px;
}
.errors {
	font-family: calibri;
	font-size: 18px;
	color: #FF0000
}

.textbox_big {
	width: 450px;
	height: 30px;
	font-family: calibri;
	font-size: 18px;
	color: #F7E603;
	background-color: #4E4E4E;
	border: 1px solid #F7E603;
	padding: 1px 2px;
}

.textbox_small {
	width: 60px;
	height: 32px;
	font-family: calibri;
	font-size: 18px;
	color: #F7E603;
	background-color: #4E4E4E;
	border: 1px solid #F7E603;
	padding: 1px 2px;
	text-align: center;
	
}

.button {
	font-size: 18px;
	font-family: calibri;
	border:1px solid #D0D0D0;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#393939), to(#6F6F6F));
	background: -webkit-linear-gradient(#393939, #6F6F6F); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#393939, #6F6F6F); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#393939, #6F6F6F); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#393939, #6F6F6F); /* Standard syntax (must be last) */
	padding: 2px 4px;
	color: #F7E603;
	text-decoration: none;
	vertical-align: middle;
   }

.button:hover {
	border-top: 1px solid #DBDBDB;
	color: #000000;
	background: #F7E603;
	cursor: pointer;
   }
   
.button:active {
	border-top-color: #464c4f;
	background: #464c4f;
   }
   
.button_arrow {
	height: 32px;
	width: 32px;
	background: #404040;
	background-image: url('http://www.eh.kelvin273.com/images/arrow_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	border:1px solid #F7E603;
   }

.button_arrow:hover {
	background: #F7E603;
	background-image: url('http://www.eh.kelvin273.com/images/arrow_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
   }
     
#Search_Airlines_Button {
	margin: -5px;
	height: 34px;
	width: 34px;
	background: #404040;
	background-image: url('http://www.eh.kelvin273.com/images/search_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	border:1px solid #F7E603;
	padding: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#Search_Airlines_Button:hover {
	background: #F7E603;
	background-image: url('http://www.eh.kelvin273.com/images/search_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#Search_Routes_Button {
	margin: -5px;
	height: 34px;
	width: 85px;
	text-align: left;
	color: #F7E603;
	font-size: 18px;
	font-family: calibri;
	background: #404040;
	background-image: url('http://www.eh.kelvin273.com/images/search_icon.png');
	background-repeat: no-repeat;
	background-position: right;
	border:1px solid #F7E603;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

#Search_Routes_Button:hover {
	background: #F7E603;
	color: #000000;
	background-image: url('http://www.eh.kelvin273.com/images/search_icon.png');
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

#Search_Airports_Button {
	margin: -5px;
	height: 34px;
	width: 34px;
	background: #404040;
	background-image: url('http://www.eh.kelvin273.com/images/search_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	border:1px solid #F7E603;
	padding: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#Search_Airports_Button:hover {
	background: #F7E603;
	background-image: url('http://www.eh.kelvin273.com/images/search_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.ad_horizontal {
	width: 850px;
	height: 100px;
	text-align: center;
	margin:auto;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-family: calibri;
}

.hide_div {
	display: block;
}

.table_routes {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
	width: 500px;
}

.takeoff_icon {
	background-image: url('http://www.eh.kelvin273.com/images/takeoff_icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.landing_icon {
	background-image: url('http://www.eh.kelvin273.com/images/landing_icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

/* /////////////////////////////////////////////// RADIO BUTTONS //////////////////////////////////////////////// */

.IATAICAO_toggle {
	width: 224px;
	margin: auto;
}

.IATAICAO_toggle label {
    float:left;
    width:110px;
    border:1px solid #D0D0D0;
    overflow:auto;
    font-size: 14px;
    color: #F4F4F4;
    background-color:#404040;
}

.IATAICAO_toggle label span {
    text-align:center;
    display:block;
    font-size: 16px;
    font-family: calibri;
    padding:8px 0px;
}

.IATAICAO_toggle label span:hover {
	background: #F7E603;
	color:#000000;
	cursor: pointer;
}

.IATAICAO_toggle label input {
    position:absolute;
    top:-20px;
}

.IATAICAO_toggle input:checked + span {
    color:#F7E603;
    background: -webkit-linear-gradient(#393939, #6F6F6F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#393939, #6F6F6F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#393939, #6F6F6F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#393939, #6F6F6F); /* Standard syntax (must be last) */
    font-weight: bold;
}

.Airports_toggle {
	width: 364px;
	margin: auto;
}

.Airports_toggle label {
    float:left;
    width:180px;
    border:1px solid #D0D0D0;
    overflow:auto;
    font-size: 14px;
    color: #F4F4F4;
    background-color:#404040;
}

.Airports_toggle label span {
    text-align:center;
    display:block;
    font-size: 16px;
    font-family: calibri;
    padding:8px 0px;
}

.Airports_toggle label span:hover {
	background: #F7E603;
	color:#000000;
	cursor: pointer;
}


.Airports_toggle label input {
    position:absolute;
    top:-20px;
}

.Airports_toggle input:checked + span {
    color:#F7E603;
    background: -webkit-linear-gradient(#393939, #6F6F6F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#393939, #6F6F6F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#393939, #6F6F6F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#393939, #6F6F6F); /* Standard syntax (must be last) */
    font-weight: bold;
}


/* /////////////////////////////////////////////// AUTOCOMPLETE //////////////////////////////////////////////// */

.search_container {
	height: 34px;
	padding: 0px;
	border: 0px #000000 none;
	position: relative;
	left: 0px;
	top: 0px;
}
.search_container input {
	height: 30px;
	width: 450px;
	border-radius: 0;
	font-family: calibri;
	font-size: 18px;
	color: #F7E603;
	background-color: #4E4E4E;
	border: 1px solid #F7E603;
	margin:0px;
	padding: 1px 3px;
}
.search_container ul {
	width: 456px;
	border: 1px solid #4E4E4E;
	color: #F4F4F4;
    background: #5E5E5E;
	list-style: none;
	position: relative;
	top: -3px;
	left: -14px;
	z-index: 9;
	text-align: left;
	margin: 0px;
	display: none;
	padding: 0px;
}

.search_container li {
	padding: 2px;
}

.search_container ul li:hover {
	background: #6E6E6E;
	cursor: pointer;
}

.keyword_highlight {
	color: #F7E603;
	font-weight: bold;
}

.search_container_routes {
	height: 34px;
	padding: 0px;
	border: 0px #000000 none;
	position: relative;
	left: 0px;
	top: 0px;
}
.search_container_routes input {
	height: 30px;
	width: 450px;
	position: relative;
	z-index: 1;
	border-radius: 0;
	font-family: calibri;
	font-size: 18px;
	color: #F7E603;
	background-color: #4E4E4E;
	border: 1px solid #F7E603;
	margin:0px;
	padding: 1px 3px;
}
.search_container_routes ul {
	width: 456px;
	border: 1px solid #4E4E4E;
	color: #F4F4F4;
    background: #5E5E5E;
	list-style: none;
	position: relative;
	top: -4px;
	left: 0px;
	z-index: 9;
	text-align: left;
	margin: 0px;
	display: none;
	padding: 0px;
}

.search_container_routes li {
	padding: 2px;
}

.search_container_routes ul li:hover {
	background: #6E6E6E;
	cursor: pointer;
}


/* /////////////////////////////////////////////// GRADIENTS //////////////////////////////////////////////// */

.grad_black {
    background: -webkit-linear-gradient(#393939, #6F6F6F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#393939, #6F6F6F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#393939, #6F6F6F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#393939, #6F6F6F); /* Standard syntax (must be last) */
   }
   
.grad_black_withhover {
    background: -webkit-linear-gradient(#393939, #6F6F6F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#393939, #6F6F6F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#393939, #6F6F6F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#393939, #6F6F6F); /* Standard syntax (must be last) */
   }
   
.grad_black_withhover:hover {
    background: -webkit-linear-gradient(#444444, #8A8A8A); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#444444, #8A8A8A); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#444444, #8A8A8A); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#444444, #8A8A8A); /* Standard syntax (must be last) */
   }

.grad_grey {
    background: -webkit-linear-gradient(#D9D9D9, #F4F4F4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D9D9D9, #F4F4F4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D9D9D9, #F4F4F4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D9D9D9, #F4F4F4); /* Standard syntax (must be last) */
   }
   
.grad_greyish {
    background: -webkit-linear-gradient(#6F6F6F, #9F9F9F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#6F6F6F, #9F9F9F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#6F6F6F, #9F9F9F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6F6F6F, #9F9F9F); /* Standard syntax (must be last) */
   }

.textlink {
   color:#2B5EB5;
   }

.textlink:hover {
   cursor:pointer;
   color:#65A9D7;
   text-decoration:underline;
}

}

/* ---------------------------------------------------------------------- MOBILE PHONES ---------------------------------------------------------------------- */
@media (max-width:849px) {

body {
	color: #333333;
	background-color: #454545;
	margin: 0;
}

.header {
	border: 0px solid #333333;
	width: 100%;
	height: 55px;
	cursor: pointer;
	background-image: url('http://www.eh.kelvin273.com/images/Home_Banner_small.png');
	background-repeat: no-repeat;
}

.main_table {
	width: 100%;
	font-family: calibri;
	padding: 0px;
	border: 0px solid #000000;
	border-spacing: 0px;
	vertical-align: middle;
}

.tabs {
	width: 25%;
	height: 40px;
	color: #F7E603;
	text-align: center;
	font-family: calibri;
	font-size: 12px;
	background: -webkit-linear-gradient(#393939, #6F6F6F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#393939, #6F6F6F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#393939, #6F6F6F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#393939, #6F6F6F); /* Standard syntax (must be last) */
    border: 1px solid #333333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabs:hover {
	cursor: pointer;
    background: -webkit-linear-gradient(#444444, #8A8A8A); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#444444, #8A8A8A); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#444444, #8A8A8A); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#444444, #8A8A8A); /* Standard syntax (must be last) */
	}

.tabs_selected {
	width: 25%;
	height: 40px;
	color: #000000;
	text-align: center;
	font-family: calibri;
	font-size: 12px;
	background: -webkit-linear-gradient(#F7E603, #F7E603); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F7E603, #F7E603); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F7E603, #F7E603); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F7E603, #F7E603); /* Standard syntax (must be last) */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #F7E603;
}

.tabs_selected:hover {
	cursor: default;
}

.main_section {
	width: 100%;
	font-family: calibri;
	font-size: 14px;
	padding: 0px;
	border-spacing: 0px;
	text-align: center;
	background: -webkit-linear-gradient(#D9D9D9, #F4F4F4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D9D9D9, #F4F4F4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D9D9D9, #F4F4F4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D9D9D9, #F4F4F4); /* Standard syntax (must be last) */
    border-bottom: 1px solid #333333;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sections {
	width: 100%;
	height: 270px;
}

.titles {
	font-size: 20px;
}

.text {
	font-family: calibri;
	font-size: 14px;
}

.errors {
	font-family: calibri;
	color: #FF0000
}

.textbox_big {
	width: 250px;
	height: 25px;
	font-family: calibri;
	font-size: 14px;
	color: #F7E603;
	background-color: #4E4E4E;
	border: 1px solid #F7E603;
	padding: 1px 3px;
}

.textbox_small {
	width: 60px;
	height: 32px;
	font-family: calibri;
	font-size: 14px;
	color: #F7E603;
	background-color: #4E4E4E;
	border: 1px solid #F7E603;
	padding: 1px 3px;
	text-align: center;
}

.button {
   font-size: 14px;
   font-family: Calibri, serif;
   border:1px solid #D0D0D0;
   border-radius: 5px;
   -webkit-appearance: button;
   background: -webkit-gradient(linear, left top, left bottom, from(#393939), to(#6F6F6F));
   background: -webkit-linear-gradient(#393939, #6F6F6F); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(#393939, #6F6F6F); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#393939, #6F6F6F); /* For Firefox 3.6 to 15 */
   background: linear-gradient(#393939, #6F6F6F); /* Standard syntax (must be last) */
   padding: 2px 4px;
   color: #F7E603;
   text-decoration: none;
   vertical-align: middle;
   }

.button:hover {
   border-top: 1px solid #DBDBDB;
   color: #000000;
   background: #F7E603;
   cursor: pointer;
   }
   
.button:active {
   border-top-color: #464c4f;
   background: #464c4f;
   }
   
.button_arrow {
	height: 32px;
	width: 32px;
	background: #404040;
	background-image: url('http://www.eh.kelvin273.com/images/arrow_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	border:1px solid #F7E603;
   }

.button_arrow:hover {
	background: #F7E603;
	background-image: url('http://www.eh.kelvin273.com/images/arrow_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
   }

#Search_Airlines_Button {
	margin: -5px;
	height: 29px;
	width: 29px;
	background: #404040;
	background-image: url('http://www.eh.kelvin273.com/images/search_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	border:1px solid #F7E603;
	padding: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	/*position: relative;
	top: 0px;
	left: 0px;*/
}

#Search_Airlines_Button:hover {
	background: #F7E603;
	background-image: url('http://www.eh.kelvin273.com/images/search_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#Search_Routes_Button {
	margin: -5px;
	height: 34px;
	width: 85px;
	text-align: left;
	color: #F7E603;
	font-size: 18px;
	font-family: calibri;
	background: #404040;
	background-image: url('http://www.eh.kelvin273.com/images/search_icon.png');
	background-repeat: no-repeat;
	background-position: right;
	border:1px solid #F7E603;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

#Search_Routes_Button:hover {
	background: #F7E603;
	color: #000000;
	background-image: url('http://www.eh.kelvin273.com/images/search_icon.png');
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

#Search_Airports_Button {
	margin: -5px;
	height: 29px;
	width: 29px;
	background: #404040;
	background-image: url('http://www.eh.kelvin273.com/images/search_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	border:1px solid #F7E603;
	padding: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	/*position: relative;
	top: 0px;
	left: 0px;*/
}

#Search_Airports_Button:hover {
	background: #F7E603;
	background-image: url('http://www.eh.kelvin273.com/images/search_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.ad_horizontal {
	width: 100%;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-family: calibri;
}

.hide_div {
	display: none;
}

.table_routes {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
	width: 300px;
}

.takeoff_icon {
	background-image: url('http://www.eh.kelvin273.com/images/takeoff_icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.landing_icon {
	background-image: url('http://www.eh.kelvin273.com/images/landing_icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

/* /////////////////////////////////////////////// RADIO BUTTONS //////////////////////////////////////////////// */

.IATAICAO_toggle {
	width: 204px;
	margin: auto;
}

.IATAICAO_toggle label {
    float:left;
    width:100px;
    border:1px solid #D0D0D0;
    overflow:auto;
    font-size: 12px;
    color: #F4F4F4;
    background-color:#404040;
}

.IATAICAO_toggle label span {
    text-align:center;
    display:block;
    font-size: 14px;
    font-family: calibri;
    padding:10px 0px;
}

.IATAICAO_toggle label span:hover {
	background: #F7E603;
	color:#000000;
	cursor: pointer;
}

.IATAICAO_toggle label input {
    position:absolute;
    top:-20px;
}

.IATAICAO_toggle input:checked + span {
    color:#F7E603;
    background: -webkit-linear-gradient(#393939, #6F6F6F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#393939, #6F6F6F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#393939, #6F6F6F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#393939, #6F6F6F); /* Standard syntax (must be last) */
    font-weight: bold;
}

.Airports_toggle {
	width: 284px;
	margin: auto;
}

.Airports_toggle label {
    float:left;
    width:140px;
    border:1px solid #D0D0D0;
    overflow:auto;
    font-size: 12px;
    color: #F4F4F4;
    background-color:#404040;
}

.Airports_toggle label span {
    text-align:center;
    display:block;
    font-size: 12px;
    font-family: calibri;
    padding:10px 0px;
}

.Airports_toggle label span:hover {
	background: #F7E603;
	color:#000000;
	cursor: pointer;
}

.Airports_toggle label input {
    position:absolute;
    top:-20px;
}

.Airports_toggle input:checked + span {
    color:#F7E603;
    background: -webkit-linear-gradient(#393939, #6F6F6F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#393939, #6F6F6F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#393939, #6F6F6F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#393939, #6F6F6F); /* Standard syntax (must be last) */
    font-weight: bold;
}


/* /////////////////////////////////////////////// AUTOCOMPLETE //////////////////////////////////////////////// */

.search_container {
	height: 29px;
	padding: 0px;
	border: 0px #000000 none;
	position: relative;
	left: 0px;
	top: 0px;	
}
.search_container input {
	height: 25px;
	width: 250px;
	border-radius: 0;
	font-family: calibri;
	font-size: 12px;
	color: #F7E603;
	background-color: #4E4E4E;
	border: 1px solid #F7E603;
	padding: 1px 3px;
}
.search_container ul {
	width: 256px;
	border: 1px solid #4E4E4E;
	color: #F4F4F4;
    background: #5E5E5E;
	list-style: none;
	position: relative;
	top: -3px;
	left: -11px;
	z-index: 9;
	text-align: left;
	margin: 0px;
	display: none;
	padding: 0px;
}

.search_container li {
	padding: 4px;
}

.search_container ul li:hover {
	background: #6E6E6E;
	cursor: pointer;
}

.keyword_highlight {
	color: #F7E603;
	font-weight: bold;
}

.search_container_routes {
	height: 29px;
	padding: 0px;
	border: 0px #000000 none;
	position: relative;
	left: 0px;
	top: 0px;
}
.search_container_routes input {
	height: 25px;
	width: 250px;
	position: relative;
	z-index: 1;
	border-radius: 0;
	font-family: calibri;
	font-size: 12px;
	color: #F7E603;
	background-color: #4E4E4E;
	border: 1px solid #F7E603;
	margin:0px;
	padding: 1px 3px;
}
.search_container_routes ul {
	width: 256px;
	border: 1px solid #4E4E4E;
	color: #F4F4F4;
    background: #5E5E5E;
	list-style: none;
	position: relative;
	top: -4px;
	left: 0px;
	z-index: 9;
	text-align: left;
	margin: 0px;
	display: none;
	padding: 0px;
}

.search_container_routes li {
	padding: 2px;
}

.search_container_routes ul li:hover {
	background: #6E6E6E;
	cursor: pointer;
}

/* /////////////////////////////////////////////// GRADIENTS //////////////////////////////////////////////// */

.grad_black {
    background: -webkit-linear-gradient(#393939, #6F6F6F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#393939, #6F6F6F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#393939, #6F6F6F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#393939, #6F6F6F); /* Standard syntax (must be last) */
   }
   
.grad_black_withhover {
    background: -webkit-linear-gradient(#393939, #6F6F6F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#393939, #6F6F6F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#393939, #6F6F6F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#393939, #6F6F6F); /* Standard syntax (must be last) */
   }
   
.grad_black_withhover:hover {
    background: -webkit-linear-gradient(#444444, #8A8A8A); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#444444, #8A8A8A); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#444444, #8A8A8A); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#444444, #8A8A8A); /* Standard syntax (must be last) */
   }

.grad_grey {
    background: -webkit-linear-gradient(#D9D9D9, #F4F4F4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D9D9D9, #F4F4F4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D9D9D9, #F4F4F4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D9D9D9, #F4F4F4); /* Standard syntax (must be last) */
   }
   
.grad_greyish {
    background: -webkit-linear-gradient(#6F6F6F, #9F9F9F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#6F6F6F, #9F9F9F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#6F6F6F, #9F9F9F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6F6F6F, #9F9F9F); /* Standard syntax (must be last) */
   }

.textlink {
   color:#2B5EB5;
   }

.textlink:hover {
   cursor:pointer;
   color:#65A9D7;
   text-decoration:underline;
   }



}
