@import url("fonts.css");

/* ----------------------------
simple reset
---------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p { margin-top: 0;}

fieldset,img { border: 0; }

legend { color: #000; }

li { list-style: none; }

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

input, textarea, select
{
	font-size: 110%;
	line-height: 1.1;
}

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

/* ------------------------- */

body {
	height: 100%;
	font: 12px MuseoSans, "Helvetica Neue", "Lucida Grande", sans-serif;
	margin: 0;
	background: #33363B;
	color: #666;
}

#header {
	background: #33363B;
	padding: 0 10px;
	position: relative;
	height: 90px;
}

#header-inner {
	width: 1124px;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
}

#header-inner p {
	float: left;
	width: 510px;
	padding: 7px 5px;
	color: #bbb;
	font-size: 11px;
	line-height: 1.5;
}

h1 {
	font: 24px MuseoSlab, MuseoSans, "Helvetica Neue", "Lucida Grande", sans-serif;
	float: left;
	color: #fff;
	padding: 5px 0 0 85px;
	width: 500px;
}

h2 {
	font: 19px MuseoSlab, MuseoSans, "Helvetica Neue", "Lucida Grande", sans-serif;
	float: left;
	color: #333;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 5px;
}

button {
	margin: 2px 2px 10px 0;
}

span#subtitle {
	padding: 0;
	margin: 0;
	float: left;
	font-size: 15px;
	color: #f5f5f5;
}

#content {
	padding: 20px 10px;
	background: #F0F0ED;
	height: 635px;
}

.center-container {
	margin: 0 auto;
	width: 1124px;
	position: relative;
}

p{
	font-size: 12px;
}

#sfo {
	width: 900px;
	float: left;
}

#airlines {
	width: 224px;
	float: left;
}

.infobox {
	position: absolute;
    width: 800px;
    height: 20px;
    padding: 0px;
    background-color: transparent; /*rgba(255,255,255,.85);*/
    /*border: 2px solid #999;*/
    left: 85px;
    top: 0;
    /*display:none;*/
}

.infobox img {
    vertical-align: middle;
    height: 100%;
}

.infobox p {
	position: relative;
	font: 24px MuseoSlab;
	margin: 0;
	padding: 0;
}

.infobox p span {
	margin: 0;
}

#airlineThumb {
	position: absolute;
	top: -3px;
	left: -26px;
	display: none;
}

#airlinePass {
	position: absolute;
	top: 30px;
	left: 0px;
	font: 12px MuseoSans;
	color: #999;
	width: 200px;
}

#footer {
	padding: 15px 10px;
	color: #999;
}

a { 
	color: #ddd;
	text-decoration: none;
	padding: 2px;
}

a:hover {
	color: #3B8DBD;
}

#source { float: left; margin-left: 85px;}
#credit { float: right;}

/*------------------------*/
path.line {
	fill: none;
	stroke-width: 1.5px;
}

.axis {
	shape-rendering: crispEdges;
}

.axisText{
	fill: #777;
	font-size: 14px;
}

.x.axis line {
	stroke: #fff;
}

.x.axis .minor {
	stroke-opacity: .5;
}

.x.axis path {
	display: none;
}

.y.axis line, .y.axis path {
	fill: none;
	stroke: #000;
}

.rules line, .rules path {
	shape-rendering: crispEdges;
	stroke: #000;
}

.rules .tick {
}
.rules .minor {
  	stroke: #BBB;
}
.rules .domain {
  	fill: none;
}

.grid .tick {
  	stroke: #bbb;
}

.grid .minor{
	stroke: #ccc;
	stroke-opacity: 0.5;
}


/*CHECKLIST*/

.checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.checklist li {
	font-size: 10px;
	float: left;
	margin: 3px;
	background: #eee;
	width: 50px;
	height: 50px;
	position: relative;
}

.hover{
	color: #fff;
}	

.checklist li.selected {
/*background-position: -105px 0;*/
  	/*background: #777;*/
}

.checklist li.selected .checkbox-select {
	display: none;
}
 
.checkbox-select {
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
}
 
.checklist li input {
	display: none;
}
 
a.checkbox-deselect {
	display: none;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
}
 
.checklist li.selected a.checkbox-deselect {
	display: block;
}
 
.checklist li label {
	display: block;
	text-align: center;
	padding: 2px;
}

.checklist li.selected label {
	color: white;
}


