table#recruitwidget {
    width: 99%;
    border-collapse: collapse;
}

#recruitwidget td {
    vertical-align: middle;
    height: 27px;
}

.apply {
    background: url(images/pencil.png) no-repeat 15% 50%;
    text-align: center;
    padding-left: 11px;
}

.apply a:link {
    color: #aaaaaa;
}

.low {
    color: green;
    text-align: center;
}
.medium {
    color: orange;
    text-align: center;
}
.high {
    color: red;
    text-align: center;
}

#recruitwidget .deathknight {
    background: url(images/class/Deathknight_s.gif) no-repeat 0% 30%;
    color: #c41f3b;
    padding-left: 23px;
}
#recruitwidget .druid {
    background: url(images/class/Druid_s.gif) no-repeat 0% 30%;
    color: #ff7c0a;
    padding-left: 23px;
}
#recruitwidget .hunter {
    background: url(images/class/Hunter_s.gif) no-repeat 0% 30%;
    color: #aad372;
    padding-left: 23px;
}
#recruitwidget .mage {
    background: url(images/class/Mage_s.gif) no-repeat 0% 30%;
    color: #68ccef;
    padding-left: 23px;
}
#recruitwidget .paladin {
    background: url(images/class/Paladin_s.gif) no-repeat 0% 30%;
    color: #f48cba;
    padding-left: 23px;
}
#recruitwidget .priest {
    background: url(images/class/Priest_s.gif) no-repeat 0% 30%;
    color: #ffffff;
    padding-left: 23px;
}
#recruitwidget .rogue {
    background: url(images/class/Rogue_s.gif) no-repeat 0% 30%;
    color: #fff468;
    padding-left: 23px;
}
#recruitwidget .shaman {
    background: url(images/class/Shaman_s.gif) no-repeat 0% 30%;
    color: #1a3caa;
    padding-left: 23px;
}
#recruitwidget .warlock {
    background: url(images/class/Warlock_s.gif) no-repeat 0% 30%;
    color: #9382c9;
    padding-left: 23px;
}
#recruitwidget .warrior {
    background: url(images/class/Warrior_s.gif) no-repeat 0% 30%;
    color: #c69b6d;
    padding-left: 23px;
}

.bdk {
    background: url(images/talents/deathknight_b.png) no-repeat;
    width: 27px;
}
.fdk {
    background: url(images/talents/deathknight_f.png) no-repeat;
    width: 27px;
}
.udk {
    background: url(images/talents/deathknight_u.png) no-repeat;
    width: 27px;
}
.bd {
    background: url(images/talents/druid_b.png) no-repeat;
    width: 27px;
}
.fd {
    background: url(images/talents/druid_f.png) no-repeat;
    width: 27px;
}
.rd {
    background: url(images/talents/druid_r.png) no-repeat;
    width: 27px;
}
.bmh {
    background: url(images/talents/hunter_b.png) no-repeat;
    width: 27px;
}
.mh {
    background: url(images/talents/hunter_m.png) no-repeat;
    width: 27px;
}
.sh {
    background: url(images/talents/hunter_s.png) no-repeat;
    width: 27px;
}
.am {
    background: url(images/talents/mage_a.png) no-repeat;
    width: 27px;
}
.fm {
    background: url(images/talents/mage_f.png) no-repeat;
    width: 27px;
}
.frm {
    background: url(images/talents/mage_fr.png) no-repeat;
    width: 27px;
}
.hpal {
    background: url(images/talents/paladin_h.png) no-repeat;
    width: 27px;
}
.ppal {
    background: url(images/talents/paladin_p.png) no-repeat;
    width: 27px;
}
.rpal {
    background: url(images/talents/paladin_r.png) no-repeat;
    width: 27px;
}
.dp {
    background: url(images/talents/priest_d.png) no-repeat;
    width: 27px;
}
.hp {
    background: url(images/talents/priest_h.png) no-repeat;
    width: 27px;
}
.sp {
    background: url(images/talents/priest_s.png) no-repeat;
    width: 27px;
}
.ar {
    background: url(images/talents/rogue_a.png) no-repeat;
    width: 27px;
}
.cr {
    background: url(images/talents/rogue_c.png) no-repeat;
    width: 27px;
}
.sr {
    background: url(images/talents/rogue_s.png) no-repeat;
    width: 27px;
}
.els {
    background: url(images/talents/shaman_e.png) no-repeat;
    width: 27px;
}
.ens {
    background: url(images/talents/shaman_en.png) no-repeat;
    width: 27px;
}
.rs {
    background: url(images/talents/shaman_r.png) no-repeat;
    width: 27px;
}
.aw {
    background: url(images/talents/warlock_a.png) no-repeat;
    width: 27px;
}
.demw {
    background: url(images/talents/warlock_dem.png) no-repeat;
    width: 27px;
}
.desw {
    background: url(images/talents/warlock_des.png) no-repeat;
    width: 27px;
}
.arw {
    background: url(images/talents/warrior_a.png) no-repeat;
    width: 27px;
}
.fw {
    background: url(images/talents/warrior_f.png) no-repeat;
    width: 27px;
}
.pw {
    background: url(images/talents/warrior_p.png) no-repeat;
    width: 27px;
}
