/* ÅØ½ºÆ® ¾ÆÀÌÄÜ */
.text_icon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	/*vertical-align: middle;*/
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	color: #fff;
	background-color:#ffa833;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 1px 2px 1px #333333;
}

/* ÀÌ¹ÌÁö ¾ÆÀÌÄÜ */
.img_icon {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #000;
}

/* ¼­¹öON ³ì»ö */
.text_icon.green {
	background-color:#00e800;
}
/* ¼­¹öOFF ºÓÀº»ö */
.text_icon.alert {
	background-color:#ff8080;
}
/* Badge ºÓÀº»ö */
.text_icon.badge {
	font-size: 0.8em;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color:#ff4d4d;
}
/* ·©Å© ÁøºÐÈ« */
.text_icon.rank {
	background-color:#ff80ff;
}
/* Æ¯¼ö ¿¬ºÐÈ« */
.text_icon.special {
	background-color:#ffaaff;
}
/* ¸µÅ© ÆÄ¶õ»ö */
.text_icon.link {
	background-color:#3388cc;
}
.text_icon.link > a,
.text_icon.link > a:hover,
.text_icon.link > a:visited {
	color: #fff;
	text-decoration: none;
}

/* ±¹°¡ ¾ÆÀÌÄÜ */
.country_icon {
	vertical-align: bottom;
	/*max-width: 2em;*/
	width:25px;
	height:19px;
}
