.ts_tooltip{
position: absolute;
display: none;
width: 250px;
left: 0;
top: 0;
background: lightyellow;
border:2px solid #ECEDEE;
border-top: 1px solid #a0a0a0;
border-bottom: 1px solid #a0a0a0;
border-left: 1px solid #a0a0a0;
border-right: 1px solid #a0a0a0;
padding:5px;
cursor:hand;
}
#ajax_tooltipObj{
z-index:1000000;
text-align:left;
}
#ajax_tooltipObj div{
position:relative;
}
#ajax_tooltipObj .ajax_tooltip_arrow{
background-image:url('../images/tooltip_arrow.gif');
width:20px;
position:absolute;
left:0px;
top:0px;
background-repeat:no-repeat;
background-position:center left;
z-index:1000005;
height:50px;
}
#ajax_tooltipObj .ajax_tooltip_content{
border:2px solid #ECEDEE;
left:18px;
position:absolute;
width:200px;
height:100px;
background-color:#F9F9F9;
padding:5px;
font-size:0.8em;
overflow:auto;
z-index:1000001;
filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color= '#000000' ,Positive= 'true' );
}
.ajax_tooltip_header{
color: #000000;
font-size: small;
font-weight: bold;
text-decoration: none;
padding-left: 3px;
padding-right : 3px;
padding-top: 1px;
padding-bottom: 1px;	
}
a.ajax_tooltip_header:hover{
color: #CCCCCC;
text-decoration: none;	
}
.ajax_tooltip_header{
color: #000000;
font-size: x-small;
font-weight: bold;
text-decoration: none;
padding-left: 3px;
padding-right : 3px;
padding-top: 1px;
padding-bottom: 1px;	
}
a.ajax_tooltip_header:hover{
color: #CCCCCC;
text-decoration: none;	
}
.ajax_tooltip_text{
color: #000000;
font-size: x-small;
font-weight: normal;
text-decoration: none;
padding-left: 3px;
padding-right : 3px;
padding-top: 1px;
padding-bottom: 1px;	
}
a.ajax_tooltip_text:hover{
color: #CCCCCC;
text-decoration: none;	
}