@CHARSET "UTF-8";
.infoPop{
	white-space:nowrap;
	width:270px;
	height:260px;
	background-image:url('../img/Example/blue_background.png');
	background-size:100% 100%;
	background-clip:padding-box;
	border:solid 10px;
	border-image:url('../img/Example/blue_bottom_background.png') 10 10 10 10;
	font-family:'微软雅黑';
	color:white;

}
.infoPop__head{
	width:auto;
	height:20px;
	border:solid 9px;
	border-image:url('../img/Example/titleB_background.png') 9;
	background-size:100% 100%;
    margin-left:-5px;
	margin-top:-6px;
	margin-right:-5px;
	background-clip:padding-box;
	background-image:url('../img/Example/titleB-color.png');
	background-repeat:repeat-x;
	background-size:2px 20px;
}

.infoPop__titleImg{
	width:25px;
	height:25px;
	display:inline-block;
	position:relative;
	vertical-align: middle;
	margin-top:-3px;
	
	
}

.infoPop__title{
	position:relative;
	font-size:18px;
	display:inline-block;
	margin-left:2px;
	line-height:38px;
	margin-top:-9px;
	color:#c8dbff;
	text-shadow:0px 1px 2px rgba(8,38,72,0.95);
}

.infoPop__lineContainer{
	margin-left:15px;
	margin-top:8px;
	margin-bottom:3px;
}



.infoPop__line{
	font-size:16px;
	line-height:20px;
	display:block;
	height:20px;
}

.infoPop__line span{
	position:relative;
}

.infoPop__eImg{
	display:inline-block;
	position:relative;
    margin-left: 10px;
    bottom:2px;
    width: 23px;
    height: 20px; 
    vertical-align: middle;
    background-size:cover;
}

.infoPop .alert_high {color:red}
.infoPop .alert_medium{color:orange}
.infoPop .alert_low {color:lightgreen}

.alert_high .infoPop__eImg {background-image:url('../img/Example/alert-high.png');}
.alert_low .infoPop__eImg {background-image:url('../img/Example/alert-low.png');}
.alert_medium .infoPop__eImg {background-image:url('../img/Example/alert-medium.png');}

.infoPop__split{
	background-image:url('../img/Example/blue_split.png');
	height: 1px;
    margin: 4px 0 4px 0;
    margin-left:-12px;
}