/* CSS Document */
.MB_Cont{color: #6A83C4;}

/* MsgBox outer border css */
.tlc{background-image:url(../img/custom-dialog/ob-tlc.gif);background-repeat:no-repeat;width:16px;height:14px;}
.trc{background-image:url(../img/custom-dialog/ob-trc.gif);background-repeat:no-repeat;width:16px;height:14px;}
.blc{background-image:url(../img/custom-dialog/ob-blc.gif);background-repeat:no-repeat;width:16px;height:14px;}
.brc{background-image:url(../img/custom-dialog/ob-brc.gif);background-repeat:no-repeat;width:16px;height:14px;}
.othb{background-image:url(../img/custom-dialog/ob-thb.gif);height:14px;background-repeat:repeat-x;}
.obhb{background-image: url(../img/custom-dialog/ob-bhb.gif);background-repeat:repeat-x;}
.olvb{background-image:url(../img/custom-dialog/ob-lvb.gif);width:16px;height:1px;background-repeat:repeat-y;}
.orvb{background-image:url(../img/custom-dialog/ob-rvb.gif);width:16px;height:1px;background-repeat:repeat-y;}

/* MsgBox inner border css */
.ilc{background-image:url(../img/custom-dialog/ib-lc.gif);width:16px;height:34px;background-repeat:no-repeat;}
.irc{background-image:url(../img/custom-dialog/ib-rc.gif);width:16px;height:34px;background-repeat:no-repeat;}
.ib{background-image: url(../img/custom-dialog/ib-b.gif);height:34px;background-repeat:repeat-x;width:90%;}

/* 
 * Custom Message box css 
 */
 
/* 
 * NOTE: The div with id MessageBox is a child of the div with id MsgBoxCont (see next lines).
 * In order to force MsgBox drag-bar to sit over the header of this div, we user: 
 * POSITION: RELATIVE:
 */
#MessageBox{display:none;z-index:100000;position:relative;width:425px;}
#MsgTitle{width:380px;height:10px;font-weight:bold;color:#666666;}
#IB_Container{background-color:white;}
#MsgContent{padding:10px;font-size:12px;}
#MsgIcon{}	

/*
 * MsgBox DragBar css. Used in pop up system message boxes 
 */ 

/*
 * NOTE: In order to force the MsgBox drag-bar to sit over the header of the MessageBox
 * div, we give to its parent div (MsgBoxCont) an offset (top and left). Likewise, this
 * will allow the msgBox to be dragged around the screen (still within its limits).
 */ 
#MsgBoxCont{position:absolute;top:0px;left:0px;z-index:100000;}

/* The position of the drag-bar is relative to the position of its parent div */
#SMB_DB{z-index:10000001;position:absolute;margin-top:48px;left:50px;cursor:move;width:425px;height:40px;}
/*\*/  * html #SMB_DB{z-index:10000001;position:absolute;top:0;margin-top:0;left:50px;cursor:move;width:425px;height:40px;}

/*
 * Loader css. 
 * The semi-transparent layer behind message boxes.
 */
#Loader{display:none;z-index:9000000;background-color:#000000;position:absolute;top:0;left:0;width:100%;height:100%;-moz-opacity:0.4;opacity:.4;filter:alpha(opacity=40);}
