/* bluelink-window.css
   created by: Michael Cosentino
   last modified: 09 Apr 2007
*/

#bl-window, #bm-window {
    background-image: url(../images/window/frame.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 100000;
    font-family: Arial, Helvetica, sans-serif;
    display: none;
}

#bl-popup-window{
    background-image: url(../images/window/frame-no-close.gif);
    background-repeat: no-repeat;
}

#wm-popup-window{
    background-image: url(../images/window/widgetmenu-no-close.gif);
    background-repeat: no-repeat;    
}

.popup-window{
    width:512px;
    height:438px;
    margin-left:-10px;
    margin-top:-8px;
}

#bm-bg {
    background-repeat: no-repeat;
    background: none;
    width: 500px;
    height: 430px;
    z-index: 100000;

}
#bl-closebutton, #bm-closebutton {
    position: absolute;
    left : 468px;
    top : 11px;
    width : 27px;
    height: 23px;
    background-repeat : no-repeat;
    cursor: pointer;
    background: none;
}

.bluepane-iframe {
	position: absolute;
    left: 9px;
    top: 48px;
}

#bl-bglayer, #bm-bglayer {
    position : absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25;               /* firefox */
    filter: alpha(opacity=25);  /* ie */
    z-index: 99999;
    display: none;
}

.blue-icon-launcher {
    cursor: pointer;
    border-width: 0px !important;
    padding:0px !important;
    margin: 0 0 0 4px !important;
    float: none !important;
    position: static !important;
    display: inline !important;
    width: 14px !important;
    height: 14px !important;
}

.blue-img-launcher {
    cursor: pointer;
    border-width: 0px !important;
    padding:0px !important;
    margin: 0px !important;
}

#bl-title, #bluepane-title {
    width: 290px;
    height: 24px;
    position: absolute;
    left: 45px;
    top: 9px;
    cursor: pointer;
    background: url(../images/title/generic-smartlinks.png);
    _background: url(../images/title/generic-smartlinks.gif); /* ie 6 */
    background-repeat: no-repeat;
}

#bm-title {
    width: 280px;
    height: 24px;
    position: absolute;
    left: 45px;
    top: 9px;
    cursor: pointer;
    background: url(../images/title/generic-smartlinks.png);
    background-repeat: no-repeat;
}

#bluepane-popup-title{
    width:94px;
    height: 25px;
    position: absolute;
    left: 45px;
    top: 9px;
    cursor: pointer;
}

#powered-by-link {
    position: absolute;
    width: 115px;
    height: 24px;
    right: 40px;
    top:9px;
    cursor: pointer;
    background: none;
}

#bl-hover{
  z-index: 1000;
  position: absolute;    
  display:none;
  margin: 0px;
  padding:0px;
}

#bl-caret{
   background-image: url(http://s3.amazonaws.com/blueorganizer/images/shared/tooltip_caret.gif);
   background-repeat: no-repeat;
   margin-left:50px;
   height:12px;
   width:24px;
 }
