.highlight { border-bottom: 4px double blue; color: blue; position: relative; cursor: pointer; display: inline; z-index: 1;}
.current { z-index: 999}
.cntxt { float: left; display: none; position: absolute; top: 10px; left: 10px; z-index: 999 !important;  }
.cntxt_top { height: 21px !important;}
.cntxt_180 { width: 190px !important }
.cntxt_180 .cntxt_top { width: 190px; background: url("../../resources/images/contextual/top_bg_190.gif") no-repeat; }
.cntxt_180 .cntxt_bottom { width: 190px; height: 8px; background: url("../../resources/images/contextual/bottom_bg_190.gif") no-repeat; }
.cntxt_200 { width: 210px !important;}
.cntxt_200 .cntxt_top { width: 210px !important; background: url("../../resources/images/contextual/top_bg_210.gif") no-repeat; }
.cntxt_200 .cntxt_bottom { width: 210px !important; height: 8px; background: url("../../resources/images/contextual/bottom_bg_210.gif") no-repeat; }
.cntxt_250 { width: 260px; }
.cntxt_250 .cntxt_top { width: 260px; background: url("../../resources/images/contextual/top_bg_260.gif") no-repeat; }
.cntxt_250 .cntxt_bottom { width: 260px; height: 8px; background: url("../../resources/images/contextual/bottom_bg_260.gif") no-repeat; }
.cntxt_300 { width: 310px; }
.cntxt_300 .cntxt_top { width: 310px; background: url("../../resources/images/contextual/top_bg_310.gif") no-repeat; }
.cntxt_300 .cntxt_bottom { width: 310px; height: 8px; background: url("../../resources/images/contextual/bottom_bg_310.gif") no-repeat; }
.cntxt_title { width:100px !important; float: left !important; line-height: 21px !important; padding: 0 0 0 7px !important; color: #fff !important; font-size: 11px !important; }
.cntxt_close {width:16px !important; float: right !important; padding-top: 2px !important; padding-right: 6px !important; border: none !important; }
.cntxt_close img {background:none; width:16px !important;height:17px !important; border: none !important; }
.cntxt_content { border-left: 1px solid #b1cddb; border-right: 1px solid #b1cddb; padding: 6px 4px 0; background: #deeaf0; }