html, body {
	margin:0;
	padding:0;
	min-height:100%;
	background-color:#1e1e1e;
	font-family:Arial;
	font-size:10pt;

}
#container {
	position:relative;
	width:999px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}		
#left {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:182px;
	background:url(/images/nav_bg_left2.gif) repeat-y;
}
#middle {
	left:182px;
	top:0px;
	position:relative;
	width:635px;
	background-color:#d0cebf;
}
#right {
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	width:182px;
	background:url(/images/nav_bg_right.gif) repeat-y;
}
#footer {
	clear:both;
}

/* header style definitions */
#top {
	margin:0;
	padding:0;
	background:url(/images/header_bg.jpg) repeat-x;
	min-width:995px;
	height:56px;
	overflow:hidden;
}
#top-left {
	position:relative;
	float:left;
	width:287px;
	height:51px;
	background:url(/images/header_left.jpg) no-repeat top;
}
#top-center {
	margin-left:auto;
	margin-right:auto;
	width:179px;
	height:51px;
	padding-top:5px;
	background:url(/images/warpath.png) no-repeat center center;
}
#top-right {
	position:relative;
	float:right;
	width:287px;
	height:51px;
	background:url(/images/header_right.jpg) no-repeat top;
}

/* center top menu style definitions */
#menu {
	position:relative;
	float:left;
	padding:0;
	margin:0;
	width:100%;
	background:url(/images/nav_bg_menu.gif) repeat-x;
	height:26px;
	overflow:hidden;
}
#menu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#menu ul li {
	display:block;
	position:relative;
	float:left;
	list-style:none;
	padding:0;
	right:50%;
	margin:1px 0 0 0; /* top right bottom left */
	height:24px;
	border-right:1px solid #fff;	
	font-size:10pt;
	font-weight:bold;
	line-height:24px;
}
#menu ul li a {
	text-decoration:none;
	color:#000;
	display:block;
	padding:0 10px 0 10px;
	border-right:1px solid #b6b1ad;
}
#menu li.first {border-left:1px solid #b6b1ad;}
#menu li.first a {border-left:1px solid #fff;}
#menu ul li a:hover {background:url(/images/nav_bg_menu_selected.gif) repeat-x;}
#menu li.selected {background:url(/images/nav_bg_menu_selected.gif) repeat-x;}

/* center previews style defintions */
#middle h1 {
	padding:0;
	margin:0;
	text-align:center;
	font-size:14pt;
}
#features {
	margin-left:auto;
	margin-right:auto;
}
#features .list {
	display:block;
	float:left;
	width:190px;
	max-width:205px;
	font-size:8pt;
	padding:6px 10px 10px 10px;
}
#features .list .title {font-weight:bold;}
#features .list a {color:#3b3b3b;}
#features .list ul {
	padding:0;
	margin:0;
}
#features .list li {
	list-style:none;
	display:block;
	margin-left:3px;
	padding-left:8px;
	padding-top:2px;
	padding-bottom:2px;
	background:url(/images/list_arrow.gif) no-repeat left center;
}
#in-progress {
	margin-top:5px;
	position:relative;
}
#in-progress .title {
	font-weight:bold;
	font-size:8pt;
	position:absolute;
	top:0;
	margin-left:5px;
	padding-left:4px;
	padding-right:4px;
	background-color:#d0cebf;
}
#in-progress .body {
	border:1px solid #acacac;
	padding:10px 5px 12px 5px;
	min-height:70px;
}
#in-progress img {
	vertical-align:top;
	padding-right:6px;
	padding-bottom:3px;
	background:url(/images/achieve_shadow.png) no-repeat;
	float:left;
}

/* center news style definitions */
.clear {clear:both;}
#news {clear:both;}
#middle a {color:#3b3b3b;}
#middle h1 {
	margin:0;
	padding:20px 0px 10px 0px;
	font-size:14pt;
	font-weight:bold;
}
#middle h2 {
	margin:0;
	padding:0;
	font-size:12pt;
	font-weight:bold;
}
#news .article .body img {
	max-width:550px;
}
#news .article .body ul {
	padding:5px 0px 5px 0px; /* top right bottom left */
	margin:0;
}
#news .article .body li {
	list-style:none;
	display:block;
	margin-left:5px;
	padding-left:8px;
	padding-top:2px;
	padding-bottom:2px;
	background:url(/images/list_arrow.gif) no-repeat left center;
}
#news .article .headline {
	padding:8px;
	background:#555551 url(/images/news_title_line.gif) repeat-x bottom;
}
#news .article .title {
	display:block;
	font-size:16pt;
	font-weight:bold;
	color:#fff;
}
#news .article .byline {
	display:block;
	font-size:8pt;
	color:#acacac;
}
#news .article .category {
	display:block;
	font-size:8pt;
	color:#acacac;
}
#news .article .byline a {color:#d9b982 !important;}
#news .article .category a {color:#d9b982 !important;}
#news .body {
	padding:8px 12px 12px 12px; /* top right bottom left */
}
#news div.title {
	text-align:center;
	font-weight:bold;
	font-size:14pt;
	padding:15px;
}
#news .body a img {border:1px solid #acacac;}
#news .body a.ss {
	position:relative;
	width:502px;
	height:315px;
	border:2px solid #181818;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}
#news .body a.ss span {
	position: absolute;
	left:0;
	bottom:0;
	background:url(/images/watermark_thumb.png) no-repeat;
	width:500px;
	height:36px;
}
#news .body ul {
	margin:0;
	padding:0;
}
#more-articles {
	background-color:#bebcae;
	border-top:1px solid #acacac;
	padding:10px;
}
#more-articles .title {
	font-weight:bold;
	font-size:12pt;
}
#credits {
	clear:left;
	border-top:1px solid #4a4946;
	font-size:8pt;
	text-align:center;
	background-color:#555551;
	color:#fff;
	padding:3px;
}
#credits a {color:#d9b982;}

/* general menu definitions */
.nav {color:#fff;}
.nav a {color:#d9b982;}
.block {
	width:177px;
	text-align:left;
	background:url(/images/block_title_line.gif) no-repeat top left;
	padding-top:5px;
	margin-top:5px;
	margin-bottom:15px;
}		
.block .title {
	text-align:center !important;
	font-size:11pt;
	background:url(/images/block_title_line.gif) no-repeat bottom left;
	padding-bottom:5px;
}
.block .body {
	font-size:9pt;
	padding-bottom:7px;
	background:url(/images/block_bottom_line.gif) repeat-x bottom left;
}
.block .highlight {
	background-color:#121212;
}
.padded {
	padding:10px !important;
}
.block a.goto {
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	padding:3px 3px 3px 3px; /* top right bottom left */
	margin-bottom:5px;
}
.block a.goto span {
	padding-left:7px;
	padding-right:15px;
	background:url(/images/external_link.png) no-repeat right center;
}
a.tooltip {border-bottom:dotted 1px #3b3b3b; cursor:help;}
a.tooltip:hover {background:#d0cebf;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:5px 5px; margin-left:15px; width:300px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}




/* left menu style definitions */
#left .block .body {border-left:1px solid #181818;}
#banner-left {
	background:url(/images/horde_banner.jpg) no-repeat top left;
	width:177px;
	text-align:center;
	text-transform:uppercase;
	color:#d9b982;
	font-size:7pt;
	padding-top:166px;
	padding-bottom:0px;
}
#raids {
	position:relative;
	padding:0;
	margin:0;
	width:177px;
	height:275px;
	background:url(/images/raids2.jpg) no-repeat;
}
#raids li {
	list-style:none;
	display:block;
	position:relative;
	border-bottom:1px solid #626262;
}
#raids li a {
	position:relative;
	text-decoration:none;
	color:#fff;
	display:block;
	width:177px;
	height:45px;
}
#raids li span.score {
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	background:url(/images/raid_text_bg.png);
	width:57px;
	height:38px;
	padding:7px 0px 0px 6px; /*top right bottom left*/
}
#raids li span.dungeon {
	position:absolute;
	display:block;
	right:3px;
	top:17px;
	height:45px;
	font-family:Calibri,Arial Narrow;
	font-weight:bold;
}

.recruiting {
	position:relative;
	width:100%;
	padding:5px 0px 5px 0px; /* top right bottom left */
	margin:0;
	font-size:8pt;
	font-weight:bold;
}
.recruiting li {
	list-style:none;
	display:block;
	padding-left:24px;
	padding-top:4px;
	padding-bottom:4px;
}
.recruiting li.shaman {
	background:url(/images/icon_shaman.gif) no-repeat left center !important;
	color:#0359e1;
}
.recruiting li.paladin {
	background:url(/images/icon_paladin.gif) no-repeat left center;
	color:#ff99e3;
}
.recruiting li.druid {
	background:url(/images/icon_druid.gif) no-repeat left center;
	color:#ff9000;
}
.recruiting li.hunter {
	background:url(/images/icon_hunter.gif) no-repeat left center;
	color:#40a83e;
}
.recruiting li.mage {
	background:url(/images/icon_mage.gif) no-repeat left center;
	color:#50fdff;
}
.recruiting li.priest {
	background:url(/images/icon_priest.gif) no-repeat left center;
	color:#fff;
}
.recruiting li.rogue {
	background:url(/images/icon_rogue.gif) no-repeat left center;
	color:#fcff00;
}
.recruiting li.warlock {
	background:url(/images/icon_warlock.gif) no-repeat left center;
	color:#a665ff;
}
.recruiting li.warrior {
	background:url(/images/icon_warrior.gif) no-repeat left center;
	color:#9a694c;
}
.recruiting li.deathknight {
	background:url(/images/icon_dk.gif) no-repeat left center;
	color:#d31616;
}
a.apply {
	background:#292929 url(/images/apply_button_bg2.gif) repeat-x;
	text-align:center;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	margin:5px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #555551;
	border-top:1px solid #555551;
}
a.apply:hover {
	background:#292929 url(/images/apply_button_bg3.gif) repeat-x;
}
#wowlogo {
	width:50px;
	height:50px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	background:url(/images/wow.gif) no-repeat;
}
#wowlogo a {
	display:block;
	width:50px;
	height:50px;
}

/* right menu style definitions */
#banner-right {
	min-height:1px;
	background:url(/images/nav_bg_right_top.gif) no-repeat top right;
}
#right .block {margin-left:5px !important;}
#right .block .body {border-right:1px solid #181818;}
#right ul {
	padding:5px 0px 10px 0px; /* top right bottom left */
	margin:0;
	font-size:8pt;
}		
#right ul li {
	list-style:none;
	display:block;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
}
#right #dkp {
	padding:0px 0px 10px 0px; /* top right bottom left */
	margin:0;
	font-size:8pt;
}		
#right #dkp li {
	overflow:hidden;
	list-style:none;
	display:block;
	height:36px;
	padding:0px 0px 0px 36px; /* top right bottom left */
	border-bottom:1px solid #4f4f4f;
}
#right #dkp li.o a {background-color:#121212;}
#right #dkp li.e a {}
#right #dkp li a.item {
	position:relative;
	display:block;
	width:131px;
	height:32px;
	border-left:1px solid #4f4f4f;
	border-right:1px solid #2f2f2f;
	text-decoration:none;
	padding:4px 4px 0px 4px; /* top right bottom left */
	text-overflow:ellipsis; /* ie only */
}
#right #dkp li a span.date {
	position:absolute;
	bottom:0px;
	right:0px;
	color:#c0c0c0;
	padding:1px 3px 2px 1px; /* top right bottom left */
}
#right #videos li {
	list-style:none;
	display:block;
	padding-left:24px;
	padding-top:4px;
	padding-bottom:4px;
}
#right #videos {
	padding:0px 0px 10px 0px; /* top right bottom left */
	margin:0;
	font-size:8pt;
}
#right #videos li.youtube {background:url(/images/icon_youtube.png) no-repeat 3px 4px;}
#right #videos li.wmv {background:url(/images/icon_wmv.png) no-repeat 3px 4px;}
#right #videos li.featured {
	display:block;
	width:176px;
	height:100px;
	padding:0px; /* top right bottom left */
	margin-bottom:4px;
	border-bottom:1px solid #4f4f4f;
	background:url(/images/video_feature.jpg) no-repeat;
}
#right #videos li.featured a {
	display:block;
	width:176px;
	height:100px;
	background:url(/images/video_feature_overlay.png) no-repeat;
}

table.progression {
	border:0;
	padding:0;
	width:612px;
	border-collapse:collapse;
	margin:10px 0 10px 0;
}		
table.progression th {
	padding:5px 0px 5px 0px;
	
}
table.progression td {
	padding:5px 15px 5px 5px;
	border:1px solid #acacac;
	margin:0;
	vertical-align:top;
}
table.progression .status {
	font-size:8pt;
	padding:5px 15px 5px 5px !important;
}
table.progression .status ul li {
	list-style:none;
	display:block;
	padding-top:2px;
	padding-bottom:2px;
}
table.progression tr:hover {
	background-color:#e8e6d6;
}
table.progression td._25man:hover {
	background-color:#d1d1d1 !important;
}
table.progression ._25man {
	width:210px;
	background-color:#bfbfbf;
	border-bottom:1px solid #acacac;
}
table.progression ._10man {
	width:210px;
	border-bottom:1px solid #acacac;
}
