﻿.tooltiparea
{
	margin: 8px 0px 8px 0px;
	width: 300px;
	display:none;
	position:absolute;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}

.pointer
{
	width:14px;
	height:14px;
	float:left;
	position:relative;
	left:1px;
	z-index:97;
	/*margin-top:10px;*/
}

.pointerright
{
	width:14px;
	height:14px;
	float:right;
	position:relative;
	left:-1px;
	/*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:left;
	padding-bottom: 3px;
	background-image: url('img/comment-shadow.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	width:285px;
	word-break:break-all;
	overflow:auto;
	background-color:White;
	z-index:96;
}

.tooltiptextright
{
	float:right;
	padding-bottom: 3px;
	background-image: url('img/comment-shadow.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	width:285px;
	z-index:96;
}

.tooltiptext2
{
	border: solid 1px #bcbcbc;
	padding: 3px;
}

.tooltiptext3
{
	padding: 10px;
	font-size: .9em;
	overflow: hidden;
	background:#F5F5F5;
	font-size:12px;
}

.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;
	padding-left: 20px;
	background:url(img/i.gif) no-repeat left top;
	text-align:left;
}


#ajaxloading
{
	text-align:center;
	z-index:1;
	display:none;
}


