/* Popup Notes

----------------------------------------------- */



#note {

   z-index:10;

   position:absolute; 

   left:0px;  

   top:0px;

   visibility:hidden;

}

#note table {

   background-color:#9EC1DB;

   width:250px;

   color:#2F4F75;

   font-weight:bold;

}

#note table td {

   padding:6px;

}

#note table th {

   padding:6px;

   background-color:#2F4F75;

   color:#9EC1DB;

}

#note table th a {

   color:#9EC1DB;

}









/* Pop up note Styles

----------------------------------------------- */



.note {

   border:1px solid #093c36;

   background:#9ec1db;

   text-decoration:none;

   color:#ffffff;

   text-align:left;

}

.notebody {

   display:block;

   border: 1px solid #000;

   color: #fff;

   background: #333;

   position:absolute;

   z-index:10;

   width:300px;

   padding: 0px;

   left: 200px;   

   font-size: 11px;

   margin:0px;

}

.notebody p {

   /*padding-top:5px;*/

   padding-left:5px;

}

.notetitle {

   background:#000;

   color: #fed000;

   padding: 1px 1px 5px 1px;

   width: 100%;

}

.notetitle td {

   font-size: 12px;

}

.notetitle a {

   font-size: 11px;

   color:#ffffff;

}

.notetitle a:hover {

   color:#f27d84;

}

.notehidden {

   display: none;

}

.notevisible {

   display: block;

   position:absolute;

   z-index:10;

   left:400px;

   margin: -20px;   

   

}


