/* ========== Popup window styles ========== */
.apwin {
   border: 2px solid #f89d56;
   margin: 0;
   padding: 0;
   position: absolute;
   z-index: 10000;
   background: white;
}

#apwin {
   width: 120px;
   height: 80px;
}

.apwin .apbar {
   background-color: #f2f2f2;
   border-bottom: 1px solid #f89d56;
   padding: 0;
   margin: 0;
   height: 28px;
   cursor: move;
}

.apwin div.apbar div.aptitle {
   float: left;
   color: #f89d56;
   padding: 3px 4px;
   font-size: 14pt;
}

.apwin div.apbar div.apclose {
   float: right;
   width: 19px;
   height: 24px;
   cursor: pointer;
   background: transparent url('../images/close.gif') no-repeat center center;
   padding: 0 5px 0 0;
   margin: 0;
}

.apwin div.apcontent {
   clear: both;
   padding: 5px 10px 5px 10px;
   margin: 0;
   overflow-y: auto;
}

#tmpcontent {
   position: absolute;
   left: 0;
   top: 0;
   display: block;
   visibility: hidden;
}

.apwin .pagehead {
   font-size: 24px;   
}

.apwin table.list {
   margin: 3px;
   border-collapse: collapse;
}

.apwin table.list tr.header {
   font-weight: bold;
   background-color: #D9DDF3;
}

.apwin table.list td {
   border: 1px solid #cccccc;
   padding: 2px;
}