/* $Id: ejpstickynote.css,v 75.0 2017/11/16 03:13:41 plotkin Exp $ */

div.stickynote {
     border: 1px solid black;
     /*TT 16825*/
     background-color: #FFFF33;
     position: absolute;
}

div.stickynote div.header {
     border-bottom: 1px solid black;
     font-weight: bold;
     cursor: move;
     padding: 2px;
}

div.stickynote div.text {
     margin: 2px;
     overflow: auto;
}

div.stickynote div.text textarea {
     border: 1px solid black;
}

div.stickynote div.header input {
     border: 1px solid black;
}

div.stickynote div.resizeblock {
     position: absolute;
     width: 14px;
     height: 14px;
     bottom: 0px;
     right: 0px;
     cursor: se-resize;
     margin: 0px;
     padding: 0px;
}

div.stickynote div.close {
     position: absolute;
     width: 9px;
     height: 9px;
     right: 2px;
     top: 2px;
     cursor: pointer;
     margin: 0px;
     padding: 0px;

}

div.stickynote div.linkbox {
     font-size: .8em;
     position: absolute;
     bottom: 0px;
}

div.stickynote div.working {
     display:none;
     position: absolute;
     left: 0px;
     top: 0px;
}



div.stickynote div.colorpicker {
     width: auto;
     height: auto;
/* CT-2015-12-08-44434 */
     display: inline-block;
}

div.stickynote div.colorpicker td {
     width: 10px;
     height: 10px;
     cursor: pointer;
     font-size:0pt;
     border: 1px solid black;
}

div.stickynote div.securitypicker {
     width: auto;
     height: auto;
}

/* TT 15388: Currently not used */
div.stickynote_icon {
  width:13px;
  height:14px;
  /* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/stickynote_icon.png');
}

/* TT 15388: Currently not used */
div.stickynote_icon[class] {
  /* IE ignores css styles with [attributes], so it will skip this. */
  background-image:url(/images/stickynote_icon.png);
}

/* TT 15388 */
span.stickynote_icon {
  display: inline-block;
  height: 14px;
  font-size: 14px;
}
