﻿.tooltipBox
{
	position:absolute;
	z-index:100;
	display:none;
}
html>body .tooltip_border_R
{
	background-image:url(../images/tooltip_border_R.png);
	width:3px;
}
html>body .tooltip_border_L
{
	background-image:url(../images/tooltip_border_L.png);
	width:2px;
}
html>body .tooltip_border_B
{
	background-image:url(../images/tooltip_border_B.png);
	height:3px;
}
html>body .tooltip_corner_TL
{
	background-image:url(../images/tooltip_corner_TL.png);
	background-position:0px 16px;
	background-repeat:no-repeat;
	width:2px;
}
html>body .tooltip_corner_TR
{
	background-image:url(../images/tooltip_corner_TR.png);
	background-position:0px 16px;
	background-repeat:no-repeat;
	width:3px;
}
html>body .tooltip_corner_BL
{
	background-image:url(../images/tooltip_corner_BL.png);
	height:3px;
	width:2px;
}
html>body .tooltip_corner_BR
{
	background-image:url(../images/tooltip_corner_BR.png);
	height:3px;
	width:3px;
}
.tooltip_content
{
	font-family:Arial, MS Sans Serif;
	font-size:11px;
	background-color:#FFFFFF;
	padding:10px;
}
.tooltip_content2
{
	font-family:Arial, MS Sans Serif;
	font-size:11px;
	background-color:#FFFFFF;
	padding:10px;
	border-left:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}
.tooltip_head_L
{
	background-image:url(../images/tooltip_header_red.gif);
	width:10px;
	height:25px;
}
.tooltip_head_C
{
	background-color:#E3002A;
	font-family:Arial, MS Sans Serif;
	color:#FFFFFF;
	font-size:11px;
	line-height:23px;
	font-weight:bold;
	white-space:nowrap;
	width:100%;
	height:25px;
}
.tooltip_head_R
{
	background-color:#E3002A;
	font-family:Arial, MS Sans Serif;
	color:#FFFFFF;
	font-size:10px;
	line-height:23px;
	height:25px;
	padding-right:10px;
	text-align:right;
}
.tooltip_head_R a
{
	color:#FFFFFF;
	text-decoration:none;
}
.tt_red_dot_list
{
	list-style-image:url(../images/dot_red_5x5.gif);
	margin-top:0px;
	margin-left:15px;
	padding-left:0;
	padding-right:10px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.tt_red_dot_list li
{
	padding-bottom:10px;
	margin-bottom:0px;
}
