#hlTemplate{cursor:default}

#proposalPopupContainer, #requestMailPopupContainer, #perkPopupContainer {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 20000;
}

#proposalPopupContent, #requestMailPopupContent, #perkPopupContent {
    background-color: #FFFFFF;
    margin: 0;
    max-width: 500px;
    min-height: 50px;
    min-width: 175px;
    border: 0 none;
    font-family: Tahoma;
    font-size: 11px;
    letter-spacing: 1px;
    overflow: scroll;
    padding-left: 10px;
}

#proposalPopupContent, #requestMailPopupContent{
    text-transform: lowercase;
}

#requestMailPopupContent {
    font-size: 0.85em;
    letter-spacing: 0.5px;
    text-transform: none;
}


 
 .proposalPopupPopup .corner,  .requestMailPopupPopup .corner
 {  
     width: 19px;  
     height: 15px;  
 }  
       
 .proposalPopupPopup .topLeft,  .requestMailPopupPopup .topLeft 
 {  
     background: url(../images/proposalPopup/balloon_topLeft.png) no-repeat;  
 }  
       
 .proposalPopupPopup .bottomLeft,  .requestMailPopupPopup .bottomLeft    
 {  
     background: url(../images/proposalPopup/balloon_bottomLeft.png) no-repeat;  
 }  
       
 .proposalPopupPopup .left ,  .requestMailPopupPopup .left   
 {  
     background: url(../images/proposalPopup/balloon_left.png) repeat-y;  
 }  
       
 .proposalPopupPopup .right,  .requestMailPopupPopup .right 
 {  
     background: url(../images/proposalPopup/balloon_right.png) repeat-y;  
 }  
       
 .proposalPopupPopup .topRight,  .requestMailPopupPopup .topRight     
 {  
     background: url(../images/proposalPopup/balloon_topRight.png) no-repeat;  
 }  
       
 .proposalPopupPopup .bottomRight ,  .requestMailPopupPopup .bottomRight  
 {  
     background: url(../images/proposalPopup/balloon_bottomRight.png) no-repeat;  
 }  
       
 .proposalPopupPopup .toptop ,  .requestMailPopupPopup .toptop   
 {  
     background: url(../images/proposalPopup/balloon_top.png) repeat-x;  
 }  
       
 .proposalPopupPopup .bottombottom ,  .requestMailPopupPopup .bottombottom 
 {  
     background: url(../images/proposalPopup/balloon_bottom.png) repeat-x;  
     text-align: center;  
 } 

.hTbl td {
    padding: 3px 5px 3px 5px; 
    border-bottom: 1px solid gray;
}