/****************************************/
/* Kuehne + Nagel (AG & Co) KG          */
/* Cascading Style Sheet                */
/****************************************/
/* File         : knwebstd.css          */
/* Version      : 1.3.3                 */
/* Last changed : 15.10.2009            */
/****************************************/
/* 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;
}

A:visited {
  color: #002B55;
}

A:hover {
  color: purple;
}

A:active {
  color: #002b55;
}

TABLE {
  font-size: 12px;
}

FORM {
  margin: 0px;
}

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

INPUT:disabled, SELECT:disabled, OPTION:disabled, TEXTAREA:disabled, BUTTON:disabled {
  color: #808080;
}

BR {
  font-size: 10px;
}


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


/****************************************/
/* Main   : app                         */
/****************************************/
/* margin_l + margin_r + space = width-2
/****************************************/

.knwebstd_app_width {
  width: 998px;
}

.knwebstd_app_menu_table {
  background-color: #002b55;
  border-top: #ffffff 1px solid;
  border-bottom: #ffffff 1px solid;
}

.knwebstd_app_menu_spacer {
  width: 966px;
}

.knwebstd_app_menu {
  width: 100%;
  border-left: #ffffff 1px solid;
  border-right: #ffffff 1px solid;
}

.knwebstd_app_margin_l {
  width: 15px;
}

.knwebstd_app_margin_r {
  width: 15px;
}

.knwebstd_app_spacing {
  width: 30px;
}

.knwebstd_app_header_row {
  background-color: #002852;
  width: 100%;
  height: 80px;
  border: none;
}

.knwebstd_app_header_shadow {
  background-image:url(../images/knwebstd/header_shadow.jpg);
}

/****************************************/
/* Environment indicator                */
/****************************************/

.knwebstd_app_header_info {
  padding-left: 10px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
}

.knwebstd_app_env_title {
  font-size: 10px;
}

.knwebstd_app_env_name {
  font-weight: bold;
}

.knwebstd_app_target_local {
  color: #000000;
  background-color: #C1FFC1;
}

.knwebstd_app_target_development {
  color: #000000;
  background-color: #2E8B57;
}

.knwebstd_app_target_integrationtest {
  color: #000000;
  background-color: #FFD700;
}

.knwebstd_app_target_systemtest {
  color: #000000;
  background-color: #FF7F24;
}

.knwebstd_app_target_maintenance {
  color: #000000;
  background-color: #FF4500;
}

.knwebstd_app_target_live {
  color: #000000;
  background-color: #CD0000;
}


/****************************************/
/* Main   : global                      */
/****************************************/
.knwebstd_global_labelreq {
  font-weight: bold;
  /*background-image: url('../images/knwebstd/asterisk.gif'); */
  background-color: #aeb8d3;
  background-position: top right;
  background-repeat:no-repeat;
  text-align: left;
  padding-right: 14px;
  padding-left: 5px;
}

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

.knwebstd_global_bold {
  font-weight: bold;
  background: #aeb8d3;
  text-align: left;
  padding-right: 14px;
  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                    */
/****************************************/
.knwebstd_quicknav_table {
  font-size: 10px;
  font-family: verdana;
  width: 100%;
  background-color: white;
  border: none;
  margin: 0px;
}

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

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

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


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

.knwebstd_content_table_fixedwidth {
  background-color: white;
  border: 1px solid #bbbbbb;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
  table-layout: fixed;
}

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

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

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


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

.knwebstd_block_title {
  font-weight: bold;
  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;
  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;
  background-color: #ebecee;
  text-align: right;
  white-space: nowrap;
  padding: 5px;
}


/****************************************/
/* Main   : result                      */
/* Sub    : table                       */
/****************************************/
.knwebstd_result_table_wrapper {
  width: 100%;
  height: auto;
  _padding-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
}

.knwebstd_result_table {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 1px;
  margin: 0px;
  font-weight: normal;
  *border-collapse: expression('separate', cellSpacing = '1px');
}

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

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

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

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

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

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

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

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

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

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

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

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

.knwebstd_result_table_sub_row_even {
	font-size: 11px;
	background: #dbdcde;
}

.knwebstd_result_table_sub_row_odd {
	font-size: 11px;
	background: #ebecee;
}

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

.knwebstd_result_table_field_code {
  text-align: left;
  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;
}

A:link.knwebstd_result_table_sort, A:active.knwebstd_result_table_sort, A:visited.knwebstd_result_table_sort {
  DISPLAY: block;
  TEXT-DECORATION: none;
}

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

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

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

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

.knwebstd_edit_form_labelreq {
  font-weight: normal;
  background-image: url('../images/knwebstd/asterisk.gif');
  background-color: #ebecee;
  background-position: top right;
  background-repeat:no-repeat;
  text-align: left;
  padding-right: 14px;
  padding-left: 5px;
}

.knwebstd_edit_form_labelopt {
  font-weight: normal;
  background: #ebecee;
  text-align: left;
  padding-right: 14px;
  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;
  background-color: #aeb8d3;
  text-align: center;
}

.knwebstd_search_form_labelreq {
  font-weight: normal;
  background-image: url('../images/knwebstd/asterisk.gif');
  background-color: #ebecee;
  background-position: top right;
  background-repeat:no-repeat;
  text-align: left;
  padding-right: 14px;
  padding-left: 5px;
}

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

.knwebstd_search_form_value {
  font-weight: normal;
  font-size: 12px;
  padding-left: 5px;
  text-align: left;
  vertical-align:middle;
  white-space:nowrap;
}

.knwebstd_search_form_remark {
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
  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 {
  vertical-align: top;
  border: none;
  border-left: 1px white solid;
  white-space: nowrap;
  font-weight: bold;
  padding-left: 5px;
}

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


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

.knwebstd_lookup_labelreq {
  height: 25px;
  font-weight: normal;
  font-size: 12px;
  background-image: url('../images/knwebstd/asterisk.gif');
  background-color: #ebecee;
  background-position: top right;
  background-repeat:no-repeat;
  text-align: right;
  padding-right: 9px;
}

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


/****************************************/
/* Main   : Info                        */
/****************************************/
.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: #002b55;
  color: #ffffff;
  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                      */
/****************************************/
.knwebstd_ticker_link {
  font-size: 12px;
  font-weight: bold;
}

.knwebstd_ticker {
  font-size: 13px;
}


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

.knwebstd_help_label {
  font-weight: normal;
  text-decoration: underline;
}

.knwebstd_help_text {
  font-weight: normal;
  text-decoration: none;
}


/****************************************/
/* Main   : msg                         */
/* Sub    : error                       */
/****************************************/
.knwebstd_msg_error_table {
  width: 100%;
  border: 1px solid #dbdcde;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 10px 0 10px 0;
  text-align: center;
}

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

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

.knwebstd_msg_error_nav {
  height : 30px;
  border: none;
  background-color: #ebecee;
  font-size: 12px;
  white-space: nowrap;
}


/****************************************/
/* Main   : msg                         */
/* Sub    : info                        */
/****************************************/
.knwebstd_msg_info_table {
  width: 100%;
  border: 1px solid #dbdcde;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 10px 0 10px 0;
  text-align: center;
}

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

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

.knwebstd_msg_info_nav {
  height : 30px;
  border: none;
  background: #ebecee;
  font-size: 12px;
  white-space: nowrap;
}


/****************************************/
/* Main   : tab                         */
/****************************************/
.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;
  color: #808080;
  background-color: #e0e7ff;
  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;
  padding: 5px;
  margin-top: 0px;
  padding-top: 0px;
}

/****************************************/
/* Main   : client-side-tabs            */
/****************************************/
.knwebstd_tabs {
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.knwebstd_tabs .knwebstd_tabs_nav {
	display: inline-block;
	zoom: 1;
	*display: inline;

	vertical-align: center;
	list-style: none outside none;
	margin: 0;
	padding: 0;

	border-top: 1px  solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;

	background-image: url('../images/widgets/tab2Header/background-not-active.png');
	background-position: center bottom;
	background-repeat: repeat-x;

	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 98%;
	white-space: nowrap;
}

.knwebstd_tabs .knwebstd_tabs_nav li:first-child {
	background-image: none;
}

.knwebstd_tabs .knwebstd_tabs_nav li.active +li {
	background-image: none;
	background-position: none;
}

.knwebstd_tabs .knwebstd_tabs_nav li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: center;
	top: 0;
	border-bottom-width: 0;
	white-space: nowrap;
	background-image: url('../images/widgets/tab2Header/separator.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3PX 3px 1px;
}

.knwebstd_tabs .knwebstd_tabs_nav li a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: .5em 1em;
	text-decoration: none;
	color: #81828A;
	padding-left: 10px;
	text-align: center;
	outline: none;
}

.knwebstd_tabs .knwebstd_tabs_nav li.active a.active {
	color: #56B7E9;
	cursor: text;
}

.knwebstd_tabs .knwebstd_tabs_nav li.disabled a.disabled {
	color: #DBDBDB;
	cursor: text;
}

.knwebstd_tabs .knwebstd_tabs_nav li.active {
	background-color: #FFFFFF;
	background-image: url('../images/widgets/tab2Header/background-active.png');
	background-position: center top;
	background-repeat: repeat-x;
	padding-bottom: 1px;
	margin: 0 0 0 -1px;
	padding: 3px 3px 1px;
	border-bottom: hidden;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	box-shadow: 0 2px 8px #FFFFFF;
}

.knwebstd_tabs .knwebstd_tabs_panel {
	display: block;
	padding: 1em 1.4em;
	background: none;
	border: 1px solid #cccccc;
	padding: 5px;
}

/****************************************/
/* Main   : disclaimer                  */
/****************************************/
.knwebstd_disclaimer_table {
  text-align: left;
  width: 100%;
  background-color: #56b7e9;
  font-size: 11px;
}

/****************************************/
/* Modal dialogs                        */
/****************************************/

/* the top-left corner is placed in the exact center of the screen. */
/* Modifying top-marging and left-margin later will result in really centering the element. */
.knwebstd_overlay_centered_fixed {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #ffffff;
    color:#000000;
    border: 3px solid #a0a0a0;
    padding: 0px;
    margin-top: -200px;
}
* html .knwebstd_overlay_centered_fixed { /* IE Haxx IE does not support position: fixed; so we have to emulate it */
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
    margin-top: -200px;
}
.knwebstd_overlay_centered {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    color:#000000;
    border: 3px solid #a0a0a0;
    padding: 0px;
    margin-top: -200px;
}

/****************************************/
/* Overlay lookups                      */
/****************************************/

#knwebstd_lookup_status {
	width:100%;
	height:20px;
	text-align:center;
}

.knwebstd_overlay_lookup_table {
  background-color: white;
  border: 1px solid #bbbbbb;
  border-collapse: collapse;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
  text-align: center;
}

/****************************************/
/* Overlay dialog decorations           */
/****************************************/

.knwebstd_overlay_title {
    background: #002b55;
    color: white;
    padding: 7px 19px 5px 5px;
    font-weight: bold;
}

.knwebstd_overlay_iframe {
    margin-right:6px;
    margin-bottom:6px;
}

/* Close button */
.knwebstd_overlay_close_button {
    position: absolute;
    right: 7px;
    top: 4px;
}

.knwebstd_overlay_content {
}

/****************************************/
/* Offline dialog link decoration       */
/****************************************/

.knwebstd_dialog_offline_link {
	text-decoration:line-through;
}

/********************************************/
/* Decoration for highlighting field errors */
/********************************************/

.knwebstd_dialog_field_errors {
	border: 2px solid rgb(180, 4, 4);
}

/********************************************/
/* Flag to indicate if a field should be highlighted in error cases */
/********************************************/

.knwebstd_field_errors_enabled {
}

/********************************************/
/* tab2Header tag              			    */
/********************************************/
.knwebstd_tab_table {
    cellspacing: 0;
    cellpadding: 0;
    border-bottom: hidden;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
	font-family: Arial,Verdana,sans-serif;
	empty-cells: show;
}

.knwebstd_tab_row a {
    color: #81828A;
    padding-left: 1px;
    text-align: center;
    text-decoration: none;
}

.knwebstd_tab_row {
    height: 27px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}

.knwebstd_tab_inactive {
    border-top: 1px  solid #DBDBDB;
	background-image: url('../images/widgets/tab2Header/background-not-active.png');
    background-position: center bottom;
    background-repeat: repeat-x;
    padding: 2px 3px 1px 3px;
    color: #81828A;
	text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 98%;
    margin: 0;
}

.knwebstd_tab_first {
	border-top: 1px  solid #DBDBDB;
	background-image: url('../images/widgets/tab2Header/background-not-active.png');
    background-position: center bottom;
    background-repeat: repeat-x;
	border-top: 1px  solid #DBDBDB;
    border-left: 1px solid #DBDBDB;
    padding: 0 0 0 0;
    font-size: 1pt
}

.knwebstd_tab_last {
	border-top: 1px  solid #DBDBDB;
	background-image: url('../images/widgets/tab2Header/background-not-active.png');
    background-position: center bottom;
    background-repeat: repeat-x;
	border-top: 1px  solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    padding: 0 0 0 0;
    font-size: 1pt
}

.knwebstd_tab_deactivated {
	border-top: 1px  solid #DBDBDB;
	background-image: url('../images/widgets/tab2Header/background-not-active.png');
    background-position: center bottom;
    background-repeat: repeat-x;
    border-left: hidden;
    color: #DBDBDB;
	text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 98%;
    margin: 0;
    padding: 2px 3px 1px 3px;
}

.knwebstd_tab_separator {
    border-top: 1px solid #DBDBDB;
    background-image: url('../images/widgets/tab2Header/separator.png');
    background-position: left center;
    background-repeat: no-repeat;
	padding: 0 1px 0 0;
	border-bottom: 1px solid #BBBBBB;
}

.knwebstd_tab_active {
	background-color: #FFFFFF;
    background-image: url('../images/widgets/tab2Header/background-active.png');
    background-position: center top;
    background-repeat: repeat-x;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    box-shadow: 0 2px 8px #FFFFFF;
	border-top: 1px solid #DBDBDB;
    color: #56B7E9;
    padding-bottom: 1px;
	margin: 0 0 0 -1px;
	padding: 3px 3px 1px 3px;
	border-bottom: hidden;
	text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 98%;
}

.knwebstd_tab_inactive a {
 width: 100%;
 height: 100%;
 text-align: center;
}

.knwebstd_tab_inactive a:hover {
    color: #56B7E9;
}

.knwebstd_tab_no_style {
    background-image: none;
    padding-left: 0;
    border-top: hidden;
}

.knwebstd_tab_nav {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	background-color: #ebecee;
}

.knwebstd_tabs_nav_icon {
    height: 20px;
    border: 0;
    vertical-align: sub;
}