/****************************************/
/* Kuehne + Nagel (AG & Co) KG          */
/* Cascading Style Sheet                */
/****************************************/
/* File         : knwebstd.css          */
/* Version		  : 1.0.5               */
/* Last changed : 16.05.2006            */
/****************************************/
/* Element naming by function:          */
/* <prefix>_<main>_<sub>_<element>      */
/* Sample:                              */
/* .knwebstd_result_table_mainheader    */
/* prefix      : knwebstd               */
/* main        : result                 */
/* sub         : table                  */
/* element     : mainheader             */
/****************************************/


/****************************************/
/* Section: General definitions         */
/* Scope  : full page                   */
/****************************************/
BODY {
  color: #000000;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  margin: 0px;
  background-color: white;
}

P {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

A:link {
  color: #002b55;
}
/* tr, 20070625 - view visited links ( wish from etrack users ) */
/*
A:visited {
  color: #551A8B;
}
*/
A:hover {
  color: #56b7e9;
}

A:active {
  color: #002b55;
}

TABLE {
  font-size: 12px;
}

TD {
  padding-left: 5px;
  padding-right: 5px;
  color: #002b55;
}

FORM {
  margin: 0px;
}

INPUT, SELECT, OPTION, TEXTAREA {
  font-family:Arial, Geneva, Helvetica, sans-serif;
  font-size: 11px;
}

BR {
  font-family: Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
}


/****************************************/
/* Section: global custom definitions   */
/* Scope  : full page                   */
/****************************************/
.kndark {
  background-color: #002b55;
}
.knblue {
  background-color: #56b7e9;
}
.knwhite {
  background-color: #ffffff;
}


/****************************************/
/* Main   : application                 */
/* Sub    :                             */
/****************************************/
.knwebstd_app_header_element {
  background-color: #002b55;
  border-top: #ffffff 1px solid;
  border-right: #ffffff 1px solid;
  border-bottom: #ffffff 1px solid;
  border-left: medium none;
  color: #000000;
  font-weight: normal;
}

.knwebstd_app_margin_l {
  padding: 0px;
  margin: 0px;
  width: 5px;
}

.knwebstd_app_margin_r {
  padding: 0px;
  margin: 0px;
  width: 5px;
}

.knwebstd_app_spacing {
  width: 30px;
}


/****************************************/
/* Main   : global                      */
/* Sub    :                             */
/****************************************/
.knwebstd_global_labelreq {
  font-weight: bold;
  background-color: #aeb8d3;
  color: #002b55;
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}

.knwebstd_global_labelopt {
  font-weight: normal;
  background: #aeb8d3;
  color: #002b55;
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}

.knwebstd_global_field_left {
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
}

.knwebstd_global_field_center {
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}

.knwebstd_global_field_right {
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}


/****************************************/
/* Main   : quicknav                    */
/* Sub    :                             */
/****************************************/
.knwebstd_quicknav_table {
  font-size: 10px;
  font-family: verdana;
  width: 100%;
  background-color: white;
  color: #002b55;
  border: none;
  margin: 0px;
}

.knwebstd_quicknav_normal {
  font-family: verdana;
  font-size: 10px;
  font-weight: normal;
  color: #002b55;
  text-decoration: none;
}

.knwebstd_quicknav_bold {
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: #002b55;
  text-decoration: none;
}

.knwebstd_quicknav_link {
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}


/****************************************/
/* Main   : content                     */
/* Sub    :                             */
/****************************************/
.knwebstd_content_table {
  background-color: white;
  border: 1px solid #bbbbbb;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #002b55;
  font-weight: normal;
  text-align: center;
}

.knwebstd_content_title {
  height: 30px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #002b55;
  background-color: #ebecee;
  text-align: center;
}

.knwebstd_content_title_left {
  height: 30px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #002b55;
  background-color: #ebecee;
  text-align: left;
}

.knwebstd_content_body {
  border: 1px solid #bbbbbb;
  padding: 5px;
  vertical-align: top;
  text-align: left;
}

.knwebstd_content_nav {
  height: 30px;
  border: none;
  color: #002b55;
  background-color: #ebecee;
  text-align: center;
}


/****************************************/
/* Main   : block                       */
/* Sub    :                             */
/****************************************/
.knwebstd_block_table {
  border: 1px solid #ebecee;
  background-color: #fcfcfc;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  color: #002b55;
}

.knwebstd_block_title {
  font-weight: bold;
  color: #002b55;
  padding-left: 5px;
  background-color: #ebecee;
  text-align: left;
  border: 1px solid #bbbbbb;
}

.knwebstd_block_body {
  border: 1px solid #bbbbbb;
  padding: 5px;
  vertical-align: top;
  text-align: left;
}


/****************************************/
/* Main   : result                      */
/* Sub    : option                      */
/****************************************/
.knwebstd_result_option_left {
  border: none;
  width: 10%;
  font-size: 10px;
  font-weight: normal;
  color: #002b55;
  background-color: #ebecee;
  text-align: left;
  white-space: nowrap;
  padding: 5px;
}

.knwebstd_result_option_right {
  border: none;
  width: 10%;
  font-size: 10px;
  font-weight: normal;
  color: #002b55;
  background-color: #ebecee;
  text-align: right;
  white-space: nowrap;
  padding: 5px;
}


/****************************************/
/* Main   : result                      */
/* Sub    : table                       */
/****************************************/
.knwebstd_result_table {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 1px;
  margin: 0px;
  font-weight: normal;
}

.knwebstd_result_table_mainheader {
  background-color: #aeb8d3;
  color: #002b55;
  vertical-align: bottom;
  border: none;
  font-weight: bold;
  text-align: center;
  padding: 2px;
}

.knwebstd_result_table_mainheader_left {
  background-color: #aeb8d3;
  color: #002b55;
  vertical-align: bottom;
  border: none;
  font-weight: bold;
  text-align: left;
  padding: 2px;
}


.knwebstd_result_table_mainheader_sortable {
  background-color: #aeb8d3;
  color: #002b55;
  vertical-align: bottom;
  border: none;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  text-decoration: underline;
}

.knwebstd_result_table_mainheader_sorted {
  background-color: #8e98d3;
  color: #002b55;
  vertical-align: bottom;
  border: none;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  text-decoration: underline;
}

.knwebstd_result_table_subheader {
  background-color: #aeb8d3;
  color: #002b55;
  vertical-align: bottom;
  border: none;
  font-weight: bold;
  text-align: center;
  padding: 2px;
}

.knwebstd_result_table_subheader_sortable {
  background-color: #aeb8d3;
  color: #002b55;
  vertical-align: bottom;
  border: none;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  text-decoration: underline;
}

.knwebstd_result_table_subheader_sorted {
  background-color: #8e98d3;
  color: #002b55;
  vertical-align: bottom;
  border: none;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  text-decoration: underline;
}

.knwebstd_result_table_row_1, .knwebstd_result_table_row_even  {
  color: #002b55;
  font-size: 11px;
  background: #cedeff;
}

.knwebstd_result_table_row_1_bold, .knwebstd_result_table_row_even_bold  {
  color: #002b55;
  font-size: 11px;
  background: #cedeff;
  font-weight: bold;
}

.knwebstd_result_table_row_2, .knwebstd_result_table_row_odd {
  color: #002b55;
  font-size: 11px;
  background: #e0e7ff;
}

.knwebstd_result_table_row_2_bold, .knwebstd_result_table_row_odd_bold {
  color: #002b55;
  font-size: 11px;
  background: #e0e7ff;
  font-weight: bold; 
}

.knwebstd_result_table_row_new {
  color: #002b55;
  font-size: 11px;
  background: #d6cb94;
}

.knwebstd_result_table_row_old {
  color: #002b55;
  font-size: 11px;
  background: #bebdbe;
}

.knwebstd_result_table_field_numeric {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
  padding-left: 5px;
}

.knwebstd_result_table_field_code {
  text-align: center;
  white-space: nowrap;
  padding-right: 5px;
  padding-left: 5px;
}

.knwebstd_result_table_field_text {
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
}

.knwebstd_result_table_field_left {
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
}

.knwebstd_result_table_field_center {
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}

.knwebstd_result_table_field_right {
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}


/****************************************/
/* Main   : search                      */
/* Sub    : form                        */
/****************************************/
.knwebstd_search_form_verticalspacing {
  height: 1px;
  font-size: 1px;
  border: none;
  padding: 0px;
}

.knwebstd_search_form_horizontalspacing {
  height: 1px;
  font-size: 1px;
  border: none;
  padding: 0px;
}

.knwebstd_search_form_table {
  text-align: right;
  white-space: nowrap;
}

.knwebstd_search_form_sectiontitle {
  height:25px;
  border: none;
  font-weight: bold;
  color: #002b55;
  background-color: #aeb8d3;
  text-align: center;
}

.knwebstd_search_form_labelreq {
  font-weight: bold;
  background-color: #ebecee;
  color: #002b55;
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}

.knwebstd_search_form_labelopt {
  font-weight: normal;
  padding-right: 5px;
  background: #ebecee;
  color: #002b55;
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}

.knwebstd_search_form_labelopt_left {
  font-weight: normal;
  padding-right: 5px;
  background: #ebecee;
  color: #002b55;
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
}

.knwebstd_search_form_value {
  font-weight: normal;
  font-size: 12px;
  padding-left: 5px;
  color: #002b55;
  text-align: left;
  vertical-align:middle;
}

.knwebstd_search_form_remark {
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
  color: #002b55;
  text-align: left;
  vertical-align:middle;
}

/****************************************/
/* Main   : search                      */
/* Sub    : criteria                    */
/****************************************/
.knwebstd_search_criteria_table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 1px;
  margin-bottom: 5px;
  font-weight: normal;
  background-color: #e0e7ff;
}

.knwebstd_search_criteria_label {
  color: #002b55;
  vertical-align: top;
  border: none;
  border-left: 1px white solid;
  white-space: nowrap;
  font-weight: bold;
  padding-left: 5px;
}

.knwebstd_search_criteria_value {
  color: #002b55;
  vertical-align: top;
  border: none;
  white-space: nowrap;
  font-weight: normal;
  padding-right: 5px;
}


/****************************************/
/* Main   : lookup                      */
/* Sub    :                             */
/****************************************/
.knwebstd_lookup_table {
  text-align: left;
}

.knwebstd_lookup_labelreq {
  height: 25px;
  font-weight: bold;
  font-size: 12px;
  background-color: #ebecee;
  color: #002b55;
  text-align: right;
}

.knwebstd_lookup_labelopt {
  height: 25px;
  font-weight: normal;
  font-size: 12px;
  background-color: #ebecee;
  color: #002b55;
  text-align: right;
}


/****************************************/
/* Main   : Info                        */
/* Sub    :                             */
/****************************************/
.knwebstd_info_table {
  width: 185px;
  background-color: #fcfcfc;
  font-weight: normal;
  text-align: left;
  border: 1px solid #dbdcde;
  border-collapse: collapse;
  margin: 10px 0 0 0;
}

.knwebstd_info_title {
  vertical-align: middle;
  background: #ebecee;
  font-weight: bold;
  padding: 5px;
  background-image:url(../images/knwebstd/bg_info_title.gif);
  background-repeat: repeat-x;
  background-position: bottom right;
}

.knwebstd_info_text {
  vertical-align: top;
}


/****************************************/
/* Main   : ticker                      */
/* Sub    :                             */
/****************************************/
.knwebstd_ticker_link {
  font-size: 12px;
  font-weight: bold;
}

.knwebstd_ticker {
  color: #002b55;
  font-size: 13px;
}


/****************************************/
/* Main   : help                        */
/* Sub    :                             */
/****************************************/
.knwebstd_help_title {
  color: #002b55;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.knwebstd_help_label {
  color: #002b55;
  font-weight: normal;
  text-decoration: underline;
}

.knwebstd_help_text {
  color: #002b55;
  font-weight: normal;
  text-decoration: none;
}


/****************************************/
/* Main   : msg                         */
/* Sub    : error                       */
/****************************************/
.knwebstd_msg_error_table {
  width: 70%;
  background-color: white;
  background-color: #fcfcfc;
  border: 1px solid #dbdcde;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 10px 0 10px 15%;
  font-weight: normal;
  text-align: left;
}

.knwebstd_msg_error_title {
  padding: 5px;
  border: none;
  font-weight: bold;
  background: #ebecee;
  text-align: center;
  color: red;
}

.knwebstd_msg_error_body {
  color: red;
  border: none;
  padding: 5px;
  vertical-align: top;
  text-align: center;
}

.knwebstd_msg_error_nav {
  height : 30px;
  border: none;
  color: #002b55;
  background-color: #ebecee;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
}


/****************************************/
/* Main   : msg                         */
/* Sub    : info                        */
/****************************************/
.knwebstd_msg_info_table {
  width: 50%;
  background-color: blue;
  background-color: #fcfcfc;
  border: 1px solid #dbdcde;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 10px 0 10px 25%;
  font-weight: normal;
  text-align: center;
}

.knwebstd_msg_info_title {
  padding: 5px;
  border: none;
  font-weight: bold;
  background: #ebecee;
  text-align: center;
}

.knwebstd_msg_info_body {
  background-color: white;
  border: none;
  padding: 5px;
  vertical-align: top;
}

.knwebstd_msg_info_nav {
  border: none;
  font-weight: normal;
  color: #002b55;
  font-size: 12px;
  white-space: nowrap;
  background: white;
}


/****************************************/
/* Main   : tab                         */
/* Sub    :                             */
/****************************************/
.knwebstd_tab_selected {
  height: 30px;
  border: 1px solid #a0a0a0;
  border-bottom: none;
  background-color: #CEDFFF;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  padding-top:4px;
}

.knwebstd_tab_enabled {
  height: 30px;
  border: 1px solid #cccccc;
  background-color: #e0e7ff;
  text-align: center;
  margin-bottom:5px;
  padding-bottom:4px;
}

.knwebstd_tab_disabled {
  height: 30px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  text-align: center;
  margin-bottom:5px;
  padding-bottom:4px;
}

.knwebstd_tab_spacer {
  border-bottom: 1px solid #cccccc;
}

.knwebstd_tab_body {
  border: 1px solid #cccccc;
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}
