/*-----------------------------------------------------------------------------------*/
/* COMMON SETTINGS */
body, html {
  padding: 0;
  margin: 0;
  height: 100%;
}

table, td, th, div {
  border: 0;
  padding: 0;
  margin: 0;
}

img {
    border: 0;
}

/*-----------------------------------------------------------------------------------*/
/* FONTS */

body, table, td, th, div, input, h1, h2, h3, h4, h5, h6 {
    font-family : Calibri, Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
    color: #000000;
}

body, table, td, th, div, input {
    font-size : 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-size : 18px;
    text-decoration: none;
}

div#page_footer {
    font-size: 11px;
    width: 100%;
    text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/* Body */

body{
    background-color: #FFFFFF;

    /*non-msie: page_alignment */
    text-align: center;}

/*-----------------------------------------------------------------------------------*/
/* Noscript */

div#noscript_warning_red
{
    padding-top: 30px;
    font-size: 16px;
    color: red;
    text-align: center;

    /*non-msie center page_alignment */
        margin-left: auto;
    margin-right: auto;
    }

div#noscript_warning_newsession
{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;

        margin-left: auto;
    margin-right: auto;
    }

/*-----------------------------------------------------------------------------------*/
/* Header of [aux] window */
body.aux_window{
    text-align: left;
}                           
                           
div#page_header_aux_window
{
    width: 100%; /* cause it's window */
    height: 50px;

    background-color: #FFFFFF;
    background-repeat: repeat-x;     
    background-position: center center;
    background-image: url(/public/images/my/header-transient.png);
}

div#page_header_aux_window img#logo
{
    margin: 10px;
    vertical-align: middle;  
}

div#page_header_aux_window span
{
    vertical-align: -1px;
    color: white;
    font-weight: bold;
    font-size :  18px;
}

div#help_page_main{
    margin: 10px;  
    text-align: left;  
}

/*-----------------------------------------------------------------------------------*/
/* Header */

table#page_header
{
    width: 100%;
    height: 80px;

    background-color: #FFFFFF;
    background-repeat: repeat-x;     
    background-image: url(/public/images/my/header-transient.png);

    /* border-collapse: collapse */;

    /*non-msie: page_alignment */
    clear: both;
        margin-left: auto;
    margin-right: auto;
    }
    
table#page_header td#header_leftcell img
{
    display: block;
}

table#page_header td#header_rightcell
{
    width: 99%;   
}

table#page_header td#header_rightcell span#webtop_header_message
{
    float: right; 
    position: relative; 
    top: 6px; 
    left: -30px; 
    text-align: right;
    color: white;
}

table#page_header td#header_rightcell span#webtop_header_message img#fw_header_icon
{
    height: 24px;
    margin-right: 10px;
    margin-top: -2px;
    vertical-align: -7px;
    width: 24px;    
}

table#page_header td#header_rightcell button
{
    float: right;

    margin-right: 15px;    
     
    opacity: 0.9;
    filter: alpha(opacity=90);

    background-color: #8995a3; /* todo: customize */  
    color: #FFFFFF;  /* todo: customize */
    border: 1px solid white;  /* todo: customize */

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;      
    
    cursor:pointer;   

        padding: 4px;  
    zoom: 1;  
       
}

table#page_header td#header_rightcell button#disconnect:hover
{
    color: black; /* todo: customize */
    /* background-color: white; */ /* todo: customize */
     
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
    background: -moz-linear-gradient(top, #FFFFFF,  #DDDDDD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');  
       
}

table#page_header td#header_rightcell button#disconnect span
{
       
    padding: 0px;
    display: inline;
}

table#page_header td#header_rightcell button#disconnect img
{
        float: left;
            
    margin-right: 4px;
            
    width: 16px;
    height: 16px;
    display: inline;
}
/* ----------------------------------------------------------------------------------- */
/* Footer */

div#page_footer
{
    width: 100%;
    border-top: 1px solid #738495;
    empty-cells: show;
    display: block;

        margin-left: auto;
    margin-right: auto;
    } 

div#page_footer div
{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;

    font-size: 11px;
}

/*-----------------------------------------------------------------------------------*/
/* Main Table */

table#main_table
{
    width: 100%;
    height: 78%;
    border-collapse: collapse;
    background-color: #FFFFFF;

        margin-left: auto;
    margin-right: auto;
    }

/* -------------------------------------------------------------------------------- */
/* Main Table Image cell */

table#main_table td#main_table_image_cell
{
    vertical-align: top;
    width: 50%;
    /* side image align */
    text-align: center;
}

/* Main Table Image cell: image */

table#main_table td#main_table_image_cell img
{
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

/* -------------------------------------------------------------------------------- */
/* Main Table Info Cell */

table#main_table td#main_table_info_cell
{
    width: 100%;
    vertical-align: top;

    /* form_alignment msie */
    
    /* border: 1px solid blue; */
}

/* ----------------------------------------------------------------------------------- */
/* Form */

/* form height msie */
table#main_table form
{
    height: 100%;
    width: 100%;

    /* form_alignment non-msie */
        float: left;
    clear: both;
    
    /* debug */
    /* border: 1px solid red; */
}

table#main_table table#credentials_table
{
    width: 100%;

    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;

    border-collapse: collapse;
    empty-cells: show;
    background-color: #EEEEEE;

    height: 100%;
}

table#main_table table#credentials_table td#credentials_table_header
{
    height: 46px;
    font-size: 18px;
    color: #303030;
    /* background-color: #FFFFFF; */
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 16px;
    padding-bottom: 11px;
}

table#main_table table#credentials_table td#credentials_table_postheader
{
    height: 10px;
    color: red;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 3px;
    padding-top: 1px;
}

table#main_table table#credentials_table td.credentials_table_label_cell
{
    width: 33%;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 4px;
    height: 30px;
}

table#main_table table#credentials_table td.credentials_table_field_cell
{
    width: 67%;
    text-align: left;
    padding-right: 15px;
    padding-left: 2px;
    padding-bottom: 4px;
    height: 30px;
}

table#main_table table#credentials_table td.credentials_table_unified_cell
{
    width: 67%;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    height: 30px;
}

table#main_table table#credentials_table td.credentials_table_field_checkbox_fix
{
    padding-top: 2px;
}

table#main_table table#credentials_table td#credentials_table_footer
{
    padding-top: 13px;
}

table#main_table table#credentials_table input.credentials_input_password, input.credentials_input_password_disabled, input.credentials_input_text, input.credentials_input_text_disabled
{
    height: 21px;
    width: 150px;
    font-size: 13px;
    border: 1px solid #808080;
}

table#main_table input.credentials_input_password, input.credentials_input_password_disabled
{
    font-family: sans-serif;
}

table#main_table table#credentials_table input.credentials_input_submit, input.credentials_input_submit_disabled
{
    margin-top: 7px;
    width: 150px;
}

table#main_table table#credentials_table input.credentials_input_checkbox, input.credentials_input_checkbox_disabled
{

}

table#main_table table#credentials_table input.credentials_input_password_disabled,input.credentials_input_text_disabled
{
    background-image: url("/public/images/my/header-transient.png");
    background-position: center -60px;
    border: 1px solid #909090;  
} 

table#main_table table#credentials_table label
{
    padding: 0;
    margin: 0;
    display: block;
}

/* ----------------------------------------------------------------------------------- */
/* Intraction */


table#main_table table#interaction_table
{
    width: 100%;

    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;

    border-collapse: collapse;
    empty-cells: show;
    background-color: #EEEEEE;

    /* form height msie */
    height: 100%;

    /* form_alignment non-msie */
        float: left;
    clear: both;
    }

table#main_table table#interaction_table td#interaction_table_header
{
    height: 46px;
    font-size: 18px;
    color: #303030;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 17px;
    padding-bottom: 13px;
}

table#main_table table#interaction_table td.interaction_table_text_cell
{
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    height: 35px;
}

table#main_table table#interaction_table td.interaction_table_option_cell
{
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    height: 35px;
}

table#main_table table#interaction_table td.interaction_table_option_cell img
{
    vertical-align: middle;
    padding-right: 10px;
}

table#main_table table#interaction_table td.interaction_table_footer
{
    padding-top: 15px;
}

/*-----------------------------------------------------------------------------------*/
/* progress bar comparitbility */

div#ProgressBarDIV table
{
    border-collapse: collapse;
    border: 0;
}

div#ProgressBarDIV table#progress_bar_table
{
    text-align: center;
    empty-cells: show;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
}

div#ProgressBarDIV table#progress_bar_table td
{
    width: 21px;
    height: 21px;
    background-color: #FFFFFF;
}

div#ProgressBarDIV table#progress_bar_table td.highlight
{
    width: 21px;
    height: 21px;
    background-color: #738495;
}

/* inspection host compartibility */

div.inspectionHostDIVSmall
{
    visibility: visible;
    border: 0;
    height: 1px;
    width: 1px;
}

div.inspectionHostDIVBig
{
    border: 2px solid black;
    visibility: visible;
    position: absolute;

    top: 5%;
    left: 5%;
    width: 80%;
    height: 73%;

    padding: 5%;
    padding-top: 4%;

    width: expression( "90%" );
    height: expression( "90%" );

    background: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=95);
    text-align: center;
    z-index: 5;
    height: 100%;
}

div.inspectionHostBgLock
{
    border:0;
    margin:0;
    padding: 0;
    opacity: 0.1;
    filter: alpha(opacity=10);
    visibility: visible;
    position: absolute;  
    top: 60px;
    left: 0px;
    width: 100%;
    height: 94%   
}
/* Error message styling */

table#IHoptions td
{
    height: 35px;
    padding-left: 12px;
}

table#IHoptions a.option
{
    margin-right: 10px;
}

table#IHoptions a.option img
{
    border: 0px;
    clear: right;
    vertical-align: middle;
}

/* CacheCleaneTable */

table#CacheCleanTable
{
    width: 100%;
    height: 100%;

}

table#CacheCleanTable td#main
{
    text-align: center;
}

table#CacheCleanTable td#message
{
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

table.webtopTable
{
        /*non-msie: page_alignment */
    margin-left: auto;
    margin-right: auto;
    
    width: 100%;
    border-collapse: collapse;
}

table.webtopTable td
{
    width: 100%;
}

/* ----------------------------------------------------------------------------------- */
/* WEBTOP */
/* Footer */
body.webtop{
    background: #FFFFFF url(/public/images/full_wt/body-background.png) repeat-x center 72px;
}

body.webtop_nohead{
    background: #FFFFFF url(/public/images/full_wt/body-background.png) repeat-x center 0px;
}

div#webtop_wrapper{
    min-height: 90%;
    height: auto !important;
    height: 90%;
    margin: 0 auto -20px;  
    padding-bottom: 20px;
}

div#webtop_toolbar{
    width: 100%;    
    height: 33px;
    background: url(/public/images/full_wt/toolbar-background.png) repeat;    
    color: white;    
    clear: both;
    /*non-msie: page_alignment */
        margin-left: auto;
    margin-right: auto;
    }

div#webtop_toolbar .right{
    float: right;  
}

div#webtop_toolbar .left{
    float: left;   
}

div#webtop_toolbar div.container{ 
    color: white;
    display: inline-block;
    padding-right: 5px; 
    margin-right: 2px;
    margin-left: 8px;   
    margin-top: 3px; 
    border: 1px solid transparent;
}

div#webtop_toolbar div:first-child{
     margin-left: 11px;
}

div#webtop_toolbar div.last_child{
     margin-right: 16px;
}

div#webtop_toolbar .border_hover:hover{
    color: black;    
    border: 1px solid gray;
    
    /* background-color: #E0E0E0; */
     
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
    background: -moz-linear-gradient(top, #FFFFFF,  #DDDDDD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');  
       
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;    
    cursor:pointer;
}

div#webtop_toolbar div.container img{
    vertical-align: -7px;
    margin-right: 2px; 
}

div#webtop_toolbar div.container img.go{
    border: 1px solid transparent;
    margin-right: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    vertical-align: -7px;
    margin-top: 1px;
}

div#webtop_toolbar div.container img.go:hover{      
    background: center #FFFFFF repeat url(/public/images/my/header-transient-small.png);    
    border: 1px solid gray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;    
    cursor:pointer;  
}

div#webtop_toolbar input#waurl{
    float: left;
    border: 1px solid #737b88;
    margin-top: 1px;
    margin-right: 4px;
    width: 214px;
    font-style: normal;
}

div#webtop_toolbar input#waurl.blur{
    color: #676767; 
    font-style: italic;  
}

/*   */
div#webtop_favorites_outer_container{
    width: 100%;
    padding-top: 5px;  
    text-align: left;   
    /*non-msie: page_alignment */
    clear: both;
        margin-left: auto;
    margin-right: auto;
     
}

div#webtop_favorites_outer_container #webtop_favorites_inner_container{
    margin-right: 13px;
}

#webtop_favorites_inner_container div.resourcetype{
    margin-left: 13px;
    margin-top: 8px;    
    margin-bottom: 3px;    
    display: block;
}

#webtop_favorites_inner_container div.resourcetype div.title{
    display: table-cell;
    padding-right: 5px;
    color: #244265;    
    white-space: nowrap;
}

#webtop_favorites_inner_container div.resourcetype div.aftertitle{
    display: table-cell;
    width: 100%;
    background: repeat-x url(/public/images/full_wt/aftertitle-background.png); /* todo: customizable */   
    color: #244265;
}

#webtop_favorites_inner_container span.favorite{
    display: inline-block;
    /* exclude border */
    width: 292px;
     
    height: 47px;
        
    margin-left: 13px; 
    margin-bottom: 2px;
        
    border: 1px solid transparent;    
        
}

#webtop_favorites_inner_container span.favorite:hover{
     /* background: white; */
     
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
    background: -moz-linear-gradient(top, #FFFFFF,  #DDDDDD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');  
       
          
     
    -webkit-border-radius:6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;    
    border: 1px solid gray;
    cursor:pointer;   
}

#webtop_favorites_inner_container span.favorite span.image{
     
    display: table-cell;  
    vertical-align: middle; 
        
   
    height: 48px;
    padding-left: 8px;
    padding-right: 8px;  
          
}

#webtop_favorites_inner_container span.favorite span.image img{
         
    width: 32px;
    height: 32px;
        
}

#webtop_favorites_inner_container span.favorite span.caption{
         
    display: table-cell;
        vertical-align: middle;
    width: 240px;    
          
}

#webtop_favorites_inner_container span.favorite span.caption span{
    color: #999999; 
    display:block;
          
}
/* */
#access_webtop_container{
    text-align: left;
}
#access_webtop_container div#status{
    margin-top: 15px;
    margin-left: 22px;
    height: 30px;
    font-weight: bold;  
}
#access_webtop_container div#errormessage{
    width: 490px;
    margin-left: 41px;   
    margin-top: 3px;
    margin-bottom: 12px;
}
#access_webtop_container div#status img{
    margin-top: 3px;
    padding-right: 2px;
    vertical-align: -4px;
    width: 16px;
    height: 16px;
}

#access_webtop_container div#status span{
    padding-left: 5px;
    vertical-align: middle;
}

#access_webtop_container div#data{
    margin-top: 3px;
    margin-left: 20px;    
    border: 1px solid #999999; 
    width: 512px;
    margin-bottom: 10px;
}
#access_webtop_container div#status input{
    float: right;
    }


#access_webtop_container table{
    border-collapse: collapse;
    width: 100%;   
}
#access_webtop_container table th, div#access_webtop_container table td{
    height: 17px;   
    padding: 5px;    
    padding-top: 1px;
    padding-bottom: 2px;  
    text-align: right;  
    vertical-align: top;
}
#access_webtop_container table th.type, div#access_webtop_container table td.type{
    text-align: left;
    width: 160px;
}
#access_webtop_container table th.noboleft, div#access_webtop_container table td.noboleft{
    border-left: 0;
    width: 16%;
}
#access_webtop_container table th.noboright, div#access_webtop_container table td.noboright{
    border-right: 0;  
    width: 16%;    
}
#access_webtop_container table th{
    border: 1px solid #999999;
    border-top: 1px solid white;
    border-left: 1px solid white;
    background-color: #ceccc8;    
    font-weight: normal;   
    width: 45px;   
}
#access_webtop_container table td{
    background-color: white;
    border-right: 1px solid #dddbd7;         
}
#access_webtop_container table td.bold{
    font-weight: bold;      
}
#access_webtop_container table .italic{
    font-style: italic;      
}
#access_webtop_container table td.pad{
    padding-left: 15px;      
}

#access_webtop_container table td span.apptstatus{
    padding-left: 5px;
}

#access_webtop_container table td div.apptstatus_hide{   
    display: none;
}
#access_webtop_container table td div.apptstatus_show{   
    display: block;
    font-style: italic;
    color: red;
    margin-left: 20px;
    margin-top: -1px;   
    margin-bottom: -1px;
    padding-left: 5px;
}
#access_webtop_container table td img{
    margin-top: 2px;
    padding-right: 5px;
    vertical-align: -4px;
    width: 16px;
    height: 16px;
}
#access_webtop_container table tr.total td{
    background-color: #e7e7e7;        
}
#access_webtop_container a#show_details_text{
    margin-left: 20px;       
    text-decoration: none;  
}
#access_webtop_container div#details_text{
    text-decoration: none;  
    margin: 5px 27px 10px;
}
#access_webtop_container div#details_text a{
    display: block;
    width: 200px;
}

/*****************************************
*
*/

div.HostDivNaOnly{
    width: 100%;    
    clear: both;
    /*non-msie: page_alignment */
        margin-left: auto;
    margin-right: auto;
    }

/*****************************************
Disable vertical srollbar
*/
html.noVerticalScrollbar {
    overflow: hidden;
}

/*****************************************
popup window style
*/

div.styledModalDialogueDIV{
    position: absolute; 
    
    top: 300px; 
    left: 300px; 
   
    width: 430px; 
    height: 252px; 
    
    background-color: white; 
    border: 1px solid #202020;
}

div.styledModalDialogueDIV input{
    float: none;
}

div.styledModalDialogueDIV div#SMDHeader{
    height: 55px; 
    
    background-color: #FFFFFF;
    background-repeat: repeat-x;     
    background-position: center center;
    background-image: url(/public/images/my/header-transient.png);
}

div.styledModalDialogueDIV div#SMDHeader div#SMDTitle{
    display: inline; 
    float: left; 
    margin-top: 19px; 
    margin-left: 16px; 
    color: white;
}

div.styledModalDialogueDIV div#SMDHeader div#SMDCross{
    display: inline; 
    float: right; 
    margin: 7px; 
    color: white
}    

div.styledModalDialogueDIV div#SMDMain{
    height: 116px; 
    padding: 16px;    
    color: black;
}

div.styledModalDialogueDIV div#SMDMain span{
    display: inline-block;
    text-align: left;
    width: 110px;
    margin-top: 10px;
}

div.styledModalDialogueDIV div#SMDButtons{
    height: 24px; 
    padding: 12px 16px; 
    background-color: #f0f0f0; 
    border-top: 1px solid #dfdfdf; 
    text-align: center; 
}

div.styledModalDialogueDIV div#SMDButtons input{
        margin-left: 5px;
    margin-right: 5px;
}

div.browserCitrix{
    border: 1px solid black;
    background: #FFFFFF url(/public/images/full_wt/body-background.png) repeat-x center 0px;
    position: absolute;
}

div.browserCitrix div.browserFavorite{
}
 
div.browserCitrix div.browserFavorite img{
    float: left;
    margin-top: 30px;
    margin-left: 30px;    
}

div.browserCitrix div.browserFavorite span{
    float: left;
    margin-top: 38px;
    margin-left: 15px; 
}

div.browserCitrix input.closeButton{
    float: right;
    margin-top: 36px;
    margin-right: 18px;    
}


div.browserCitrix div.browserAddressline{
    border-top: 1px solid #8fa0b4;
    border-bottom: 1px solid #8fa0b4;   
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    text-align: left;
    padding-top: 10px;    
    padding-bottom: 1px;    
}

div.browserCitrix div.browserAddressline a{
    color: black;
    padding-left: 4px;
    padding-right: 4px;
} 


div.browserCitrix div.browserContents{
    overflow-y: auto;
    -ms-overflow-y: auto;
        overflow: auto;
    }

/* Main Page Structure */
table.emma-main-structure {
    width: 100%;
    border-width: 0px;
    border-style: none;
}

table.emma-main-structure td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}


html body table.emma-main-structure tbody tr#emma-header-row td.emma-content-column{
	width: 980px;
	min-width: 980px;
}

table.emma-main-structure td.emma-content-column {
	width: 980px;
	min-width: 980px;
}

html body table.emma-main-structure tbody tr#emma-header-row td.emma-left-column{
	background-repeat: repeat-x;
	background-image: url(/nidp/css/Login_files_extranet/background_himmelverlauf_left.jpg);
}


table.emma-main-structure tr#emma-header-row td.emma-left-column {
	background-repeat: repeat-x;
	background-image: url(/nidp/css/Login_files_extranet/background_himmelverlauf_left.jpg);
}

table.emma-main-structure tr#emma-header-row td.emma-right-column {
	background-image: url(/nidp/css/Login_files_extranet/background_himmelverlauf_right.jpg);
	background-repeat: repeat-x;
}

table.emma-main-structure td.emma-left-column {
	width: auto;
}

table.emma-main-structure td.emma-right-column {
	width: auto;
}

html body table.emma-main-structure tbody tr#emma-header-row td{
	height: 222px;
}


table.emma-main-structure>#emma-header-row>td {
	height: 222px;
}
html body table.emma-main-structure tbody tr#emma-header-row td.emma-content-column{
	background-image: url(/nidp/css/Login_files_extranet/background_header.jpg);
	background-repeat: repeat-x;
}
table.emma-main-structure #emma-header-row td.emma-content-column {
	background-image: url(/nidp/css/Login_files_extranet/background_header.jpg);
	background-repeat: repeat-x;
}

#emma-left-cloud {
	background-image: url(/nidp/css/Login_files_extranet/background_header_cloud_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 222px;
	width: *;
	min-width: 1px;
	margin-left: auto;
	margin-right: 0px;
	}

#emma-right-cloud {
	background-image: url(/nidp/css/Login_files_extranet/background_header_cloud_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 222px;
	width: *;
	min-width: 1px;
	margin-right: auto;
	margin-left: 0px;
}

/* Main Theme Styles */
#emma-header-navigation {
	margin-top: 15px;
	margin-left: auto;
	margin-right: 0px;
	width: 700px;
	text-align: right;
}

#emma-header-navigation span.divider {
	color: #FFF;
	margin: 0px 8px 0px 8px;
}

#emma-header-search {
	width: 460px;
	height: 40px;
	text-align: right;
	margin-left: auto;
	margin-right: 20px;
	margin-top: 30px;
	/*visibility: hidden;*/
}

#emma-search-query {
	background-image: url(bg_searchinput.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-right: 8px;
	float: left;
}

#emma-search-query input {
	height: 24px;
	width: 180px;
	background: none;
	border: none;
	margin-right: 8px;
	float: left;
	line-height: 26px;
}

#emma-search-scope {
	margin-right: 8px;
	line-height: 25px;
}

#emma-search-scope select {
	
}

#emma-breadcrumb {
	color: #999;
	margin-top: 20px;
	width: 100%;
	padding-bottom: 15px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#emma-breadcrumb span.black {
	color: #000;
}

#emma-breadcrumb a {
	color: #999;
}

#emma-breadcrumb a.active {
	color: #000;
}

#emma-breadcrumb a:hover {
	color: #09C;
	text-decoration: underline;
}

#emma-sidebar-switch {
	float: right;
}

#emma-sidebar-switch a {
	color: #000;
}

/* Fonts */
b {
	color: #454545;
}

p {
	color: #666;
	line-height: 1.5em;
	margin: 0px 0px 12px 0px;
}

h1, .emma-heading1 {
	color: #09C;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 24px 0px;
	line-height: 26px;
}

h2, .emma-heading2 {
	color: #454545;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	line-height: 1em;
}

h3, .emma-heading3 {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
}

/* Content Columns Table */
table#emma-main-content {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table.emma-layoutColumn {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}

td.emma-col-spacer {
	width: 40px;
	min-width: 40px;
}

td.emma-single-column {
	width: 300px;
	min-width: 300px;
	max-width: 300px;
}

td.emma-double-column {
	min-width: 640px;
	max-width: 640px;
	min-width: 640px;
}

td.emma-triple-column {
	width: 980px;
	min-width: 980px;
	max-width: 980px;
}

td.emma-half-page {
	width: 470px !important;
	min-width: 470px !important;
	max-width: 470px !important;
}

td.emma-sidebar {
	height: 100%;
	width: 300px;
	min-width: 300px;
	max-width: 300px;
}

table.emma-sidebar-backgr {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	background-image: url(/nidp/css/Login_files_extranet/background_sidebar_gradient.png);
	background-repeat: repeat-y;
}

table.emma-sidebar-top {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	background-image: url(/nidp/css/Login_files_extranet/background_sidebar_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}

table.emma-sidebar-bottom {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	background-image: url(/nidp/css/Login_files_extranet/background_sidebar_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

td.emma-sidebar-content-cell {
	height: 500px;
}

/* Links */
a {
	color: #09C;
	text-decoration: none;
}

a:hover,a:active {
	color: #999;
	text-decoration: underline;
}

/* Main Menu */ /* First Level */
#emma-main-navigation {
	height: 44px;
	padding: 0px;
	background-image: url(menu_backgr_bar_inactive.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 15px 0px 0px 0px;
}

#emma-main-navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#emma-main-navigation>ul>li {
	float: left;
}

#emma-main-navigation>ul>li>a {
	color: #000;
	display: block;
	line-height: 14px;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-right-style: solid;
	border-right-color: #BBB;
	border-right-width: 1px;
	cursor: pointer;
}

#emma-main-navigation>ul>li>a:hover {
	color: #000;
	text-decoration: none;
	background-image: url(menu_backgr_button_hover.png);
	background-repeat: repeat-x;
}

#emma-main-navigation>ul>li.first>a:hover {
	background-image: url(menu_backgr_startbutton_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#emma-main-navigation>ul>li.active {
	color: #FFF;
	text-decoration: none;
	background-image: url(menu_backgr_button_active.png);
	background-repeat: repeat-x;
	height: 44px;
}
#emma-main-navigation>ul>li.active>a {
	color: #FFF;
}

#emma-main-navigation>ul>li.first.active {
	background-image: url(menu_backgr_startbutton_active.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 44px;
}
#emma-main-navigation>ul>li.first.active>a {
	color: #FFF;
}

#emma-main-navigation>ul>li.active>a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(menu_backgr_button_active.png);
	background-repeat: repeat-x;
}
#emma-main-navigation>ul>li.first.active>a:hover {
	color: #FFF;
	background-image: url(menu_backgr_startbutton_active.png);
	background-repeat: no-repeat;
	background-position: left;
}


/* Triggers style for right-to-left */
#emma-main-navigation li:hover
	.emma-main-navigation-rightNavOrientation>ul {
	right: 0;
}

#emma-main-navigation .emma-main-navigation-rightNavOrientation {
	/* 	NG 2013-04-23: Fix Überlappungs-Bug in Zeiterfassung 
		Wird dieser Eintrag wirklich gebraucht? */
	/*position: relative;*/
}

/* Indication for SubLevel */
.emma-main-hasSubMenu {
	background: url("arrow_blue.png") no-repeat scroll right
		center transparent;
}

.emma-main-navigation-rightNavOrientation .emma-main-hasSubMenu {
	background: url("arrow_blue_rtl.png") no-repeat scroll left
		center transparent;
}

/* Right to Left SubLevel */
.emma-main-navigation-rightNavOrientation .emma-main-isSubMenuList {
	right: 250px;
}

/* Sub Menu Level */
#emma-main-navigation li ul { /* Sub Level Lists */
	position: absolute;
	z-index: 100;
	width: 250px;
	left: -999em;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	x-webkit-box-shadow: -2px 2px 9px #cacaca, 2px 2px 9px #cacaca;
	-moz-box-shadow: -2px 2px 9px #cacaca, 2px 2px 9px #cacaca;
	box-shadow: -2px 2px 9px #cacaca, 2px 2px 9px #cacaca;
	/* For IE 8 would destroy box model and kill second level navigation
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cacaca')"
		;
		*/
	/* For IE 5.5 - 7 - sadly kills the box model
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cacaca'); */
}

#emma-main-navigation li ul li { /* Sub Level Lists */
	width: 250px;
}

#emma-main-navigation li ul a { /* second-level link */
	color: #000;
	height: auto;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFF;
	border: none;
	border-width: 0px;
	display: block;
	cursor: pointer;
}

/* 2ndSub Level */
#emma-main-navigation li ul ul {
	margin: -39px 0px 0px 250px;
	left: -999em;
}

#emma-main-navigation li ul li a:hover {
	/* second & third level link hover */
	color: #09C;
	text-decoration: none;
	background-color: #D6EEFD;
	background-image: url("arrow_blue.png") no-repeat scroll right
		center transparent;
	border-color: #000;
	border-width: 1px;
}

#emma-main-navigation li.has-children>a,#emma-main-navigation li.has-children>a:hover
	{ /* second-level with children */
	background-image: url(arrow_blue.png);
	background-repeat: no-repeat;
	background-position: right;
}

/* make in- and visible */
#emma-main-navigation li:hover>ul {
	display: block;
	left: auto;
}

/* End of Menu */ /* Buttons */
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

/* Emma Logo Link */
#emma-logo-link {
	position: absolute;
	top: 7px; 
	height: 93px; 
	width: 270px;
}

/* Emma Button */
a.emma-button {
	color: #FFF;
	display: inline;
	float: left;
	height: 27px;
	margin-right: 1px;
	/*padding-right: 28px; /* sliding doors padding */
	padding-right: 18px;
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(button_sprite_blue.png);
	background-repeat: no-repeat;
	background-position: right -37px;
}

a.emma-button span {
	display: block;
	line-height: 17px;
	padding: 5px 0 5px 18px;
	background-color: transparent;
	background-image: url(button_sprite_blue.png);
	background-repeat: no-repeat;
}

a.emma-button:hover {
	background-position: right -111px;
}

a.emma-button:hover span {
	background-position: left -74px;
	color: #FFFFFF;
}

a.emma-button-disabled {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(button_sprite_blue.png);
	background-position: right -111px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: inline;
	float: left;
	height: 27px;
	margin-right: 1px;
	/*padding-right: 28px;*/
	padding-right: 18px;
	text-decoration: none;
}

a.emma-button-disabled span {
	background-color: transparent;
	background-image: url(button_sprite_blue.png);
	background-repeat: no-repeat;
	background-position: left -74px;
	display: block;
	line-height: 17px;
	padding: 5px 0 5px 18px;
}

/* Extended Button */
.emma-ext-button {
	background: url("bg_button_left.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	float: left;
	padding-left: 5px;
	text-decoration: none;
}
.emma-ext-button:hover {
	background: url("bg_button_left_hover.png") no-repeat scroll 0 0 transparent;
	text-decoration: none;
}
.emma-ext-button:hover .bgr {
	background: url("bg_button_right_hover.png") no-repeat scroll right center transparent;
}
.emma-ext-button .bgr {
	background: url("bg_button_right.png") no-repeat scroll right center transparent;
	float: left;
	height: 27px;
	padding: 0 2px 0 4px;
}
.emma-ext-button .txt {
	color: #FFF;
	float: left;
	line-height: 20px;
	padding: 3px 12px 0 8px;
}

.emma-ext-button .iconArrowDown {
	background: url("arrow_down.png") no-repeat scroll 0 9px transparent;
	float: left;
	height: 27px;
	width: 19px;
}

.emma-ext-button .iconArrowRight {
	background: url("arrow_right.png") no-repeat scroll 3px 6px transparent;
	float: left;
	height: 27px;
	width: 19px;
}

.emma-ext-button .iconArrowLeft{
	background: url("arrow_left.png") no-repeat scroll 2px 6px transparent;
	float: left;
	height: 27px;
	width: 10px;
}

/* Static Buttons */
input.emma-static-button-250 {
	color: #FFF;
	background-image: url(static_button_sprite_250.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-color: transparent;
	height: 27px;
	width: 250px;
	border: none;
	cursor: pointer;
}

input.emma-static-button-250.hover {
	background-position: 0px -33px;
}

/* Emma Tooltip */
#emma-tooltip { 
	position: absolute; 
    border: 1px solid #0099CC; 
	background: white; 
	padding: 5px 10px; 
	color: #0099CC; 
	display: none; 
	max-width: 300px; 
} 

/* Content Styles */ /* Bulletlists */
ul.emma-edekalist {
	margin-left: 0.6em;
	padding-left: 0.6em;
}

ul.emma-edekalist li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(bulletpoint_blue.png);
	padding-bottom: 7px;
}

ul.emma-edekalist li>a {
	color: #999;
}

ul.emma-edekalist li>a:hover {
	color: #09C;
}

ul.emma-edekalist.readstatus li>a {
	color: #454545;
}

ul.emma-edekalist.readstatus li>a:hover {
	color: #09C;
}

ul.emma-edekalist.readstatus li>a:visited {
	color: #999;
}

/* Filelists */ /* You can use the same emma-file-link styles here */
ul.emma-filelist {
	margin-left: 0;
	padding-left: 0;
}

ul.emma-filelist li {
	list-style-type: none;
	padding-bottom: 7px;
}

ul.emma-filelist li a {
	color: #999;
}

ul.emma-filelist li a:hover {
	color: #09C;
}

/* Link Styles */ /* more link with arrow */
a.emma-more {
	padding-left: 18px;
	background-image: url(arrow_sprite_blue.png);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	font-weight: bold;
}

a.emma-more:hover {
	background-position: 0 -21px;
}

/* print link */
a.emma-print {
	padding-left: 18px;
	padding-bottom: 2px;
	background-image: url(icon_print_sprite_blue.png);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	font-weight: bold;
}

a.emma-print:hover {
	background-position: 0 -21px;
}

.emma-doclink a.visited {
	color: #999999;
}

.emma-doclink-read {
	color: #999999;
}

.emma-important-textbottom {
	padding-top: 30px;
}

a.emma-file-link {
	background: url(file_generic.png) no-repeat left;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000;
	display: inline-block;
	/*white-space: nowrap;*/
}

a.emma-file-link.read {
	color: #989898;
}

a.emma-file-link.unread {
	color: #000;
}

span.emma-file-new {
	background-color: #0099CC;
    color: #fff;
    font-weight: bold;
    margin-left: 3px;
    padding: 1px 3px;
}

/* 16.04.2012 Fixed background-image cut off bug 
ul.emma-filelist>li>form>a.emma-file-link {
	line-height: 16px;
}
NO NEED SINCE INLINE-BLOCK */

a.emma-file-link.pdf {
	background: url(file_pdf.png) no-repeat left;
}

a.emma-file-link.zip,a.emma-file-link.rar,a.emma-file-link.tar {
	background: url(file_zip.png) no-repeat left;
}

a.emma-file-link.doc,a.emma-file-link.docx {
	background: url(file_doc.png) no-repeat left;
}

a.emma-file-link.xls,a.emma-file-link.xlsx {
	background: url(file_xls.png) no-repeat left;
}

a.emma-file-link.ppt,a.emma-file-link.pptx,a.emma-file-link.pot,a.emma-file-link.potx {
	background: url(file_ppt.png) no-repeat left;
}

/* Small Version */
a.emma-file-link.small {
	padding-left: 25px;
	background: url(file_generic_small.png) no-repeat left;
}

a.emma-file-link.small.pdf {
	background: url(file_pdf_small.png) no-repeat left;
}

a.emma-file-link.small.zip,a.emma-file-link.small.rar,a.emma-file-link.small.tar
	{
	background: url(file_zip_small.png) no-repeat left;
}

a.emma-file-link.small.doc,a.emma-file-link.small.docx {
	background: url(file_doc_small.png) no-repeat left;
}

a.emma-file-link.small.xls,a.emma-file-link.small.xlsx {
	background: url(file_xls_small.png) no-repeat left;
}

a.emma-file-link.small.ppt,a.emma-file-link.small.pptx,a.emma-file-link.small.pot,a.emma-file-link.small.potx
	{
	background: url(file_ppt_small.png) no-repeat left;
}

.emma-double-column h3 {
	padding-top: 30px;
}

.emma-single_column h3 {
	padding-top: 30px;
}

/* XL Teaser */
.emma-xl_teaser {
	background-color: #eee;
}

.emma-xl-subcolumn-right h3 {
	padding-top: 10px;
	padding-right: 12px;
}

.emma-xl-subcolumn-right p {
	padding-right: 12px;
}

.emma-xl-subcolumn-left {
	width: 300px;
	min-width: 300px;
	max-width: 300px;
}

.emma-xl-subcolumn-right {
	width: 300px;
	min-width: 300px;
	max-width: 300px;
}

/* Singe Columns News Teaser */
.emma-single-column h3 {
	padding-top: 30px;
}

.emma-news-inline-image-120 {
	width: 120px;
	float: left;
	display: inline;
	margin-right: 12px;
	margin-bottom: 4px;
}

/* Two Columns Teaser */
.emma-two-columns-teaser {
	width: 640px;
}

.emma-news-inline-image-150 {
	width: 150px;
	float: left;
	display: inline;
	margin-right: 24px;
	margin-bottom: 4px;
}

/* Sidebar Widgets */
.emma-sidebar-widget {
	width: 300px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.emma-noline {
	border-bottom-style: none;
}

.emma-sidebar-widget h2 {
	color: #454545;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 12px;
}

.emma-sidebar-widget a h2 {
	background: url(arrow_blue.png) no-repeat right;
}

.emma-sidebar-widget a.emma-widget-headline-link:hover {
	display: block;
	text-decoration: none;
	background: url(/nidp/css/Login_files_extranet/background_sidebar_hover.png) repeat-y left;
}

.emma-headline-variable {
	color: #999;
}

.emma-sidebar-widget p {
	padding-left: 20px;
	padding-right: 12px;
}

.emma-sidebar-widget a.emma-more {
	margin-left: 20px;
	margin-bottom: 12px;
	display: block;
}

.emma-sidebar-widget ol {
	margin-left: -4px;
	color: #09C;
}

.emma-sidebar-widget ol p {
	padding-left: 0px;
	padding-right: 0px;
}

.emma-sidebar-widget ul {
	margin-left: 26px;
	color: #09C;
}

.emma-sidebar-widget ul p {
	padding-left: 0px;
	padding-right: 0px;
}

.emma-sidebar-widget input {
	margin-left: 18px;
}

.emma-sidebar-widget select {
	margin-left: 18px;
}

.emma-sidebar-gradient {
	background: url(/nidp/css/Login_files_extranet/background_sidebar_hover.png) repeat-y left;
}

.emma-sidebar-gradient h2 {
	margin: 0px;
}

/* important text  container */
div.emma-important-text {
	display: block;
	color: #000;
	padding-left: 74px;
	min-height: 60px;
	background: url("icon_wichtig-52x52.png") no-repeat scroll
		10px top transparent;
}

/* emma grey box */
div.emma-grey-box {
	width: 100%;
	background-color: #F3F3F3;
	margin-bottom: 20px;
	padding: 12px 0 12px 12px;
}

/* mailbox container */
div.emma-mailbox-container {
	display: block;
	color: #000;
	padding-left: 74px;
	min-height: 60px;
	background: url("icon_mailbox-52x52.png") no-repeat scroll
		10px -5px transparent;
}

/* generic Table Header Styles */
table.emma-table {
	border-collapse: collapse;
}

table.emma-table td {
	padding-top: 2px;
	padding-bottom: 2px;
}

table.emma-table td.emma-tableheader-main,table.emma-table th.emma-tableheader-main {
	background-color: transparent;
	background-image: url("tableheader_background.png");
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	/*height: 24px;*/
	height: 22px;
	vertical-align: middle;
	text-align: left;
	padding-right: 5px;
	/* Don't use width: 100%; Use element style direct for one column tables */
}

table.emma-table td.emma-tableheader-left,table.emma-table th.emma-tableheader-left {
	background-color: transparent;
	background-image: url("tableheader_left.png");
	vertical-align: middle;
	background-repeat: no-repeat;
	width: 4px;
	padding-right: 0;
}

table.emma-table td.emma-tableheader-right,table.emma-table th.emma-tableheader-right {
	background-color: transparent;
	background-image: url("tableheader_right.png");
	vertical-align: middle;
	background-repeat: no-repeat;
	width: 4px;
	padding-left: 0;
}

table.emma-table td.row0,tr.row0,tr.emma-table-row0,tr.rowClass1 {
	color: #666;
	background-color: #ffffff;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.emma-table td.row1,tr.row1,tr.emma-table-row1,tr.rowClass2 {
	color: #666;
	background-color: #f3f3f3;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}

a.emma-tableheader-link {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

a.emma-tableheader-link:visited {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

/* EMMA Tabs */
ul.emma-tabs {
	
}

.emma-tabbed-table {
	border-bottom: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
}

.emma-tabbed-table>tbody>tr {
	float: left;
}

.emma-sidebar-widget ul.emma-tabs {
	list-style-type: none;
	margin-left: 20px;
	padding-left: 0px;
}

.emma-sidebar-widget ul.emma-tabs>li {
	float: left;
	padding-right: 1px;
}

.emma-sidebar-widget ul.emma-tabs>li>a,.emma-tabbed-table td.emma-tab>a	{
	line-height: 18px;
	display: block;
	height: 17px;
	padding-right: 1px;
	padding-left: 4px;
	color: #000;
	background-image: url(tab_overview_grey_start.png);
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.emma-sidebar-widget ul.emma-tabs>li>a:hover,.emma-tabbed-table td.emma-tab>a:hover {
	text-decoration: underline;
}

.emma-sidebar-widget ul.emma-tabs>li>a>span,.emma-tabbed-table td.emma-tab>a>span {
	padding-left: 4px;
	padding-right: 8px;
	height: 17px;
	display: block;
	background-image: url(tab_overview_grey_end.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.emma-sidebar-widget ul.emma-tabs>li.active>a,.emma-tabbed-table td.active>a {
	background-image: url(tab_overview_blue_start.png);
	color: #FFF;
}

.emma-sidebar-widget ul.emma-tabs>li.active>a>span,.emma-tabbed-table td.active>a>span
	{
	background-image: url(tab_overview_blue_end.png);
}

/* Table Pagination */
table.emma-pagination {
	width: 100%;
}

table.emma-pagination td {
	text-align: center;
	vertical-align: middle;
}

table.emma-pagination td img {
	vertical-align: middle;
}

table.emma-pagination td div div {
	/* Fix zum Ausblenden der IE Pfeile */
	display: none;
}

table.emma-pagination td input.emma-page-first {
	background-image: url("paginate_first.png");
	background-repeat: no-repeat;
	width: 23px;
	height: 17px;
	cursor: pointer;
	border: medium none;
	padding-right: 4px;
}

table.emma-pagination td input.emma-page-next {
	background-image: url("paginate_next.png");
	background-repeat: no-repeat;
	width: 23px;
	height: 17px;
	cursor: pointer;
	border: medium none;
	padding-right: 4px;
}

table.emma-pagination td input.emma-page-previous {
	background-image: url("paginate_previous.png");
	background-repeat: no-repeat;
	width: 23px;
	height: 17px;
	cursor: pointer;
	border: medium none;
}

table.emma-pagination td input.emma-page-last {
	background-image: url("paginate_last.png");
	background-repeat: no-repeat;
	width: 23px;
	height: 17px;
	cursor: pointer;
	border: medium none;
}

.emma-pagination_text {
	color: #454545;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px
}

/* WCM Pagination */
.emma-wcm-pagination {
	background-image: url("pagination_sprite_blue.png");
	background-repeat: no-repeat;
    border: medium none;
    height: 17px;
    width: 23px;
	display: inline-block;
}

.page-first-active {
	background-position: 0 0;
	cursor: pointer;
}

.page-first-active:hover {
	background-position: 0 -25px;
	cursor: pointer;
}

.page-first-inactive {
	background-position: 0 -50px; 
}

.page-previous-active {
	background-position: -25px 0;
	cursor: pointer;
}

.page-previous-active:hover {
	background-position: -25px -25px;
	cursor: pointer;
}

.page-previous-inactive {
	background-position: -25px -50px;
}

.page-next-active {
	background-position: -50px 0;
	cursor: pointer;
}

.page-next-active:hover {
	background-position: -50px -25px;
	cursor: pointer;
}

.page-next-inactive {
	background-position: -50px -50px;
}

.page-last-active {
	background-position: -75px 0;
	cursor: pointer;
}

.page-last-active:hover {
	background-position: -75px -25px;
	cursor: pointer;
}

.page-last-inactive {
	background-position: -75px -50px;
}

/* Emma Forms */
.emma-form {
	background-color: #F3F3F3;
	padding-top: 18px;
	padding-bottom: 40px;
	padding-left: 12px;
}

input.emma-input-field,textarea.emma-input-field {
	width: 143px;
	height: 16px;
	font-family: Arial;
	font-size: 13px;
}

table.emma-table-form td {
	padding-top: 2px;
	padding-bottom: 2px;
}

table.emma-table-form td.label {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
	vertical-align: middle;
}

table.emma-table-form td.button {
	float: right;
}

.emma-hidden {
	border: none;
	width: 0;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}

.emma-checkbox {
	vertical-align: middle;
}

/* Emma Labels und Text Marken */
.emma-inputtext-label {
	vertical-align: middle;
	margin-bottom: 8px;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	white-space: nowrap;
	line-height: normal;
}

.emma-panel-header {
	vertical-align: middle;
	margin-bottom: 8px;
	font-size: 12px;
	color: #454545;
	font-weight: bold;
	white-space: nowrap;
	line-height: normal;
}

.emma-selectOneRadio-Label {
	margin-bottom: 8px;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	white-space: nowrap;
}

.emma-selectOneRadio {
	margin-bottom: 8px;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	white-space: nowrap;
}

/* Emma Infotext (blue) */
.emma-infotext {
	vertical-align: middle;
	margin-bottom: 8px;
	font-size: 12px;
	color: #0099CC;
	font-weight: bold;
	white-space: nowrap;
	line-height: normal;
}

/* Emma Warning Text (red) */
.emma-warn-text {
	vertical-align: middle;
	margin-bottom: 8px;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	white-space: nowrap;
	line-height: normal;
}

/* Favorites */
#emma-main-navigation>ul>li>a.favorites-menu {
	padding-bottom: 9px;
	padding-right: 14px;
	padding-left: 14px;
}

#emma-main-navigation>ul>li .bottomline {
	border-bottom: 1px solid #999999;
}

#emma-main-navigation li:hover>ul#ul_edeka_favorites {
	display: block;
	left: auto;
	margin-left: -205px;
}

/* Favoriten Navigation-Buttons */
a.emma-button-favorite {
	display: block;
	width: 23px;
	height: 17px;
	margin: 3px 0;
	background-color: transparent;
	background-image: url(/edeka_theme7.0/themes/html/EdekaTheme7.0/images/button_sprite_navigation.png);
	background-repeat: no-repeat;
}

a.emma-button-favorite.movetop {
	background-position: -25px 0;
}

a.emma-button-favorite.movetop:hover {
	background-position: -25px -25px;
}

a.emma-button-favorite.movetop-deact {
	background-position: -25px -50px;
	cursor: default;
}

a.emma-button-favorite.moveup {
	background-position: 0 0;
}

a.emma-button-favorite.moveup:hover {
	background-position: 0 -25px;
}

a.emma-button-favorite.moveup-deact {
	background-position: 0 -50px;
	cursor: default;
}

a.emma-button-favorite.movedown {
	background-position: -50px 0;
}

a.emma-button-favorite.movedown:hover {
	background-position: -50px -25px;
}

a.emma-button-favorite.movedown-deact {
	background-position: -50px -50px;
	cursor: default;
}

a.emma-button-favorite.movebottom {
	background-position: -75px 0;
}

a.emma-button-favorite.movebottom:hover {
	background-position: -75px -25px;
}

a.emma-button-favorite.movebottom-deact {
	background-position: -75px -50px;
	cursor: default;
}

a.emma-button-favorite.delete {
	background-position: -125px 0;
}

a.emma-button-favorite.delete:hover {
	background-position: -125px -25px;
}

a.emma-button-favorite.delete-deact {
	background-position: -125px -50px;
	cursor: default;
}

/* jScrollpane Marktspezifizierung, extrahiert aus jscrollpane/jquery.emma.jscrollpane.css*/
.jspArrowUp {
	background-image: url(arrows_sprite.png);
}

.jspArrowDown {
	background-image: url(arrows_sprite.png);
}

/* Skin styles: NoSkinEdeka */
.emma-dyn-title-show {
	display: block;
	color: #0099CC;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 24px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.emma-dyn-title-hide {
	display: none;
}

/* Emma Quickr Viewer Favorites */
.emma-favorites-icons a {
	padding-right: 16px;
	height: 16px;
	display: inline-block;
	background: url(icon_favoriten_sprite_blue.png) 0 0 no-repeat;
}
	
.emma-favorites-icons a.active {
	background-position: 0 -20px;
}

/* Emma Quickr Viewer / PDM Viewer */
.emma-ajax-loader {
	padding-left: 20px;
	background: url(ajax-loader.gif) 0px 0px no-repeat;
}

ul.emma-inline-list {
	padding: 0;
}

ul.emma-inline-list li {
	display: inline;
}

.emma-sort-header ul {
	margin: 0;
	/*padding-right: 1.5em;*/
}

/*
.emma-sort-header li.label {
	background-color: transparent;
	padding-left: 0;
}

.emma-sort-header li.label:hover {
	background-color: transparent;
	padding-left: 0;
}

.emma-sort-header li.active {
	
}*/

.emma-sort-header li {
	background-color: transparent;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	/*padding: 0.2em 0.5em;*/
}

/*
.emma-sort-header li:hover {
	
}*/

/*
.emma-sort-header a.not-sorted {
	padding-right: 17px;
	background: none;
	text-decoration: none;
}

.emma-sort-header a.not-sorted:hover {
	padding-right: 17px;
	background: none;
	text-decoration: underline;
}
*/

.emma-sort-header a.not-sorted span {
	width:16px;
	height:1px;
	background: url("arrows_sprite.png") no-repeat scroll 0 -4px transparent;
	display:inline-block;
}

.emma-sort-header a.sorted-ascending, a.sorted-descending {
	/*padding: 2px;*/
}

.emma-sort-header a.sorted-ascending span {
	width:16px;
	height:16px;
	background: url("arrows_sprite.png") no-repeat scroll 0 -4px transparent;
	display:inline-block;
}

.emma-sort-header a.sorted-ascending:hover span {
	width:16px;
	height:16px;
	background: url("arrows_sprite.png") no-repeat scroll 0px -24px transparent;
	display:inline-block;
}

.emma-sort-header a.sorted-descending span {
	width:16px;
	height:16px;
	background: url("arrows_sprite.png") no-repeat scroll -16px -4px transparent;
	display:inline-block;
}

.emma-sort-header a.sorted-descending:hover span {
	width:16px;
	height:16px;
	background: url("arrows_sprite.png") no-repeat scroll -16px -24px transparent;
	display:inline-block;
}


/*
.emma-sort-header a.sorted-ascending,a.sorted-ascending:visited,a.sorted-ascending:active {
	padding-right: 17px;
	background: url(arrows_sprite.png) 0px 0px no-repeat;
	text-decoration: none;
}

.emma-sort-header a.sorted-ascending:hover {
	padding-right: 17px;
	background: url(arrows_sprite.png) 0px -20px no-repeat;
	text-decoration: underline;
}

.emma-sort-header a.sorted-descending,a.sorted-descending:visited,a.sorted-descending:active {
	padding-right: 17px;
	background: url(arrows_sprite.png) -16px 0px no-repeat;
	text-decoration: none;
}

.emma-sort-header a.sorted-descending:hover {
	padding-right: 17px;
	background: url(arrows_sprite.png) -16px -20px no-repeat;
	text-decoration: underline;
}*/

.emma-pdmviewer-docstable {
	width: 100%;
	border-collapse: collapse;
}

div.emma-pdmviewer-summary {
	margin-bottom: 2px;
	margin-left: 25px;
}

.emma-pdmviewer-folder {
	display: block; 
	margin:5px 0;
	white-space: nowrap;
}

.emma-pdmviewer-folder img {
	padding-right: 5px; 
	position:relative; 
	top: 2px;
}

.emma-pdmviewer-folder a.not-selected {
	padding: 2px 2px;
}

.emma-pdmviewer-folder a.selected {
	color: white; 
	/*background-color: #3399ff;*/
	background-color: #0099cc; 
	padding: 2px 2px;
}

.emma-error-text {
	padding-left: 25px;
	padding-bottom: 2px;
	background: url(error.png) 0 0 no-repeat;
	color: #cf0f0f;	
	height: 16px;
}
	
/* Emma Wetter Portlet */
.emma-weather-max-temp {
	color: #0099CC;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}

.emma-weather-min-temp {
	color: #b3e1f0;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}

.emma-weather-rr {
	font-size: 11px;
}

.emma-weather-small-max-temp {
	color: #0099CC;
	font-weight: bold;
	font-size: 14px;
}

.emma-weather-small-min-temp {
	color: #b3e1f0;
	font-weight: bold;
	font-size: 14px;
}

/* Emma JSF Datepicker */
.emma-datepicker_DatePicker {
	background-color: #FFF;
	border: 1px solid #454545;
	font-size: 8pt;
	padding: 2px;
	margin: 5px;
}

.emma-datepicker_DatePicker-Size {
	
}

.emma-datepicker_DatePicker-Header {
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: ButtonShadow
}

.emma-datepicker_DatePicker-Body {
	border-width: 0px;
	border-style: none;
	background-color: white;
}

.emma-datepicker_DatePicker-HeaderYear {
	font-size: 8pt;
	font-weight: bold;
	color: #454545;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 1px;
}

.emma-datepicker_DatePicker-HeaderMonth {
	font-size: 8pt;
	color: #454545;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	padding-bottom: 3px;
}

.emma-datepicker_DatePicker-HeaderLine1 {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	width: 12px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.emma-datepicker_DatePicker-HeaderLine2 {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	width: 12px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
}

.emma-datepicker_DatePicker-HeaderWeekday {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #454545;
	background-color: #e5e5e5;
	padding-top: 1px;
	padding-bottom: 2px;
	vertical-align: middle;
}

.emma-datepicker_DatePicker-Button {
	border: 0px;
	width: 12px;
	height: 12px;
}

.emma-datepicker_DatePicker-OtherMonth {
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: GrayText;
	border-color: #FFF;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

.emma-datepicker_DatePicker-CurrentMonth {
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #454545;
	border-color: #FFF;	
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

.emma-datepicker_DatePicker-InvalidDay {
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: GrayText;
	background-color: buttonface;
	border-color: buttonface;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

.emma-datepicker_DatePicker-Hover {
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #0099cc;
	background-color: #d6eefd;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

.emma-datepicker_DatePicker-CurrentDay {
	font-size: 9pt;
	font-weight: normal;
	color: #FFF;
	background-color: #0099CC;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

.emma-datepicker_DatePicker-CurrentOtherDay {
	font-size: 9pt;
	text-decoration: underline;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	color: HighlightText;
	background-color: Highlight;
}

.emma-datepicker_DatePicker-CurrentToday {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
	background-color: #0099CC;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

.emma-datepicker_DatePicker-Today {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #454545;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

.emma-datepicker_DatePicker-Today A {
	border-color: Window;
	color: Window;
	background-color: ThreeDDarkShadow;
	font-weight: bold;
}

/* Emma JSF Output Text */
.emma-output-text {
	line-height: 14px;
}

/* Emma JSF Popup */
.emma-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-color: rgb(119, 119, 119);  
	z-index: 400;
	cursor: auto;
	display: none;  
}

.emma-popUp {
	top: 200px;
	position: absolute;
	width: 600px;
	/*border: 1px solid #888;*/
	padding: 5px;
	height: auto;
	border-style: outset;
	border-color: #95A5B9;
	background-color: #FFFFFF;
	z-index: 401;
	overflow: auto;
	display: none;
}

.navigationBox { 
	position: fixed;
	right: 40px; 
	bottom: 40px; 
	display: none; 
	background-color: #25AAD7;
	padding: 10px; 
	color: #fff; 
}

.navigationBox:hover { 
	color: #fff;          
}

/* Emma WCM Table Header (Here because of virtual Portal colors) */
table.emma-tabelle tr.emma-tabelle-kopf {
	background-color: #0099cc;
}

table.emma-tabelle tr.emma-tabelle-kopf td {
	color: #ffffff !important;
	font-weight: bold;
}

table.emma-tabelle tr.emma-tabelle-row0 {
	background-color: #f3f3f3;
}

table.emma-tabelle tr.emma-tabelle-row1 {
	background-color: #ffffff;
}

@charset "UTF-8";

/*
Colors for Standard Theme (GH, SEH, etc.)
blue     		#0099cc
middleblue		#66c2e0
lightblue		#b3e1f0
lightest		#d9f0f8
*/

/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	color: #000;
	line-height: 1em;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

.layoutRow {
	width: 100%;
}



 
