/* example mDock CSS file */

html,body	{
			overflow:hidden;
			}

#mDock	{ z-index:0; white-space:nowrap; }		/* NOTE: "white-space:nowrap;" fixes a label bug in IE. */
	
#mDock_background	{							/* NOTE: use THIS ONLY to set the background. */
					border:1px solid #CCCCCC;	/*  (MANDITORY FOR TRANSPARENT BACKGROUNDS!)  */
					border-bottom:0px;
					background:#FFFFFF;
					opacity:0.7;
					filter:alpha(opacity=70);
					}

span.md_label	{
				font-size:16px;
				font-family:Arial,Helvetica,Sans-Serif;
				font-weight:bold;
				z-index:999;
				}

.md_spacer	{
			background:url('http://www.cellnotes.ca/images/icons/spacer.gif') center bottom no-repeat;
			}

.mDock_contextual_menu	{
						padding:0px;
						opacity:0.9; filter:alpha(opacity=90);
						background:url('http://www.cellnotes.ca/images/mDock/md_cmenu_point.gif') bottom center no-repeat;
						position:absolute;
						z-index:999;
						}

.mDock_contextual_menu a	{
							color:#333333; text-decoration:none; font-family:Arial,Helvetica,Sans-Serif;
							background:#FFFFFF;
							display:block;
							margin-bottom:-1px;
							border:1px solid #555555;
							*margin-left:2em;
							}

.mDock_contextual_menu a:hover	{
								color:#FFFFFF; text-decoration:none; font-family:Arial,Helvetica,Sans-Serif;
								background:#0066FF;
								border:1px solid #555555;
								margin-bottom:-1px;
								}