@charset "utf-8";

/**
 * 김무건 || Elkha (elkha1914@hotmail.com)
 * http://elkha.kr
 * 2010-08-19
 * Valid CSS Transitional
 **/

.eRank {}
.eRank * { margin:0; padding:0; border-collapse:collapse; white-space:nowrap; font-style:normal; }
.eRank table { width:100%; }
.eRank caption { margin:5px; text-align:right; font-weight:bold; }
.eRank thead { border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; background:#f9f9f9; }
.eRank th { text-align:center; padding:5px; }
.eRank tbody {}
.eRank td { padding:6px 5px; border-bottom:1px dashed #eee; text-align:center; }
.eRank td.point { width:100%; }
.eRank td.point div.front { display:block; background:#f7f7f7; text-align:left;  z-index:22; position:relative;}
.eRank td.point div.front em { display:block; overflow:hidden; width:0; padding:1px 0; background:#a9cefc; color:transparent; font:bold 13px Tahoma; text-align:left; z-index:25; }
.eRank td.point div.back { font:bold 13px Tahoma; position:absolute; z-index:10; background:transparent; top:0px; left:0px; color:#666;}
.eRank td.point.rank_top em {background:#2b87fa;}

.eRank td.nick { text-align:left; padding-left:0px; padding-right:0px;}
.eRank td.nick a { cursor:pointer; }
.eRank address { display:block; position:absolute; z-index:-1; width:0; height:0; overflow:hidden; }

.eRank td span.rank { background:#bdbdbd; padding:3px 5px; color:#fff; border-radius:5px;}
.eRank td span.rank_top { background:#201f5b; }

.eRank tr.rank_top td { background:#d6e4ff; }
.eRank tr.rank_top td.nick a { color:#000; font-weight:bold;}
