.classArea
{
	width: 50%;
	float: left;
	padding-left: 1%;
}
.cProfile
{
	width: 100%;
	height: 25px;
	margin-left: 1%;
	font-weight: bold;
}

#rogue, #priest, #paladin, #warrior, #druid, #hunter, #warlock, #mage
{
	background-position: right;
	background-repeat: no-repeat;
}
#rogue_cap, #priest_cap, #paladin_cap, #warrior_cap, #druid_cap, #hunter_cap, #warlock_cap, #mage_cap
{
	background-position: left top;
	background-repeat: no-repeat;
}
/* Class Colors */


.cName, .cRace, .cClass, .cProfileLink, .cRank, .cAttend
{
	float: left;
	height: 25px;
	font-size: 13pt;
	color: white;
}

.cName
{
	width: 40%;
	text-align: left;
}
.cClass {width: 20%;}
.cProfileLink {width: 10%;}
.cRank {width: 30%;}

/*.profileBlockLeft, .profileBlockCenter, .profileBlockRight
{
	width: 660px;
	background-image: url(/img/logo_bg.png);
	background-repeat: no-repeat;
}

.profileBlockLeft {background-position: 20% 0%;}
.profileBlockCenter {background-position: center;}
.profileBlockRight {background-position: 80% 0%;}
*/
.IE_sucks_spacer
{
	width: 100px;
	height: 10px;
	padding: 0px;
	font-size: 1px;
}

.classHeader
{
	background-image: url();
	background-repeat: repeat-x;

	font-size: 14pt;
	width: 100%;
	height: 28px;
	text-align: center;
	background-color: #000033;
	margin-top: 30px;
	margin-bottom: 10px;
}

.profileLink, .profileLink:visited
{
	color: white;
	font-size: 8pt;
	text-decoration: none;
}
.profileLink:hover
{
	text-decoration: underline;
}