html {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

body {
	background-position: top center;
	background-color: #000000;
	font-size: 10px; 
	font-family: Verdana, Arial helvetica, serif; 
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

a:link, a:visited, a:active {
	color: #FFBC1A;
}

a:hover {
	color: #ffffff;
}

a:link, a:visited, a:active, a:hover {
	font-weight: bold; 
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

div {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

td {
	border-top: 1px solid #2E2E2E;
	border-left: 1px solid #2E2E2E;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #FFE396;
	
	text-align: left;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	font-size: 10px;
}

h1 {	color: #ffffff; font-size: 16px; padding: 2px 0px 8px 6px; margin: 0px; }
h2 {	color: #ffffff; font-size: 14px; padding: 2px 0px 8px 0px; margin: 0px;}
h3 {	color: #ffffff; font-size: 12px; }
h4 {	color: #ffffff; font-size: 10px; }

input {
	background-color: #161616;
	font-family: Verdana, Helvetica, Arial; 
	font-size: 10px; 
	color: #ffffff;
	border-width: 2px;
	border-left-color: #5E5E5E;
	border-right-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	border-top-color: #5E5E5E;
	background-image: url(img/login_input_spacer.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}

input.button {
	border-left-color: #B6B6B6;
	border-right-color: #5E5E5E;
	border-bottom-color: #5E5E5E;
	border-top-color: #B6B6B6;
	background-image: url(img/login_button_spacer.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #ffffff;
}

textarea {
	background-color: #161616;
	font-family: Verdana, Helvetica, Arial; 
	font-size: 10px; 
	color: #ffffff;
	border-width: 2px;
	border-left-color: #5E5E5E;
	border-right-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	border-top-color: #5E5E5E;
	background-image: url(img/trow05.gif);
	background-color: #272828;
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #ffffff;
}

input.checkbox, input.radio {
	background: transparent;
	background-image: none;
}

select {
	font-weight: normal;
	background-color: #313131;
	font-family: Verdana, Helvetica, Arial; 
	font-size: 10px; 
	border-width: 2px;
	border-left-color: #5E5E5E;
	border-right-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	border-top-color: #5E5E5E;
	color: #cecece;
}








/* ------ Menu Bar Elements ------ */
.menu_items {
	padding: 4px 0px 0px 0px;
}

.menu_masteritem, .menu_masterbreak {
	float: left;
	height: 16px;
	color: #FFBC1A;
	font-size: 11px;
	font-weight: bold;
	
}

.menu_masteritem {
	cursor: hand;
	padding: 3px 10px 1px 10px;
}

.menu_masterbreak {
	padding: 3px 0px 1px 0px;
}


/* ------ Quicknav Elements ------ */
.quicknav {
	height: 23px;
	width: 100%;
}

.quicknav_end {
	float: right;
	height: 23px;
	width: 69px;
	background-image: url(img/nav_ender.jpg);
	background-repeat: no-repeat;
}

.quicknav_spacer {
	float: right;
	height: 23px;
	background-image: url(img/nav_spacer.jpg);
	background-repeat: repeat-x;
	padding: 2px 10px 0px 0px;
	font-weight: bold;
	color: #D28602;
}

.quicknav_spacer a:link, .quicknav_spacer a:visited {
	color: #D28602;
}

.quicknav_spacer a:hover {
	color: #ffffff;
}

.quicknav_name {	color: #ffffff; }
.quicknav_site {	color: #FFBC1A; }


/* ------ Banner Elements ------ */



/* ------ FillBar Elements ------ */










.main {
	float: left;
	width: 100%;
	background-color: #000000;
	background-image: url(img/main_footer_spacer.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.sidebar {
	width: 130px;
	float: left;
	background-color: #212121;
}

.sidebar_header {
	float: right;
	width: 124px;
	color: #ffffff; 
	background-color: #000000;
	padding: 2px 0px 2px 8px;
}

.sidebar_item {
	float: right;
	width: 120px;
	padding: 2px 0px 2px 6px;
	color: #777777;
}

.sidebar_footer {
	float: left;
	width: 130px;
	height: 64px;
	background-image: url(img/sidebar_spacer.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #000000;
}

.content {
	padding: 0px 0px 30px 0px;
	float: left;
	width: auto;
}






/* ------ Footer Elements ------ */
.footer_bar {
	float: left;
	height: 29px;
	width: 100%;
	background-image: url(img/footer_bar_spacer.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.footer_bar_l, .footer_l {
	float: left;
	padding: 8px 0px 0px 10px;
	font-weight: bold;
	color: #6EAFFF;
}

.footer_bar_r, .footer_r {
	float: right;
	padding: 8px 10px 0px 0px;
	font-weight: bold;
	text-align: right;
}

.footer_bar_r a:link, .footer_bar_r a:visited {
	color: #0D58B4;
	text-decoration: none;
}

.footer_bar_r a:hover {
	color: #ffffff;
	text-decoration: none;
}

.footer_r, .footer_l {
	font-weight: normal;
	padding-top: 4px;
}

.footer_ul, .footer_ur {
	color: #4791EC;
}

.footer_ul a:link, .footer_ul a:visited, .footer_ur a:link, .footer_ur a:visited {
	color: #4791EC;
	text-decoration: none;
	font-weight: bold;
}

.footer_ul a:hover, .footer_ur a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.footer_ll, .footer_lr {
	color: #2766B3;
}

.footer_ll a:link, .footer_ll a:visited, .footer_lr a:link, .footer_lr a:visited {
	color: #2766B3;
	text-decoration: none;
	font-weight: bold;
}

.footer_ll a:hover, .footer_lr a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.footer {
	float: left;
	height: 39px;
	width: 100%;
	background-image: url(img/footer_spacer.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}




.menu {
	width: 160px; 
	opacity: 0.8; 
	filter:alpha(opacity=80);
	background-color: #000000; 
	z-index: 10; 
	position: absolute; 
	visibility: hidden;
	padding: 1px;
}

.mborder_r, .mborder_l {
	width: 100%;
	background-repeat: repeat-y;
}

.mborder_t, .mborder_b {
	width: 100%;
	background-repeat: repeat-x;
}

.mborder_r {
	background-image: url(img/menu_border_side.jpg);
	background-position: top right;
}
.mborder_l {
	background-image: url(img/menu_border_side.jpg);
	background-position: top left;
}
.mborder_t {
	background-image: url(img/menu_border_top.jpg);
	background-position: top left;
}
.mborder_b {
	background-image: url(img/menu_border_top.jpg);
	background-position: bottom left;
	padding: 0px;
}

.mdata {
	padding: 4px 5px 4px 6px;
}

.menuitem, .menuitemlast {
	width: 140px;
	cursor: hand;
	padding: 1px 10px 1px 10px;
}
.menuitem {
	background-image: url(img/menu_break.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
a:hover .menuitem, a:hover .menuitemlast, a:visited .menuitem, a:visited .menuitemlast, a:link .menuitem, a:link .menuitemlast {
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial helvetica, serif; 
}
a:link .menuitem, a:link .menuitemlast {
	color: #FFBC1A;
}
a:visited .menuitem, a:visited .menuitemlast {
	color: #FFBC1A;
}
a:hover .menuitem, a:hover .menuitemlast {
	color: #ffffff;
}







.gentable_r {
	float: left;
	width: 99%;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
}
.gentable_l {
	float: left;
	width: 100%;
	background-repeat: repeat-y;
}

.gentable_t, .gentable_b {
	float: left;
	width: 100%;
	background-repeat: repeat-x;
}

.gentable_r {
	background-image: url(img/menu_border_side.jpg);
	background-position: top right;
}
.gentable_l {
	background-image: url(img/menu_border_side.jpg);
	background-position: top left;
}
.gentable_t {
	background-image: url(img/menu_border_top.jpg);
	background-position: top left;
}
.gentable_b {
	background-image: url(img/menu_border_top.jpg);
	background-position: bottom left;
	padding: 3px;
	text-align: center;
}

.genrow {
	float: left;
	width: 100%;
}





.small_row0, .small_row1, .small_header {
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
}
.small_header {
	background-image: url(img/theader.gif);
	background-color: #343434;
	font-weight: bold;
	color: #ffffff;
}
.small_header td {
	color: #ffffff;
}
.small_row0 {
	background-image: url(img/trow01.gif);
	background-color: #2B2B2B;
}
.small_row1 {
	background-image: url(img/trow02.gif);
	background-color: #1E1E1E;
}

.big_row0, .big_row1 {
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
}
.big_row0 {
	background-image: url(img/trow03.gif);
	background-color: #2B2B2B;
}
.big_row1 {
	background-image: url(img/trow04.gif);
	background-color: #1E1e1e;
}









.table_foot_r {
	padding: 0px 10px 2px 0px;
	text-align: right;
	width: autox;
	float: right;
}

.table_foot_l {
	padding: 3px 0px 0px 10px;
	text-align: left;
	width: auto;
	float: left;
}



.forum_category {
	float: left;
	width: 535px;
	padding: 3px 0px 3px 0px;
}

.forum_threads {
	width: 270px;
	padding: 6px 0px 6px 0px;
}
.forum_info {
	padding: 2px 0px 2px 0px;
}

.category_name {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}



.forum_sig {
	color: #666666;
}

.forum_sig_break {
	color: #999999;
	height: 1px; 
}



.forum_row0, .forum_row1 {
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
}
.forum_row0 {
	color: #FFE396;
	background-image: url(img/trow03.gif);
	background-color: #2B2B2B;
}
.forum_row1 {
	color: #FFE396;
	background-image: url(img/trow04.gif);
	background-color: #1E1D1D;
}



.forum_status {
	width: 6px;
}


.forum_name {
	vertical-align: middle;
	padding: 0px;
	text-align: left;
}

a.forum_name:link, a.forum_name:visited {
	font-weight: bold;
	color: #FFBC1A;
	font-size: 12px;
}

a.forum_name:hover {
	font-weight: bold;
	color: #FFBC1A;
	font-size: 12px;
}

.forum_name {		padding: 0px 0px 0px 2px; color: #EB9B0F; }
.forum_desc {		padding: 0px 0px 0px 10px; color: #848484; }
.forum_lthread {	color: #848484; padding: 0px 0px 0px 5px; }

.forum_lthread a:link {
	font-weight: bold;
	color: #FFBC1A;
	font-size: 10px;
}

.forum_lthread a:visited {
	font-weight: bold;
	color: #FFBC1A;
	font-size: 10px;
}

.forum_lthread a:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}


.forum_foot_r {
	padding: 0px 10px 2px 0px;
	text-align: right;
	width: auto;
	float: right;
}

.forum_foot_l {
	padding: 0px 0px 0px 10px;
	text-align: left;
	width: 45%;
	float: left;
}







.forumview_deleted0, .forumview_deleted1 {
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
}
.forumview_deleted0, .forumview_closed0 {
	color: #888888;
	background-color: #2B2B2B;
	background-image: url(img/trow01.gif);
}
.forumview_deleted1, .forumview_closed1 {
	color: #888888;
	background-color: #1E1E1E;
	background-image: url(img/trow02.gif);
}

.forumview_deleted0 td, .forumview_deleted1 td, .forumview_closed0 td, .forumview_closed1 td {
	color: #777777;
}


.forumview_tname, .forumview_posts, .forumview_views, .forumview_lpost, .forumview_fpost, .forumview_spancell {
	vertical-align: middle;
	height: 19px;
	text-align: left;
}
.forumview_spancell {				padding: 2px 0px 2px 5px; }
.forumview_fullspan {				font-size: 12px; font-weight: bold; color: #ffffff;  padding: 2px 0px 2px 5px; }
.forumview_tname {				padding: 0px 0px 0px 8px;		}
.forumview_posts, .forumview_views {		width: 70px;	text-align: center;	font-weight: bold;	}
.forumview_lpost, .forumview_fpost {		color: #666666;		width: 160px;	font-weight: bold;	text-align: center;	}

a.threadname:link, a.threadname:visited {
	font-weight: bold;
	color: #EA9A1D;
	font-size: 11px;
}

a.threadname:hover {
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
}



.araidgroup_pname {		font-weight: bold;	}
.araidgroup_username {		width: 100px;	text-align: center;	font-weight: bold;	}
.araidgroup_raidgroup {		width: 80px;	text-align: center;	font-weight: bold;	 }
.araidgroup_status {		width: 80px;	text-align: center;	font-weight: bold;	}
.araidgroup_class {		width: 80px;	text-align: center;	font-weight: bold;	}
.araidgroup_dkp {		width: 80px;	text-align: center;	font-weight: bold;	}
.araidgroup_actions {		width: 160px;	text-align: center;	font-weight: bold;	}


.class_DRUID {		color: #F7941D;	}
.class_HUNTER {		color: #39B54A;	}
.class_MAGE {		color: #00AEEF;	}
.class_PALADIN {	color: #F49AC1;	}
.class_PRIEST {		color: #FFFFFF;	}
.class_ROGUE {		color: #FFF200;	}
.class_SHAMAN {		color: #0072BC;	}
.class_WARLOCK {	color: #662D91;	}
.class_WARRIOR {	color: #8C6239;	}


.status_ACTIVE {	color: #00ff00;	}
.status_INACTIVE {	color: #ff0000;	}

.amount_POSITIVE {	color: #00ff00;	}
.amount_NEGATIVE {	color: #ff0000;	}

.araid_rid {			width: 30px;	text-align: center;	font-weight: bold;	}
.araid_raidgroup {		width: 100px;	text-align: center;	font-weight: bold;	}
.araid_zone {			width: 170px;	text-align: center;	font-weight: bold;	 }
.araid_type {			width: 90px;	text-align: center;	font-weight: bold;	}
.araid_time {			width: 140px;	text-align: center;	font-weight: bold;	}
.araid_status {			width: 100px;	text-align: center;	font-weight: bold;	}
.araid_progress {		width: 160px;	text-align: center;	font-weight: bold;	}
.araid_wowid {			width: 90px;	text-align: center;	font-weight: bold;	}
.araid_actions {				text-align: left;	font-weight: bold;	}

.araid_raidgroup_hover {
	width: 300px;
	opacity: 0.8; 
	filter:alpha(opacity=80);
	background-color: #000000; 
	z-index: 10; 
	float: left;
	position: absolute; 
	visibility: hidden;
}
.araid_raidclass {
	text-align: left;
	width: 140px;
	float: left;
	padding: 2px 2px 10px 2px;
}
.araid_raidlist {
	padding: 0px 0px 0px 5px;
}





.smallrow_header {
	background-image: url(img/theader.gif);
	background-repeat: repeat-x;
	background-color: #343434;
	height: 23px;
	font-weight: bold;
}

.smallrow_header td {
	color: #ffffff;
	padding: 0px 6px 0px 4px;
}


.item_epic {		color: #92278F; font-weight: bold; }
.item_rare {		color: #0072BC; font-weight: bold; }
.item_legendary {	color: #F7941D; font-weight: bold; }
.item_uncommon {	color: #00ff00; font-weight: bold; }
.item_common {		color: #ffffff; font-weight: bold; }
.item_vendor {		color: #999999; font-weight: bold; }


.tooltip {
	width: 240px; 
	opacity: 0.8; 
	filter:alpha(opacity=80);
	background-color: #000000; 
	z-index: 10; 
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.tooltip_equip, .tooltip_use {	color: #00ff00; }
.tooltip_normal {	color: #ffffff; }
.tooltip_set {		color: #888888; }
.tooltip_name {		font-size: 14px; }
.tooltip_totalcount {	font-weight: bold; }

.drops_num {		width: 5%; text-align: center; }
.drops_date {		width: 20%; }
.drops_item {		 }
.drops_player {		width: 15%; text-align: center; }
.drops_upgrade {	width: 20%; }
.drops_cost {		width: 10%; text-align: center; }

.na {			text-align: center; color: #444444; font-weight: bold; }


.forum_status_new {	width: 6px; padding: 0px; background-color: #4A3D2F; background-image: url(img/trow_green.gif); }
.forum_status_none {	width: 6px; padding: 0px; }

.forum_action {
	border-top: 1px solid #2E2E2E;
	border-left: 1px solid #2E2E2E;
	margin: 0px 1px;
	text-align: center;
	padding: 5px 30px;
	width: 170px;
	font-size: 14px;
	font-weight: bold;
	float: right;
	background-color: #212121;
	color: #555555; 
}

.no_threads {		color: #555555; font-weight: bold; text-align: center; }


.bosslist_item {	width: 400px; float: left;  margin: 0px 10px 0px 0px; }
.bosslist_zone {	width: 80px; }
.bosslist_link {	width: 200px; }
.bosslist_name {	padding: 0px 0px 0px 5px; font-weight: bold; }

.page_mainheader {	float: left; width: auto; }



.post_opt {		width: auto; float: right; padding: 0px 15px 0px 5px; }

.post_user_area {	width: 180px; vertical-align: top; padding: 8px 4px;  }
.post_content_area {	vertical-align: top; padding: 8px 4px;  color: #DD982B; font-size: 11px; }
.post_info_area {	width: 180px; vertical-align: bottom; padding: 8px 4px;  }
.post_time_bar {	text-align: right; }

.post_name, .post_rank, .post_avatar, .post_uid, .post_posts, .post_pmsg {		text-align: center; }
.post_uid {		color: #777777; }
.post_rank {		color: #EB9B0F; }
.post_name {		font-size: 14px; font-weight: bold; }
.post_space, .post_anchor, .post_reply, .post_time, .post_edited {			text-align: center; }
.post_time {		color: #777777; }
.post_edited {		color: #555555; }
.post_anchor, .post_anchor a:link, .post_anchor a:visited, .post_anchor a:hover {		font-weight: normal;  color: #777777; }
.post_anchor a:hover {	color: #ffffff; }
.post_space a:link, .post_space a:visited {	color: #ff0000; }
.post_space a:hover {				color: #ffffff; }

.post_pmsg a:link, .post_pmsg a:visited {	color: #555555; font-weight: normal; }
.post_pmsg a:hover {				color: #ffffff; text-decoration: underline; }
.post_breaker {		height: 5px; font-size: 1px; padding: 0px; }


.post_row0, .post_row1, .delpost_row {
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
}
.post_row0 {
	background-image: url(img/trow05.gif);
	background-color: #272828;
	background-position: bottom left;
}
.post_row1, .delpost_row {
	background-image: url(img/trow06.gif);
	background-color: #1E1e1e;
	background-position: bottom left;
}

.delpost_row td {	color: #555555; }







.dkplist_char {		width: 400px; float: left;  margin: 0px 10px 0px 0px; }





.ilist_id {		text-align: center; width: 60px; font-weight: bold; }
.ilist_boss {		width: 200px; }
.ilist_name {		}
.ilist_slot { 		width: 100px; text-align: center; font-weight: bold; }
.ilist_class {		width: 100px; text-align: center; font-weight: bold; }
.ilist_cost {		width: 80px; text-align: center; font-weight: bold; }


.dkplist_name {		font-weight: bold; }
.dkplist_class {	width: 140px; font-weight: bold; }
.dkplist_cap { 		width: 80px; font-weight: bold; text-align: center; }
.dkplist_spent {	width: 80px; font-weight: bold; text-align: center; }
.dkplist_incentive {	width: 80px; font-weight: bold; text-align: center; }
.dkplist_dkp {		width: 80px; font-weight: bold; text-align: center; }




.quote_cont {		border: 1px solid #555555; background-color: #181818; margin: 3px 10px; padding: 5px 10px; }
.quote_h {		font-weight: bold; }
.quote {		padding: 0px 0px 0px 15px; }

.red {			color: #ff0000; }
.green {		color: #00ff00; }

.form_label {		width: 150px; text-align: right; font-weight: bold; padding-right: 8px; padding-top: 5px; vertical-align: top; }
.form_field {		vertical-align: top; }
.form_submit {		text-align: center; }


.fadmin_threads {	width: 50px; text-align: center; }
.fadmin_posts {		width: 50px; text-align: center; }
.fadmin_fup {		width: 70px; text-align: center; }
.fadmin_fdown {		width: 70px; text-align: center; }
.fadmin_fdel {		width: 70px; text-align: center; }
.fadmin_fedit {		width: 70px; text-align: center; }

.fadmin_catname {	width: 95%;	float: left;	font-size: 14px;	font-weight: bold;	color: #ffffff; 	border-bottom: 1px solid #888888;	margin: 0px 0px 3px 0px; }
.fadmin_catoptions {	float: left; color: #ffffff; margin: 0px 0px 3px 0px;}
.inactive {		color: #555555; }

.redlink:link, .redlink:visited {	color: #ff0000; }







.forumadmin_cat {	width: 97%; text-align: center; }
.forumadmin_break {	height: 1px; color: #555555; margin: 0px; padding: 0px; }



.search_result_item {	width: 95%; margin: 0px 10px 20px 0px; }
.search_result {	text-decoration: underline; color: #ffffff; font-weight: bold; }
.search_result_text {	color: #888888; padding: 6px 6px 6px 20px; }



.text_info {		padding: 2px 10px 4px 20px; }













/* ------ Search Bar Elements ------ */
.online_status {	padding: 3px 0px 0px 10px;	font-weight: bold;	color: #ffffff;	}
.search_form {		padding: 0px 10px 0px 10px;	width: auto;	float: right;	font-weight: bold;	text-align: right; }
.search_text {		padding: 3px 5px 0px 0px; }
.search_field {		padding: 0px 10px 0px 0px; }
.search_submit {	padding: 1px 0px 0px 0px; }

.online_status, .search_text, .search_field, .search_submit {	width: auto;	float: left; }



/* ------ Login Bar Elements ------ */
.login_bar {		float: left;	height: 29px;	width: 100%;	background-image: url(img/login_bar_spacer.jpg);	background-repeat: repeat-x;	background-position: top left; }

.login_status {		color: #ffffff;	font-weight: bold;	padding: 8px 10px 0px 10px; }
.login_form {		width: auto;	float: right;	font-weight: bold;	text-align: right;	padding: 0px 10px 0px 10px;	 }
.login_text {		padding: 8px 5px 0px 0px; }
.login_field {		padding: 4px 10px 0px 0px; }
.login_checkbox {	padding: 4px 10px 0px 0px; }
.login_submit {		padding: 5px 0px 0px 0px; }

.login_status, .login_text, .login_field, .login_checkbox, .login_submit {	width: auto;	float: left; }

.login_status a:link, .login_status a:visited {		color: #EA9A1D; }
.login_status a:hover {					color: #ffffff; }



/* ----- User Listing ----- */
.userlist_uid, .userlist_uname, .userlist_posts, .userlist_art, .userlist_jdate, .userlist_seen, .userlist_fullrow {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.userlist_uid {						}
.userlist_uname {					}
.userlist_posts, .userlist_art {	width: 10%;	}
.userlist_jdate, .userlist_seen {	width: 26%;	}

.userlist_uname a:hover, .userlist_uname a:visited, .userlist_uname a:link {
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
.userlist_uname a:link {	color: #FFBC1A; }
.userlist_uname a:visited {	color: #FFBC1A; }
.userlist_uname a:hover {	color: #ffffff; }

a.header:link, a.header:visited {	color: #ffffff;	font-size: 11px; }
a.header:hover {			color: #FFBC1A;	font-size: 11px; }



/* ----- User Profile ----- */
.profile_subhead {	width: 40%; text-align: right; font-weight: bold; }
.profile_info {		}

.prs_zone {		width: 150px; font-weight: bold; padding-left: 5px; }
.prs_time {		 }
.prs_group {		width: 100px; font-weight: bold; text-align: center; }
.prs_char {		width: 140px; text-align: center; }
.prs_signup {		width: 100px; text-align: center; }
.prs_progress {		width: 100px; text-align: center; }
.prs_status {		width: 80px; text-align: center; }

.prs_raidclass {	width: 140px; float: left; text-align: left; padding: 2px 2px 10px 2px; }
.prs_raidlist {		padding: 0px 0px 0px 5px; }


.pdkp_name {		font-weight: bold; padding-left: 5px; }
.pdkp_group {		width: 100px; font-weight: bold; text-align: center; }
.pdkp_status {		width: 100px; text-align: center; }
.pdkp_dkp {		width: 100px; font-weight: bold; text-align: center; }
.pdkp_cap {		width: 100px; text-align: center; }
.pdkp_spent {		width: 100px; text-align: center; }

.pdh_date {		width: 150px; }
.pdh_char {		width: 100px; font-weight: bold; text-align: center; }
.pdh_group {		width: 100px; font-weight: bold; text-align: center; }
.pdh_desc {		 }
.pdh_change {		width: 100px; font-weight: bold; text-align: right; }



/* ----- Guild Bank Display ----- */
.gbank_item {		width: 350px; float: left;  margin: 0px 10px 0px 0px; }
.gbank_name {		width: 60px; font-weight: bold; text-align: center; }
.gbank_iteminfo {	padding: 0px 0px 0px 5px; }
.gbank_qty {		width: 40px; text-align: center; }
.gbank_del {		width: 30px; text-align: center; }


/* ----- Error Frames ----- */
.success_frame {	width: 400px; border: 1px solid #444444; text-align: center; padding: 10px 10px; 
	background-repeat: repeat-x; 
	background-image: url(img/trow06.gif);
	background-color: #1E1e1e;
	background-position: bottom left; }
	
.error_frame {	width: 400px; border: 1px solid #444444; text-align: center; padding: 10px 10px; 
	background-repeat: repeat-x; 
	background-image: url(img/trow06.gif);
	background-color: #1E1e1e;
	background-position: bottom left; }