.tooltip {
    /*
    text-align: center;
    display:none;  
    background:transparent url(/_images/upl/origin/view-tooltip.png);  
    font-size:12px;  
    height:242px;  
    width:202px;  
    color:#000;    
    padding: 0px; 
    */
    
    background-color:#183F63;
	border: 1px solid #fff;
	padding: 5px;
	display:none;
	color:#fff;
	text-align:left;
	font-size: 12px;
    
    
	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;

    
} 

a.view {
	background:transparent url(/_images/upl/origin/view-icon.png) no-repeat scroll 0 0;
	display:block;
	height:27px;
    width:27px;
	margin: 0px;
	overflow:hidden;
	text-indent:-999em;
	cursor:pointer;
}

/* mouseover state */
a.view:hover {
    background:transparent url(/_images/upl/origin/view-icon-hover.png) no-repeat scroll 0 0;
}




