@charset "utf-8";

html
{
	overflow-y:scroll;
}

body
{
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img
{
	border: 0px;
}

p
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#660000;
}

.Centered
{
	text-align:center;
}

a:link
{
	color: #660000;
	text-decoration:none;
}

a:visited
{ 
	color: #BB0000;
	text-decoration:none;
}

a:hover
{ 
	color: #660000;
	text-decoration:underline;
}

a:active
{ 
	color: #660000;
	text-decoration:underline;
}

#BackgroundWrapper
{
	background-image:url(../images/background.png);
	background-repeat:repeat-y;
	background-position:center;
}

#BackgroundFooter
{
	background-image:url(../images/backgroundfooter.png);
	background-repeat:no-repeat;
	background-position:center;
	min-height:32px;
}

#Content
{
	width: 884px;
	margin: 0 auto;
	text-align: left;
}

#Header
{
	background-image:url(../images/headerbackground_ulduar.png);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom: 1px solid #660000;
	width: 884px;
	min-height:172px;
}

#HeaderLinkBG
{
	background-color: rgba(0, 0, 0, 0.5);
}

#LogoText
{
	margin: 41px 0px 13px 25px;
}

#LogoTextForum
{
	margin: 41px 0px 18px 25px;
}

#TopLinkBox
{
	height: 29px;
	text-align: center;
	width:481px;
	margin-left:190px;
}

#TopLinkBox img
{
	padding: 5px 10px 0px 10px;
}

#Body
{
	width: 631px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
}

#WideBody
{
	width:884px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

#Body a:link
{
	color: #660000;
	text-decoration:underline;
}

#Body a:visited
{ 
	color: #BB0000;
	text-decoration:underline;
}

#WideBody a:link
{
	color: #660000;
	text-decoration:underline;
}

#WideBody a:visited
{ 
	color: #BB0000;
	text-decoration:underline;
}

#WideBodyForum
{
	width:884px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

#ProgressColumn
{
	float:left;
	position:relative;
	top:-30px;
	border-top: 1px solid #660000;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
	width: 190px;
}

#LinksColumn
{
	float:right;
	position:relative;
	top:-30px;
	border-top: 1px solid #660000;
	border-left: 1px solid #660000;
	border-bottom: 1px solid #660000;
	width: 212px;
}

#LinksColumn p
{
	text-align: center;
}

#LinksColumn a
{
	text-align: center;
	font-size:10px;
}

#MoreVideosLink
{
	text-align:right;
	font-style:italic;
}

.NewsText
{
	text-align:justify;
}

.NewsByLine p
{
	font-weight:bold;
}

.ClearFloat
{
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

.ClassBox
{
	width:156px;
	float:left;
	margin:5px;
	padding:5px;
	text-align: center;
}

.ClassLink
{
	font-weight:bold;
	padding:0px;
	margin:3px 0px 3px 0px;
}

.ClassText
{
	font-weight:bold;
	font-size:20px;
	padding:0px;
	margin:3px 0px 3px 0px;
	font-variant: small-caps
}

.GuildMasterLink a
{
	font-weight:bold !important;
	text-decoration:none !important;
	color:#FF8000 !important;
}

.OfficerLink a
{
	font-weight:bold !important;
	text-decoration:none !important;
	color:#A335EE !important;
}

.MemberLink a
{
	font-weight:bold !important;
	text-decoration:none !important;
	color:#0070FF !important;
}

.TrialLink a
{
	text-decoration:none !important;
	font-weight:normal !important;
}

.GuildMasterLinkLegend
{
	font-weight:bold !important;
	/*text-decoration:underline !important;*/
	color:#FF8000 !important;
}

.OfficerLinkLegend
{
	font-weight:bold !important;
	/*text-decoration:underline !important;*/
	color:#A335EE !important;
}

.MemberLinkLegend
{
	font-weight:bold !important;
	/*text-decoration:underline !important;*/
	color:#0070FF !important;
}

.TrialLinkLegend
{
	/*text-decoration:underline !important;*/
	font-weight:normal !important;
}

.ErrorBox
{
	border:1px solid #660000;
	background-color:#FFAAAA;
	font-weight:normal;
	margin:20px;
	text-align:center;
}

.VideoCategory
{
	clear:both;
	margin:0px 5px 20px 5px;
	text-align:left;
}

.VideoBox
{
	width: 290px;
	margin: 0px;
	padding: 0px;
	position:relative;
	float:left;
}

.VideoText
{
	text-align:left;
}