
/************************ Fly Northern Air.com Stylesheet****************************************************
** Filename: public.css
** Description: Stylesheet for public webfront
** Creator: Jesse
** Created: Sept 1, 2010
************************Reset Code http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/   ***********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;t
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/****************************** Site Code ****************************************/
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #717171;
	vertical-align: top;	
	line-height:14px;
}
body {
	background:url(/images/background2.png) repeat;
	margin:0;
	padding:0;
}
/*****Headings and Text*****/
h1, h2, h3, h4, h5, p, ul, dl, dt, dd {
	margin: 11px 0 11px 0;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
	
}
p {
	font-size:12px;
	margin-right:4px;
}
.mainContent p {
	line-height:1.5;
}
.style-g {
	color:#820f21;	
}
.style-b {
	color:#106DA7;
}
p.contacts {
	float:left;
	width:230px;
	margin:10px 10px;
	font-size:11px;
}
.center {
	text-align:center;
}
.contacts span {
	float:right;
}
/*****Forms*****/
div.formContainer {
	width:400px;
}
dd, dt {
	margin-left:auto;
	margin-right:10px;
	float:left;
	font-size:14px;
}
dd {
	float:right;
}
dt {
	clear:both;
}
#Comments-element {
	float:left;
	clear:both;
}
.required {
	color:red;
}
input {
	width:200px;
}
/*****Lists*****/
ul {
	list-style-type:disc;
	list-style:disc;
	
	margin:11px 0 0 0px;
	padding-left:40px;
	marker-offset:auto;
}
ul ul {
	list-style:circle;
	list-style-type:circle;
	margin-top:0;
}
.configs {
	font-size:12px;
}

.configs li {
	color: #106DA7;
}

.configs li:hover {
	color: #820f21;
}
/*****Tables*****/
table, td {
	background-color:#FFF;
}
#maintable {
	margin:0 auto;
}
table.schedule  {
	
	overflow:hidden;
	background-color:#CCC;
}
.schedule tr {
	background-color:white;
}
.schedule tr:nth-child(even)
{
	background-color:yellow;
}
.schedule tr:last-child {
	background-color:white;
}
.schedule th {
	color:#333;
	background:#CCC;
	vertical-align:middle;
	text-align:center;
	font-weight:normal;
	padding:2px;
}
.schedule td {
	border: solid 1px #999;
	vertical-align:middle;
	text-align:center;
	padding:5px 0px;
}
/*****Links*****/

img{border:0;}
a {
	font-family:Arial;
	color: #106DA7;	
	text-decoration:none;
}
a:visited {
	color: #106DA7;
}
a:hover {
	color: #820f21;
	
}
a:active {
	color: #820f21;	
}

a.top, a.top:visited {
	color:#fff;
	text-decoration:none;
}
a.top:hover, a.top:active {
	text-decoration:underline;
}

a.menu, a.menu:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7e7e7e;
	text-decoration:none;
	margin-top: 5px; 
	margin-left:45px; 
}
.menu span {
	margin-left:3px; 
	font-size:14px;
}

a.backbutton, a.backbutton:visited div {
	background:url(/images/button-back.png) 0 0 no-repeat;
	height:25px;
	width:93px;
}
a.backbutton:hover, a.backbutton:active div {
	background-position: 0 -25px;
}
a.backbutton div:hover {
	background-position:0 -25px;
}

a.red, a.red:visited {
	color:#820f21;
	font-size:1.1em;
	
}

a.red:hover, a.red:active {
	text-decoration:underline;
}

a.grey, a.grey:visited {
	color:#717171;
	font-size:16px;
	font-weight:lighter;
}
a.grey:hover, a.grey:active
{
	color:#820f21;
}

/*****Round Corners*****/
.round-top-corners {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.round-bottom-corners {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.round-left-corner {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

.round-right-corner {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.round-all-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}


/*****Divs, Content*****/

.mainContent {
	
	margin:0 5px 0 0;
}
.mainContent h1 {
	margin: 15px 5px 10px 5px;
	color:#820f21;
	font-weight:bold;
}

.main-pics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
.main-pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0 
} 

div.fleet {
	width:210px;
	padding:0;
	float:left;
	display:inline;
}

#seatchart {
	padding:0;
	width:367px;
	height:50px;
	margin:0 auto;
	background:url(/images/seats-1900d1.jpg) 0 0 no-repeat;
}

#main1 {
	background:url(/images/mainScroll_new.jpg) 0 0 no-repeat;
	width:527px; 
	height:100px;
}

#main2 {
	background:url(/images/mainScroll2_new.jpg) -1577px 0 no-repeat;
	width:527px; 
	height:175px;
}

div.errorContainer {
	position:absolute;
	height:350px;
	width:600px;
	margin-left:-300px;
	margin-top:-175px;
	background-color:#FFF;
	top:50%;
	left:50%;
}

img, #cchoice, .border {
	behavior: url('/css/iepngfix.htc');
}

/*****Menus and Prompts*****/
#aboutMenu {
	font-size:14px;
	width:150px; 
	background-color:#fff; 
	opacity:.9; 
	display:none; 
	position:absolute; 
	padding:0; 
	margin:0;
	z-index:100;
}

#tariffMenu {
	font-size:14px;
	width:200px; 
	background-color:#fff; 
	opacity:.9; 
	display:none; 
	position:absolute; 
	padding:0; 
	margin:0;
	z-index:100;
}

#scheduledMenu {
	font-size:14px;
	width:200px; 
	background-color:#fff; 
	opacity:.9; 
	display:none; 
	position:absolute; 
	padding:0; 
	margin:0;
	z-index:100;
}

#helpPrompt {
	width:100px; 
	height:15px; 
	background-color: #fff; 
	text-align:center; 
	color: #820f21; 
	padding: 5px; 
	display:none;
	position:absolute; 
	opacity:.7;
	z-index:100;
}

ul.menuSub {
	border-top:1px solid #ccc;
	border-left:none;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:0;
	cursor:pointer;
	list-style: none;
	list-style-image: none;
}

.menuSub li {
	list-style: none;
	list-style-image: none;
	height:23px;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	text-align:left;
	padding:11px 0 0 0;
	
}

.menuSub li img {
	margin-right:5px;
}

/*****Misc*****/

.pointer {
	display:none;
	margin:0 5px 0 5px;
}

.tariffPointer {
	display:none;
	margin:0 5px 0 5px;
}

.schedPointer {
	display:none;
	margin:0 5px 0 5px;
}

hover-red:hover {
	color:red;
}

.button {
	border:solid 1px black;
	background-color:white;
	font-size:14px;
}

.button:hover {
	cursor:pointer;
	background-color:blue;
}

.error {
	background-color:red;
	color:white;
}

.notification {
	width:100%;
	padding:0;
	margin:-250px 0 0 0;
	height:280px;
	background: url(/images/cross-pattern-2.jpg);
	border-bottom:solid 2px black;
	position:relative;
	text-align:center;
	cursor:pointer;
}


.notification h2 {
	color:white;
	padding:5px;
	margin:0;
}

.notification h1 {
	color:white;
	padding:10px 0 10px 0;
	font-size:2em;
	margin:0;
	text-decoration:underline;
}

.notification div#foot {
	
	position:absolute;
	bottom:0px;
	height:30px;
	width:100%;
	margin:auto 0 0 0;
	padding:0px;
	border-top:solid 5px black;
	background: #000;
	text-align:center;
}

.notification h3 {
		
	margin:0 0 0 0;
	padding:7px 0 0 0;
	text-shadow: 2px 2px 2px #000;
	font-size:20px;
	color:#FFF000;
	text-transform:uppercase;
	font-weight:bold;
	
}

div#floatingbar
    {
    overflow: hidden;
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    }
 
@media screen
  {
  body&gt;div#floatingbar
    {
    position: fixed;
    }
  }

/****fares table******/

.fares{
    text-align: center;
}

.fares th {
    font-weight: bold;
}

.fares th, .fares td{
    padding: 2px;
    text-align: center;
}

.fares tr:nth-child(2n+3) {
    background-color: #CCC;
}

.fares_legend {
    font-weight: bold;
}

/*****IE Fixes*****/

<!--[if IE]>

html, body {
text-align: center;
}

p {text-align: left;}

h1 {
	/*margin:5px;
	padding-top:5px;*/
}


<![EndIf]-->