@charset "utf-8";
/* CSS Document */

.hint_bubble_al {
	padding:10px;
	background-color:#0051a3;
	color:#ffffff;
	border:1px solid #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index:32;
	opacity: .9;
}
.hint_bubble_al:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 35px 15px 0;
	border-color: transparent #0051a3;
	display: block;
	width: 0;
	z-index: 31;
	margin-top: -15px;
	left: -35px;
	top: 30%;
}
.hint_bubble_al:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 35px 15px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 30;
	margin-top: -15px;
	left: -36px;
	top: 30%;
}

.hint_bubble_ar {
	padding:10px;
	background-color:#0051a3;
	color:#ffffff;
	border:1px solid #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index:32;
	opacity: .9;
}
.hint_bubble_ar:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 0 15px 35px;
	border-color: transparent #0051a3;
	display: block;
	width: 0;
	z-index: 31;
	margin-top: -15px;
	right: -35px;
	top: 30%;
}
.hint_bubble_ar:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 0 15px 35px;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 30;
	margin-top: -15px;
	right: -36px;
	top: 30%;
}

.hint_bubble_at {
	padding:10px;
	background-color:#0051a3;
	color:#ffffff;
	border:1px solid #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index:32;
	opacity: .9;
}
.hint_bubble_at:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 20px 24px;
	border-color: #0051a3 transparent;
	display: block;
	width: 0;
	z-index: 31;
	margin-left: -20px;
	top: -24px;
	left: 30%;
}
.hint_bubble_at:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 20px 24px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 30;
	margin-left: -20px;
	top: -25px;
	left: 30%;
}

.hint_bubble_ab {
	padding:10px;
	background-color:#0051a3;
	color:#ffffff;
	border:1px solid #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index:32;
	opacity: .9;
}
.hint_bubble_ab:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 24px 20px 0;
	border-color: #0051a3 transparent;
	display: block;
	width: 0;
	z-index: 31;
	margin-left: -20px;
	bottom: -24px;
	left: 70%;
}
.hint_bubble_ab:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 24px 20px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 30;
	margin-left: -20px;
	bottom: -25px;
	left: 70%;
}