* {
  font-family: verdana, arial, sans-serif;
}

.donate {
  background-color: #333333;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #99FF99;
  display: block;
  padding: 10px;
  margin: 5px;
}
.donate A {
  text-decoration: none;
  display: block;
}

HTML { 
  position: relative;
  min-height: 100%; 
  margin-bottom: 1px; 
}  
BODY {
  position: relative;
  margin: 0px;
  text-align: center;
  background-color: #FFFFFF;
  color: #777777;
  width: 100%;
  height: 100%;
}
A {
  color: #7D7DFF;
}
.alignright {
  text-align: right;  
}
.alignleft {
  text-align: left;  
}
.floatleft {
  float: left;
}
.lr {
  clear: both;
  padding: 3px;
}


.boxborder {
  background-color: #333333;
}


.netlnk {
  	border-bottom: 1px dotted #777777;
  	color: #777777;
  	text-decoration: none;
}

.netp {
  margin-bottom: 5px;
}

.navelem {
  border: 1px solid #333;
  margin-bottom: 4px;
}

.navelem_on {
  border: 1px solid #99FF99;
  margin-bottom: 4px;
}

.td {
  font-size: 12px;
}


.navtxt {
  font-weight: bold;
  font-size: 13px;
  color: #ddd;
}

.navele_on {
  color: #aaa;
  display: block;
  background-color: #333333;
  margin: 2px;
  padding: 4px;
}
.navele_on A {
  text-decoration: none;
  color: #99FF99;
  display: block;
  font-weight: bold;
  font-size: 10px;
}

.navele {
  color: #aaa;
  display: block;
  background-color: #191919;
  margin: 2px;
  padding: 4px;
}
.navele A {
  text-decoration: none;
  color: #bbb;
  display: block;
  font-weight: bold;
  font-size: 10px;
}

.clearboth {
  clear: both;
}

.corp_box2 {
  border: 1px solid #333;
  width: 100%;
  margin-top: 9px;
  text-align: center;
}

.corp_box_buffer {
  background-color: #191919;
  margin: 5px;
  padding: 5px;
  text-align: center;
}

.box_buffer {
  background-color: #191919;
  margin: 5px;
  padding: 5px;
}

.box_browse {
  font-weight: bold;
  font-size: 12px;
}

.h50 {
  height: 50px; 
}

.h200 {
  height: 200px;
}

.h250 {
  height: 250px;
}

.h275 {
  height: 275px;
}

.corp_box_main {
  width: 225px;
  clear: both;
}

.logtxt {
  font-size: 10px;
  font-weight: bold;
}

.registernow {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	display: block;
  background-color: #333;
  margin: 5px;
  padding: 10px;
}
.registernow A {
	font-size: 15px;
	font-weight: bold;
  text-decoration: none;
  color: #99FF99;
}

.corp_box_main .corp_box_top {
  width: 225px;
  clear: both;
}

.corp_box_main .corp_box_side {
  background-color: #333;
  width: 1px;
  float: left;
  height: 100%;
}

.corp_box_main .corp_box_content {
  width: 223px;
  float: left;
  font-size: 11px;
  text-align: left;
  height: 100%;
  border-bottom: 1px solid #333;
}

.pad {
  padding: 10px;
}

.im {
  margin-top: 10px;
  clear: both;
}

.imghead {
  height: 25px;
}

.hr {
  height: 1px;
  border-bottom: 1px solid #333;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  line-height: 1px;
}

.hrd {
  height: 1px;
  border-bottom: 1px dotted #222;
  width: 100%;
  clear: both;
  margin-bottom: 5px;
  margin-top: 5px;
}

.breaker {
  height: 20px;
  clear: both;
  width: 1px;
}

.breaker2 {
  height: 15px;
  clear: both;
  width: 1px;
}

.corp_main_left {
  float: left;
}

.corp_content {
  clear: both;
  width: 700px;
}

.corp_main_right {
  float: left;
  padding-left: 5px;
  width: 125px;
}

.corp_header {
  clear: both;
  width: 700px;
}

.corp_header_left {
  float: left;
  clear: left;
  height: 71px;
}

.corp_header_right {
  float: left;
  clear: right;
  width: 430px;
}

.corp_header_right_top {
  height: 34px;
  background-image: url(/images/head_bg.gif);
  background-repeat: repeat-x;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  clear: both;
  line-height: 34px;
  padding-right: 10px;
  align: right;
}

.corp_header_right_bot {
  height: 37px;
  clear: both;
  align: right;
  text-align: right;
}

#AL {
  width: 100%;
  height: 100%;
}


.clnk {
  border-bottom: 1px dotted #555;
}

.botnav {
  padding-top: 20px;
  padding-left: 5px;
  font-size: 11px;
  font-weight: bold;
  clear: both;
}
.botnav A {
  	border: 1px dotted #444444;
  	padding: 5px;
  	color: #777777;
  	text-decoration: none;
}
.botnav_on {
  	border: 1px dotted #AAAAAA;
  	padding: 5px;
  	color: #777777;
  	text-decoration: none;
}

PRE {
  background-color: #BBBBBB;
	border: 1px dotted #444444;
  margin: 8px 2px 0px 8px;
  padding: 3px;
  font-size: 11px;
  text-align: left;
}

.darkenBackground { 
  background-color: rgb(0, 0, 0);
  opacity: 0.7;
  -moz-opacity:0.70;
  filter: alpha(opacity=70);
  z-index: 100;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}

.whead {
  background-color: #080808;
	border-left: 1px dotted #444444;
	border-top: 1px dotted #444444;
	border-right: 1px dotted #444444;
	border-bottom: 1px solid #080808;
	color: #99FF99;
	padding: 5px;
  margin: 12px 2px 0px 8px;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  float: left;
}

.whead2 {
  background-color: #151515;
	border-left: 1px dotted #444444;
	border-top: 1px dotted #444444;
	border-right: 1px dotted #444444;
	border-bottom: 1px solid #151515;
	padding: 5px;
  margin: 12px 2px 0px 8px;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  float: left;
}
.whead2 A {
  text-decoration: none;
  color: #999;
}

.warn {
  background-color: #BBBBBB;
	border: 1px dotted #444444;
	padding: 4px;
  margin: 12px 2px 5px 8px;
  font-size: 12px;
  font-weight: bold;
}

I {
	border-bottom: 1px dotted #444444;
}

.claim_header {
  background-color: #F3F3F3;
	border: 1px dotted #AAAAAA;
	padding: 4px;
  margin: 12px 2px 5px 8px;
  font-size: 13px;
  font-weight: bold;
  color: #444444;
}

.claim_header A {
  text-decoration: none;
  color: #444444}


.msg2 {
  background-color: #080808;
	border: 1px dotted #444444;
	padding: 6px;
  margin: 2px 2px 5px 8px;
  font-size: 12px;
  clear: both;
}


.msg {
	border: 1px dotted #BBBBBB;
	padding: 4px;
  margin: 2px 2px 5px 8px;
  font-size: 12px;
  clear: both;
}

.ad {
	border: 1px dotted #AAAAAA;
	padding: 2px;
	clear: both;
}

.ad_728 {
  width: 728px;
}

.ad_120 {
  width: 120px;
}

.ad_125 {
  width: 125px;
}

.ad_468 {
  width: 468px;
}

.urlf {
  color: #ccc;
  background-color: #000;
  padding: 2px;
  border: 1px solid #333;
}

.w1  { width: 150px; }
.w2  { width: 200px; }
.w3  { width: 50px;  }
.w4  { width: 100px; }  
.w5  { width: 75px;  }  
.w6  { width: 125px; }  
.w7  { width: 60px;  }
.w8  { width: 35px;  }
.w9  { width: 110px; }  
.w0  { width: 85px;  }  
.w11 { width: 165px; }
.w12 { width: 220px; }
.w13 { width: 350px; }
.w14 { width: 300px; }
.w15 { width: 500px; }
.w16 { width: 600px; }
.w17 { width: 700px; }

/**** sortable table style ***************************************************/
.sortable {
  padding: 3px;
  font-weight: normal;
  font-size: 11px;
}

.sortable TR TH {
  padding: 5px;
  font-size: 11px;
  font-weight: bold;
}

.sortable thead {
  padding: 3px;
  height: 25px;
  background-color: #BBBBBB;
  color: #666666;
  font-weight: bold;
  cursor: pointer;
}
.searchgrid_head {
	border: 1px dotted #444444;
}
.searchgrid_row {
  padding: 3px;
  margin: 3px;
  font-weight: normal;
  font-size: 11px;
}
.searchgrid_col {
  color: #444444;
  padding: 3px;
  margin: 3px;
  font-weight: normal;
  font-size: 11px;
  border-bottom: 1px dotted #666666;
}
.searchgrid_col A {
  color: #444444;
  text-decoration: none;
  display: block;
}

/*****************************************************************************/
.slot {
  font-weight: bold;
  font-size: 20px;
  padding: 0px;
  margin: 2px 0px 4px 0px;
  color: #666666;
  text-decoration: none;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #FFFFFF;
}
.grid_ele { 
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 3px;
  color: #888888;
  text-align: left;
  border-bottom: 1px dotted #666666;
  border-left: 1px solid #FFFFFF;
  padding-bottom: 6px;
  padding-left: 4px;
  display: block;
}
.grid_ele A {
  color: #888888;
  text-decoration: none;
  display: block;
}
.grid_width_a {
  width: 150px;
}
.grid_width_b {
  width: 200px;
}
.grid_width_c {
  width: 50px;
}
.grid_width_d {
  width: 100px;
}

/*******************************************************************************************************************/
.slot_7 A {
  color: #FFFFCC; 
  text-decoration: none;
}
.slot_5 A {
  color: #FF8000; 
  text-decoration: none;
}
.slot_4 A {
  color: #A335EE; 
  text-decoration: none;
}
.slot_3 A {
  color: #0070DD; 
  text-decoration: none;
}
.slot_2 A {
  color: #009500; 
  text-decoration: none;
}
.slot_1 A {
  color: #aaa; 
  text-decoration: none;
}
.slot_0 A {
  color: #aaa; 
  text-decoration: none;
}

.slot_color_7 { 
  border: 1px dotted #FFFFCC;
}
.slot_color_5 { 
  border: 1px dotted #FF8000;
}
.slot_color_4 { 
  border: 1px dotted #A335EE;
}
.slot_color_3 { 
  border: 1px dotted #0070DD;
}
.slot_color_2 { 
  border: 1px dotted #009500;
}
.slot_color_1 { 
  border: 1px dotted #aaa;
}
.slot_color_0 { 
  border: 1px dotted #666666;
}
/***************************************************************************************************************/


.sub {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.sub2, .sub2 A {
  margin-top: 1px;
  margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.sub3, .sub3 A {
  margin-top: 3px;
	font-size: 11px;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
}
.sub4 {
  padding: 3px;
  font-size: 11px;
  font-weight: normal;
  color: #777777;
  text-align: center;
  border: 1px dotted #666666;
  background-color: #EEEEEE;
  margin-bottom: 2px;
}
.sub_talent {
  padding: 3px;
  font-size: 10px;
  font-weight: normal;
  color: #777777;
  text-align: center;
  border: 1px dotted #666666;
  background-color: #EEEEEE;
  margin-bottom: 2px;
}
.sub6 {
  padding: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #777777;
  text-align: center;
  border: 1px dotted #666666;
  background-color: #EEEEEE;
  margin-bottom: 2px;
}

.qual_7, .qual_7 A { color: #E5CC80; text-decoration: none; }
.qual_6, .qual_6 A { color: #BC382B; text-decoration: none; }
.qual_5, .qual_5 A { color: #FF8000; text-decoration: none; }
.qual_4, .qual_4 A { color: #A335EE; text-decoration: none; }
.qual_3, .qual_3 A { color: #0070DD; text-decoration: none; }
.qual_2, .qual_2 A { color: #009500; text-decoration: none; }
.qual_1, .qual_1 A { color: #CCCCCC; text-decoration: none; }
.qual_0, .qual_0 A { color: #777777; text-decoration: none; }

.err {
  padding: 3px;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  color: #FF9A35;
  margin-bottom: 3px;
}

.subw {
  padding: 3px;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  border: 1px dotted #666666;
  background-color: #FF9A35;
  width: 90%;
}
.subw A {
  color: #000000;
  border-bottom: 1px dotted #000000;
}

.hpx {
  width: 100%;
  clear: both;
}
.hp {
  padding: 3px;
  margin: 0px 2px 2px 0px;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  border: 1px dotted #175401;
  background-color: #247B01;
  float: left;
  width: 43%;
}
.mana {
  padding: 3px;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  border: 1px dotted #153664;
  background-color: #205497;
  float: right;
  width: 42%;
}

.rage {
  padding: 3px;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  border: 1px dotted #7D0000;
  background-color: #C10000;
  margin-bottom: 2px;
  float: right;
  width: 42%;
}

.energy {
  padding: 3px;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  border: 1px dotted #6F6F00;
  background-color: #C6C600;
  margin-bottom: 2px;
  float: right;
  width: 42%;
}

.prof {
  padding: 3px;
  margin-top: 2px;
  font-size: 10px;
  font-weight: normal;
  color: #247B01;
  text-align: center;
  border: 1px dotted #4BA800;
  background-color: #C7FF99;
  clear: left;
}

#char_grid {
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 3px;
  margin-bottom: 2px;
  border: 1px dotted #444444;
  padding: 2px;
  clear: both;
  background-color: #FFFFFF;
}

#stats_char {
  width: 418px;
  margin: auto;
  margin-bottom: -6px;
  padding: 6px 0px 0px 0px;
  text-align: left; 
}

#stats_arena, #stats_base, #stats_melee, #stats_ranged, #stats_spell, #stats_defense, #stats_networking, #stats_saved {
  margin-top: 0px;
  clear: both;
}

#stats_char_left {
  float: left; 
  clear: left;
  padding-bottom: 5px;
  margin-left: 1px;
  width: 270px;
}
#stats_char_right {
  float: right;
  clear: right;
  padding-bottom: 5px;
  width: 120px;
}

.buff_block {
  border: 1px dotted #AAAAAA;
  color: #999999;
  background-color: #FBFBFB;
  width: 35px;
  height: 20px;
  text-align: center;
  margin: 2px 0px 0px 2px;
  padding: 0px;
  line-height: 20px;
  font-size: 10px;
  font-weight: bold;
  cursor: default;
}

/*******************************************************************************************************************/
/*******************************************************************************************************************/

.main_link_7 { 
  text-decoration: none;
  text-indent: 4px;
  color: #FFFFCC;
  font-weight: bold;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.main_link_7 A { 
  text-decoration: none;
  text-indent: 4px;
  color: #FFFFCC;
  font-weight: bold;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.main_link_7 A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

.main_link_5 { 
  text-decoration: none;
  text-indent: 4px;
  color: #FF8000;
  font-weight: bold;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.main_link_5 A { 
  text-decoration: none;
  text-indent: 4px;
  color: #FF8000;
  font-weight: bold;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.main_link_5 A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

.main_link_4 { 
  text-decoration: none;
  text-indent: 4px;
  color: #A335EE;
  font-weight: bold;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.main_link_4 A { 
  text-decoration: none;
  text-indent: 4px;
  color: #A335EE;
  font-weight: bold;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.main_link_4 A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

.main_link_3 { 
  text-decoration: none;
  text-indent: 4px;
  color: #0070DD;
  font-weight: bold;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.main_link_3 A { 
  text-decoration: none;
  text-indent: 4px;
  color: #0070DD;
  font-weight: bold;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.main_link_3 A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

.main_link_2 { 
  text-decoration: none;
  text-indent: 4px;
  color: #009500;
  font-weight: bold;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.main_link_2 A { 
  text-decoration: none;
  text-indent: 4px;
  color: #009500;
  font-weight: bold;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.main_link_2 A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

.main_link_1 { 
  text-decoration: none;
  text-indent: 4px;
  color: #808080;
  font-weight: bold;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.main_link_1 A { 
  text-decoration: none;
  text-indent: 4px;
  color: #808080;
  font-weight: bold;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.main_link_1 A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

.main_link_0 { 
  text-decoration: none;
  text-indent: 4px;
  color: #808080;
  font-weight: bold;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.main_link_0 A { 
  text-decoration: none;
  text-indent: 4px;
  color: #808080;
  font-weight: bold;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.main_link_0 A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

/*****************************************************************************************/
.gem_link_5 { 
  text-decoration: none;
  text-indent: 7px;
  color: #FF8000;
  font-weight: normal;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.gem_link_5 A { 
  text-decoration: none;
  text-indent: 7px;
  color: #FF8000;
  font-weight: normal;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.gem_link_5 A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

.gem_link_4 { 
  text-decoration: none;
  text-indent: 7px;
  color: #A335EE;
  font-weight: normal;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.gem_link_4 A { 
  text-decoration: none;
  text-indent: 7px;
  color: #A335EE;
  font-weight: normal;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.gem_link_4 A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

.gem_link_3 { 
  text-decoration: none;
  text-indent: 7px;
  color: #0070DD;
  font-weight: normal;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.gem_link_3 A { 
  text-decoration: none;
  text-indent: 7px;
  color: #0070DD;
  font-weight: normal;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.gem_link_3 A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

.gem_link_2 { 
  text-decoration: none;
  text-indent: 7px;
  color: #009500;
  font-weight: normal;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.gem_link_2 A { 
  text-decoration: none;
  text-indent: 7px;
  color: #009500;
  font-weight: normal;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.gem_link_2 A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

.gem_link_1 { 
  text-decoration: none;
  text-indent: 7px;
  color: #808080;
  font-weight: normal;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.gem_link_1 A { 
  text-decoration: none;
  text-indent: 7px;
  color: #808080;
  font-weight: normal;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.gem_link_1 A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

.gem_link_0 { 
  text-decoration: none;
  text-indent: 7px;
  color: #808080;
  font-weight: normal;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.gem_link_0 A { 
  text-decoration: none;
  text-indent: 7px;
  color: #808080;
  font-weight: normal;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.gem_link_0 A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

.dur_link { 
  text-decoration: none;
  text-indent: 7px;
  font-weight: normal;
  font-size: 10px;
  color: #666666;
  display: block;
  white-space: nowrap;
}
.dur_link A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

.enchant_link {
  text-decoration: none;
  text-indent: 7px;
  color: #009500;
  font-weight: normal;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.enchant_link A {
  text-decoration: none;
  text-indent: 7px;
  color: #009500;
  font-weight: normal;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}

.enchant_link A:hover { 
  background-color: #666666;
  color: #BBBBBB;
}

/*****************************************************************************************/
.alink {
  position: absolute;
  visibility: hidden;
  border: 1px dotted #666666;
  line-height: 18px;
  z-index: 100;
  background-color: #EEEEEE;
  width: auto;
  text-align: left;
}

.alink A {
  padding: 1px;
  text-decoration: none;
}

  

/*****************************************************************************************/
.stats_head_on {
  margin: 6px 6px 0px 6px;
  font-size: 11px;
  font-weight: normal;
  background-color: #F1FA85;
  color: #000000;
  text-align: left;
  text-indent: 5px;
  padding: 2px;
  border: 1px dotted #666666;
  cursor: pointer;
}

.stats_head_off {
  margin: 6px 6px 6px 6px;
  font-size: 11px;
  font-weight: normal;
  background-color: #EEEEEE;
  color: #444444;
  text-align: left;
  text-indent: 5px;
  padding: 2px;
  border: 1px dotted #666666;
  cursor: pointer;
}

.stats_main {
  margin: 0px 6px 6px 6px;
  padding: 2px 2px 2px 2px;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  background-color: #FFFFFF;
  text-align: center;
  text-indent: 10px; 
  border-left: 1px dotted #666666;
  border-right: 1px dotted #666666;
  border-bottom: 1px dotted #666666;
}

.stats_item {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  text-indent: 0px;
  padding: 1px;
}

.stats_lbl {
  text-align: left;
  color: #222222;
}
.stats_val {
  text-align: left;
  font-weight: bold;
  color: #666666;
}
.stats_val2 {
  text-align: left;
  font-weight: bold;
  color: #AAAAAA;
}


/*****************************************************************************************/
#navigation {
  clear: both;
  width: 600px;
  height: 20px;
  margin-bottom: 10px;
  padding-bottom: 2px;
  z-index: 400;
}

#navigation .box_space {
  width: 20px;
  display: block;
  float: left;
}

#navigation .my_on {
  float: left;
  width: 60px;
  clear: right;
  font-weight: bold;
  font-size: 10px;
  border-left: 1px dotted #AAAAAA;
  border-right: 1px dotted #AAAAAA;
  border-bottom: 1px dotted #AAAAAA;
  border-top: 1px dotted #FFFFFF;
  padding: 2px;
  margin-left: 2px;
  text-decoration: none;
  text-align: center;
  background-color: #F3F3F3;
  display: block;
  line-height: 15px;
  z-index: 300;
}
#navigation .my_on A {
  text-decoration: none;
  color: #55AAFF;
  display: block;
  z-index: 300;
}

#navigation .my_off {
  float: left;
  width: 60px;
  clear: right;
  font-weight: bold;
  font-size: 10px;
  border-left: 1px dotted #AAAAAA;
  border-right: 1px dotted #AAAAAA;
  border-bottom: 1px dotted #AAAAAA;
  border-top: 1px dotted #FFFFFF;
  padding: 2px;
  margin-left: 2px;
  color: #AAAAAA;
  text-decoration: none;
  text-align: center;
  background-color: #FFFFFF;
  display: block;
  line-height: 15px;
  z-index: 300;
} 
#navigation .my_off A {
  text-decoration: none;
  color: #AAAAAA; 
  display: block;
  z-index: 300;
}

#nav_my {
  z-index: 100px;
  width: 150px;
}

#navigation #my_nav {
  z-index: 300;
  position: relative;
}

#my_block {
  clear: both;
  border: 1px dotted #AAAAAA;
  background-color: #F3F3F3;
  color: #FFFFFF;
  margin-top: 20px;
  margin-left: 2px;
  padding: 1px;
  width: 150px;
  text-align: left;
  z-index: 300;
  top: 0px;
}

.my_ele_head {
  color: #AAAAAA;
  background-color: #FFFFFF;
  display: block;
  padding: 4px;
  margin: 0px;
  font-size: 11px;
  font-weight: bold;
  z-index: 300;
}

.my_ele {
  color: #AAAAAA;
  background-color: #EEEEEE;
  display: block;
  padding: 1px;
  padding-left: 5px;
  margin: 0px;
  font-size: 10px;
  font-weight: bold;
  z-index: 300;
}

.my_ele_on {
  background-color: #aaaaaa;
  display: block;
  padding: 1px;
  padding-left: 5px;
  margin: 0px;
  font-size: 10px;
  font-weight: bold;
  z-index: 300;
}

#navigation .my_off .my_ele_on A {
  color: #eeeeee;
}

#navigation .box_on {
  float: left;
  width: 60px;
  clear: right;
  font-weight: bold;
  font-size: 10px;
  border-left: 1px dotted #AAAAAA;
  border-right: 1px dotted #AAAAAA;
  border-bottom: 1px dotted #AAAAAA;
  border-top: 1px dotted #FFFFFF;
  padding: 2px;
  margin-left: 2px;
  text-decoration: none;
  text-align: center;
  background-color: #F3F3F3;
  display: block;
  line-height: 15px;
} 
#navigation .box_on A {
  text-decoration: none;
  color: #55AAFF;
  display: block;
}

#navigation .box_off {
  float: left;
  width: 60px;
  clear: right;
  font-weight: bold;
  font-size: 10px;
  border-left: 1px dotted #AAAAAA;
  border-right: 1px dotted #AAAAAA;
  border-bottom: 1px dotted #AAAAAA;
  border-top: 1px dotted #FFFFFF;
  padding: 2px;
  margin-left: 2px;
  color: #AAAAAA;
  text-decoration: none;
  text-align: center;
  background-color: #FFFFFF;
  display: block;
  line-height: 15px;
} 
#navigation .box_off A {
  text-decoration: none;
  color: #AAAAAA;
  display: block;
}

/***************************************************************************************/
#armorylite {
  margin-left: auto; 
  margin-right: auto; 
  width: 750px;
  min-height: 100%;
}

#armorylite_wide {
  margin-left: auto; 
  margin-right: auto; 
  min-height: 100%;
  width: 900px;
}

#profile_wide {
  width: 900px;
  margin: 0px;
  padding: 0px;
  clear: both;
}

#profile {
  width: 600px;
  margin: 0px;
  padding: 0px;
  clear: both; 
}

#char_bot {
  margin-left: auto; 
  margin-right: auto; 
  text-align: center;
  width: 180px;
  clear: both;
  vertical-align: top;
  padding-top: 2px;
  margin-top: 8px;
  height: 36px;
}

.horiz {
  float: left;
  clear: right;
  margin-top: 0px;
  margin-right: 4px;
  vertical-align: top;
  height: 36px;
}

#char_left {
  float: left;
  margin-left: 3px;
  clear: right;
  padding-left: 0px;
}

#char_mid {
  float: left;
  width: 440px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  margin-left: 10px;
  clear: right;
  padding: 0px;
}

#char_right {
  float: left;
  margin: 0px;
  clear: right;
  padding: 0px;
}

#char_buffs {
  width: 35px;
  margin-left: 5px;
  float: left;
  clear: right;
  padding: 0px;
}

#footer {
  width: 600px;
  margin: 0px;
  padding: 0px;
  clear: both;
}

#footer P {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
}

#footer #cnt_center {
  margin-left: auto; 
  margin-right: auto; 
  padding-top: 40px;
  padding-right: 60px;
  text-align: center;
}

#footer #cnt_left {
  float: left;
  padding-top: 40px;
  text-align: left;
}

.foot_txt, .foot_txt A {
  font-size: 10px;
  font-weight: normal;
  color: #555;
  text-decoration: none;
  clear: both;
}

/***************************************************************************************/
/******************** HOMEPAGE DEFINITION **********************************************/
#homepage {
  width: 800px;
}

  #homepage #header {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    float: right;
  }

  #header #block {
    width: 30px;
    height: 30px;
    border:1px dotted #666666;
    float: left;
    margin-left: 3px;
  }
  
  #tagline {
    margin-left: 120px;
    font-size: 50px;
    color: #bbb;
  }
  #tagline A {
    color: #bbb;
    text-decoration: none;
  }

  .block_a { 
    background-color: #7D7DFF;
  }
  .block_b {
    background-color: #FFD414;
  }
  .block_c {
    background-color: #444444;
  }
  
  #homepage #body {
    clear: both;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    padding-top: 20px;
    text-align: left;
  }

  .highlight {
    font-weight: bold;
  }
  
  #homepage #body #left {
    float: left;
    clear: right;
    width: 400px;
    text-align: left;
    color: #7D7DFF;
  }     

  #homepage #body #right {
    float: left;
    clear: right;
    width: 230px;
    text-align: left;
  } 
  
  #homepage #body #righter {
    float: left;
    width: 125px;  
    margin-left: 15px;
  }
  
  #text_block {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    padding: 15px;
    margin-bottom: 15px;
    border:2px dotted #fff;
  }
  #text_block A {
    color: #ffffff;
    text-decoration: none;
  }

  #push {
    margin-right: 15px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #888;
    background-color: #EEEEEE;
    text-align: center;
    padding: 10px;
    border:2px dotted #666666;
    margin-bottom: 15px;
  }  

  #lnk {
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #888;
    background-color: #fff;
    text-align: left;
    padding: 5px;
    border:2px dotted #111;
  }  
  
  #lnk A {
    color: #000000;
    display: block;
  }

  .arm_box_bot_head {
    padding-top: 10px;
    margin-top: 10px;
  	font-family: verdana, helvetica, serif;
  	font-weight: bold;
  	font-size: 12px;
  }

  .arm_box_bot_body, #arm_link, #arm_link A {
    padding-top: 3px;
    padding-bottom: 3px;
  	font-family: verdana, helvetica, serif;
  	font-weight: bold;
  	font-size: 12px;
  	color: #99FF99;
  	text-decoration: underline;
  }
  
  SELECT {
  	background-color: #FFFFFF;
  	border: 1px solid #AAAAAA;
  	width: 200px;
  	font-family: verdana, helvetica, serif;
  	color: #999999;
  	font-size: 12px;
  }

  #login_nocenter {
  	background-color: #FFFFFF;
  	border: 1px solid #AAAAAA;
  	font-family: verdana, helvetica, serif;
  	color: #999999;
  	font-size: 12.5px;
  }
  
  #login {
  	background-color: #FFFFFF;
  	border: 1px solid #AAAAAA;
  	font-family: verdana, helvetica, serif;
  	color: #999999;
  	font-size: 12.5px;
  	text-align: center;
  }

  #login_on {
  	background-color: #7D7DFF;
  	border: 1px solid #FFFFFF;
  	font-family: verdana, helvetica, serif;
  	color: #FFFFFF;
  	font-size: 12.5px;
  	text-align: center;
  }

  #login_l {
  	background-color: #fff;
  	border: 1px solid #000;
  	font-family: verdana, helvetica, serif;
  	color: #444444;
  	font-size: 12.5px;
  	text-align: center;
  }
  
  #login_on_l {
  	background-color: #fff;
  	border: 2px dotted #000;
  	font-family: verdana, helvetica, serif;
  	color: #000;
  	font-size: 12.5px;
  	text-align: center;
  	font-weight: bold;
  }

  .blog2 {
  	font-family: verdana, helvetica, serif;
  	color: #999;
  	font-size: 11px;
  	line-height: 17px;
  	clear: both;
  }

  .blog2 A {
    color: #99FF99;
  }
  
  .blog2 .blog_footer {
  	font-family: verdana, helvetica, serif;
  	color: #bbb;
  	font-size: 10px;
  	clear: both;
  	line-heigh: 15px;
  }
  
  .footmain {
    clear: both;
    text-align: left;
    align: left;
    margin-bottom: 25px;
    font-size: 10px;
    color: #222;
    margin-top: 10px;
  }
  
  #blog {
  	font-family: verdana, helvetica, serif;
  	color: #999;
  	font-size: 11px;
  	line-height: 17px;
  	margin-right: 20px;
  	padding-top: 0px;
  	padding-bottom: 10px;
  	padding-left: 5px;
  	padding-right: 5px;
  }
  
  #blog .blog_footer {
  	font-family: verdana, helvetica, serif;
  	color: #bbb;
  	font-size: 10px;
  }
  

/********************* SKILLS DEFINITION ***********************************************/
#skills {
  width: 600px;
}
  #skills #header {
    text-align: left;
    padding: 0px 0px 0px 3px;
    margin-bottom: 10px;
  }
  #skills #content {
    clear: both;
    text-align: left;
  }
  .skill_main {
    clear: both;
  }
  .skill_header {
    clear: both;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    background-color: #EEEEEE;
    padding: 4px;
    margin: 3px;
    text-align: left;
  	border: 1px dotted #BBBBBB;
    cursor: pointer;
  }
  .skill_header_off {
    clear: both;
    font-size: 13px;
    font-weight: bold;
    color: #999999;
    background-color: #EEEEEE;
    padding: 4px;
    margin: 3px;
    text-align: left;
  	border: 1px dotted #BBBBBB;
    cursor: pointer;
  }
  .skill_line {
    clear: both; 
    margin: 6px;
    padding: 2px;
  }  
  .skill_name { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 180px;
    margin-bottom: 4px;
    text-align: left;
  }
  .skill_box {
  	border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    width: 140px;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 1px;
    text-align: left;
    margin-bottom: 4px;
  }
  .skill_lvl { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 100px;
    padding-left: 10px;
    color: #666666;
    text-align: left;
    margin-bottom: 4px;
  }

/********************* GUILD DEFINITION ************************************************/
#guild {
  width: 600px;
}
  #guild #header {
    text-align: left;
    padding: 0px 0px 0px 3px;
    margin-bottom: 10px;
  }
  #guild #content {
    clear: both;
    text-align: left;
  }
  .guild_header {
  	border: 1px dotted #444444;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    background-color: #BBBBBB;
    padding: 4px;
    margin: 3px;
    text-align: left;
    height: 20px;
    line-height: 20px;
  }
  .guild_line {
    clear: both; 
    margin: 6px;
    padding: 2px;
  }  
  .guild_member_name { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 145px;
    margin-bottom: 3px;
    text-align: left;
    border-bottom: 1px dotted #666666;
    border-left: 1px solid #FFFFFF;
    padding: 0px 0px 6px 4px;
    display: block;
  }
  .guild_member_name A {
    color: #666666;
    text-decoration: none;
    display: block;
  }
  .guild_lvl { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 50px;
    color: #666666;
    text-align: left;
    margin-bottom: 3px;
    border-bottom: 1px dotted #666666;
    padding-bottom: 6px;
    display: block;
  }
  .guild_rank { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 80px;
    color: #666666;
    text-align: left;
    margin-bottom: 3px;
    border-bottom: 1px dotted #666666;
    padding-bottom: 6px;
    display: block;
  }
  .guild_gender { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 100px;
    color: #666666;
    text-align: left;
    margin-bottom: 3px;
    border-bottom: 1px dotted #666666;
    padding-bottom: 6px;
  }
  .guild_race { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 100px;
    color: #666666;
    text-align: left;
    margin-bottom: 3px;
    border-bottom: 1px dotted #666666;
    padding-bottom: 6px;
  }
  .guild_class { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 100px;
    color: #666666;
    text-align: left;
    margin-bottom: 3px;
    border-bottom: 1px dotted #666666;
    padding-bottom: 6px;
  }
  .me {
    border-bottom: 1px solid #55AAFF;
  }
  .me_name {
    border-bottom: 1px solid #55AAFF;
    border-left: 1px solid #55AAFF;
  }
  .h_guild_member_name { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 145px;
    color: #666666;
    text-align: left;
    padding-left: 4px;
  }
  .h_guild_lvl { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 50px;
    color: #666666;
    text-align: left;
  }
  .h_guild_rank { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 80px;
    color: #666666;
    text-align: left;
  }
  .h_guild_gender { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 100px;
    color: #666666;
    text-align: left;
  }
  .h_guild_race { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 100px;
    color: #666666;
    text-align: left;
  }
  .h_guild_class { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 100px;
    color: #666666;
    text-align: left;
  }

/********************* ARENA TEAM DEFINITION *******************************************/
#arenateam {
  width: 600px;
}
  #arenateam #header {
    text-align: left;
    padding: 0px 0px 0px 3px;
    margin-bottom: 10px;
  }
  #arenateam #content {
    clear: both;
    text-align: left;
  }
  .arenateam_header {
    clear: both;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    background-color: #EEEEEE;
    padding: 4px;
    margin: 3px;
    text-align: left;
  	border: 1px dotted #BBBBBB;
    cursor: pointer;
  }
  .arenateam_header_off {
    clear: both;
    font-size: 13px;
    font-weight: bold;
    color: #999999;
    background-color: #EEEEEE;
    padding: 4px;
    margin: 3px;
    text-align: left;
  	border: 1px dotted #BBBBBB;
    cursor: pointer;
  }
  .arenateam_box {
  	border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    width: 72px;
    font-size: 11px;
    font-weight: normal;
    padding: 0px;
    text-align: left;
  }
  .arenateam_member_row { 
    clear: both;
    border-top: 1px dotted #666666;
    margin: 0px 5px 5px 5px;
  }
  .arenateam_member_header { 
    border-left: 1px dotted #666666;
    border-right: 1px dotted #666666;
    border-top: 1px dotted #666666;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    padding: 5px;
    margin: 0px 5px 0px 5px;
    background-color: #EFEFEF;
    clear: both;
    display: block;
    height: 20px;
    line-height: 20px;
  }
  .arenateam_ele {
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    float: left;
    display: block;
    height: 20px;
    line-height: 20px;
  }    
  .arenateam_member { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 4px;
    display: block;
  }
  .arenateam_member A {
    color: #666666;
    text-decoration: none;
    display: block;
  }

/********************* NOTES DEFINITION ************************************************/
#notes {
  width: 600px;
}
  #notes #header {
    text-align: left;
    padding: 0px 0px 0px 3px;
    margin-bottom: 10px;
  }
  #notes #content {
    clear: both;
    text-align: left;
  }

  .note_control {
    margin: 4px;
    padding: 4px;
    color: #666666;
    background-color: #EEEEEE;
    clear: both;
  	border: 1px dotted #BBBBBB;
  	font-size: 12px;
  	font-weight: bold;
  	text-align: right;
  }  
  
  .note_line {
    clear: both;
    border-bottom: 1px dotted #666666;
    margin: 4px;
    padding-bottom: 5px;
  }  
    
  .note_line .note_date {
    font-size: 11px;
    color: #BBBBBB;
    margin-left: 3px;
  }
  .note_line .note_body {
    font-size: 12px;
  }

  .note_line .note_body IMG {
    vertical-align: bottom;
  }
  
  .note_textarea {
    width: 100%;
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
  }
  
  .textleft {
    text-align: left;
  }
  
  
  .note_btn {
    width: 30%;
    border: 1px solid #666666;
    background-color: #BBBBBB;
    color: #FFFFFF;
  }
  
/********************* REP DEFINITION **************************************************/
#reputation {
  width: 600px;
}
  #reputation #header {
    text-align: left;
    padding: 0px 0px 0px 3px;
    margin-bottom: 10px;
  }
  #reputation #content {
    clear: both;
    text-align: left;
  }
  
  .rep_submain {
    clear: both;
  }
  .rep_subheader {
    clear: both;
    font-weight: bold;
    color: #000000;
    text-align: left;
    cursor: pointer;
  }
  .rep_subheader_off {
    clear: both;
    font-weight: bold;
    color: #999999;
    text-align: left;
    cursor: pointer;
   }


  .rep_main {
    clear: both;
  }
  .rep_header {
    clear: both;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    background-color: #EEEEEE;
    padding: 4px;
    margin: 3px;
    text-align: left;
  	border: 1px dotted #BBBBBB;
    cursor: pointer;
  }
  .rep_header_off {
    clear: both;
    font-size: 13px;
    font-weight: bold;
    color: #999999;
    background-color: #EEEEEE;
    padding: 4px;
    margin: 3px;
    text-align: left;
  	border: 1px dotted #BBBBBB;
    cursor: pointer;
  }
  .rep_line {
    clear: both; 
    margin: 6px;
    padding: 2px;
  }  
  .rep_name { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 180px;
    margin-bottom: 4px;
    text-align: left;
  }
  .rep_box {
  	border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    width: 140px;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 1px;
    text-align: left;
    margin-bottom: 4px;
  }
  .rep_lvl { 
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 100px;
    padding-left: 10px;
    color: #666666;
    text-align: left;
    margin-bottom: 4px;
  }
  .Exalted {
    background-color: #0AA087;
    display: block;
  }
  .Revered {
    background-color: #30A601;
    display: block;
  }
  .Honored {
    background-color: #74A001;
    display: block;
  }
  .Friendly {
    background-color: #A4A201;
    display: block;
  }
  .Neutral {
    background-color: #D2B130;
    display: block;
  }
  .Unfriendly {
    background-color: #D59B31;
    display: block;
  }
  .Hostile {
    background-color: #DD6F00;
    display: block;
  }
  .Hated {
    background-color: #B82E21;  
    display: block;
  }

/********************* SEARCH DEFINITION ***********************************************/
#search {
  width: 800px;
  clear: both;
  margin: 0px;
}
  #search #header {
    text-align: left;
    padding-bottom: 0px;
    padding-left: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
  	font-size: 16px;
  	font-weight: bold;
    color: #777777;
  }

  #search #header A {
    text-decoration: none;
    color: #777777;
  }
  .me_on {
    color: #0079F2;
  }

/********************* HEADERNAV DEFINITION ********************************************/
.headernav {
  clear: both;
  width: 750px;
  height: 30px;
  line-height: 30px;
}
.headernav .box_on {
  margin: 0px 2px 0px 8px;
  font-weight: bold;
  font-size: 12px;
  border-left: 1px dotted #55AAFF;
  border-right: 1px dotted #55AAFF;
  border-bottom: 1px dotted #55AAFF;
  padding: 2px;
  color: #111111;
  text-decoration: none;
  text-align: center;
  background-color: #F3F3F3;
  display: block;
  line-height: 30px;
} 
.headernav .box_off {
  margin: 0px 2px 0px 8px;
  font-weight: bold;
  font-size: 12px;
  border-left: 1px dotted #666666;
  border-right: 1px dotted #666666;
  border-bottom: 1px dotted #666666;
  padding: 0px;
  color: #111111;
  text-decoration: none;
  text-align: center;
  background-color: #FFFFFF;
  display: block;
  line-height: 30px;
} 
.headernav .floatleft {
  float: left;
  clear: right;
}
.headernav .floatright {
  float: right;
  clear: right;
}
.headernav .nav, .headernav .nav A {
    text-align: left;
    padding: 3px;
  	font-size: 12px;
  	font-weight: bold;
    color: #777777;
    text-decoration: none;
}


/********************* REPLY DEFINITION ************************************************/
#reply {
  width: 700px;
  clear: both;
  margin: 8px;
  margin-bottom: 0px;
}
  #reply #left {
    float: left;
    clear: right;
    width: 80px;
  }
  #reply #right {
    float: right;
    clear: right;
    width: 600px;
    border-left: 1px dotted #666666;
    border-bottom: 1px dotted #666666;
  }
  #reply #left #icon {
    line-height: 40px;
    width: 40px;
  	font-size: 11px;
  	font-weight: bold;
  }
  #reply #left #username {
    margin-top: 5px;
  	font-size: 12px;
  	font-weight: bold;
  	text-align: left;
  }
  #reply #right #title {
  	font-size: 12px;
  	font-weight: bold;
  	clear: both;
  	text-align: left;
  	border-bottom: 1px dotted #666666;
  	padding-bottom: 3px;
  	padding-top: 3px;
  	padding-left: 5px;
  }
  #reply #right #body {
    margin-top: 8px;
  	font-size: 11px;
  	font-weight: normal;
  	clear: both;
  	text-align: left;
  	padding-left: 5px;
  }
  #reply #right #date {
    margin-top: 10px;
  	font-size: 10px;
  	font-weight: normal;
  	color: #666666;
  	text-align: left;
  	padding-left: 5px;
  	margin-bottom: 5px;
	float: left;
  }

/********************* BROWSE DEFINITION ***********************************************/
#righter {
    float: left;
    width: 125px;  
    margin-left: 15px;
  }

#browse {
  width: 900px;
  clear: both;
  margin: 0px;
}
  #browse #header {
    text-align: left;
    padding-bottom: 0px;
    padding-left: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
  	font-size: 14px;
  	font-weight: bold;
    color: #777777;
  }

  #browse #header A {
    text-decoration: none;
    color: #777777;
  }
  
  #browse .key {
    clear: both;
    text-align: left;
    padding-top: 5px;
    padding-left: 3px;
    padding-bottom: 5px;
  	font-size: 10px;
  	font-weight: bold;
  	color: #666666;
  	width: 700px;
  }
    
  #browse #content {
    margin: 0px;
    padding: 0px;
    clear: both;
  }
  
  #browse #content .row {
    clear: left;
    float: left;
    margin: 0px;
    width: 750px;
  } 

  #browse #content .col {
    margin: 1px;
    margin-bottom: 1px;
    float: left;
    width: 140px;
    height: 35px;
  	background-color: #BBBBBB;
  	line-height: 35px;
  	font-size: 10px;
  	font-weight: bold;
  } 
  
  .age1 { border: 1px dotted #92C901; }
  
  .age2 { border: 1px dotted #DD6F00; }
  
  .age3 { border: 1px dotted #800000; }
  
  .age1 A { 
    text-decoration: none;
    color: #aaaaaa;
    display: block;
  }
  .age2 A { 
    text-decoration: none;
    color: #777777;
    display: block;
  }
  .age3 A { 
    text-decoration: none;
    color: #444444;
    display: block;
  }

/********************* TALENT DEFINITION ***********************************************/
.tlink {
  position: absolute;
  visibility: hidden;
  border: 1px dotted #666666;
  line-height: 18px;
  z-index: 100;
  background-color: #EEEEEE;
  width: auto;
  text-align: left;
}

.tlink A {
  padding: 0px;
  text-decoration: none;
}

.tlink A:hover { 
  background-color: #666666;
  color: #222222;
}

#talents {
  width: 600px;
}
  #talents #header {
    text-align: left;
    padding: 0px 0px 0px 3px;
    margin-bottom: 10px;
  }
  #talents .content {
    clear: both;
  }
  #talents .content .pane {
    float: left;
  	border: 1px dotted #AAAAAA; 
  	margin: 0px 0px 0px 3px;
  	padding: 3px;
  	background-color: #DDDDDD;
  	margin-top: -5px;
  } 
  #talents .content .row {
    clear: both;
  } 
  #talents .content .col_on, #talents .content .col, #talents .content .col_img {
    margin: 1px;
    float: left;
    width: 35px;
    height: 35px;
  	border: 1px solid #DDDDDD;
  	background-color: #DDDDDD;
  	line-height: 35px;
  	font-size: 10px;
  	font-weight: normal;
  } 
  #talents .content .col_img {
    filter:alpha(opacity=0);
    -moz-opacity:.0;
    opacity:.0;
  } 
  #talents .content .block {
    margin: 1px;
    float: left;
    width: 35px;
    height: 35px;
  	line-height: 35px;
  	font-size: 11px;
  }
  #talents .content .empty {
  	border: 1px solid #777777;
  	background-color: #EFEFEF;
  	font-weight: normal;
  }
  #talents .content .full {
    border: 1px solid #A63A3A;
  	background-color: #FFFFFF; 
  	font-weight: bold;
  }
  #talents .content .half {
  	border: 1px solid #22BA00;
  	background-color: #FFFFFF;
  	font-weight: bold;
  }
  #talents .content .empty_img {
  	border: 1px solid #777777;
  	background-color: #EFEFEF;
  	font-weight: normal;
  	background-image: url(/images/meshlight.gif);
  	background-repeat: repeat;
  }
  #talents .content .full_img {
    border: 1px solid #A63A3A;
  	background-color: #FFFFFF;
  	font-weight: bold;
  	background-image: url(/images/meshlight.gif);
  	background-repeat: repeat;
  }
  #talents .content .half_img {
  	border: 1px solid #22BA00;
  	background-color: #FFFFFF;
  	font-weight: bold;
  	background-image: url(/images/meshlight.gif);
  	background-repeat: repeat;
  }
  #talents .content .empty A, #talents .content .empty_img A {
    text-decoration: none;
    color: #777777;
  } 
  #talents .content .full A, #talents .content .full_img A {
    text-decoration: none;
    color: #A63A3A;
  } 
  #talents .content .half A, #talents .content .half_img A {
    text-decoration: none;
    color: #22BA00;
  } 
  #talents .content #rank_on {
    text-indent: 4px;
  }
  #talents .content #rank_on A { 
    text-decoration: none;
    text-indent: 4px;
    color: #777777;
    font-weight: bold;
    font-size: 10px;
    display: block;
    white-space: nowrap;
  }
  #talents .content #rank_on A:hover { 
    background-color: #999999;
    color: #222222;
  }
  #talents .content #rank_off {
    text-indent: 4px;
    display: block;
  }
  #talents .content #rank_off A { 
    text-decoration: none;
    color: #888888;
    font-weight: normal;
    font-size: 10px;
    display: block;
    white-space: nowrap;
  }
  #talents .content #rank_off A:hover { 
    background-color: #999999;
    color: #222222;
    display: block;
  }
  
  #talents .talent_tabs {
    clear: both;
    height: 40px; 
  }

  
  #talents .tabinactive {
    float: left;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-left: 3px;
    background-color: #222;
    border: 1px dotted #444;
  }
  #talents .tabinactive A {
    display: block;
    text-decoration: none;
    color: #888888;  
  }

  #talents .tabactive {
    float: left;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-left: 3px;
    background-color: #333;
    border: 1px dotted #666;
  }
  #talents .tabactive A {
    display: block;
    text-decoration: none;
    color: #888888;  
  }

  .glyphs {
    font-size: 10px;
    color: #aaa;
    clear: both;
    width: 486px;
    text-align: left;
    padding: 5px;
    margin-bottom: 5px;
    margin-left: 3px;
  	border: 1px dotted #666666;
  	background-color: #151515;
  }
  
  .glyphs .gl {
    margin-bottom: 5px;
  }
  
  .glyphs .tx {
    color: #777;
  }
  
  .export {
    clear: both;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    width: 175px;
    float: left;
    padding: 5px;
    margin-top: 10px;
    margin-left: 3px;
  	border: 1px dotted #666666;
    background-color: #EFEFEF;
  }
  .export A {
    text-decoration: none;
    display: block;
  }
  
.tagit {
  background-color: #EFEFEF;
	background-image: url(/images/meshlight.gif);
	background-repeat: repeat;
  padding: 5px;
	border: 1px solid #666666;
	margin: 0px;
}

.frost  { color: #5B6BFF; }
.fire   { color: #FF3833; }
.arcane { color: #D1D1E1; }
.shadow { color: #BD2CC6; }
.holy   { color: #BDB25A; }
.nature { color: #31B618; }


.profile_content {
  width: 600px;
  float: left;
  clear: right;
  margin: 0px;
  padding-top: 0px;
}

.page_content {
  width: 750px;
  float: left;
  clear: right;
  margin: 0px;
  padding-top: 0px;
}

.page_ad {
  width: 125px;
  float: left;
  clear: right;
  margin-left: 10px;
  margin-top: 0px;
  padding-top: 0px;
}


.exf {
  vertical-align: center;
  line-height: 28px;
}


/*** Affiliate *****************************************************************************************/

#aff_header {
  text-align: left;
  clear: both;
  float: left;
}
