aside.tooltip, div.tooltip {
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
background: #aedbef;
  color: #000;
display: none;
font-size: 12px;
margin: 0;
max-width: 200px;
padding: 9px 13px;
position: absolute;
z-index: 100;
font-family: arial;
border: 1px solid #147eac;
}
aside.tooltip h1, div.tooltip h1 {
font-size: 18px;
font-weight: bold;
}
aside.tooltip strong, div.tooltip strong {
font-weight: bold;
}
aside.tooltip em, div.tooltip em {
font-style: italic;
}
aside.tooltip ul, div.tooltip ul {
list-style: disc inside none;
}
aside.tooltip ul li, div.tooltip ul li {
padding: 0 5px;
}

aside.tooltip:after, div.tooltip:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222222;
  content: " ";
  display: block;
  height: 0;
  left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 0;
}
aside.tooltip.left:after, div.tooltip.left:after {
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 7px solid #000000;
border-right: 0;
content: " ";
height: 0;
left: auto;
position: absolute;
right: -7px;
top: 50%;
width: 0;
}
aside.tooltip.bottom:after, div.tooltip.bottom:after {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #222222;
border-top: 0;
content: " ";
height: 0;
left: 50%;
margin: 0 0 0 -7px;
position: absolute;
top: -7px;
width: 0;
}
aside.tooltip.top:after, div.tooltip.top:after {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #222222;
border-bottom: 0;
bottom: -7px;
content: " ";
height: 0;
left: 50%;
margin: 0 0 0 -7px;
position: absolute;
top: auto;
width: 0;
}
aside.tooltip.field_tip, div.tooltip.field_tip {
background: #aedbef; /* Old browsers */
	background: -moz-linear-gradient(top, #aedbef 0%, #8ea4ad 1000%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aedbef), color-stop(100%,#8ea4ad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aedbef -13%,#8ea4ad 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aedbef 0%,#8ea4ad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aedbef 0%,#8ea4ad 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aedbef 0%,#8ea4ad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aedbef', endColorstr='#8ea4ad',GradientType=0 ); /* IE6-9 */
}
aside.tooltip.field_tip:after, div.tooltip.field_tip:after {
border-right-color: #8ea4ad;
}
aside.tooltip.field_tip.left:after, div.tooltip.field_tip.left:after {
border-right-color: transparent;
border-left-color: #8ea4ad;
}
aside.tooltip.field_tip.right:after, div.tooltip.field_tip.right:after {
border-right-color: transparent;
border-right-color:  #D1AF66;
}
aside.tooltip.field_tip.bottom:after, div.tooltip.field_tip.bottom:after {
border-right-color: transparent;
border-bottom-color:  #D1AF66;
}
aside.tooltip.field_tip.top:after, div.tooltip.field_tip.top:after {
border-right-color: transparent;
border-top-color:  #D1AF66;
}
aside.tooltip.warning, div.tooltip.warning {
color: darkgoldenrod;
background: #aedbef;
}
aside.tooltip.warning:after, div.tooltip.warning:after {
border-right-color: #aedbef;
}
aside.tooltip.warning.left:after, div.tooltip.warning.left:after {
border-right-color: transparent;
border-left-color: #aedbef;
}
aside.tooltip.warning.right:after, div.tooltip.warning.right:after {
border-right-color: transparent;
border-right-color: #aedbef;
}
aside.tooltip.warning.bottom:after, div.tooltip.warning.bottom:after {
border-right-color: transparent;
border-bottom-color: #aedbef;
}
aside.tooltip.warning.top:after, div.tooltip.warning.top:after {
border-right-color: transparent;
border-top-color: #aedbef;
}
