
html,body{
    width: 100%;        
    margin: 0px;
    padding: 0px;
    min-height: 100%; /* Moderne Browser */
	overflow: hidden;
    height: 100%; /* IE */
    
}

.outlookProgressionDiv {
            width: 100%;
            height: 100%;
            overflow: auto;
        }

.formDiv{
   display: inline;
   margin: 0px;
    padding: 0px;
    height: 100%;
}

.header{      
    height: 95px;   
}

.functionToolbar
{
    
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.panelToolbar
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    
}
.panelToolbarTable{
    height: 26px;
    width: 100%;
    table-layout: fixed;
}


.outlookToolbar{
    float: left;
    height: 100%;
    padding: 0px;
    margin: 0px;    
    text-align: left;
    overflow: hidden;
}
.documentArea{
    
    float: left;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    
}

.documentToolbar{
    width: 70%;
    height: 20px;
    border: 0px solid ;
    padding: 0px;
    margin: 0px;
	background-color:#b5cdef;   
}

.expandedSearch{
    float: left;
    width: 100%;
    height: 80%;
    border-width: 1px;
    border-style: solid;
    border-color: #AAAAAA;
}

.specialSearch{
    float: left;
    width: 100%;
    height: 80%;
    border-width: 1px;
    border-style: solid;
    border-color: #AAAAAA;
}

.authentication{
    
    width: 100%;
    height: 95px;    
    white-space: nowrap;
}





.hitlistHeader{
    width: 100%;    
    text-align: center;
    /*border-bottom-width: 1px;*/
    /*border-bottom-style: dotted;*/
    border-bottom-color: #000000;
}

.outlookToolbarWidth{
    width: 300px;
    vertical-align: top;
}

.tabStyleOutlook
{
    height: 20px;
    background-color: #86ADE4;
    margin: 0px;
    padding: 0px;
    border: 0px solid black;
    /*border-top: 1px solid #ffffff;*/
    text-align: left;
    overflow: hidden;
    table-layout: fixed;
}

.tabStyleOutlookDisabled
{
    height: 20px;
    background-color: #B5CDEF;
    margin: 0px;
    padding: 0px;
    border: 0px solid #ffffff;
    /*border-top: 1px solid #ffffff;*/
    text-align: left;
    overflow: hidden;
    table-layout: fixed;
}

.tabStyleOutlookActiv
{
    height: 20px;
    
    margin: 0px;
    padding: 0px;
    border: 0px solid #ffffff;
    /*border-top: 1px solid #ffffff;*/
    text-align: left;
    overflow: hidden;
    table-layout: fixed;
}

.tabStyle 
{
    width: 100%;
    height: 26px;
   /* background-color: #65A2BE;*/
    margin: 0px;
    padding: 0px;
    
    text-align: center;
    vertical-align: middle;
}



/*.tabStyle:hover
{
    width: 100%;
    height: 100%;
    padding-top: 5px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    margin: 0px;
}*/

/*.tabStyleFull
{
   width: 100%;
   height: 100%;
    font-family: Arial;
    font-size: 15px; 
    font-weight: bold;
    color: #333333;
    background-image: url(../../images/panelbarIcons/pannelbarBackground.JPG);
    background-repeat: repeat;
    margin: 0px;
   padding-top: 5px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    text-align: center;
    margin: 0px;
}*/



.tabStyleActive
{
    width: 100%;
    height: 26px;
   /* background-color: #65A2BE;*/
    margin: 0px;
    padding: 0px;
    
    text-align: center;
    vertical-align: middle;
}

.tabStyleActiveDoc
{
    width: 100%;
    height: 26px;
    
    margin: 0px;
    padding: 0px;
    
    text-align: center;
    vertical-align: middle;
}

.tabStyleDoc
{
    width: 100%;
    height: 26px;   
    margin: 0px;
    padding: 0px;
    color:#333333;
    text-align: center;
    vertical-align: middle;
}


/*.tabStyleActive:hover
{
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 15px; 
    font-weight: bold;
    padding-top: 5px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    margin: 0px;
}*/	
     
.headerPanelGrid {
height: 100%;            
 }  
.documentIframe{
    height: 100%;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 3px;
}
  

.indexColumn{
    font-family: Arial,Verdana;
    font-weight: bold;
    color: #0168A2;
    font-size: 11px;
    text-decoration: none;
	width: 96%! important;
}
.breadCrumDiv{
    text-align: left;
    width: 100%;
    /*border-bottom: dotted #333333 1px;
    margin-left: 21px;
    padding-bottom: 0px;
    padding-top: 4px;
    margin-right: 21px;*/
    height: 20px;
}

.searchGeneralButtonDiv{
    padding-left: 0px;
	margin:0px;
	padding-bottom:1px;
}
.searchGeneralInputDiv{
    margin: 0;
    padding-bottom: 3px;
    margin-left: 5px;
}

.expandedSearchTextDiv{
    padding-top: 5px;
}


.panelLinkIdCss{
    
    /*background-color: #B5CDEF;*/
    padding: 0px;
    margin: 0px;
    text-align: center;
vertical-align: middle;
    
}



.field {
width: 203px;
height:expression(this.scrollHeight > 21? "21px" : "auto" ); 
background-color: #E9F0F8;
font-family: Arial,Verdana;
font-size: 11px;
font-weight: normal;
color: #333333;
}


.outlookToolbarHight{
  height: 504px;
}
.outlookToolbarWidthOuter{
   width: 304px;
   vertical-align: top;

}
.outlookToolbarTreeDiv{
    height: 550px;
    overflow: auto;
    padding-bottom: 2px;
   
    
}

.rightdoc {
    height: 100%;
    /*text-align: right;*/
    vertical-align: top;
}

.documentAreaSiteNavigation{
    text-align: center;
    height: 25px;
}

.outlookToolbarAreas{
    height: 100%;
    width: 100%;
    
}

.notesTitleInput{
    margin-top: 4px;
     width: 99%;
}

.notesTextArea{
    margin-top: 5px;
    height: 75px;
    width: 99%;
    padding: 0px;
}
.rightWindow{
    width: 180px;
}
.dialogActivSubStyle{
    background-color: #DFEBF7;
    height: 15px;
}
.dialogActiveTabStyle{
    background-color: #DFEBF7;
    height: 25px;
    width: 50px;
}
.dialogTabContentStyle{
    background-color: #E9F0F5;
    height: 220px;
}
.dialogDisabledTabStyle{
    background-color: #aaaaaa;
}
.dialogInactiveSubStyle{
    background-color: #DFEBF7;
}
.dialogInactiveTabStyle{
    background-color: #DFEBF7;
}
.formButtonStyle{
    float: right;
    margin-right: 4px;
    margin-top: 3px;
}
.searchExpandedElementMargin{
    margin-top: 2px;
}
.expandedSearchDialogDiv{
    height: 287px;
    margin-top: 3px;
    margin-left: 4px;
}

.headerLinkId_1:link    { color:#FFFFFF; }
.headerLinkId_1:visited { color:#FFFFFF; }
.headerLinkId_1:hover   { color:#FFFFFF; text-decoration:underline; }
.headerLinkId_1:active  { color:#FFFFFF; text-decoration:underline; }

.panelLinkId_1{ display:block; margin-bottom:0px;margin-top:0px; text-align:center; width:16ex;height:19px;
          border-width:0px; padding:2px; padding-top:5px;text-decoration:none; }

.panelLinkId_1:link    { color:#FFFFFF;height:19px; background-color:transparent; }
.panelLinkId_1:visited { color:#FFFFFF;height:19px; background-color:transparent; }
.panelLinkId_1:hover   { color:#FFFFFF;height:19px; background-color:#B5CDEF; text-decoration:underline; }
.panelLinkId_1:active  { color:#FFFFFF;height:19px; background-color:#65A2BE; text-decoration:underline; }

.panelLinkId_1Activ:hover{ color:#FFFFFF;height:19px; background-color:#B5CDEF; }
.panelLinkId_1Activ:active  { color:#FFFFFF;height:19px; background-color:#9ABED4; }
.panelLinkId_1Activ:link    { color:#FFFFFF;height:19px; background-color:#9ABED4; }
.panelLinkId_1Activ:visited { color:#FFFFFF;height:19px; background-color:#B5CDEF; }
.panelLinkId_1Activ{ display:block; margin-bottom:0px;margin-top:0px; text-align:center; width:16ex;height:19px;
          border-width:0px; padding:2px; padding-top:5px;text-decoration:none; }
          
.panelLinkDiv{
	vertical-align:text-bottom
	}
