/* YUI tooltip */
/*
div.helpOuter, div.helpOuterOn, div.helpNone {
	padding:5px 2px;
	margin:0px;
	display:inline;
}
div.helpOuter, div.helpOuterOn {
	background-image: url(https://secure.myvrzone.com/images/helpSymbols.gif);
	background-repeat: no-repeat;
}
div.helpOuter img, div.helpOuterOn img, div.helpNone img {
	height:15px;
	width:15px;
	margin:auto;
}
div.helpOuter {
	background-position: left center;
}
div.helpOuterOn {
	background-position: right center;
}

.tooltip {
 display: none;
}
*/
div.yui-tt div {text-align:left;}

.yh_tt_div, div.tooltip {
 background-color: #fff7e7 !important; 
 padding: 4px !important; 
 border: 2px solid #edaf37 !important; 
 -moz-border-radius: 4px; border-radius: 4px;
 box-shadow: -4px 4px 2px #AAAAAA;
 color: #444;
 font-size: 12px; 
 
 font-face: arial,helvetica,sans-serif;
}
.yh_tt_div b, .yh_tt_div i, .yh_tt_div p, .yh_tt_div em, 
  div.tooltip b, div.tooltip i, div.tooltip p, div.tooltip em {
 	font-size: 1em; 
}
.yh_tt_div h1, div.tooltip h1 {
 	font-size: 1.3em; 
}
.yh_tt_div h2, div.tooltip h2 {
 	font-size: 1.2em; 
}
.yh_tt_div h3, div.tooltip h3 {
 	font-size: 1.1em; 
}
.yh_tooltip a {
 text-decoration: none !important;
}
.yh_tooltip {
 text-align: left;
 font-face: arial,helvetica,sans-serif;
}

/* Used in Partner Listing Sites */
.yh_tooltip p.yh_tooltip b,.yh_tooltip em,.yh_tooltip ul,.yh_tooltip ol,.yh_tooltip li {
	font-size:1em;
}
.yh_tooltip ul {
    list-style:circle inside;
    text-indent: -1em;
    margin-left: 1em;
    padding-left:1.5em;
    margin:0.5em 0em 1em 0em;
}
.yh_tooltip ol {
    list-style:decimal inside;
    text-indent: -1em;
    margin-left: 1em;
    padding-left:1.5em;
    margin:0.5em 0em 1em 0em;
}
.yh_tooltip ul li {
    list-style:circle inside;
}
.yh_tooltip ol li {
    list-style:decimal inside;
}


.tt_header {
 position: relative;
 width: 150px;
 height: 19px;
 background-image: url(tip_header.gif);
 margin-bottom: 3px;
}

