
/* reset.css Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 0.11.0 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;} table{border-collapse:collapse;border-spacing:0;} fieldset,img{border:0;} address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} ol,ul {list-style:none;} caption,th {text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;} q:before,q:after{content:'';}

body{
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size:0.7em;
	background:url(../images/layout/background.jpg) no-repeat fixed bottom #153d7d;
}

.gwt-Hyperlink { 
	cursor: pointer;
    cursor: hand; /* IE5 fix */
}

a{
	text-decoration:none;
	color:#0080C0;
	cursor: pointer;
    cursor: hand; /* IE5 fix */
}
a:hover{
	color:#00ABFD;
}
p{
	margin:15px 0px;
	line-height:1.75em;
}
h1{
	font-size:2em;
	color:#515B66;
}
h2{
	font-size:1.9em;
	color:#506C88;
}
h3{
	font-size:1.6em;
	color:#666666;
}
h4{
	font-size:1.2em;
	color:#374659;
}
h5{
	font-size:1em;
	color:#74798B;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}

hr{
	display: block;
	clear: left;
	visibility: hidden;
}

/*********************
	Head
*********************/
#head{
	/**width:784px;**/
	width:884px;
	margin:20px auto 20px auto;
	position:relative;
	padding:0px 20px;
}
#head h1, #head h2{
	color:#FFFFFF;
	display:none;
}
#head h1{
	text-indent:-9999px;
	display:block;
	width:211px;
	height:54px;
	background:url(../images/layout/logo.png) no-repeat;
}


/*********************
	Main
*********************/
#main{
	/**width:824px;**/
	width:924px;
	margin:0px auto;
    /**background:url(../images/layout/maintop.png) no-repeat #FFFFFF;**/
	
	background:url(../images/layout/maintop-924.png) no-repeat #FFFFFF;
}

/********** Menu **********/
#main #menu{
	height:25px;
	padding:9px 0px 0px 25px;
}
#main #menu li{
	display:inline;
	font-size:1em;
	padding-right:15px;
}
#main #menu li a{
	color:#a28c1e;
}
#main #menu li.selected a{
	color:#FFCC00;
	font-weight:bold;
}
#main #menu li.right ul{
	float:right;
	margin-right:25px;
}


/*********************
	Content
*********************/
#main #content{
	padding: 20px;
	/** min-height:350px; **/
	min-height:700px;
}

#main #content a.button{
	background:url(../images/layout/buttonbg.png) no-repeat top center;
	display:block;
	width:183px;
	height:22px;
	text-align:center;
	color:#585858;
	font-weight:bold;
	padding:6px 0px 0px 0px;
	text-transform:uppercase;
}

#main #content h3{
	margin-bottom:10px;
}
#main #content img.right{
	float:right;
	margin:0px 0px 5px 5px;
}
#main #content img.left{
	float:left;
	margin:0px 5px 5px 0px;
}

/*********************
	Columns
*********************/
.columns{
	display:block;
}
.columns .column{
	float:left;
	margin-right:4%;
}
/* Two Columns - Even */
.columns.two.even .column{
	width:48% !important;
}
.columns.two.even .column.two{
	margin-right:0%;
}

/* Two Columns - Offset */
.columns.two.offset .column.one{
	width:70%;
}
.columns.two.offset .column.two{
	width:26%;
	margin-right:0%;
}
/* Two Columns - Offset Reverse */
.columns.two.offset.reverse .column.one{
	width:26%;
}
.columns.two.offset.reverse .column.two{
	width:70%;
	margin-right:0%;
}
/* Three Columns - Even */
.columns.three .column{
	width:30%;
	margin-right:5%;
}
.columns.three .column.three{
	margin-right:0%;
}


/*********************
	Foot
*********************/
#foot{
	margin:0px auto;
	width:784px;
	color:#505B77;
	padding:20px 20px;
	text-align:center;
	background:url(../images/layout/footbg.jpg) repeat-x top #ECEFF3;
}
#foot .menu li{
	font-size:1.1em;
	display:inline;
	margin-right:20px;
	font-weight:bold;
}
#foot .menu a{
	color:#505B77;
}
#foot .copyright{
	font-size:0.8em;
	margin:30px 0px;
}


/*********************
	ThickBox
*********************/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(/assets/images/layout/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border:0px none;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/** Adam additions for Checklist: FIXME hacky hacky hacky **/

.checklistTable {
        	
}

.topRow { 
    font-size:14pt;
    font-weight:bold;
}

.rowColor1Title {
	font-size:14pt;
    background-color:#fff9d8;
    font-weight:bold;
    
}

.rowColor2Title{ 
	font-size:14pt;
    background-color:#eceff3;
    font-weight:bold;
}

.rowColor1 {
    font-size:12pt;
    background-color:#fff9d8;
}

.rowColor2 { 
    font-size:12pt;
    background-color:#eceff3;
}

.gwt-DialogBox {
  background-color: white;
}

.gwt-DialogBox .Caption {
  font-weight: bold;
}

.gwt-DialogBox p {
  margin: 10px;
  text-align: center;
}

.gwt-DialogBox .gwt-Button {
  margin: 10px;
}

.dialog-Buttons {
  text-align: center;
}

.dialog-Table td {
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.item-TableHeader {
  padding: 5px;
  font-size:12pt;
  font-weight: bold;  

  background:#E3E8F3 url(images/hborder.png) repeat-x scroll 0 -2003px;
  border-bottom:1px solid #BBBBBB;
  border-top:5px solid #D0E4F6;
}

.item-Table {
	border-width: 1px;
    border-spacing: ;
    border-style: outset;
    border-color: gray;
    border-collapse: separate;
}

.item-ShadedRow {
  padding: 3px;
  font-size:10pt;
  background:#F0F0F0;	
}

.item-Table td {
  padding: 3px;
  font-size:10pt;
}

.pageHeaderText td {
    font-size: 18pt;
    font-weight: bold;    
    padding: 5px;   
}

.newsletterPromo {
	padding-top: 0px;
	margin-top:0px;
    font-size:8pt;	
}
.registerTable {
    margin-top: 10px;	
}
.registerTable td {
  padding: 5px;
  font-size:10pt;
}

.alert {
    color:#822727;
    font-weight:bold;
}

.floatright {
	float: right;
	margin: 10px 10px 10px 10px;
	border: 1px solid #666;
	padding: 10px;
	width:300px;
}

.floatright h4 {
	padding-bottom: 3px;
	
}
.floatright p {
	margin-top: 3px;
	line-height:1.3em;
}
.floatright td {
	padding: 3px;
	vertical-align: top;
}

.floatright th {
	padding-top:3px;
	padding-left: 1px;
	font-weight:bold;
	width:100px;
	vertical-align: top;
}

.helptable td {
	padding: 5px;
	padding-left: 13px;
	vertical-align: middle;
}


/**************************
IE fixes
**************************/
#head { margin: 0 auto; padding: 20px; }
#main { overflow: hidden; }
#main #content #tour #carousel { width: 100%; }
.columns { overflow: hidden; width: 100%; }
*:first-child+html .columns .column { margin-right: 3.91%; }
* html .columns .column { margin-right: 3.5%; }
* html .columns .two { margin-right: 0; }
* html .columns .one .columns { width: 100%; }
 * html .columns .one .columns .column { width: 48%; }
* html #main #content a.button { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.foreflight.com/assets/images/layout/buttonbg.png", sizingMethod="crop"); cursor: pointer; }

#main #content #tour .menu a { font-weight: bold; }