﻿    #fids {border-collapse:collapse;}
    #fids thead td {background: #c8d7e3; font-size:10pt; font-weight:bold; color: Black; padding:5px 20px 5px 5px;}
    #fids td {font-family:'Lucida Sans'; font-size:10pt; padding:5px 5px 5px 5px;}
    
    .flist {border-collapse:collapse;}
    .flist thead td {background: #c8d7e3; font-size:10pt; font-weight:bold; color: Black; padding:5px 20px 5px 5px;}
    .flist td {font-family:'Lucida Sans'; font-size:10pt; padding:5px 5px 5px 5px;}

    #mapdiv {position:relative; width:430px; height:300px; padding:0px;}
    #mapheader {position:absolute; top:0px; left:0px; height:20px; width:420px; opacity:0.5;filter:alpha(opacity=50); background-color:#000000; color:White; padding:3px 0px 0px 15px;}
    #news {padding-left:30px;}
    .tar {text-align:right;}
    .flightnum {border:1px solid; width:30px;}
    .maintext {color:#808084; font-family:'Lucida Sans'; } /* #3D5369;} */
    .notice {color:#5ba43a; font-weight:bold;}
    h3 {color:#ff8000; font-size:1.6em; padding:0; margin:0;} /* #5f87ae */
    #detailbox h2 {color:#ff8000; font-size:14pt; font-weight:bold;} /* #5f87ae */
    #modalText {padding:10px 35px 10px 35px;}
    #basic-modal-content {display:none;}
    #trackingHeader {color:#ff8000; font-size:10pt; font-weight:bold; margin:15px 0px 0px 0px;}
    #container-busiestairports {margin:20px 0px 0px 10px;}
    #contentHdr {margin:5px 0px 0px 15px; font-size:13pt;}
/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:320px; width:600px; color:#635d62; font-family:'Lucida Sans'; background-color:#ffffff; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#ffffff; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#635d62;}
#simplemodal-container a.modalCloseImg {background:url(/sc/basic/img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

/* tooltip */
#demoB .fg-tooltip { left: 30px; margin-top: -55px; }
#demoC .fg-tooltip { left: -80px; margin-top: -55px; }

/* autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
