﻿.tooltiparea
{
	margin: 8px 0px 8px 0px;
	width: 250px;
	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('comment-arrow-flip.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	margin-left: 1px;
}

.tooltiparrowright
{
	background-image: url('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('comment-shadow.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	width:236px;
	background-color:White;
}

.tooltiptextright
{
	float:left;
	padding-bottom: 3px;
	background-image: url('comment-shadow.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	width:236px;
}

.tooltiptext2
{
	border: solid 1px #bcbcbc;
	padding: 3px;
	background-color: #FFFFFF;
}

.tooltiptext3
{
	padding: 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;
	margin-left: 30px;
	text-align:left;
}


#ajaxloading
{
	text-align:center;
	z-index:1;
	display:none;
}