body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black;
    background-color: #FAFAFA;
    background-image:url("/EuroFlyer/javax.faces.resource/coreimg/bg_brg.gif.xhtml?ln=webcore");  
    background-repeat: repeat-x;
    margin-top: 0;
    padding-top: 0;
}

.waitcursor {
    cursor: wait !important;
}

.appHeader {
    font-size: 1.1em;
    font-weight: normal;
    text-align: center;
    padding: 0.5em;
    margin: 0;
    background-color: #58E04D;
    border-bottom: 1px solid black;
    display: none;
}

.divApp {
    width: 960px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 780px;
    overflow: visible;
}

.appBorder {
    padding: 0;
    display: block;
    background-color: #58E04D;
    background-position: 820px 0;
    background-repeat: no-repeat;
}

.appBorder div {
    clear: left;
}

.logo {
    margin-left: 30em;
    text-align: right;
    display: none;
}

.navDiv {
    float: left;
    width: 70%;
    border-bottom: solid 1px gray;
    width: 960px;
}

.navigation {
    margin: 0;
    padding: 0;
    text-align: center;
}

.navigation li {
    list-style: none;
    float: left;
    position: relative;
    margin: 2px;
    margin-top: 7px;
    margin-bottom: 0;
    padding: 0;
}

.navigation * a,.navigation span {
    display: block;
    width: 6.4em;
    padding: 0.2em 13px;
    text-decoration: none;
    font-weight: none;
    font-size: 0.8em;
    border: 1px solid #58E04D;
    border-bottom-color: #767676;
    color: black;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: -1px;
}

.navigation a:hover,.navigation span,.navigationSelected {
    border-right: 1px solid #282828;
    border-top: 1px solid #EEFFEC;
    border-bottom: 1px solid #767676;
    border-left: 1px solid #EEFFEC;
}

.navigationSelected {
    color: black;
    border-color: #767676 !important;
    background-color: #EEFFEC;
    border-bottom: 1px solid #EEFFEC !important;
}

.navigationSelected:hover {
    color: black !important;
    padding: 0.2em 13px !important;
    background-color: #EEFFEC !important;
    cursor: default;
}

.navBlocked a {
    color: gray;
}

.navBlocked a:hover {
    cursor: default;
    background: none;
    color: gray;
    border: 1px solid #58E04D !important;
    border-bottom-color: #767676 !important;
}

.navBlocked .navigationSelected {
    background-color: #EEFFEC;
}

.navBlocked .navigationSelected:hover {
    color: gray !important;
    border-color: #767676 !important;
    border-bottom: 1px solid #EEFFEC !important;
}

.secondaryBorder {
    background-color: #EEFFEC;
    background-image:url("/EuroFlyer/javax.faces.resource/coreimg/second_bg_small.png.xhtml?ln=webcore");  
    background-position: bottom center;
    background-repeat: repeat-x;
    height: 50px;
    padding-bottom: 0.5em;
}

ul.secondNav {
    margin: 0 0 0 1.5em;
    padding: 0;
    text-align: center;
}

ul.secondNav li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0.4em;
    margin-bottom: 0;
    padding: 0;
}

ul.secondNav a {
    display: block;
    width: 64px;
    height: 2.6em;
    font-size: 0.8em;
    padding: 3px 7px;
    text-decoration: none;
    font-weight: none;
    color: black;
    margin-bottom: 0.1em;
    border: 1px solid #D7E8D5 /*#979595*/;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: black;
    background-color: none;
}

ul.secondNav a:hover {
    border: 1px solid;
    border-color: #E1F3DF;
    border-bottom-color: gray;
    border-right-color: gray;
    cursor: pointer;
    background-color: #EEFFEC;
}

ul.secondNav a:active {
    border: 1px solid;
    border-color: #E1F3DF;
    border-top-color: gray;
    border-left-color: gray;
    background-color: #EEFFEC;
}

.contentFrame {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    min-height: 630px;
    background-color: #EEFFEC;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}

.content {
    margin-left: 0;
    margin-right: 0;
    /* margin-bottom: 0.8em; */
    padding-top: 0px;
    min-height: 615px;
    background-color: white;
}

.itemlist {
    background: white; /* #F2f5f7; */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #979595;
    width: 17%;
    min-height: 100%;
    float: left;
    margin-left: 0.5em;
    -moz-box-shadow: 3px 3px 3px gray;
    -webkit-box-shadow: 3px 3px 3px gray;
    filter: progid :         DXImageTransform.Microsoft.Shadow (        
        color = 
           
           '#969696', Direction =         135, Strength =         3 );
    box-shadow: 3px 3px 3px gray;
}

.itemlist h1 {
    color: black;
    font: normal 100.01% Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    background: #B5BFCB;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    border-bottom: solid 1px #979595;
    padding: 0.3em 0 0.3em 0.5em;
    margin-top: 0;
    background: -moz-linear-gradient(center top ,  #B5BFCB 10%,  #C9D3DF 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#B5BFCB), to(#C9D3DF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B5BFCB', endColorstr='#C9D3DF');
}

.itemlist ul {
    margin: 0;
    padding: 0 0.3em 0 0.3em;
}

.itemlist li {
    list-style: none;
    font: normal 100.01% Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0 0 0.3em 0;
    padding: 1px 0 1px 4px;
}

.itemlist li a {
    text-decoration: none;
    color: black;
    display: block;
    border:1px solid white;
    padding: 0 0 0 5px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.itemlist li a:hover {
    border: solid 1px #979595;
    background-color: #DDD8D8;
    cursor: pointer;
}

/* selected list entry */
.selectedListEntry {
    border: solid 1px #AAAAAA !important;
    background-color: #E9FFDD;
    cursor: pointer;
}

.contentArea {
    margin-left: 10px;
    float: left;
    margin-right: 0.5em;
    padding-bottom: 0.5em;
    width: 80%;
}

.fullContent {
    margin-left: 10px;
    width: 98%;
}

.tabPane {
    background-color: white;
    border: solid 1px #979595;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    behavior: url(border-radius.htc);
    min-height: 600px;
    -moz-box-shadow: 3px 3px 3px gray;
    -webkit-box-shadow: 3px 3px 3px gray;
    box-shadow: 3px 3px 3px gray;
    filter: progid :         DXImageTransform.Microsoft.Shadow (        
        color = 
           
           '#969696', Direction =         135, Strength =         3 );
    margin-right: 5px;
}

.tabPane>ul {
    margin: 0;
    padding: 0 0 3px 0;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    border-bottom: solid 1px #979595;
    height: 1.4em;
    background-color: #B5BFCB;
    background: -moz-linear-gradient(center top ,  #B5BFCB 10%,  #C9D3DF 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#B5BFCB), to(#C9D3DF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B5BFCB', endColorstr='#C9D3DF');
    
}

.secondTabPane {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.tabPane>ul>li {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    list-style: none;
    float: left;
    position: relative;
    margin: 0.4em 0.2em 0 0.2em;
    margin-bottom: 0;
    padding: 1px 0.5em 2px 0.5em;
    border: solid 1px #979595;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 0;
    height: 16px;
}

.tabPane>ul>li:hover {
    background-color: #C6C6C6;
    height: 16px;
    cursor: pointer;
}

.tabPane>ul>li>a {
    text-decoration: none;
    color: black;
    background-color: transparent;
}

.activeTab {
    color: black;
    font: normal 100.01% Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    background-color: white;
    margin-top: 0;
    padding-bottom: 1px;
    border-bottom: 1px solid white !important;
}

.activeTab:hover {
    background-color: white !important;
    cursor: default !important;
}

.inactiveTab {
    background-color: #E0DDDD;
    border-bottom: #979595;
}

.tabPane .itemTitle {
    border: 0;
    font-weight: bold;
    font-size: 0.9em;
    text-align: right;
    padding-left: 5em;
    display: none;
}

.tabPane .noTabs {
    padding-left: 0.5em;
}

.tabPane .itemTitle:hover {
    background-color: #B5BFCB;
    cursor: default;
}

.noTabs:hover{
 background: transparent !important;
}

.tabContent {
    margin: 1em 0 0 10px;
    font: normal 100.01% Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    padding-bottom: 0.5em;
    padding-right: 0px;
}

.tabContent input[type="text"] {
    height: 16px;
    margin-left: 1em;
    margin-right: 1em;
    background-image:url("/EuroFlyer/javax.faces.resource/coreimg/input_bg.gif.xhtml?ln=webcore");  
    background-repeat: repeat-x;
    border: solid 1px #858383;
    margin: 1px;
    padding-left: 3px;
}

.tabContent input[type="password"] {
    height: 16px;
    margin-left: 1em;
    margin-right: 1em;
    background-image:url("/EuroFlyer/javax.faces.resource/coreimg/input_bg.gif.xhtml?ln=webcore");  
    background-repeat: repeat-x;
    border: solid 1px #858383;
    margin: 1px;
    padding-left: 3px;
}

.tabContent input[readonly][type="password"],
.tabContent input[readonly][type="text"]  {
    border: solid 1px #DCDCDC;
}

.editorDisabled input[type="text"], 
.editorDisabled input[type="password"] { /* color: #4A4A4A;*/
    background: 0;
    border: solid 1px white;
    padding-left: 4px;
}


.fixedMultiEntry {
    font-weight: normal !important;
    background: 0 !important;
    width: 679px !important;
    margin-left: 8px;
}

.tabContent select {
    background-color: #f3f2f2;
    border: solid 1px #858383;
    margin-left: 1px;
    width: 682px;
    margin-top: 1px;
    height: 20px;
}

.button {
    border: 1px solid #B3B3B3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom-color: #909090;
    border-right-color: #909090;
    border-radius: 3px;
    color: black;
    width: 10em;
    padding: 2px 30px;
    text-decoration: none;
    border-radius: 3px;
    background: #d4d0c8;
    background: -moz-linear-gradient(center top ,#d4d0c8  0%, #DDDDDD 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#d4d0c8), to(#DDDDDD));
}

.button>span {
    float: none !important;
}

.button:hover {
    background-color: #C6C6C6;
    background: -moz-linear-gradient(center top ,#C4C0b8  0%, #CCCCCC 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#CCCCCC), to(#C4C0b8));
    cursor: pointer;
}

.button:active {
    background-color: #B5BFCB;
    background: -moz-linear-gradient(center top ,#C4C0b8  0%, #CCCCCC 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#CCCCCC), to(#C4C0b8));
    border-color: #B3B3B3;
    border-top-color: #909090;
    border-left-color: #909090;
}

.button img {
    margin-top: 0.2em;
    margin-bottom: -0.2em;
    margin-right: 2px;
    border: 0;
}

.impressedButton {
    background-color: #ffffff;
    background: -moz-linear-gradient(center top, #ffffff 0%, #E9E9E9 100%)
        repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#E9E9E9),
        to(#ffffff) );
    margin-left: -1px;
    border-color: #B3B3B3;
    border-top-color: #666666;
    border-width: 2px 1px 1px 2px;
    border-left-color: #666666;http://localhost:8080/EuroCrm2/#
}
.impressedButton:hover {
    background-color: #ffffff;
     background: -moz-linear-gradient(center top, #ffffff 0%, #E9E9E9 100%)
        repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#E9E9E9),
        to(#ffffff) );
}


.buttonImage {
    border: 0;  
}

.buttonSmall {
    width: 2em;
    height: 2em;
    margin-top: -0.2em !important;
    padding: 0px 1px 2px 1px;
}

.buttonSmall * {
    margin-top: 4px !important;
    padding-top: -2em !important;
    margin-left: 0.1em !important;
}

.removeBtn {
    margin-left:4px;
}

.rightAlignButton {
    margin-right: 0px !important;   
}

.inactiveButton{
    border: 1px solid #C3C3C3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 10em;
    padding: 2px 30px;
    text-decoration: none;
    border-radius: 3px;
    background-color: #E0E0E0; 
    color: gray;
    cursor: default !important; 
}

.hiddenButton{
    display: none;  
}

/* data table styles */
.tableContainer {
    float: left !important;
}

.dataTable {
    border: 1px solid #979595;
    margin-top: 0.5em;
    margin-right: 5em;
    padding-right: 5em;
    border-collapse: collapse;
    font-size: 1em;
    width: 99%;
    margin-bottom: 0.5em;
    clear: both;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.dataTable .tableCheckbox {
    padding: 0;
    margin: 0 0.3em 0 0.3em;
}

.dataTable thead {
    background-color: #D0D0D0;
    font-weight: bold;
}

.dataTable thead * a {
    display: block;
    background-color: #D0D0D0;
    border: none;
    text-decoration: none;
    color: black;
}

.dataTable thead * a:hover {
    background-color: #D0D0D0;
    border: none;
}

.dataTable tr {
    margin: 0;
}

.dataTable td {
    border: 1px solid #979595;
    margin: 0;
    padding-left: 2px;
    vertical-align: top;
}

.dataTable tbody * td a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 3px;
}

.dataTable tbody tr {
    height: 27px;
}

.dataTable tbody tr:hover {
    background-color: #CFD4E5;
    cursor: pointer;
}

.tableEvenRow {
    background-color: #FCFCFC;
}

.tableOddRow {
    background-color: #E9E9E9;
}

.noSelecttableEvenRow {
    background-color: #FCFCFC;
}

.noSelecttableEvenRow:hover {
    cursor: default !important;
    background-color: #FCFCFC !important;
}

.noSelecttableOddRow {
    background-color: #F3F3F3;
}

.noSelecttableOddRow:hover {
    cursor: default !important;
    background-color: #F3F3F3 !important;
}

.selectedRow {
    background-color: #d4ffd1 !important;
}

.sortimage {
    float: right;
    margin-top: 3px;
    border: 0;
}


/* Style for paginator */

.paginator {
    background-color: #D0D0D0;
    font-weight: bold;
    height: 1.5em;
    margin-top: -0.5em;
    margin-bottom: 0.8em;
    padding-top: 0.2em;
    margin-right: 0.5em;
    border: 1px solid #979595;
    margin-right: 9px;
    border-top-width: 0;
    text-align: right;
}

.paginator>a {
    border: 1px solid #5C5C5C;
    border-left-color: #C0C0C0;
    border-top-color: #C0C0C0;
    font-size: 0.8em;
    padding: 0.1em 0.5em 0.1em 0.5em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #d4d0c8;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    color: black;
    
    background: -moz-linear-gradient(center top ,#d4d0c8  0%, #DDDDDD 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#d4d0c8), to(#DDDDDD));
}

.paginator>a:hover {
    background: -moz-linear-gradient(center top ,#C6C6C6  0%, #AAAAAA 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#C6C6C6), to(#AAAAAA));
    background-color: #C6C6C6;
    cursor: pointer;
}

.paginator * img {
    border: 0 !important;
    margin-top: 4px;
}

.inactivePaginatorButton {
    background: -moz-linear-gradient(center top ,#D0D0D0  0%, #D0D0D0 100%) repeat scroll 0 0 transparent !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#D0D0D0), to(#D0D0D0)) !important;
    background-color: #D0D0D0 !important;
    border-color: #ABABAB !important; /* #979595 !important; */
    cursor: default !important;
}

.inactivePaginatorButton:hover {
    background: -moz-linear-gradient(center top ,#D0D0D0  0%, #D0D0D0 100%) repeat scroll 0 0 transparent !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#D0D0D0), to(#D0D0D0)) !important;
    background-color: #D0D0D0 !important;
}

.paginatorText {
    border: 0 !important;
    cursor: arrow !important;
}

.paginatorText:hover {
    background-color: #D0D0D0 !important;
    cursor: default !important;
}

.tableNumberEntries {
    float: left;
    margin-left: 10px;
    font-size: 13px;
    margin-top: 1px;
    margin-right: 120px;
}


.pageSizeSelector{
    width: 40px !important; 
}

.paginationButtonImpressed {
    background-color: #ffffff !important;
    background: -moz-linear-gradient(center top, #ffffff 0%, #E9E9E9 100%)
        repeat scroll 0 0 transparent !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#E9E9E9),
        to(#ffffff) ) !important;
    border-color: #B3B3B3 !important;
    border-top-color: #666666 !important;
    border-width: 2px 1px 1px 2px !important;
    border-left-color: #666666 !important;
    margin-left: 5px;
    cursor: default !important;
}

.left {
    float: left;
    display: block;
}

/* end paginator */

.detailEditor {
    font-size: 1em;
}

.detailEditor>ul {
    float: none !important;
}

.detailEditor>ul {
    list-style: none;
    float: left;
    margin-left: 0;
    padding-left: 0;
}

.detailEditor>ul>li {
    clear: both;
}

.detailEditor>ul>li>span {
    float: left;
    font-weight: bold;
    width: 212px;
    margin-top: 4px;
}

.detailEditor>ul input {
    width: 676px;
    float: left;
}

.detailEditor>ul input[type="checkbox"] {
    width: auto;
}

.detailEditor>ul>fieldset>li>span {
    display: block;
    float: left;
    width: 150px;
}

.detailEditor>ul>fieldset>li>input {
    float: none;
}

.detailEditor>ul>fieldset>li>input[type="checkbox"] {
    margin-left: 0px;
}

.detailEditor .value {
    font-style: italic;
    width: 30em;
}

.detailEditor>ul>li>a {
    width: 120px;
    margin-right: 30px;
}


.readonlyLabel{
    margin-top: 2px !important; 
}

.readonlyValue{
    font-style: normal !important;
    font-weight: normal !important; 
    /*color: #333333;*/
    margin-left: 7px;   
    margin-top: 2px !important;
    width: 679px !important;    
}

.extendedLabels >ul>li>span {
    width:300px;
}

.extendedLabels >ul>li>span.readonlyValue {
    width:500px !important;
}
    
.selectItem {
    margin-left: 1em;
}

.selectMany {
    height: auto !important;
    max-height: 130px;
}

.multilineField {
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 2px;
    padding-top: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #858383;
    behavior: url(border-radius.htc);
    -moz-box-shadow: inset 1px 1px 3px gray;
    -webkit-box-shadow: inset 1px 1px 3px gray;
    filter: progid :         DXImageTransform.Microsoft.Shadow (        
        color = '#969696', 
        Direction = 135, 
        Strength = 1 );
    box-shadow: inset 1px 1px 3px gray;
    
    
}

.readonly_true {
    border: 1px solid #D8D8D8 !important;
    background-image: none;
}


.dashEntry {
    min-height: 30px;
    margin-bottom: 13px;
}

.dashEntry>div {
    min-height: 30px;
}

/* to reenable content pane title, maybe remove this, if title is 
    disabled for multi-tab pane*/
.dashEntry * li {
    display: block !important;
}

.warningDashEntry * ul {
    background-color: #414D7C;
    color: white;
}

.warningDashEntry * li:hover {
    background-color: #414D7C !important;
}

.sysMessageArea{
    width: 98%; 
    height: auto;
    margin-top: 5px;
    border: 1px solid black;
    padding: 2px;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #EEEEEE;
}

/* content group */

.contentGroup {
    border: 1px solid #979595;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0 0.5em 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

.contentGroup>legend {
    padding: 2px 5px 2px 5px;
    color: black; /* ie8 style */
}

/* reduce field with to respect content group offset */

.contentGroupIconSupport * .fixedMultiEntry {
    width: 654px !important;
}

.contentGroupIconSupport  select{
    width: 657px !important;    
}

.contentGroupIconSupport *  ul input[type="text"]{
    width: 652px !important;    
}

.warningLegend>legend {
    background: #FFE03B;
    border: 1px solid red;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 4px 1px 4px;
}

.expandableGroup>legend:hover {
    background-color: #C6C6C6;
    border: 1px solid #979595;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 4px 1px 4px;
}

.message {
    margin-top: 0.5em;
}

.buttonGroup>ul {
    padding-left: 0.5em;
    margin-bottom: 0;
    padding-bottom: 0;
}

.buttonGroup * li {
    list-style: none;
    padding: 0 0 0.5em 0;
}

.wideButton {
    width: 20em;
}

.breadcrumb {
    padding-top: 5px;
    padding-left: 0.5em;
    float: bottom;
    background-color: white;
    font: normal 100.01% Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
}

.breadcrumb a {
    color: black;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* help button in breadcrumb */

.helpbutton{
    float: right;
    margin-right: 13px;
}

.helpbutton:hover{
    cursor: pointer !important; 
}

.helplink:hover{
    cursor: pointer !important; 
}

.helplink > img{
    border: none;   
	height: 22px;
}

/* end help button */

.inactive a:hover {
    text-decoration: none;
    cursor: default;
}

.waitCursorPane {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: wait;
    z-index: 1003;
}

.deferredWaitingDiv {
    height: 90%;
    width: 100%;
    text-align: center;
}

/* logout button */

.logoutBtn {
    margin-bottom: 1px;
    width: 33px;
    height: 27px;
    float: right;
    margin-top:-28px;
    margin-right: 130px;
}

.logoutBtn>a {
    margin-left: 4px;
    color: black;
    text-align: center;
    height: 32px;   
    width: 32px;
    background-image: url("/EuroFlyer/javax.faces.resource/coreimg/logout_both.png.xhtml?ln=webcore");
    background-repeat: no-repeat;
    background-position: 0px 0px;   
    display: block;
    margin-top: -3px;
}

.logoutBtn>a>img {
    margin-left: -1px;
    margin-top: 2px;
    margin-bottom: -4px;
}

.logoutBtn>a:hover {   
    background-position: 0px -32px; 
}

.logoutBtn>a:active {   
    background-position: 0px -64px; 
}

.logoutDisabled>a {
    background-position: 0px -96px; 
    color: gray !important;
    cursor: default;
}

.logoutDisabled>a:hover {
    background-position: 0px -96px; 
    color: gray !important;
    border-color: #58E04D !important;
}


/* Autocomplete-Search classes Start*/
.completeList {
    background-color: #F3F3F3;
    position: relative;
    border: 1px solid #979595;
    display: none;
    z-index: 1;
}

.completeItem {
    padding-left: 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    display: block;
    clear: left;
}

/*don't deltete*/
.completeItemSelected {
    background-color: #C9C9C9;
    cursor: pointer;
}

.completeItem:hover {
    background-color: #C9C9C9;
    cursor: pointer;
}

.completeItemSpan {
    clear: left;
    font-weight: normal;
}

.autoCompleteDiv {
    height: 25px;
    margin: 0.5em;
    overflow: visible;
}

.resetPartialAutoCompleteDiv {
    margin: 0px;
    height: 0px;
}

.waitImageAutoComplete {
    display: none;
    position: relative;
    left: -4px;
    margin-left: -16px;
    top: 3px;
}
/* Autocomplete-Search classes End*/

/* JSon AC */
.jsonAutoCompleteDiv{
    height: 25px;
    margin: 0.5em;
    overflow: visible;
}

.jsonAutoCompleteDiv input[type="text"]{
   width: 623px;
}

.ui-autocomplete-loading {
	background:url("/EuroFlyer/javax.faces.resource/coreimg/waitTransparent(16x16).gif.xhtml?ln=webcore")  no-repeat right center, -webkit-linear-gradient(top, #DEDCDC, #EFEFEF) !important;
	background:url("/EuroFlyer/javax.faces.resource/coreimg/waitTransparent(16x16).gif.xhtml?ln=webcore")  no-repeat right center, -moz-linear-gradient(center top ,  #DEDCDC 0%,  #EFEFEF 100%) repeat scroll 0 0 transparent !important;
}


.hiddenJsonAcUrl{
	display: none;
}

.datePickerInput {
    width: 90px !important;
}

.datePickerGapFiller {
    width: 140px;
    float: left;
    color: white;
}

.timePickerInput {
    width: 60px !important;
}

.percentageInput{
    width: 60px !important;	
}

/* dialog styles */

.dialogButtons {
    margin-top: 30px;
}

.dialogButtons>a {
    margin-left: 5px;
    margin-right: 5px;
}

/* input Dialog */
.inputDialogList {
}

.inputDialogList > ul {
    margin-left: 0;
    padding-left: 0;
}

.inputDialogList > ul > li{
    list-style: none;
    margin-left: 0;
}

.inputDialogList > ul > li > span{
    float: left;
    width: 170px
}

.inputDialogList > ul > li > input{
    width: 200px;
    float: left;
    padding-left: 2px;
}

.inputDialogList > ul > li > input[type="checkbox"] {
    width: 14px;
    margin-left: 0px;
}

.inputDialogClearList{
    clear: both;
    height: 0px;    
}

/* error dialog */
.errorDialogContent {
    border: 1px solid gray;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-left: 6px;
    background-color: #e8af4f;
    -moz-box-shadow: 3px 3px 3px gray;
    -webkit-box-shadow: 3px 3px 3px gray;
    filter: progid :         DXImageTransform.Microsoft.Shadow (        
        color = 
           
           '#969696', Direction =         135, Strength =         3 );
    box-shadow: 3px 3px 3px gray;
    margin-left: 0px;
    margin-right: -5px;
    margin-bottom: -10px;
    min-height: 80px;
}

.warningDialogContent {
    border: 1px solid gray;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-left: 6px;
    background-color: #ececec;
    -moz-box-shadow: 3px 3px 3px gray;
    -webkit-box-shadow: 3px 3px 3px gray;
    filter: progid : DXImageTransform.Microsoft.Shadow (color ='#969696', Direction = 135, Strength = 3 );
    box-shadow: 3px 3px 3px gray;
    margin-left: 0px;
    margin-right: -5px;
    margin-bottom: -10px;
    min-height: 80px;
}

/* clickable field set legend */
.fieldsetNavigation {
    text-decoration: none;
    color: black;
    border: 1px solid white;
    padding-left: 2px;
    padding-right: 2px;
}

.fieldsetNavigation:hover {
    background: #DDD8D8;
    border: 1px solid gray;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* 3rd levl navigation */
.selected { /*background: red !important;
    border: 1px solid black !important;*/
    
}

.popup {
    display: none;
    background: white;
    position: absolute;
    background-color: #EEFFEC;
    border: 1px solid #D7E8D5;
    -moz-border-radius: 3px;
    margin-top: -2px;
    padding-bottom: 5px;
}

.popup a {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    height: auto !important;
    width: auto !important;
    border: 1px solid #EEFFEC !important;
    padding: 0 10px !important;
    min-width: 150px !important;
}

.popup a:hover {
    border: 1px solid !important;
    border-color: #D7E8D5 !important;
    border-bottom-color: gray !important;
    border-right-color: gray !important;
}

.popup ul {
    padding-left: 0px !important;
    text-align: left;
}

.popup li {
    clear: both !important;
}

.impressed {
    border: 1px solid;
    border-color: #E1F3DF;
    border-top-color: gray !important;
    border-left-color: gray !important;
    background-color: #EEFFEC;
}
/* END: 3rd level navigation */
.clearFloat {
    clear: both;
}

/* buttons to apply actions on a data table, rendered as <div> containg button anchors */
.tableActionButtons {
    
}

.tableActionButtons a {
    margin-right: 10px;
}


.storedSearch {
    width: 300px;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 2px;
    padding-bottom: 2px;
    float: left;
    margin-right: 10px;
    border: 1px solid #E1E1E1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-top: 2px;
}

/* expandable table */
.expandableTable div.expand{
    background: transparent url("/EuroFlyer/javax.faces.resource/coreimg/expandarrows.png.xhtml?ln=webcore") no-repeat scroll 0px -16px;  
    
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #AAAAAA /*#979595*/;
    border-color: 1px solid #E1F3DF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-bottom-color: #A0A0A0;
    border-right-color: #A0A0A0;
    margin-top: 10px;
}

.expandableTable div.expand:hover {
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-bottom-color: #888888;
    border-right-color: #888888;
    background: #DADADA url("/EuroFlyer/javax.faces.resource/coreimg/expandarrows.png.xhtml?ln=webcore") no-repeat scroll 0px -16px;
}

.expandableTable div.up {
    background-position: 0px 0px;
}

.expandableTable div.up:hover {
    background-position: 0px 0px;
}

.compoundRowTop td {
    border: 1px solid #D8D8D8;
}

.compoundRowBottom td {
    border: 1px solid #D8D8D8;
}

/* end expandable table */

/* status line */

/*
.statusLine{
    width: 935px;
    background-color: #EAEAEA;
    font: normal 80.01% Helvetica, Arial, sans-serif;   
    border: 1px solid #DDDDDD;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
        -moz-box-shadow: 3px 3px 3px gray;
    -webkit-box-shadow: 3px 3px 3px gray;
    filter: progid :         DXImageTransform.Microsoft.Shadow (        
        color = 
           
           '#969696', Direction =         135, Strength =         3 );
    box-shadow: 3px 3px 3px gray;
    
    height: 19px;
    margin-left: 8px;
}

*/

.statusLine{
    width: 100%;
    font: normal 80.01% Helvetica, Arial, sans-serif;   
    background-color: #e2f2e0;
    background-image:url("/EuroFlyer/javax.faces.resource/coreimg/footer_bg_small.png.xhtml?ln=webcore");   
    background-position: bottom center;
    background-repeat: repeat-x;
    border-top: 1px solid #CCCCCC;  
    height: 20px;
}

.statusLine > span{
    margin-top: 1px;
}

.statusMessage{
    margin-left: 10px;
    float: left;    
}

.statusLoginUser{
    float: right;
    margin-right: 5px;  
}

.statusLoginSince{
    float: right;   
    margin-right: 13px;
    font-style: italic; 
}



/* version dialog */
.versionDialogContent > ul{
    list-style: none;
    margin-left: 20px;
    padding-left: 0;
}

.versionDialogContent > ul > li{
    clear: left;
}

.versionLabel{
    margin-left: none;
    float: left;
    width: 140px;
    font-weight: bold;
}

.versionContent{
    width: 350px;
    float: left;
    padding-left: 2px;
}

/* end version dialog */

/* handling of mandatory fields */

.mandatory{
    color: #800000;
}
.mandatory:after{
    content: "*";
}

/* classes for multi-select drop down elements */
.noDropDown{
    width: 284px !important;
    padding-bottom: 1px;
    font-weight: normal !important;
}

table.reset>tbody>tr>td>input {
    float: none;
    width: auto;
}
/* classes for tree view */
.treeView{
    clear: both;
    display: block;
    border: 1px solid #979595;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.treeViewHeader{
    border-bottom: 1px solid #979595;
    background-color: #D0D0D0;
    font-weight: bold;
}   

/* common style for all folders */
span[class*=treeFolder]{
    font-weight: bold;
    display: block;
}

span[class*=treeFolder]:hover{
    background: -moz-linear-gradient(left,  rgba(69,234,51,1) 0%, rgba(255,255,255,1) 17%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(69,234,51,1)), color-stop(17%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(69,234,51,1) 0%,rgba(255,255,255,1) 17%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(69,234,51,1) 0%,rgba(255,255,255,1) 17%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(69,234,51,1) 0%,rgba(255,255,255,1) 17%); /* IE10+ */
    background: linear-gradient(left,  rgba(69,234,51,1) 0%,rgba(255,255,255,1) 17%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45ea33', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
 
}

.treeFolder0{
    margin-left: 10px;
}
.treeFolder1{
    margin-left: 30px;
}
.treeFolder2{
    margin-left: 50px;
}
.treeFolder3{
    margin-left: 70px;
}
.treeFolder4{
    margin-left: 90px;
}

.treeCollapsed:before{
    content: url("/EuroFlyer/javax.faces.resource/coreimg/folder-collapsed.png.xhtml?ln=webcore");
}

.treeExpanded:before{
    content: url("/EuroFlyer/javax.faces.resource/coreimg/folder-expanded.png.xhtml?ln=webcore");
}
a[class*=treeEntry]{
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 10px;
    padding-top: 1px;
    padding-left: 2px;
    padding-bottom: 1px;
    text-decoration: none;
    border:none;
    color: black;
}
a[class*=treeEntry]:hover{
    text-decoration: none;
    color: black;
    background: -moz-linear-gradient(left,  rgba(170,237,163,1) 0%, rgba(255,255,255,1) 17%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(170,237,163,1)), color-stop(17%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(170,237,163,1) 0%,rgba(255,255,255,1) 17%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(170,237,163,1) 0%,rgba(255,255,255,1) 17%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(170,237,163,1) 0%,rgba(255,255,255,1) 17%); /* IE10+ */
    background: linear-gradient(left,  rgba(170,237,163,1) 0%,rgba(255,255,255,1) 17%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaeda3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
 
}

.treeSelectedEntry{
    background: -moz-linear-gradient(left,  rgba(99,115,122,1) 0%, rgba(255,255,255,1) 17%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(99,115,122,1)), color-stop(17%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(99,115,122,1) 0%,rgba(255,255,255,1) 17%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(99,115,122,1) 0%,rgba(255,255,255,1) 17%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(99,115,122,1) 0%,rgba(255,255,255,1) 17%); /* IE10+ */
    background: linear-gradient(left,  rgba(99,115,122,1) 0%,rgba(255,255,255,1) 17%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63737a', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.treeEntry1{
    margin-left: 40px;
}
.treeEntry2{
    margin-left: 60px;
}
.treeEntry3{
    margin-left: 80px;
}
.treeEntry4{
    margin-left: 100px;
}
.treeEntry5{
    margin-left: 120px;
}


/* extended content width maintenance */
.contentExtendedMaint {
    width: 1500px;
    margin-left: -270px;	
}
.contentExtendedMaint .tableContainer {
    width: 1462px;	
}
.contentExtendedMaint .tabPane {
    border-color: #555555;	
    -moz-box-shadow: 5px 5px 5px gray;
    -webkit-box-shadow: 5px 5px 5px gray;
    box-shadow: 5px 5px 5px gray;
    filter: progid :         DXImageTransform.Microsoft.Shadow (        
        color = '#969696', Direction =         135, Strength =         5 );
}
.contentExtendedMaint .paginator {
    width: 1448px;	
}
.contentExtendedMaint .tableNumberEntries {
    margin-right: 350px;	
}

/* extended content width */

.contentExtended {
    width: 1200px;
    margin-left: -120px;    
}

.contentExtended .tabPane {
    border-color: #555555;  
    -moz-box-shadow: 5px 5px 5px gray;
    -webkit-box-shadow: 5px 5px 5px gray;
    box-shadow: 5px 5px 5px gray;
    filter: progid :         DXImageTransform.Microsoft.Shadow (        
        color = '#969696', Direction =         135, Strength =         5 );
}

.contentExtended .tableContainer {
    width: 1162px;  
}

.contentExtended .paginator {
    width: 1148px;  
}
.contentExtended .tableNumberEntries {
    margin-right: 350px;    
}


/* editable tables */

.tableEditInput{
    max-width: 32px;    
}

.tableEditInputChanged{
    border-color: orange !important;    
}

.tableEditCheckbox{
    width: 12px;
    /*-moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;*/
    margin-left: 2px;     
    margin-top: 2px;     
    margin-right: 2px;     
    padding: 0px;     
}

.cbBorder{
    border: 1px solid transparent;  
    padding-top: 2px;
}

/* expandable edit table fields */ 

.extendedTableEditLbl{
    height: 16px;
    margin-left: 1em;
    margin-right: 1em;
    background-image:url("/EuroFlyer/javax.faces.resource/coreimg/input_bg.gif.xhtml?ln=webcore");
    background-repeat: repeat-x;
    border: solid 1px #858383;
    margin: 1px;
    padding-left: 3px;
    padding: 1px;
    width: 35px;
    max-width: 35px;
}

.tableEditHidden{
    width: 0px; 
    height: 0px;    
    border: none !important;
    background: none !important;
    color: white;
    position: absolute;
    z-index: -1;
}

.tableEditShown{
    position: absolute;
    z-index: 500;
    width: 200px;
    overflow: visible;
    max-width: 200px;   
    margin-left: -1px !important;
    margin-top: -11px !important;
    -moz-box-shadow: 2px 2px 2px gray;
}

.tableEditCloseButton{
    color: red;
    z-index: 501;
    font-size: 8px;
    border: 1px solid grey;
    background: #CCCCCC;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    margin-top: -8px;
    margin-left:192px;   
    padding: 0 1px;
}

.tableEditCloseButtonHidden{
    display:none;   
}

.appLogo{
    background: none;
    float: right;
    text-align: right;
    margin-top: -30px;  
    margin-right: 10px;
    height: 30px;
}

.uploadFrame{
	height: 50px;
	width: 485px;
	border: none;
}

.uploadDiv{
    background: white;
    margin-top: 5px;
    margin-bottom: 5px;
}

.fileUploadInput{
    /*
    height: 16px;
    margin-left: 1em;
    margin-right: 1em;
    background-image:url("/EuroFlyer/javax.faces.resource/coreimg/input_bg.gif.xhtml?ln=webcore");  
    background-repeat: repeat-x;
    border: solid 1px #858383;
    margin: 1px;
    padding-left: 3px;	
*/
}

.snDataTableTarget{
   display: none;
}

.snDataTableTrigger{
   display: none;
}
.deferredLoadReloadTriggerContainer{
	display: none;
}
.textErrorMessage{
	color: #800000;
	font-size: 0.8em;
	text-align: right;
	width: 890px !important;
	font-weight: normal !important;
	margin-top: 0px !important;
}