@charset "UTF-8";
/* CSS Document */

.dvtvtooltip
{
	background-color:#ffffff;
	border:none;	
	padding:none;
	margin:none;
	width:416px;
}


div.keysearch_tooltip_title
{
	width:412px;
	height:16px;
	color:#ffbb55;
	padding-left:4px;
	margin:0px;
	font-size:8pt !important;
	font-weight:bold;
	background-image:url(/resource/system/images/keysearch_help_title.gif); 
	background-repeat:repeat-x; 
}

div.keysearch_tooltip_content
{
	padding:8px  0px 8px 14px;
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
}

div.keysearch_tooltip_content td.keysearch_tt_imgcell
{
	vertical-align:bottom;
}

div.keysearch_tooltip_content td.keysearch_tt_labelcell
{
	vertical-align:top;
	font-size:8pt !important;
}

