#subctrLinkFromOverview {
        position: absolute;
        top: 130px;
        left: 820px;
	/*width: 143px; actual minimum width */
	width: 165px;
        border: 1px solid #cccccc;
        background-color: #fff;
        /*padding: .8em;*/
        padding: 10px;
	margin-right: 10px;
        FONT: 11px Arial;
        COLOR: #000000;
        FONT-WEIGHT: bold;
}
.img-shadow {
	float:left;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;	
	margin: 10px 0 0 5px;
 }
 #content {
 	/*display: block;*/
 	    	display:none;
 	position: relative;
   	background-color: #fff;
   	border: 1px solid #cccccc;
   	margin: -6px 6px 6px -6px;
   	height: 18em;
   	width: 35em;
   	font : normal 11px Arial, Helvetica, sans-serif;
 }
 #boxHandle {
  	position: absolute;
  	/*top: 80px;*/
  	top: 120px;
  	left: 400px;
 }
 #content #header {
   	margin: 0px 0px 25px 0px;
   	text-transform: uppercase;
   	color:  #656565;
   	font : bold 11px Arial, Helvetica, sans-serif;
   	border-bottom: 1px solid #cccccc;
   	padding:5px 1px 5px 6px;
  }
 #content .closeLink {
    	cursor: pointer;
    	border: 2px solid #cccccc;
    	text-decoration:none;
    	color:  #656565;
    	padding: 0px 4px 0px 4px;
    	font : bold 11px Arial, Helvetica, sans-serif;
 }
 #content #leadText {
    	font-weight:bold;
 }
 #content p {
    	margin: 10px 10px 0px 6px;
    	padding: 0px 15px 5px 20px;
    	/* I like this, but it's not in the spec.  text-align:justify; */
 }
 .handle {
 	cursor: move;
 	margin: 0px 0px 25px 0px;
 	text-transform: uppercase;
 	color:  #656565;
 	font : bold 11px Arial, Helvetica, sans-serif;
 	border-bottom: 1px solid #cccccc;
    	padding:5px 1px 5px 6px;
}

