/* r.a.d.tooltip INOX skin */

/* r.a.d.tooltip resize element */
div.radtooltip_Greenchoice.ResizeElement
{
	border: solid 1px #78b24c;
	background: #fff;
}

div.radtooltip_Greenchoice.LoadingSign
{	
	background: url(../images/ToolTip/Loading.gif)  no-repeat center;
	width: 100%; height: 100%;
}

div.radtooltip_Greenchoice
{
	position: absolute;
	cursor: default;
}

div.radtooltip_Greenchoice div.ToolTipCallout
{
	display:none;
}

div.radtooltip_Greenchoice.visiblecallout
{
	/**/
}

div.radtooltip_Greenchoice.visiblecallout div.ToolTipCallout
{
	display: block;
}

  
div.radtooltip_Greenchoice table.ToolTipWrapper
{
	padding: 0; margin: 0;
	border-collapse: collapse;
}

div.radtooltip_Greenchoice table.ToolTipWrapper td
{		
	padding: 0; margin: 0;
	border-collapse: collapse;
	text-align: left;
}

/* -------------------------- CORNER SETTINGS BEGIN ---------------------------------- */
div.radtooltip_Greenchoice table.ToolTipWrapper td.ToolTipTopLeft
{
	background: url(../images/ToolTip/TooltipImages.gif)  no-repeat 0 0;
	width: 3px; height: 3px; line-height: 3px;
	font-size: 1px;
}

div.radtooltip_Greenchoice table.ToolTipWrapper td.ToolTipTopRight
{
	background: url(../images/ToolTip/TooltipImages.gif)  no-repeat -3px 0;
	width: 3px; height: 3px; line-height: 3px;
	font-size: 1px;
}

div.radtooltip_Greenchoice table.ToolTipWrapper td.ToolTipTopCenter
{
	border-top: solid 1px #78b24c;
	background: #E5F0DC url(../images/ToolTip/BackgroundGradient.gif)  repeat-y center;
	font-size: 1px;
}

div.radtooltip_Greenchoice table.ToolTipWrapper td.ToolTipLeftMiddle
{
	width: 3px;
	background: url(../images/ToolTip/Borders.gif)  repeat-y;
	font-size: 1px;
}

div.radtooltip_Greenchoice table.ToolTipWrapper td.ToolTipRightMiddle
{
	width: 3px;
	background: url(../images/ToolTip/Borders.gif)  repeat-y -3px 0;
	font-size: 1px;
}

div.radtooltip_Greenchoice table.ToolTipWrapper td.ToolTipBottomLeft
{
	height: 3px; width: 3px; line-height: 3px;
	background: url(../images/ToolTip/TooltipImages.gif)  no-repeat -8px bottom;
	font-size: 1px;
}

div.radtooltip_Greenchoice table.ToolTipWrapper td.ToolTipBottomCenter
{
	height: 3px; line-height: 3px;
	background: #E5F0DC url(../images/ToolTip/BackgroundGradient.gif)  repeat-y center;
	border-bottom: solid 1px #78b24c;
	font-size: 1px;
}

div.radtooltip_Greenchoice table.ToolTipWrapper td.ToolTipBottomRight
{
	height: 3px; width: 3px; line-height: 3px;
	background: url(../images/ToolTip/TooltipImages.gif)  no-repeat -11px bottom;
	font-size: 1px;
}
/* -------------------------- CORNER SETTINGS END ---------------------------------- */

div.radtooltip_Greenchoice table.ToolTipWrapper td.ToolTipContent
{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	color:#333;
	background-color: #ddd;
}

div.radtooltip_Greenchoice div.ToolTipTitlebar
{	
    padding: 3px;
	color: #393939;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

div.radtooltip_Greenchoice table.ToolTipWrapper td.ToolTipTopCenter div.ToolTipTitlebar div
{
	float: left;
	margin-right: 12px;
	line-height: 16px;
}

/* close button */
div.radtooltip_Greenchoice a.CloseButton
{
	display: block; float: right;
	width: 16px; line-height: 16px; height: 16px; 
	background: url(../images/ToolTip/btn_close.png)  no-repeat;
	text-indent: -9999px;
	outline: none;
}
div.radtooltip_Greenchoice a.CloseButton:hover
{
	display: block; float: right;
	width: 16px; line-height: 16px; height: 16px; 
	background: url(../images/ToolTip/btn_close_over.png)  no-repeat;
	text-indent: -9999px;
	outline: none;
}

/* --------------------------------------------- TOOLTIP CALLOUT SETTINGS BEGIN --------------------------------------------- */
div.radtooltip_Greenchoice div.ToolTipCallout
{
	position: absolute; top: 0; left: 0;
	line-height: 11px; height: 11px; width: 11px; font-size: 1px;
	background-image: url(../images/ToolTip/Callouts.gif) ;
	background-repeat: no-repeat;
}

/* position="Center" */
div.radtooltip_Greenchoice .Center
{
	background: none !important;
}

/* position="BottomRight" */
.radtooltip_Greenchoice .TopLeft
{
	margin-top: -10px; margin-left: 15px;
}

/* position="BottomCenter" */
.radtooltip_Greenchoice .TopCenter
{
	left: 50% !important;
	margin-top: -10px; margin-left: -5px;
	background-position: 0 -11px !important;
}

/* position="BottomLeft" */
.radtooltip_Greenchoice .TopRight
{
	left: 100% !important;
	margin-top: -10px; margin-left: -26px;
	background-position: 0 -22px !important;
}

/* position="TopCenter" */
.radtooltip_Greenchoice .BottomCenter
{
	top: 100% !important; left: 50% !important;
	margin-left: -5px !important; margin-top: -1px !important; _margin-top: 0 !important;
	width: 100% !important;
	background-position: 0 -55px !important;
}

/* position="TopLeft" */
.radtooltip_Greenchoice .BottomRight
{
	top: 100% !important; left: 100% !important;
	margin-left: -25px !important; margin-top: -1px !important; _margin-top: 0 !important;
	background-position: 0 -44px !important;
}

/* position="TopRight" */
.radtooltip_Greenchoice .BottomLeft
{
	top: 100% !important;
	margin-left: 26px !important; margin-top: -1px !important; _margin-top: 0 !important;
	background-position: 0 -66px !important;
}

/* position="MiddleRight" */
.radtooltip_Greenchoice .MiddleLeft
{
	top: 50% !important;
	margin-left: -10px; margin-top: -5px;
	background-position: 0 -77px !important;
}

/* position="MiddleLeft" */
.radtooltip_Greenchoice .MiddleRight
{
	left: 100% !important; top: 50% !important;
	margin-left: -1px; margin-top: -5px;
	background-position: 0 -33px;
}

.dataTooltip 
{
	background-color: #efe;
	border: 2px solid #555;
}