/*****************************************************************************
 * Einstellungen fuer den Hilfe-Button.
 *****************************************************************************/
.helpHintPanelGrid {
	background: white;
	border-style: solid;
	border-color: black;
	border-width: 1pt;
}

/************************************************************
 * Einstellungen fuer Formular-tabs
 ************************************************************/

.tab_area { 
  width:520px;
  background:#cfd0d2; 
  padding:0.75em; 
  font-size:8pt;
}

.tab_heads a {
  background:#e2e2e2; 
  margin:0 0 0 0.5em;
  display:inline-block; 
  padding:4px 10px 4px 4px ;
  vertical-align:middle;
  border-bottom:solid 1px #ddd;
  color:gray;
}

.tab_heads a:hover{
	color:black;
}

.tab_heads input {
  vertical-align:middle;
}

.tab_page { 
  background:white; 
  margin:0;
  padding:1.5em;
  display:none; /**/
  height:270px;
}

.tab_toptitle {
	background:white !important; 
	border-bottom:solid 1px white !important;
	color:black !important;            
}

.tab_toppage {
	display:block !important; /**/
}

/*****************************************************************************
 * Einstellungen fuer die Choice-Auswahl-Komponente.
 *****************************************************************************/
.choice {
	position: relative;
}

.choice_button_open {
	background-image: url("choice_open.gif");
	background-repeat: no-repeat;
	background-position: top;
	width: 18px;
	height: 18px;
}

.choice_button_close {
	background-image: url("choice_close.gif");
	background-repeat: no-repeat;
	background-position: top;
	width: 18px;
	height: 18px;
}

.choice_textbox {
	width: 200px;
	font-size: 8pt;
	cursor: default;
}

.choice_box {
	overflow: auto;
	height: 160px;
	width: 223px;
	cursor: default;
	z-index: 100;
	background: white;
}

.choice_panel {
	position: absolute;
	display: none;
	top: 20px;
	left: 0px;
	border-top: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: white;
}

.choice_panel_bottom_select_all {
	font-size: 8pt;
	background: #dddddd;
	text-align: center;
	cursor: default;
}

.choice_panel_bottom_close {
	font-size: 8pt;
	background: #dddddd;
	text-align: center;
	cursor: default;
}

.choice_panel_bottom_reset {
	font-size: 8pt;
	background: #dddddd;
	text-align: center;
	cursor: default;
}

/*****************************************************************************
 * Einstellungen fuer die Sprachauswahl.
 *****************************************************************************/
	/*.lc_table
{
	border-spacing:5px;
}
*/
.lc_separator_hor {
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-color: black;
	vertical-align: middle;
}

.lc_separator_ver {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: black;
	text-align: center;
}

.lc_image_hor {
	height: 12px;
}

.lc_image_hor_sel {
	height: 16px;
}

.lc_image_ver {
	width: 20px;
}

.lc_image_ver_sel {
	width: 24px;
}

/*****************************************************************************
 * Einstellungen fuer die Prozessablauf Komponente.
 *****************************************************************************/
	/* Neue Stile */
.pt_main {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 0px;
	text-align: left;
}

.pt_main table {
	border: 0px;
	border-collapse: collapse;
}

.pt_main td {
	padding: 0px;
	margin: 0px;
}

.pt_start_active {
	background-image: url(pt_start_aktiv.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 100px;
}

.pt_start_inactive {
	background-image: url(pt_start_inaktiv.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 100px;
}

.pt_middle_active {
	background-image: url(pt_mitte_aktiv.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 100px;
}

.pt_middle_inactive {
	background-image: url(pt_mitte_inaktiv.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 100px;
}

.pt_end_active {
	background-image: url(pt_ende_aktiv.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 100px;
}

.pt_end_inactive {
	background-image: url(pt_ende_inaktiv.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 100px;
}

.pt_text_before {
	height: 0px;
	width: 100px;
	text-align: center;
	color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: top;
}

.pt_text_current {
	height: 0px;
	width: 100px;
	text-align: center;
	color: #F66013;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: top;
	font-weight: bold;
}

.pt_text_after {
	height: 0px;
	width: 100px;
	text-align: center;
	color: #0035E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: top;
}

.pt_text_distance {
	padding-left: 10px;
	padding-right: 10px;
}

.pt_tab_table {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-collapse: collapse;
	border-spacing: 5px;
}

.pt_tab_active {
	background-color: #ffffff;
	width: 150px;
	height: 23px;
	padding-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: cfd1d3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}

.pt_tab_inactive {
	background-color: cfd0d2;
	width: 150px;
	height: 23px;
	padding-left: 5px;
	margin-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: cfd1d3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}

.pt_tab_space {
	background-color: #ffffff;
	height: 23px;
	padding-left: 5px;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-width: 1px;
	border-color: cfd1d3;
}

.pt_ruler {
	height: 1px;
	border-top: 1px solid #cfd1d3;
	border-left: 0px solid #cfd1d3;;
	border-bottom: 0px solid #cfd1d3;
	border-right: 0px solid #cfd1d3;
}

.pt_button,.pt_buttonHover,.pt_buttonActive,.pt_buttonReleased {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*****************************************************************************
 * Einstellungen fuer die Shuttle Komponente.
 *****************************************************************************/
.shuttle_main {
	
}

.shuttle_main_column {
	
}

.shuttle_list {
	font-size: 8pt;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

.shuttle_text {
	font-size: 8pt;
	height: 14px;
}

/*****************************************************************************
 * Einstellungen fuer die erweiterte Tabellenkomponente.
 *****************************************************************************/
.dt_main {
	table-layout: fixed;
	border-width: 0px;
	border-style: solid;
	border-color: #656565;
	padding: 0px;
	background-color: #FFFFFF;
}

/* Fußzeile (Informationen zu den Datensätzen). */
.dt_footer {
	font-size: 8pt;
}

/* Suchmaske. */
.dt_input {
	font-size: 8pt;
}

/* Bilder innerhalb der Tabelle. */
.dt_images {
	border: 0px;
	vertical-align: middle;
	margin-left: 5px;
}

/* Einstellungen für eine Auswahlbox. */
.dt_combobox {
	font-size: 8pt;
	width: 120px;
	margin: 0px;
	padding: 0px;
}

.dt_main_column {
	width: 100%;
	background-color: #cfd0d2;
}

/* Wenn Selektion möglich, enthält die erste Spalte eine Selektionsauswahl. */
.dt_table_sel_col {
	font-size: 8pt;
	width: 30px;
	text-align: center;
}

/* Normale Tabellenspalte. */
.dt_table_col {
	font-size: 8pt;
}

/* Tabellenspalte mit Ausrichtung rechts */
.dt_table_col_right {
	text-align: right;
}

/* Tabellenspalte mit Ausrichtung zentriert */
.dt_table_col_center {
	text-align: center;
}

/* Normale Zeile. */
.dt_row {
	background-color: #ffffff;
}

/* Zeile mit schwebender Maus. */
.dt_row_hover {
	background-color: #feb691;
}

/* Zeile mit geklickter Maus.  */
.dt_row_clicked {
	background-color: #f66014;
}

.dt_table_header { /*background-image: url("dt_header.gif")*/;
	
}

.dt_table_header_text {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}

/* Tabelle. */
.dt_table {
	width: 100%;
	border-width: 0px;
	border-style: solid;
	border-color: #656565;
	background-color: #E2E2E2;
}

/* Darstellung einer Zelle. */
.dt_cell {
	margin: 0pt;
	padding: 0pt;
}

/* Tabellentitel. */
.dt_nav_title {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 0px;
}

/** Navigation 1.Spalte : Titel */
.dt_nav_col1 {
	text-align: left;
	width: 100%;
}

/** Navigation 2.Spalte : Navigationskomponente */
.dt_nav_col2 {
	text-align: right;
}

/** Navigation 3.Spalte : kleine Anzahl an Zeilen pro Seite */
.dt_nav_col3 {
	text-align: right;
}

/** Navigation 4.Spalte : mittlere Anzahl an Zeilen pro Seite */
.dt_nav_col4 {
	text-align: right;
}

/** Navigation 5.Spalte : große Anzahl an Zeilen pro Seite */
.dt_nav_col5 {
	text-align: right;
}

/* Aktive Seitenzahl. */
.dt_nav_active_col a {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

/* Inaktive Seitenzahl. */
.dt_nav_inactive_col a {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

/* Navigationskomponente. */
.dt_nav_panel {
	text-align: right;
	width: 100%;
	border-width: 0px;
	border-style: solid;
	border-color: #656565;
	background-color: #cfd0d2;
	/*	background-image: url("dt_header.gif"); */
}

/* Aktionsleiste */
.dt_action_panel {
	background-color: #cfd0d2;
	border-width: 0px;
	border-style: solid;
	border-color: #656565;
	width: 100%;
}

/** Aktionsleiste: Alle Buttons */
.dt_action_col_button {
	text-align: left;
}

/** Aktionsleiste: Alle Comboboxen */
.dt_action_col_combobox {
	text-align: left;
}

/** Aktionsleiste: Einzelner Button. */
.dt_action_button,.dt_action_buttonHover,.dt_action_buttonActive,.dt_action_buttonReleased
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	cursor: pointer;
}

/** Aktionsleiste: Einzelner Button mit Padding. */
.dt_action_button_padding_left {
	margin-left: 16px;
}

/** Aktionsleiste: Einzelne Combobox. */
.dt_action_combobox {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/** Aktionsleiste: Einzelne Combobox. */
.dt_action_combobox_vorschau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	max-width: 150px;
	margin-left: 10px;
}

/** Aktionsleiste: Platzspalte */
.dt_action_col_space {
	width: 100%;
}

/** Aktionsleiste: Suchfeld */
.dt_action_col_search_field {
	text-align: right;
}

/** Aktionsleiste: Tabellenspalte für Suchbutton */
.dt_action_col_search_button {
	text-align: right;
}

/** Aktionsleiste: Suchbutton */
.dt_action_search_button {
	cursor: pointer;
	width: 65;
	height: 17px;
	border: none;
	vertical-align: middle;
}

/** Aktionsleiste: Tabellenspalte für Suchbutton zurücksetzen */
.dt_action_col_reset_search_button {
	text-align: right;
}

/** Aktionsleiste: Suchbutton zurücksetzen */
.dt_action_reset_search_button {
	vertical-align: middle;
}

/** Aktionsleiste: Filter-Collapse-Button */
.dt_action_col_collapse_button {
	text-align: right;
}

/** Filterleiste */
.dt_filter_panel {
	background-color: #cfd0d2;
	border-width: 0px;
	border-style: solid;
	border-color: #656565;
	width: 100%;
}

/** Filterleiste : Tabellenspalte für Filterbutton */
.dt_filter_col_filter_button {
	text-align: right;
}

/** Filterleiste : Filterbutton */
.dt_filter_button {
	cursor: pointer;
	width: 65;
	height: 17px;
	border: none;
	vertical-align: middle;
}

/** Filterleiste : Filterbutton zurücksetzen */
.dt_reset_filter_button {
	margin-left: 5px;
	vertical-align: middle
}

/*****************************************************************************
 * Einstellungen fuer die erweiterte NavigationCommandButton-Komponente.
 *****************************************************************************/
.naviButtonActive {
	font-size: 8pt;
}

.naviButtonReleased {
	font-size: 8pt;
}

.naviButtonHover {
	font-size: 8pt;
}

.naviButton {
	font-size: 8pt;
}

/*****************************************************************************
 * Einstellungen fuer die erweiterte Combobox-Komponente.
 *****************************************************************************/
.cb_go_button_hidden { /*visibility: hidden;
	width: 1px;
	height: 1px;*/
	display: none;
}

.cb_go_button_visible {
	visibility: visible;
}

/**************************************************
 * Einstellungen fuer die Kalenderkomponente
 **************************************************/
.cal_year_month_header {
	
}

.cal_week_header {
	
}

.cal_current_day_cell {
	
}

/*****************************************************************************
 * Einstellungen fuer die ContainerBox-Komponente.
 *****************************************************************************/
.box_div {
	padding-bottom: 15px;
}

.box_table {
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.box_header {
	background-image: url(../images/box_header_bg.gif);
	background-repeat: repeat-x;
	border-collapse: collapse;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.box_main {
	padding-top: 5px;
	border-collapse: collapse;
	background-color: #fff;
	text-align: center;
}

.box_innerDiv {
	position: relative;
	width: 157px;
	background-color: #fff;
	overflow: hidden;
}

.box_border_top_left {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top_left_corner.gif);
	background-repeat: no-repeat;
	width: 8px;
	border-collapse: collapse;
}

.box_border_top_right {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top_right_corner.gif);
	background-repeat: no-repeat;
	width: 8px;
	border-collapse: collapse;
}

.box_border_left {
	margin: 0px;
	padding: 0px;
	width: 5px;
	background-color: #fff;
	background-image: url(../images/2px_border_orange.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-collapse: collapse;
}

.box_border_right {
	margin: 0px;
	padding: 0px;
	width: 5px;
	background-color: #fff;
	background-image: url(../images/2px_border_orange.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-collapse: collapse;
}

.box_border_bottom_left {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bottom_left_corner.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	border-collapse: collapse;
	background-position: center;
}

.box_border_bottom_right {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bottom_right_corner.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	border-collapse: collapse;
	background-position: center;
}

.box_border_bottom {
	margin: 0px;
	padding: 0px;
	height: 8px;
	background-color: #fff;
	border-bottom: 2px solid #f58220;
	border-collapse: collapse;
}

.box_empty_header {
	background: #fff;
	height: 8px;
	border-top: 2px solid #f58220;
}

.box_empty_header_main {
	padding: 0;
}

.box_empty_header_border_top_left {
	background-image: url(../images/top_left_corner_emptyHeader.gif);
	background-repeat: no-repeat;
	height: 8px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.box_empty_header_border_top_right {
	background-image: url(../images/top_right_corner_emptyHeader.gif);
	background-repeat: no-repeat;
	height: 8px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

/*****************************************************************************
 * Einstellungen fuer die AJAX-Komponenten (Asynchrones Nachladen über JS).
 *****************************************************************************/
.divLoadingMessage {
	position: absolute;
	border-color: #f66013;
	border-style: solid;
	border-width: 4px;
	color: #0035e6;
	text-align: center;
	background-color: #cccccc;
	width: 150px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	background-image: url(hourglass.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.divLoadingPartActive { /*
	filter: Alpha(opacity=30, finishopacity=30, style=0);
*/
	opacity: 0.3;
}

/*****************************************************************************
 * Einstellungen fuer die allgemeine Header-Komponente.
 *****************************************************************************/
	/* Einstellungen für die äußere Tabelle. */
.h_table {
	border-width: 0px;
	border-style: solid;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

/* Einstellungen für den Titel-Text. */
.h_title {
	font-size: 8pt;
	font-weight: bold;
	margin-right: 5px;
	white-space: nowrap; /* Zeilenumbruch verhindern. */
}

/* Einstellungen für die horizontale Trennlinie. */
.h_ruler {
	height: 1px;
	border-top: 1px solid #cfd1d3;
	border-left: 0px solid #cfd1d3;
	border-bottom: 0px solid #cfd1d3;
	border-right: 0px solid #cfd1d3;
}

/*****************************************************************************
 * Einstellungen fuer die zusammenklappbare Header-Komponente.
 *****************************************************************************/
	/* Einstellungen für die äußere Tabelle. */
.ch_table {
	border-width: 0px;
	border-style: solid;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

/* Einstellungen für den Titel-Text. */
.ch_title {
	font-size: 8pt;
	font-weight: bold;
	margin-right: 5px;
	white-space: nowrap; /* Zeilenumbruch verhindern. */
}

/* Einstellungen für die horizontale Trennlinie. */
.ch_ruler {
	height: 1px;
	border-top: 1px solid #cfd1d3;
	border-left: 0px solid #cfd1d3;;
	border-bottom: 0px solid #cfd1d3;
	border-right: 0px solid #cfd1d3;
}

/* Einstellungen für die Tabelle die den Inhalt umfasst. */
.ch_inner_table {
	border-width: 0px;
	border-style: solid;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

/*****************************************************************************
 * Einstellungen fuer die Titel Header-Komponente.
 *****************************************************************************/
	/* Einstellungen für die äußere Tabelle. */
.th_table {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
}

/* Einstellungen für das anzuzeigende Bild. */
.th_img {
	margin-right: 10px;
}

/* Einstellungen für den Titel-Text. */
.th_title {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

/* Einstellungen für den Untertitel-Text. */
.th_subtitle {
	font-size: 8pt;
	font-style: italic;
	color: #000000;
}

/* Einstellungen für die horizontale Trennlinie. */
.th_ruler {
	height: 1px;
	border-top: 1px solid #cfd1d3;
	border-left: 0px solid #cfd1d3;;
	border-bottom: 0px solid #cfd1d3;
	border-right: 0px solid #cfd1d3;
}

/*****************************************************************************
 * Einstellungen fuer die Control Buttons-Komponente.
 *****************************************************************************/
	/* Einstellungen für die horizontale Trennlinie. */
.control_buttons_ruler {
	height: 1px;
	border-top: 1px solid #cfd1d3;
	border-left: 0px solid #cfd1d3;;
	border-bottom: 0px solid #cfd1d3;
	border-right: 0px solid #cfd1d3;
}

.control_buttons_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*****************************************************************************
 * Einstellungen fuer die FileUpload-Komponente.
 *****************************************************************************/
.icon_form_align_button {
	float: left;
}

.icon_form_align_image {
	float: left;
	width: 23px;
	height: 26px;
	padding: 0px;
}

/************************************************************
 * Einstellungen fuer den Tooltip
 ************************************************************/
.tooltip_table {
	border: 1px solid #f58220;
}

.tooltip_titel {
	color: black;
	font-family: arial, helvetica, geneva, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	padding: 1px 3px 1px 3px;
	background-color: #ffd43e;
	border-bottom: 1px solid #f58220;
}

.tooltip_inhalt {
	color: black;
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 8pt;
	padding: 1px 3px 1px 3px;
	background-color: #fff2a9;
}

.tooltip_inhalt_zweispaltig {
	white-space: nowrap;
	vertical-align: top;
	font-size: 8pt;
}

#tooltip {
	position: absolute;
	width: 100px;
	top: 0px;
	left: 0px;
	z-index: 999;
	visibility: hidden;
}