@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
a { /*-- Removes dotted outline from clicked links in FF --*/
	outline: none;
}
img {
	border:none;
}
.clear {
	clear:both;
}
body{
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:100%;
	height:100%;
}
#container_1{
	background-color:#CCC;
	height:100%;
}
#container_2{
	margin:0;
	padding:0;
}
#bodytext
{
	text-align: left;
	width: 100%;
}
#mainbox
{
	width: 100%;
	padding:0px 0px 0px;
	text-align:left;
	height:100%;
	
}

/* Tables */
.pilots{
	background-color:#DFF4FF;
	border: solid 1px #7094FF;
}
.pilots td{
	border-bottom:dotted;
}
.pilots tr.head{
	background-color:#A7CEEB;
}
.pilots th{
	border: solid 1px #7094FF;
}
/* tables */
table.tablesorter {
	width: 640px;
}
table.tablesorter input
{
	width: 690px;
	padding: 3px;
	border: solid 1px #7094FF;
	background: #FFFFFF;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	cursor: pointer;
}
table.tablesorter tbody{
	height:70%;
}
table.tablesorter tbody td {
	padding: 6px;
	vertical-align: top;
	border-bottom: dashed 1px #333;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif) no-repeat;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif) no-repeat;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
#scheduleresults{
	overflow:scroll;
	height:500px;
	width:auto;
}
sl
{
	position: relative;
	width: 190px;
	z-index: 100;
	clear: both;
}
st
{
	clear: both;
	float: left;
	width: 180px;
	padding: 0px 0 2px 0;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
ss
{
	float: left;
	width: 190px;
	margin: 0 0 8px 0;
	padding-left: 6px;
	font-size: 12px;
}
ss button
{

}
ss p
{
	margin-top: 0px;
}
ss input
{
	width: 190px;
	padding: 3px;
	margin-bottom: 3px;
	z-index: 500;
}
#searchsched{
	width:60%;
}
#mainbox #pilots{
	background-color:#FFFFFF;
	width:700px;
	height:40%;
}
#acars{
	background-color:#FFFFFF;
	width:700px;
}
#route{
	background-color:#FFFFFF;
	width:950px;
	margin-left:15px;
	margin-top:10px;
}
#schedule{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#999999;
}
.fsfk_section_title 
{ 
	font-weight: bold;
}
.fleet_info
{
    border-collapse:collapse;
    text-align:center;
}  
.thead
{
    font-size:1em;
}  
#header{
	background-image:url(../images/top_bg.png);
	background-repeat:repeat-x;
	width:100%;
	height:250px;
}
#sidebar_l{
	float:left;
	width:20%;
	height:1024px;
	padding-left:1%;
}
#sidebar_r{
	float:right;
	width:15%;
	height:100%;
}
.header_b{
	margin-left:15%;
	margin-top:0;
	margin-bottom:0;
}
#main_content{
	width:30%;
	height:auto;
	padding-left:21%;
}
#front_acars_map{
	width:80%;
}
#footer{
	font-size:10px;
	padding-left:20%;
	height:20px;
	line-height:20px;
	margin-top:100%;
	clear:both;
	vertical-align:baseline;
}
#main_nav{
	background-image:url(../images/nav_bg.png);
	background-repeat:repeat-x;
	border-top:1px dashed #FFF;
	clear:both;
	height:40px;
	line-height:40px;
}
#main_nav ul{
	list-style-type:none;
	margin-left:20%;
	margin-top:0;
}
#main_nav ul li a{
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	border-right:1px dashed #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top:0;
	padding-bottom:0;
}
#main_nav ul li a:link{
	color:#FFF;
	text-decoration:none;
}
#main_nav ul li a:visited{
	text-decoration:none;
	color:#999;
}
#main_nav ul li a:hover{
	background-image:url(../images/nav_hover.png);
	background_repeat:repeat-x;
	color:#FFF;
}
#profile{
	padding-left:15%;
	width:950px;
	height:100%;
}
#left{
	float:left;
	width:350px;
	padding-top:5px;
}
#left_box_stats{
	width:350px;
	height:300px;
	border:1px dashed #333;
}
#left_box_ops{
	margin-top:5px;
	width:350px;
	height:350px;
	border:1px dashed #333;
}
#right{
	float:right;
	width:350px;
	padding-top:5px;
}
#right_box_profile{
	margin-left:5px;
	width:350px;
	height:250px;
	border:1px dashed #333;
}
#right_box_acars{
	margin-top:5px;
	margin-left:5px;
	width:350px;
	height:250px;
	border:1px dashed #333;
}
.details{
	background-image:url(../images/profile.png);
	color:#FFF;
	text-align:center;
	height:20px;
	width:100%;
	line-height:20px;
}
#list{
	overflow:auto;
	height:200px;
	width:auto;
}
#countries{
	float:right;
	width:15%;
}
.table_countries{
	width:30px;
	border:1px solid #00F;
	border-collapse:collapse;
}
.table_countries tr th{
	border:1px solid #00F;
	border-collapse:collapse;
}
.table_countries tr{
	border:1px solid #00F;
	border-collapse:collapse;
}
.table_countries tr td{
	border:1px solid #00F;
	border-collapse:collapse;
}
