﻿/* #cvi_tooltip {
	display:none;
	position:absolute;
	padding:4px 8px;
	color: #FFFFFF;
	text-shadow: white 0px 0px 0px;
	background: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(255,224,0)));
	background-image: -moz-linear-gradient(top, rgb(102,102,102), rgb(102,102,102));
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid gray;
	max-width: 240px;
	min-width: 30px;
	border-radius: 2px;
	-moz-border-radius: 2px;	
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	-moz-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	-webkit-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	z-index: 100;
}
#cvi_tooltip  b {color: #333333; }
#cvi_tooltip  i {font-family: Times, serif; }
#cvi_tooltip  big {text-transform: uppercase; }
#cvi_tooltip  hr {
	color: white; 
	border-color: black; 
	background-color: white; 
}
*/

#cvi_tooltip {
	display:none;
	position:absolute;
	padding:6px 10px;
	color: #FFF;
	text-shadow: white 0px 0px 0px;
	background-color: #440b0b;
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(102,153,51)), to(rgb(175,189,34))); */
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(66,11,11)), to(rgb(66,11,11)));
	background-image: -moz-linear-gradient(top, rgb(66,11,11), rgb(66,11,11)); */
	font-weight: 200;
	/*border: 2px solid white;*/
	max-width: 240px;
	min-width: 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: rgba(66,11,11,.66) 0px 0px 8px;
	-moz-box-shadow: rgba(66,11,11,.66) 0px 0px 8px;
	-webkit-box-shadow: rgba(66,11,11,.66) 0px 0px 8px;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	z-index: 100;
	font-family: "Microsoft YaHei", "Microsoft JhengHei";
	letter-spacing: 1px;
}
#cvi_tooltip  b {color: #440b0b; }
#cvi_tooltip  i {font-family: Times, serif; }
#cvi_tooltip  big {text-transform: uppercase; }
#cvi_tooltip  hr {
	color: white; 
	border-color: black; 
	background-color: white; 
}

#cvi_tooltip  p {
	font-size:11px;
	line-height: normal;
	font-weight: normal;
}
