﻿.Description
{
	font-size:12;
	color:#000000;
}
.Table
{
	border:dotted 2 #ffffff;
}
.TableCell {}
.TableRow {}
.Title
{
	color:Olive;
	text-decoration:underline;
	cursor: pointer;
}

.TooltipImage
{
	border:1px solid #888;
}

.TooltipDescription
{
	padding:5px;
	border:1px solid #d0d0d0;
	background-color:#efefef;
	text-align:justify;
}

.TableCellField
{
	width:1%;
	height:100%;
	text-align:justify;
	white-space:nowrap;
}

.ToolTr {width:8px;height:11px;background:transparent url(images/LeftTop_LTR.png) no-repeat bottom left;font-size:1px;}
.ToolTrFiller {width:8px;height:11px;font-size:1px;}
.ToolTc {background-image:url(images/BackColor.png);border-top:1px solid #ffffff;font-size:1px;}
.ToolTl {width:10px;background:transparent url(images/RightTop_LTR.png) no-repeat bottom right;font-size:1px;}
.ToolTrFiller {width:10px;height:11px;font-size:1px;}
.ToolMr {background:transparent url(images/Left_LTR.png) repeat-y center left;font-size:1px;}
.ToolMc {background-image:url(images/BackColor.png);padding-left:7px;min-width:150px;min-height:150px;text-align:center;vertical-align:middle;}
.ToolMl {background-image:url(images/BackColor.png);border-right:1px solid #ffffff;font-size:1px;}
.ToolBr {width:8px;height:18px;background:transparent url(images/LeftBottom_LTR.png) no-repeat top left;font-size:1px;}
.ToolBc {background:transparent url(images/Bottom.png) repeat-x top left;font-size:1px;}
.ToolBl {width:10px;background:transparent url(images/RightBottom_LTR.png) no-repeat top right;font-size:1px;}

.TooltipContainer.rtl .ToolTr {width:8px;height:11px;background:transparent url(images/RightTop_RTL.png) no-repeat bottom left;font-size:1px;}
.TooltipContainer.rtl .ToolTrFiller {width:8px;height:11px;font-size:1px;}
.TooltipContainer.rtl .ToolTl {width:10px;background:transparent url(images/LeftTop_RTL.png) no-repeat bottom right;font-size:1px;}
.TooltipContainer.rtl .ToolTlFiller {width:10px;height:11px;font-size:1px;}
.TooltipContainer.rtl .ToolMr {background:transparent url(images/Right_RTL.png) repeat-y center left;font-size:1px;}
.TooltipContainer.rtl .ToolMc {padding-left:0px;padding-right:7px;}
.TooltipContainer.rtl .ToolMl {background-image:url(images/BackColor.png);border-right:0px;border-left:1px solid #ffffff;font-size:1px;}
.TooltipContainer.rtl .ToolBr {width:8px;height:18px;background:transparent url(images/RightBottom_RTL.png) no-repeat top left;font-size:1px;}
.TooltipContainer.rtl .ToolBl {width:10px;background:transparent url(images/LeftBottom_RTL.png) no-repeat top right;font-size:1px;}

.ToolDescriptionTable {width:150px;}
.ToolDescription {background:#ffffff url(images/DescBack.gif);vertical-align:top;padding:5px;}
.ToolCloseButton {position:relative;margin-bottom:-13px;z-index:1;width:100%;}
.ToolCloseImage {width: 21px; height: 21px;cursor:pointer;}
.TooltipContainer.rtl .ToolCloseButton {}