html,body{
    width: 100%;        
    margin: 0px;
    padding: 0px;
    min-height: 100%; /* Moderne Browser */    
    height: 100%; /* IE */
   
    overflow: hidden;
    /*background-color: #dcdcdc;*/
    font-family: Verdana,Arial,Helvetica,sans-serif;
    
}
.globalDiv{
    margin-left: 13px;
}
.formDiv{
   display: inline;
   margin: 0px;
    padding: 0px;
    height: 100%;
}

.header{
    height: 42px; 
	background-image: url(../images/htg/htg1.gif);  
}

.upperToolbar{
height: 32px;

background-image: url(../images/htg/htg2.gif);

}

.panelToolbarMenuTab{
background-image: url(../images/htg/htg3.gif);   
}


.searchField{    
width: 150px;
height:expression(this.scrollHeight > 21? "21px" : "auto" ); 
background-color: #ffffff;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #333333;

}

.searchGeneralInputDiv{
    margin: 0;
    padding-bottom: 3px;
	padding-top: 3px;
}


/*--------Outlooktoolbar---------------*/
.outlookToolbar{
    float: left;
    height: 500px;
    padding: 0px;
    margin: 0px;
    
    text-align: left;
    overflow: hidden;
}

.tabStyleOutlook
{
    height: 26px;
    
    margin: 0px;
    padding: 0px;
    border: 0px solid black;
    /*border-top: 1px solid #ffffff;*/
    text-align: left;
    overflow: hidden;
    table-layout: fixed;
}

.tabStyleOutlookActiv
{
    height: 26px;
    /*background-color: #9ABED3;*/
    margin: 0px;
    padding: 0px;
    border: 0px solid #ffffff;
    /*border-top: 1px solid #ffffff;*/
    text-align: left;
    overflow: hidden;
    table-layout: fixed;
}

.tabStyleOutlookDisabled
{
    height: 26px;
    /*background-color: #9ABED4;*/
    margin: 0px;
    padding: 0px;
    border: 0px solid #ffffff;
    /*border-top: 1px solid #ffffff;*/
    text-align: left;
    overflow: hidden;
    table-layout: fixed;
}

.outlookToolbarWidth{
    width: 350px;
    vertical-align: top;
}

.outlookToolbarAreas{
height: 100%;
width: 100%;
overflow: auto;

border-color: #000000;
}

.outlookToolbarTreeDiv{
    height: 500px;
    overflow: auto;
    padding-bottom: 2px;
    background-color: #F7F7F7;
    border-top: solid 5px #fafafa;
}

.outlookToolbarHight{
  height: 500px;;
}

.outlookToolbarWidthOuter{
   width: 0px;
   vertical-align: top;

}

.outlookToolbarClosedHeight{
height: 10px;
}

.documentIframe{
    height: 500px;
    width: 100%;
    
}

.breadCrumDiv
{
    text-align: left;
    padding-top: 0px;    
    padding-left: 10px;
    padding-bottom: 5px;
    vertical-align: middle;
    /*height:expression(this.scrollHeight > 25 ? "25px" : "35px" );*/
    /*height:25px;*/
    /*white-space:nowrap;*/
}

.documentManager{
height: 20px;
text-align: center;
background-color: #F7F7F7;
border-top: solid 1px #aaaaaa;
border-bottom: solid 1px #aaaaaa;
padding-top: 4px;
}


.expandedSearch{
    float: left;
    width: 100%;
    height: 80%;
    border-width: 1px;
    border-style: solid;
    border-color: #AAAAAA;
}

.instructionField
{
text-decoration: none;    
width: 50px;
height:expression(this.scrollHeight > 21? "21px" : "auto" ); 
background-color: #ffffff;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #333333;

}

.instructionGoButton{    
width: 25px;
height:expression(this.scrollHeight > 21? "21px" : "auto" ); 
background-color: #ffffff;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #333333;

}

.expandedFormoptKlein{
    color: #000000;  
    font-size: 9px; 
    font-weight: bold;
    background-color: #f5f5f5;
    border: #848484 1px ;
    width:16px;
    height:16px;
}

.bookmarkStyle1{
	vertical-align:top;
}

.bookmarkTreeDiv{
	height:100%;
}

.progressionIconDiv{
   width:16px
}
.linksourcelist
{
	margin-left:22px;
}
.linksourcelnk
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bolder;
	text-decoration:none;
	color:black;
	white-space:nowrap;	
}
.op
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color:#EEEEEE;
	color:black;
}
