/* Tooltip helpers. */
a.tooltip {
    font-style: normal;
    text-decoration: none;
    color: #ff5800;
    border-bottom: dotted 1px #ff5800;
    cursor: help;
}
.tooltip_content {
    width: 300px;
    border: solid 1px #999;
    background-color: #f4f3f3;
    font-size: 1em;
}

/* header */
.tooltip_content span {
	line-height: 30px;
	background-color: #606a74;
	color: #fff;
	display: block;
	margin: 0 -10px 0 -10px;
	font-size: 13px;
	font-weight: bold;
	padding-left:10px;
}
.tooltip_content p {
     margin: 10px 0;
}
.tooltip_content ul {
	margin-left:0;
	padding-left:30px;
}

#tooltips {
    display: none;
}

/* Rules for the actual displayed tooltip. */
.tooltip_block {
	background: rgba(244, 243, 243, 0.9) !important;
	background: rgb(244, 243, 243);
	border: 1px solid #999;
	font-size: 0.9em;
	width: 286px;
	padding: 0 10px;
	z-index: 100;
}
.tooltip_geekspeak {
    /* put geekspeak background here and make it awesome */
}
.tooltip_block h1, .tooltip_block h2, .tooltip_block h3 {
	margin-top: 0;
	padding-top: 0;
}
