/*********************************************************************/
/*********************************************************************/
/*                            Defaults                               */
/*********************************************************************/
/*********************************************************************/
.body_default
{
  margin: 0;
  background-color: #F8F8F8;
  font-family: sans-serif;
  font-size: 10pt;
}

cite
{
  font-family: serif;
  font-size: 10pt;
  font-weight: 700;
}

table
{
  font-size: 10pt;
  font-family: sans-serif;
}

/*********************************************************************/
/*********************************************************************/
/*                          Header Links                             */
/*********************************************************************/
/*********************************************************************/
.header_link:link
{
  color: #C0C0C0;
  text-decoration: none;
}

.header_link:active
{
  color: #C0C0C0;
  text-decoration: none;
}

.header_link:hover
{
  color: #C0C0C0;
  text-decoration: none;
}

.header_link:visited
{
  color: #C0C0C0;
  text-decoration: none;
}

/*********************************************************************/
/*********************************************************************/
/*                               DIVs                                */
/*********************************************************************/
/*********************************************************************/

/*
 * Header
 */
.div_header_container
{
  width: auto; 
  float: top;
  height: 140px;
  background-image: url(/graphics/header_background.png); 
  background-repeat: no-repeat;
  background-color: #C0C0C0;
}

.div_cgi_header_container
{
  width: auto; 
  float: top;
  height: 140px;
  background-image: url(/graphics/header_background.png); 
  background-repeat: no-repeat;
  background-color: #C0C0C0;
}

.div_header_links_container
{
  padding-top: 100px;
  padding-left: 180px;
  width: auto; 
  height: auto;
  font-size: 12px; 
  color: #C0C0C0; 
  float: bottom;
  bottom:0;
  height: 40px;
  background-color: transparent;
}

.div_copyright
{
  position: relative;
  color: #A0A0A0;
  font-size: 7pt;
}

/* 
 * Content 
 */
.div_content_container
{
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 10px;
}

.div_cgi_content_container
{
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 10px;
}

.div_content
{
  margin-left: 190px;
  margin-right: 130px;
}

.div_cgi_content
{
  margin-left: 190px;
  margin-right: 130px;
}

.div_content_ads_right
{
  float: right;
  width: 120px;
  margin: 0;
}

.div_content_ads_left
{
  clear: both;
  padding-top: 10px;
  width: 180px;
}

.div_cgi_content_ads_right
{
  float: right;
  width: 120px;
  margin: 0;
}

.div_cgi_content_ads_left
{
  clear: both;
  padding-top: 10px;
  width: 180px;
}

/*
 * Menus
 */
.div_menu_container
{
  padding-left: 10px;
  float: left;
  margin: 0;
  width: 160px;
}

.div_cgi_menu_container
{
  padding-left: 10px;
  float: left;
  margin: 0;
  width: 160px;
}

.menu_link
{
  display: block;
}

.div_menu_link
{
  border-style: solid;
  border-width: 0 0 1 0;
  padding-top: 4px;
  padding-left: 10px;
  padding-bottom: 4px;
  background-color: #F4F4F4;
  color: #202020;
  font-size: 11pt;
  text-decoration: none;
}

.div_menu_link A:LINK,
.div_menu_link A:HOVER,
.div_menu_link A:VISITED,
.div_menu_link A:ACTIVE
{
  text-decoration: none;
  background-color: #F4F4F4;
  color: #202020;
}

.div_top_menu_link
{
  border-width: 1 0 1 0;
}

.div_menu_link_hover
{
  text-decoration: none;
  background-color: #202020;
  color: #C0C0C0;
}

.div_menu_link_hover A:LINK,
.div_menu_link_hover A:HOVER,
.div_menu_link_hover A:VISITED,
.div_menu_link_hover A:ACTIVE
{
  text-decoration: none;
  background-color: #202020;
  color: #F4F4F4;
}

.div_menu_link_text
{
  padding-left: 10px;
  text-decoration: none;
  font-size: 7pt;
}

.div_sub_menu_link
{
  border-style: solid;
  border-width: 0 0 1 0;
  padding-top: 4px;
  padding-left: 40px;
  padding-bottom: 4px;
  background-color: #F4F4F4;
  color: #202020;
  font-size: 10pt;
  text-decoration: none;
}

.div_sub_menu_link A:LINK,
.div_sub_menu_link A:HOVER,
.div_sub_menu_link A:VISITED,
.div_sub_menu_link A:ACTIVE
{
  text-decoration: none;
  background-color: #F4F4F4;
  color: #202020;
}

.div_sub_menu_link_hover
{
  background-color: #202020;
  color: #C0C0C0;
}

.div_sub_menu_link_hover A:LINK,
.div_sub_menu_link_hover A:HOVER,
.div_sub_menu_link_hover A:VISITED,
.div_sub_menu_link_hover A:ACTIVE
{
  text-decoration: none;
  background-color: #202020;
  color: #F4F4F4;
}

.div_cgi_report_error
{
  border-style: solid;
  border-width: 1 0 0 0;
  float: top;
  padding-left: 10px;
  padding-right: 10px;
  height: auto;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #F8F8F8;
  color: #202020;
}

.div_cgi_report_error_hover
{
  background-color: #202020;
  color: #F4F4F4;
}

.div_inline_image
{
  float: top;
  text-align: center;
  background-color: #F8F8F8;
}


/*********************************************************************/
/*********************************************************************/
/*                               Forms                               */
/*********************************************************************/
/*********************************************************************/
FORM
{
  font-size: 10pt;
  font-family: sans-serif;
}

/*********************************************************************/
/*********************************************************************/
/*                               Links                               */
/*********************************************************************/
/*********************************************************************/
.logo_link
{
  text-decoration: none;
  border: none;
}

/*********************************************************************/
/*********************************************************************/
/*                      Bullet Length Pages                          */
/*********************************************************************/
/*********************************************************************/

.bullet_length_section_row 
{ 
  background: #DDDDDD; 
  font-size: 10pt; 
  text-align: center;
}

.bullet_length_section_title
{ 
  background: #DDDDDD; 
  font-size: 10pt; 
  text-align: center;
}

.bullet_length_title_row 
{ 
  background: #DDDDDD; 
  font-size: 10pt; 
  text-align: left;
}

.bullet_length_title_column
{ 
  background: #DDDDDD; 
  font-size: 10pt; 
  text-align: left;
}

.bullet_length_row 
{ 
  background: #F0F0F0; 
  text-align: left; 
}

/*********************************************************************/
/*********************************************************************/
/*                      Calculation Specific                         */
/*********************************************************************/
/*********************************************************************/

.calc_footer_table { 
  width: 100%; 
  border-style: none;
  background: #000000; 
  color: #FFFFFF 
  font-size: 8pt;
}

td.footer_cell { 
  font-size: 9pt;
  background: #000000; 
  color: #FFFFFF;
}

tr.footer_row { 
  font-size: 9pt; 
}

/*********************************************************************/
/*********************************************************************/
/*                           Page Layout                             */
/*********************************************************************/
/*********************************************************************/

.page_layout_table { width: 100%; border-spacing: 0pt }

.content_layout_cell { 
  vertical-align: top;  
}

.outline_link { 
  font-weight: 900 
}

.outline_paragraph { 
  font-size: 14pt; 
  font-weight: 900 
}

.outline_paragraph_calc { 
  font-size: 14pt; 
  font-weight: 900 
}

.redirect_paragraph { 
  font-size: 12pt; 
  font-weight: 900;
  text-align: left;
  color: #000000;
  background: #FFFFFF;
}

/* Calculation input and explanation layout */
.input_table { 
  font-size: 10pt; 
  border-spacing: 20pt 4pt 
}

.calc_exp_title { 
  font-weight: 900 
}

/*********************************************************************/
/*********************************************************************/
/*                           Error handling                          */
/*********************************************************************/
/*********************************************************************/

.input_range_error { background: #FF0000; color: #FFFFFF }
.input_conversion_error { background: #FF0000; color: #FFFFFF }
.input_html_error { background: #FFFF00; color: #000000 }
.input_format_error { background: #FFFF00; color: #000000 }
.input_dependency_error { background: #FF00FF; color: #FFFFFF }
.input_no_error { background: #FFFFFF; color: #000000 }

.error_notice_table { 
  width: 100%; 
  font-weight: 900; 
  background: #FF0000; 
  color: #FFFFFF 
}
.error_notice_title { 
  text-align: center; 
  font-size: 14pt; 
  background: #FF0000; 
  color: #FFFFFF 
}
.error_notice_row { 
  text-align: left; 
}
.error_notice_cell { 
  text-align: left; 
}

/*********************************************************************/
/*********************************************************************/
/*                  Calculation Specific Classes                     */
/*********************************************************************/
/*********************************************************************/

.recommended_bc_cell
{
  text-align: right;
  background: #A0FFA0; 
  color: #000000;
}

/* Power factor specific classes */
.valid_pf_cell
{
  text-align: right;
  background: #A0FFA0; 
  color: #000000;
}

.invalid_pf_cell
{
  text-align: right;
  background: #FFA0A0; 
  color: #000000;
}

/* Miller specific classes */
.miller_unstable_cell 
{
  text-align: right;
  background: #FFA0A0; 
  color: #000000;
}

.miller_marginal_cell 
{
  text-align: right;
  background: #FFFFA0; 
  color: #000000;
}

.miller_stable_cell 
{
  text-align: right;
  background: #A0FFA0; 
  color: #000000;
}

/* Drag/Twist specific classes */
.twist_fit_cell
{ 
  background: #A0FFA0; 
  color: #000000;
}
.twist_unfit_cell
{ 
  background: #FFA0A0; 
  color: #000000;
}
.stability_stable_cell 
{ 
  background: #A0FFA0; 
  color: #000000;
}
.stability_cell 
{ 
  background: #FFFFA0; 
  color: #000000;
}
.stability_unstable_cell 
{ 
  background: #FFA0A0; 
  color: #000000;
}

/* Trajectory specific classes */
.pbr_range_valid_cell 
{ 
  background: #A0FFA0; 
  text-align: center; 
  color #000000 
}
.pbr_range_invalid_cell 
{ 
  background: #FFA0A0; 
  text-align: center; 
  color #000000;
}
.pbr_range_zero_cell 
{ 
  background: #90DD90; 
  text-align: center; 
  color: #000000;
}
.zero_row 
{ 
  background: #CCCCCC; 
  text-align: center 
}
.transonic_velocity_cell 
{ 
  background: #FFA0A0; 
  text-align: center; 
  color #000000 
}
.transonic_mach_cell 
{ 
  background: #FFA0A0; 
  text-align: center; 
  color #000000 
}

/* Trajectory card specific classes */
/* Cells */
.card_description_cell 
{ 
  background-color: rgb(232, 232, 232); 
  font-size: 9pt; 
  border-width: 1px; 
  text-align: left; 
}
.card_input_cell 
{ 
  background-color: rgb(232, 232, 232); 
  font-size: 9pt; 
  border-width: 1px; 
  text-align: right; 
}
.card_altitude_cell 
{ 
  background-color: rgb(196,196,196); 
  text-align: center; 
  border-width: 2px; 
  font-size: 10pt; 
}
.card_temperature_cell_left 
{ background-color: rgb(196,196,196); 
  border-width: 2px; 
  font-size: 9pt; 
  text-align: center; 
}
.card_temperature_cell 
{ background-color: rgb(196,196,196); 
  border-width: 1px; 
  font-size: 9pt; 
  text-align: center; 
}
.card_range_cell 
{ background-color: rgb(196,196,196); 
  font-size: 9pt; 
  border-width: 2px; 
  text-align: center; 
}
.card_drop_cell 
{ background-color: rgb(224, 224, 224); 
  text-align: left; 
  border-width: 1px; 
  padding-left: 4px; 
  padding-right: 20px; 
}
.card_drop_cell_left 
{ background-color: rgb(224, 224, 224); 
  text-align: left; 
  border-width: 2px; 
  padding-left: 4px; 
  padding-right: 20px; 
}
.card_wind_cell 
{ text-align: right; 
  padding-left: 20px; 
  padding-right: 4px; 
}
.card_wind_cell_left 
{ text-align: right;
  border-width: 2px; 
  padding-left: 20px; 
  padding-right: 4px; 
}

.ucard_range_cell 
{ background-color: rgb(224, 224, 224); 
  text-align: center; 
}
.ucard_drop_cell 
{ background-color: rgb(184, 184, 184); 
  text-align: center; 
}
.ucard_wind_cell 
{ background-color: rgb(224, 224, 224); 
  text-align: center; 
}
.ucard_lead_cell 
{ background-color: rgb(184, 184, 184); 
  text-align: center; 
}

/******************************************************************************
 * CSS for CGI Output 
 *****************************************************************************/
.data_table
{ 
  font-family: sans-serif; 
  font-size: 9pt; 
  border-spacing: 5pt 1pt; 
  font-weight: 900;
}

.output_table
{ 
  font-family: sans-serif; 
  font-size: 9pt; 
  border-spacing: 5pt 1pt; 
  font-weight: 900;
}

.credit_table
{ 
  font-family: sans-serif; 
  font-size: 8pt; 
  border-spacing: 5pt 1pt; 
  font-weight: 900;
}

.page_title_row 
{ 
  background: #DDDDDD; 
  font-size: 10pt; 
  text-align: center;
}
.section_title_row 
{ 
  background: #DDDDDD; 
  font-size: 10pt; 
  text-align: center;
}

.data_row 
{ 
  background: #F0F0F0; 
  text-align: center; 
}
.input_row 
{ 
  background: #F0F0F0;
}
.output_row 
{ 
  background: #F0F0F0; 
  text-align: center; 
}
.error_row 
{ 
  background: #FF0000; 
  color: #FFFFFF;
}
.credit_row 
{ 
  background: #DDDDDD; 
  font-size: 8pt; 
  text-align: right; 
}

.message_row 
{ 
  background: #DDDDDD; 
  text-align: left;
}

.break_row { background: #DADADA; height: 1pt }

.blank_cell { background: #FFFFFF }
.input_value_cell { text-align: right; }
.input_desc_cell { text-align: left; }
.param_value_cell { text-align: right; }
.param_desc_cell { text-align: left; }
.error_desc_cell { text-align: center; }

TH { background: #CCCCCC; text-align:center }

.output_value_cell 
{
  text-align: right;
}
.output_desc_cell 
{ 
  text-align: left;
}

/*********************************************************************/
/*********************************************************************/
/*                       Error reporting link                        */
/*********************************************************************/
/*********************************************************************/

.report_error_link
{
  text-decoration: none; 
  color: #000000;
}

.report_error_link:link
{
  text-decoration: none; 
  color: #000000;
}

.report_error_link:active
{
  text-decoration: none; 
  color: #000000;
}

.report_error_link:hover
{
  text-decoration: none; 
  color: #000000;
}

.report_error_link:visited
{
  text-decoration: none; 
  color: #000000;
}

.report_error_paragraph
{ 
}

/*********************************************************************/
/*********************************************************************/
/*                            Statistics                             */
/*********************************************************************/
/*********************************************************************/
.statistics_table {
  font-size: 8pt;
}

.statistics_row {
}

.statistics_header {
}

.statistics_header_name {
  text-align: right; 
}

.statistics_header_value {
  text-align: center; 
}

.statistics_header_graph {
  text-align: left; 
}

.statistics_cell_name {
  text-align: right; 
}

.statistics_cell_value {
  text-align: center; 
}

.statistics_cell_graph {
  text-align: left; 
}

/*********************************************************************/
/*********************************************************************/
/*                          Print Specific                           */
/*********************************************************************/
/*********************************************************************/

@media print {
  .header_table {
    display: none;
  }
  .menu_table {
    display: none;
  }
  .message_table {
    display: none;
  }
  .ads_left_layout_cell {
    display: none;
  }
  .ads_right_layout_cell {
    display: none;
  }
  .calc_footer_table {
    display: none;
  }
  .outline_paragraph_calc {
    display: none;
  }
  .report_error_paragraph {
    display: none;
  }
  .div_cgi_report_error {
    display: none;
  }
  .div_cgi_report_error_hover {
    display: none;
  }
  .div_cgi_header_container {
    display: none;
  }
  .div_cgi_content_ads_left {
    display: none;
  }
  .div_cgi_content_ads_right {
    display: none;
  }
  .div_cgi_menu_container {
    display: none;
  }
}
