.loadingdiv
{
    background-color: white;
    background-image:url('../img_system/ajax-loader.gif');
    background-repeat:no-repeat;
    height: 20px;
    filter:alpha(opacity=75); /* IE's opacity*/
    width: 199px;
    z-index: 99;
    background-position:center;
    border:1px solid black;
    position:relative;
    left:0px;
    opacity: 0.75;
}

.msg_div
{
    background-color: #2c2a2a;
    filter:alpha(opacity=60); /* IE's opacity*/
    width: 100%;
    z-index: 100;
    background-position:center;
    border:1px solid black;
    position:absolute;
    top:2px;
    left:2px;
    opacity: 0.60;
    padding:10px;
}
.question_div
{
    background-color:#ffffff;
    width: 50%;
    z-index: 150;
    border:1px solid black;
    position:absolute;
    top:150px;
    left:350px;
    padding:10px;
}

.notify_messages
{
	width:100%;
	overflow:auto;
	font-family : Trebouchet MS, Arial, Helvetica, sans-serif;
	font-size: 12;
}
.rp_day_status_right
{
	border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #C6C6C6;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C6C6C6;
}
.rp_day_status_left
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C6C6C6;
}


.ep_job_td
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	word-break:break-all;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    text-align: left;
    vertical-align: top;
}


.maintable
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.contenttable
{
    border-color:#606060;
    border-width:1px;
    border-left-style:solid;
    border-right-style:solid;

    padding : 10px 10px 10px 10px;
    color : black;
    background-color: #F3F3F3;
}

.content
{
    padding : 20px 20px 20px 20px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size :10px;
    color : black;
}

.legende
{
    padding : 5px 5px 5px 5px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size :x-small;
    color : black;
    font-weight: bold;
}

.header_legende
{
    padding : 5px 5px 5px 5px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size :12px;
    color : black;
    font-weight: bold;
}

.header
{
}

.centertd
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    text-align: center;
}

.lefttd
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    text-align: left;
}

.righttd
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    text-align: right;
}

.hiddendiv
{
  display: none;
  visibility:hidden;
}

.visiblediv
{
  display: block;
  visibility:visible;
}

.centerth
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #ee8a1f;
    text-align: center;
    font-weight:bold;
}

.leftth
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    text-decoration: underline;
    text-align: left;
    font-weight:bold
}

.centerthchosen
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #ee8a1f;
    text-decoration: underline;
    text-align: center;
}

.normaltext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    text-align: justify;
}

.normalrighttext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    text-align: right;
}

.link_detail
{
    color:#ee8a1f;
    font-weight:bold;
    cursor:pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
}

a:link { color:#ee8a1f;   font-weight:bold;}
a:visited { color:#ee8a1f;  font-weight:bold; }
a:hover { color:#ee8a1f; font-weight:bold; }
a:active { color:#ee8a1f; font-weight:bold; }

.form,.inputCommand
{
    BORDER-RIGHT: #606060 1px solid;
    BORDER-TOP: #606060 1px solid;
    FONT-SIZE: 10px;
    BACKGROUND: #FFFFFF;
    BORDER-LEFT: #606060 1px solid;
    COLOR: #4c545a;
    BORDER-BOTTOM: #606060 1px solid;
    FONT-FAMILY: verdana;
}

.list_header_btn
{
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
    font-size: 9px;
    color: #FFFFFF;
    font-family: verdana;
    font-weight: bold;
    padding-right: 15px;
    cursor: pointer;
    background: none;
    background-image: url('../img_system/bg.gif');
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 5px
}

.list_header_btn_desc
{
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
    font-size: 9px;
    color: #FFFFFF;
    font-family: verdana;
    font-weight: bold;
    padding-right: 15px;
    cursor: pointer;
    background: none;
    background-image: url('../img_system/asc.gif');
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 5px
}


.list_header_btn_asc
{
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
    font-size: 9px;
    color: #FFFFFF;
    font-family: verdana;
    font-weight: bold;
    padding-right: 15px;
    cursor: pointer;
    background: none;
    background-image: url('../img_system/desc.gif');
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 5px
}

.list_header_txt
{
    font-size: 9px;
    color: #FFFFFF;
    font-family: verdana;
    background: none;
    font-weight: bold;
    text-align: center;
}


.hidden_form
{
    visibility: hidden;
}

.form_orange
{
    BORDER-RIGHT: #EE8A1F 1px solid;
    BORDER-TOP: #EE8A1F 1px solid;
    FONT-SIZE: 10px;
    BACKGROUND: #FFFFFF;
    BORDER-LEFT: #EE8A1F 1px solid;
    COLOR: #4c545a;
    BORDER-BOTTOM: #EE8A1F 1px solid;
    FONT-FAMILY: verdana;
}

.form_select,.infotablelabel,.infotable,.hidden_form
{
    BORDER-RIGHT: #EE8A1F 1px solid;
    BORDER-TOP: #EE8A1F 1px solid;
    FONT-SIZE: 10px;
    BACKGROUND: #FFFFFF;
    BORDER-LEFT: #EE8A1F 1px solid;
    COLOR: #4c545a;
    BORDER-BOTTOM: #EE8A1F 1px solid;
    FONT-FAMILY: verdana;
    width: 250px;
}

.form_select_large
{
    BORDER-RIGHT: #EE8A1F 1px solid;
    BORDER-TOP: #EE8A1F 1px solid;
    FONT-SIZE: 10px;
    BACKGROUND: #FFFFFF;
    BORDER-LEFT: #EE8A1F 1px solid;
    COLOR: #4c545a;
    BORDER-BOTTOM: #EE8A1F 1px solid;
    FONT-FAMILY: verdana;
    width: 400px;
}

.form_orange_active
{
    BORDER-RIGHT: #EE8A1F 1px solid;
    BORDER-TOP: #EE8A1F 1px solid;
    FONT-SIZE: 10px;
    BACKGROUND: #FFFFFF;
    BORDER-LEFT: #EE8A1F 1px solid;
    COLOR: #4c545a;
    BORDER-BOTTOM: #EE8A1F 1px solid;
    FONT-FAMILY: verdana;
}

.form_red
{
    BORDER-RIGHT: #EE8A1F 1px solid;
    BORDER-TOP: #EE8A1F 1px solid;
    FONT-SIZE: 10px;
    BACKGROUND: #FFFFFF;
    BORDER-LEFT: #EE8A1F 1px solid;
    COLOR: #4c545a;
    BORDER-BOTTOM: #EE8A1F 1px solid;
    FONT-FAMILY: verdana;
}

.form_white
{
    BORDER-RIGHT: #EE8A1F 1px solid;
    BORDER-TOP: #EE8A1F 1px solid;
    FONT-SIZE: 10px;
    BACKGROUND: #FFFFFF;
    BORDER-LEFT: #EE8A1F 1px solid;
    COLOR: #FFFFFF;
    BORDER-BOTTOM: #EE8A1F 1px solid;
    FONT-FAMILY: verdana;
}

.form_button
{
    BORDER-RIGHT: #EE8A1F 1px solid;
    BORDER-TOP: #EE8A1F 1px solid;
    FONT-SIZE: 10px;
    BACKGROUND: #FFFFFF;
    BORDER-LEFT: #EE8A1F 1px solid;
    COLOR: #4c545a;
    BORDER-BOTTOM: #EE8A1F 1px solid;
    FONT-FAMILY: verdana;
    padding: 2px 6px 2px 6px;
}

a.form_button  {
    color: #4C545A;
    font-weight: normal;
    text-decoration: none;
}


.quicknavi
{
    padding : 10px 10px 10px 10px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size :10px;
    color : #F3F3F3;
    /*margin-bottom: -15px; */
}

.quicksearch
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size :10px;
    color : #818181;
}

.quicksearch_table
{
    border-color:#606060;
    border-width:1px;
    border-left-style:solid;
    border-right-style:solid;
    padding : 10px 10px 10px 10px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size :10px;
    color : black;
}

.quicknavi_table
{
    border-color:#606060;
    border-width:1px;
    border-left-style:solid;
    border-right-style:solid;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size :10px;
    color : black;
}

.error
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    color: red;
    text-align: left;
}

.error_big
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size :13px;
    font-weight: bold;
    color: red;
    text-align: left;
}


.leftlist
{
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.calendarlistelement
{
  /*   margin-top: 10 px;
   padding-left: -10 px;*/
}

.lefttoptd
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    text-align: left;
    vertical-align: top;
    border-color: #606060;
    border-width: 1px;
    border-style: solid;
}

.calendartable,
.calendartable_red,
.calendartable_green,
.calendartable_yellow,
.calendartable_pink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    text-align: left;
    vertical-align: top;
    border-color: #606060;
    border-width: 1px;
    border-style: solid;
}

.calendartable_red
{
    border-color: #ff0000;
}
.calendartable_green
{
    border-color: #00ff00;
}
.calendartable_yellow
{
    border-color: #ffff00;
}
.calendartable_pink
{
    border-color: #ff99cc;
}
.infotablelabel
{
    BORDER-BOTTOM-WIDTH:0px;
    FONT-SIZE: 15px;
    COLOR: #000000;
}

.infotable
{
    width: 100%;
}

.promoter_name_td
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C6C6C6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C6C6C6;

}

.promoter_check_td
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C6C6C6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C6C6C6;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #C6C6C6;
    padding-right:3px;
}

.rp_day_check_td
{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #C6C6C6;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C6C6C6;
    padding-bottom: 1px;
}

.rp_day_status_td
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C6C6C6;
    padding-bottom: 2px;
}
.rp_promoter_overview_tbl
{
    padding:2px;
}

.status_image
{
    vertical-align: middle;
}

.inputCommand
{

    margin-bottom: 2px;
    width: 30px;
}

.tableheader
{
    background-color: #606060;
}

.tablefooter
{
    background-color: #F3F3F3;
}

.link
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size :18px;
    text-decoration: underline;
    color : red;
}


.contenttext
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size :10px;
    color : black;
}

.contenttext_bold
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size :10px;
    color : black;
    font-weight: bold;
    line-height:1.2;
}

.contenttext_big
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size :16px;
    color : black;
}


.reportheader
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size :12px;
    color : black;
}


.hierarchy_element
{
    width: 300px;
}


.hierarchy_arrow
{
    text-align: right;
    font-size: 16px !important;
    font-weight: bold !important;
}

.duplicates_select
{
    width: 475px;
}


/* css fuer js Kalender */
.cpYearNavigation {
    FONT-WEIGHT: bold;
    COLOR: white;
    BACKGROUND-COLOR: #EE8A1F;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
.cpMonthNavigation {
    FONT-WEIGHT: bold;
    COLOR: white;
    BACKGROUND-COLOR: #EE8A1F;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
.cpDayColumnHeader {
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial
}
.cpYearNavigation {
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial;
    COLOR: white;
}
.cpMonthNavigation {
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial;
    COLOR: white;
}
.cpCurrentMonthDate {
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial;
    COLOR: white;
}
.cpCurrentMonthDateDisabled {
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial
}
.cpOtherMonthDate {
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial
}
.cpOtherMonthDateDisabled {
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial
}
.cpCurrentDate {
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial
}
.cpCurrentDateDisabled {
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial
}
.cpTodayText {
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial;
    COLOR: white;
}
.cpTodayTextToday {
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial;
    COLOR: black;
}
.cpTodayTextDisabled {
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial
}
.cpText {
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial;
    COLOR: white;
}

TD.cpBR {
    BORDER-RIGHT: #EE8A1F 1px solid;
    BORDER-TOP: #EE8A1F 0px solid;
    BORDER-LEFT: #EE8A1F 0px solid;
    BORDER-BOTTOM: #EE8A1F 1px solid;
    TEXT-ALIGN: right
}
TD.cpBR2 {
    BORDER-RIGHT: #EE8A1F 1px solid;
    BORDER-TOP: #EE8A1F 0px solid;
    BORDER-LEFT: #EE8A1F 0px solid;
    BORDER-BOTTOM: #EE8A1F 0px solid;
    TEXT-ALIGN: right
}
TD.cpDayColumnHeader {
    BORDER-RIGHT: #EE8A1F 0px solid;
    BORDER-TOP: #EE8A1F 0px solid;
    BORDER-LEFT: #EE8A1F 0px solid;
    BORDER-BOTTOM: #EE8A1F 1px solid;
    TEXT-ALIGN: right
}
.cpCurrentMonthDate {
    TEXT-ALIGN: right;
    TEXT-DECORATION: none;
    COLOR: white;
}
.cpOtherMonthDate {
    TEXT-ALIGN: right;
    TEXT-DECORATION: none
}
.cpCurrentDate {
    TEXT-ALIGN: right;
    TEXT-DECORATION: none;
    COLOR: white;
}
.cpCurrentMonthDateDisabled {
    COLOR: black;
    TEXT-ALIGN: right;
    TEXT-DECORATION: line-through
}
.cpOtherMonthDateDisabled {
    COLOR: black;
    TEXT-ALIGN: right;
    TEXT-DECORATION: line-through
}
.cpCurrentDateDisabled {
    COLOR: black;
    TEXT-ALIGN: right;
    TEXT-DECORATION: line-through
}
.cpCurrentMonthDate {
    FONT-WEIGHT: bold;
    COLOR: white;
}
.cpCurrentDate {
    FONT-WEIGHT: bold;
    COLOR: #ffffff
}
.cpOtherMonthDate {
    COLOR: black;
}
TD.cpCurrentDate {
    BORDER-RIGHT: #000000 thin solid;
    BORDER-TOP: #000000 thin solid;
    BORDER-LEFT: #000000 thin solid;
    COLOR: #ffffff;
    BORDER-BOTTOM: #000000 thin solid;
    BACKGROUND-COLOR: white
}
TD.cpCurrentDateDisabled {
    BORDER-RIGHT: #ffaaaa thin solid;
    BORDER-TOP: #ffaaaa thin solid;
    BORDER-LEFT: #ffaaaa thin solid;
    BORDER-BOTTOM: #ffaaaa thin solid
}
TD.cpTodayText {
    BORDER-RIGHT: black 0px solid;
    BORDER-TOP: #EE8A1F 1px solid;
    BORDER-LEFT: #6677dd 0px solid;
    BORDER-BOTTOM: #6677dd 0px solid
}
TD.cpTodayTextDisabled {
    BORDER-RIGHT: #6677dd 0px solid;
    BORDER-TOP: #EE8A1F 1px solid;
    BORDER-LEFT: #6677dd 0px solid;
    BORDER-BOTTOM: #6677dd 0px solid
}
A.cpTodayText {
    HEIGHT: 20px;
    COLOR: white;
}
SPAN.cpTodayTextDisabled {
    HEIGHT: 20px;
    COLOR: white;
}
A.cpTodayText {
    FONT-WEIGHT: bold;
    COLOR: white;
}
SPAN.cpTodayTextDisabled {
    COLOR: #ffffff
}
.cpBorder {
    BORDER-RIGHT: #EE8A1F thin solid;
    BORDER-TOP: black thin solid;
    BORDER-LEFT: black thin solid;
    BORDER-BOTTOM: black thin solid;
    BORDER-RIGHT: black thin solid
}


.action_qtip ul, .action_qtip ol{
    list-style-type: none;
    padding-top:    10px;
}

.action_qtip ul:first-child{
    padding-top:    0px;
}

.action_qtip li{
    margin-left:            5px;
}

.action_qtip li a{
    text-indent:            5px;
}

.action_qtip li:before{
    content:                "\00BB \0020";
}