div.divWindow{ 
    position: absolute; 
    border: 1px solid #a5a6a7; 
    padding:0px; 
    margin:0px; 
    overflow: hidden; 
    background-color: #e5e6e7 ;
}
div.winHead{ 
    background-color: #C9C9C9; 
    width:100%; 
    border-bottom: 1px solid #a5a6a7; 
    padding: 0px; 
    margin: 0px; 
    height: 25px;
}

div.winHead label {
    font-size: 16px;
    color: #414243;
    margin-left: 8px;
    line-height: 25px;
}

a.ToolButtons{ 
    float: right; 
    margin-right: 5px; 
    padding:0px;
    font-size: 12px; 
    line-height: 22px; 
    font-stretch: ultra-expanded;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
div.headToolBarw{
    top:26px;
    width:100%;
    height:0px;
    left:0px;
    background-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;

}
div.winBody{
    width: 100%; 
    height:100%; 
    border:0; 
    overflow: auto;
    text-align: center;
}
div.footToolBarw{
    top:804px;
    left:0px;
    width:100%;
    height:0px;
    background-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.winFoot{ 
    background-color: #C0C0C0; 
    height: 15px; 
    border-top: 1px solid #a5a6a7; 
    font-weight: bold; 
}
.winFootSpan{
    float:right;
    width:10px;
    font-size:10px;
    line-height: 15px;
    cursor:se-resize;
    text-decoration: underline;
    
    width: 0;
}