div#popupBackground {
   float: left;
   filter: alpha(opacity=0);
   -moz-opacity: .0;
   opacity: 0;
   background-color: #000000;
   position: absolute;
   width: 100px;
   height: 100px;
   top: 0px;
   left: 0px;
   display: none;
}
div#popup {
   border: 1px solid #555555;
   background-color: #f2f2f2;
   position: absolute;
   width: 100px;
   height: 100px;
   top: 0px;
   left: 0px;
   display: none;
}
div#popupHeader {
   border-bottom: 1px solid #555555;
   background-image: url( ../images/popupBackground.png );
   padding-right: 20px;
   padding-top: 0px;
   padding-bottom: 0px;
   height: 24px;   
   text-align: right;
}
div#popupContent {
   background-color: #E0E0E0;
   height: 52px;
   overflow: auto;
}
div#popupFooter {
   border-top: 1px solid #555555;
   background-image: url( ../images/popupBackground.png );
   padding-right: 20px;
   padding-top: 0px;
   padding-bottom: 0px;
   height: 24px;   
   text-align: right;
}
.popupCloser {
   padding-top: 7px;
   border: 0;
}



div#toolTip {
   border: 1px solid #000000;
   background-color: #d0d0d0;
   position: absolute;
   width: 100px;
   height: 100px;
   top: 0px;
   left: 0px;
   padding: 5px;
   display: none;
}

