.tooltiparea {
margin:2px 0 8px -0;
width:300px;
display:none;
position:absolute;
}

.pointer {
width:14px;
height:14px;
float:left;
/*margin-top:10px;*/
}

.pointerright
{
width:14px;
height:14px;
float:right;
/*margin-top:10px;*/
}

.tooltiparrowleft
{
background-image: url('img/comment-arrow-flip.gif');
background-repeat: no-repeat;
width: 14px;
height: 14px;
margin-left: 1px;
}

.tooltiparrowright
{
background-image: url('img/comment-arrow-right-flip.gif');
background-repeat: no-repeat;
width: 14px;
height: 14px;
margin-left: -1px;
}

.tooltiptextleft
{
float:right;
padding-bottom: 3px;
background-image: url('img/comment-shadow.gif');
background-repeat: repeat-x;
background-position: left bottom;
width:286px;
background-color:white
}

.tooltiptextright
{
float:left;
padding-bottom: 3px;
background-image: url('img/comment-shadow.gif');
background-repeat: repeat-x;
background-position: left bottom;
width:286px;
}

.tooltiptext2
{
border: solid 1px #bcbcbc;
padding: 3px;
}

.tooltiptext3
{
padding:5px 10px;
font-size: .9em;
overflow: hidden;

}

.tooltiptextleft .image {
float: left;
clear: both;
margin: 5px 10px 5px 0;
}

.tooltiptextright .image {
float: left;
clear: both;
margin: 5px 10px 5px 0;
}

/*.tooltiptext3 .gravatar img {
height: 80px;
width: 80px;
}*/

.tooltiptext3 .content {
min-height: 50px;
margin:5px 5px 5px 0;
text-align:left;
}

.content b {display:block;padding:0 0 2px;}
.tooltiptext3 #close {font-weight:bold !important;color:#999;}


#ajaxloading
{
text-align:center;
z-index:1;
display:none;
}

