@charset "utf-8";
/* CSS Document */

#RecruitmentDiv
{
    position: absolute;
    width: 240px; 
    z-index: 2; 
    background-color: White;
    border: #CCCCCC; 
    border-style: solid; 
    border-width: thin; 
    left: 10px; 
    top: 10px;
    float: left;
}

.DeathKnight
{
    color: #b6234f;
}

.Druid
{
    color: #ff7600;
}

.Hunter
{
    color: #a3c169;
}

.Mage
{
    color: #69c8e8;
}

.Paladin
{
    color: #ee93b6;
}

.Priest
{
    color: white;
}

.Rogue
{
    color: #f4f667;
}

.Shaman
{
    color: #006dcc;
}

.Warlock
{
    color: #7363ae;
}

.Warrior
{
    color: #a0886c;
}

.ClassIcon
{
    width: 25px;
    height: 25px;
    padding: 1px 1px 1px 10px;
}

.ClassItemCell
{
    width: 90px;
    height: 25px;
    padding: 1px 1px 1px 1px;
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	text-align: center;
}

.ClassHigh
{
    width: 90px;
    height: 25px;
    padding: 1px 10px 1px 1px;
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #66FF00;
	text-align: center;
}

.ClassMedium
{
    width: 90px;
    height: 25px;
    padding: 1px 10px 1px 1px;
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #DDDD00;
	text-align: center;
}

.ClassLow
{
    width: 90px;
    height: 25px;
    padding: 1px 10px 1px 1px;
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-align: center;
}

.ClassExtra
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #AAAAAA;
	text-align: center;
	padding: 1px 20px 10px 20px;
}


.ClassHeader
{
   	height:25px;
	background-image: url(images/news_header.jpg);
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	padding-left: 6px;
	width: 100%;
	height: 100%;
    border-style: solid;
    border: 1px;
    border-color: Black;
}

.RoleIconCell
{
    width: 45px;
    height: 45px;
    text-align: center;
}

.RoleDetailsCell
{
    width: 110px;
	height: 45px;
	margin: 1px 4px 1px 4px;
}

.RoleName
{
    font-family:Arial;
	font-size:13px;
	color: #000a37; 
	font-weight: bold; 
}

.StatusLow {
	color: #a00022; 
	font-weight: bold; 
	font-family:Arial;
	font-size:13px;
}

.StatusMed {
	color: #CC9900; 
	font-weight: bold; 
	font-family:Arial;
	font-size:13px;
}

.StatusHigh {
	color: #5f882b; 
	font-weight: bold; 
	font-family:Arial;
	font-size:13px;
	width:90px;
}

.RecruitmentMoreCell
{
    font-family:Arial;
	font-size:13px;
	width:100%;
	height: 30px;
	margin: 1px 4px 1px 4px;
	padding: 5px 1px 1px 1px;
	text-align: center;
}

.RecruitmentPopup
{
    position: absolute;
	width: 300px;
	left: 260px;
	top: 34px;
	z-index: 6;
	background-color:#333333;
	visibility: hidden;
}

#recruitment {
	position:relative;
	left:10px;
	top:35px;
	width:225px;
	height:251px;
	z-index:2;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: thin;
}


#recruitmentheader {
	position:absolute;
	left:0px;
	top:0px;
	width:225px;
	height:25px;
	z-index:3;
	background-image: url(../images/news_header.jpg);
}


#recruitmenttext {
	position:absolute;
	font-family:arial;
	font-size:15px;
	left:6px;
	top:3px;
	width:100px;
	height:10px;
	z-index:3;
}


#deathknight {
	position:absolute;
	left:5px;
	top:29px;
	width:20px;
	height:20px;
	z-index:3;
	background-image: url(../images/deathknight_icon.jpg);
}


#deathknighttext {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:35px;
	top:31px;
	width:90px;
	height:20px;
	z-index:3;
}


#deathknightstatus {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:130px;
	top:32px;
	width:95px;
	height:20px;
	z-index:3;
}


#druid {
	position:absolute;
	left:5px;
	top:51px;
	width:20px;
	height:20px;
	z-index:3;
	background-image: url(../images/druid_icon.jpg);
}


#druidtext {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:35px;
	top:53px;
	width:90px;
	height:20px;
	z-index:3;
}


#druidstatus {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:130px;
	top:54px;
	width:95px;
	height:20px;
	z-index:3;
}


#hunter {
	position:absolute;
	left:5px;
	top:73px;
	width:20px;
	height:20px;
	z-index:3;
	background-image: url(../images/hunter_icon.jpg);
}


#huntertext {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:35px;
	top:75px;
	width:90px;
	height:20px;
	z-index:3;
}


#hunterstatus {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:130px;
	top:76px;
	width:95px;
	height:20px;
	z-index:3;
}


#mage {
	position:absolute;
	left:5px;
	top:95px;
	width:20px;
	height:20px;
	z-index:3;
	background-image: url(../images/mage_icon.jpg);
}


#magetext {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:35px;
	top:97px;
	width:90px;
	height:20px;
	z-index:3;
}


#magestatus {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:130px;
	top:98px;
	width:95px;
	height:20px;
	z-index:3;
}


#paladin {
	position:absolute;
	left:5px;
	top:117px;
	width:20px;
	height:20px;
	z-index:3;
	background-image: url(../images/paladin_icon.jpg);
}


#paladintext {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:35px;
	top:119px;
	width:90px;
	height:20px;
	z-index:3;
}


#paladinstatus {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:130px;
	top:120px;
	width:95px;
	height:20px;
	z-index:3;
}


#priest {
	position:absolute;
	left:5px;
	top:139px;
	width:20px;
	height:20px;
	z-index:3;
	background-image: url(../images/priest_icon.jpg);
}


#priesttext {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:35px;
	top:141px;
	width:90px;
	height:20px;
	z-index:3;
}


#prieststatus {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:130px;
	top:142px;
	width:95px;
	height:20px;
	z-index:3;
}


#rogue {
	position:absolute;
	left:5px;
	top:161px;
	width:20px;
	height:20px;
	z-index:3;
	background-image: url(../images/rogue_icon.jpg);
}


#roguetext {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:35px;
	top:163px;
	width:90px;
	height:20px;
	z-index:3;
}


#roguestatus {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:130px;
	top:164px;
	width:95px;
	height:20px;
	z-index:3;
}


#shaman {
	position:absolute;
	left:5px;
	top:183px;
	width:20px;
	height:20px;
	z-index:3;
	background-image: url(../images/shaman_icon.jpg);
}


#shamantext {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:35px;
	top:185px;
	width:90px;
	height:20px;
	z-index:3;
}


#shamanstatus {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:130px;
	top:186px;
	width:95px;
	height:20px;
	z-index:3;
}


#warlock {
	position:absolute;
	left:5px;
	top:205px;
	width:20px;
	height:20px;
	z-index:3;
	background-image: url(../images/warlock_icon.jpg);
}


#warlocktext {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:35px;
	top:207px;
	width:90px;
	height:20px;
	z-index:3;
}


#warlockstatus {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:130px;
	top:208px;
	width:95px;
	height:20px;
	z-index:3;
}


#warrior {
	position:absolute;
	left:5px;
	top:227px;
	width:20px;
	height:20px;
	z-index:3;
	background-image: url(../images/warrior_icon.jpg);
}


#warriortext {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:35px;
	top:229px;
	width:90px;
	height:20px;
	z-index:3;
}


#warriorstatus {
	font-family:Arial;
	font-size:13px;
	position:absolute;
	left:130px;
	top:230px;
	width:95px;
	height:20px;
	z-index:3;
}