/* Callout style */
.callout
{
	position: relative;
	width: auto;
	padding: 7px 10px;
	/* background-color: #62A0FF; */ /* easy rounded corners for modern browsers */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* border-radius: 5px; */
	vertical-align: middle;
	text-align: center !important;
	display:none;
	/* z-index:999999; */
	/* margin-left: -30px; */
	margin-top: 5px;
	font-size: 10pt;
	/* box-shadow: 1px 1px 4px  rgba(0,0,0,0.8); */
	/* color: white; */
}
.coParent.fa{
	transform: none;
}

.rotate-90{
	transform: rotate(90deg) !important;	
}
span.callout
{
	font-size: 10pt;
	text-align: center !important;
}
.callout .notch {
    position: absolute;
    bottom: -10px;
    right: 20px;
    margin: 0;	
    border-top: 0;
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}
.callout div
{
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    float: left;
}

.callout div.hide
{
	display: none;
}

.callout .vb
{
    top: -10px;
    border: 5px solid transparent;
	_border-color: #62A0FF;
    _filter: chroma(color=#62A0FF);
	border-bottom: 5px solid #62A0FF;
}
.callout .vt
{
    bottom: -10px;
    border: 5px solid transparent;
	_border-color: #62A0FF;
    _filter: chroma(color=#62A0FF);
	border-top: 5px solid #62A0FF;
}

.callout .hl
{
    right: 20px;	
}
.callout .hr
{
    left: 20px;	
}

.callout .close
{
	margin: -15px;
	padding: 2px 0px;
	float: right;
}
.callout .close a
{
	padding: 0px 4px;
}
.callout .close a:hover
{
	background-color: Black;
	color: White;
	border-radius: 10px;
}

.ion .callout{
	margin-top: 30px;
}