.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 
    width:250px;
    background-color: LightSteelBlue;
    color: Black;
    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
    text-align:left;
}
.xstooltip td
{
    color: Black;
    font: normal 8pt sans-serif;
    text-align:center;
}
.xstooltip th
{
    color: Black;
    font: normal 8pt sans-serif;
    vertical-align:bottom; 
    font-weight:Bold;
    border-bottom: 1px solid black;
}
.photoinfo td {
	font-size: 11px;
}

.tooltipnew 
{
    background-color: LightSteelBlue;
    color: Black;
    width:250px;

    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
    text-align:left;
	
	z-index: 3;
}
.tooltipnew td
{
    color: Black;
    font: normal 8pt sans-serif;
    text-align:center;
}
.tooltipnew th
{
    color: Black;
    font: normal 8pt sans-serif;
    vertical-align:bottom; 
    font-weight:Bold;
    border-bottom: 1px solid black;
}
