/* Version 1.1 */

/* Heading Style for creating a destinct heading */

/*____________________________________________________
  Styles
  ____________________________________________________
*/

.heading_Large {
	color: #C6BB96;
	font-size: 25px;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: -10px;
	font-family:Arial, Helvetica, sans-serif;
}

.heading_Medium ,h1{
	color: #C6BB96;
	font-size: 18px;
	line-height: 120%;
	/*margin-bottom: -10px;*/
}

.heading_Small ,h2 ,h3 {
	font-size: 16px;
	color: #C6BB96;
}
.subHeading_Small {
	color: #999999;
}

.subHeading_Medium {
	color: #999999;
	font-size: 16px;
	line-height: 140%;
}

.smallText{
	font-size:12px;
}
.tanText{
	color: #C6BB96;
}
.tanText a:link, .tanText a:visited{
	color: #C6BB96;
}
.greyText{
	color: #999999;
}
.greyText a:link, .greyText a:visited{
	color: #999999;
}
.odd TD {
	background: url(/images/pod_bg_alt.jpg);
}
#tabContent .odd TD {
	background: url(/images/pod_bg.jpg);
}
.read TD, .read TD A {
	color: #999;
	font-size: 0.95em;
	font-weight: 0 !important;
}
.unread TD, .unread TD A {
	font-weight: bold !important;
}
.read TD A:hover {
	color: #c00;
}
UL.badges, UL.badges LI {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}
UL.badges LI {
	float: left;
	padding-right: 2px;
	padding-bottom: 2px;
}
UL.badges LI IMG {
	width: 40px;
	height: 10px;
}
/*____________________________________________________
  Borders and Dividers
  ____________________________________________________
*/
.avatarImage{
	border: 1px solid #C6BB96;
}
.dimRets0{
	border: 2px solid #CCCCCC;
}
.dimRets1{
	border: 2px solid #FFFF1A;
}
.dimRets2{
	border: 2px solid #FF6600;
}
.dimRets3{
	border: 2px solid #FF0000;
}
.selectedLevel{
	border-bottom: 3px double #FF0000;
}
.deselectedLevel{
	border-bottom: 3px double #FFFFFF;
}

.bevelBorder{
	display: inline;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px #444 solid;
	border-right: 1px #444 solid;
	background: url(/images/pod_bg_alt.jpg);
}

.bottomDivider{
	border-top: 1px solid #000;
	border-bottom: 1px #444 solid;
	margin-bottom: 6px;
	margin-top: 5px;
	background: url(/images/pod_bg_alt.jpg);
}

.titleDivider{
	padding: 3px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px #444 solid;
	border-right: 1px #444 solid;
	margin-bottom: 6px;
	margin-top: 5px;
	background: url(/images/pod_bg_alt.jpg);
}

.titleDividerLong{
	padding: 3px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px #444 solid;
	border-right: 1px #444 solid;
	margin-bottom: 6px;
	margin-top: 5px;
	background: url(/images/pod_bg_long.jpg);
}

.topDivider{
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px #cccccc solid;
}
/*____________________________________________________
  Expandable Text
  ____________________________________________________
*/
.expand{
	font-weight:bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-right: 20px;
    margin-bottom: 10px;
	height: 20px;
	text-decoration:none;
	cursor:pointer;
	background: url(/images/button_plus.gif) no-repeat;
}
.collapse{
	font-weight:bold;
	color: #999999;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-right: 20px;
    margin-bottom: 10px;
	height: 20px;
	text-decoration:none;
	cursor:pointer;
	background: url(/images/button_minus.gif) no-repeat;
    display: block !important;
}
.expandContent{
	padding: 20px;
	padding-left: 50px;
	margin-bottom: 15px;
	background: #222;
	border: 1px solid #000;
}
/*____________________________________________________
  Chat
  ____________________________________________________
*/
#chatAvatar{
	width: 50px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px #444 solid;
	border-right: 1px #444 solid;
	margin-right: 10px;

}
#chatMessage{
	width: 550px;
	padding: 10px;
	padding-top:5px;
	margin-bottom: 15px;
	border: 1px solid #000;
	background: url(/images/pod_bg_dark.jpg);
}

/*____________________________________________________
  Form Elements
  ____________________________________________________
*/

form { display: inline; margin: 0; }

.req { background: #FFCCCC; border: #CC0000 1px solid; }

.inputField {
	padding: 2px;
	margin-bottom: 5px;
	background: #000;
	border: #444 1px solid;
	border-top: #222 1px solid;
	border-left: #222 1px solid;
	color: #FFF;
}

.attention {color: #E70000;}
/*____________________________________________________
  Items
  ____________________________________________________
*/
/*Grey*/
.tier1 {
	color: gray;
	text-decoration: none;
}
/*White*/
.tier2 {
	color: #FFFFCC;
	text-decoration: none;
}
/*Green*/
.tier3 {
	color: #66CC00;
	text-decoration: none;
}
/*Blue*/
.tier4 {
	color: #0066FF;
	text-decoration: none;
}
/*Purple*/
.tier5 {
	color: #9900CC;
	text-decoration: none;
}
/*Orange*/
.tier6 {
	color: #FF9900;
	text-decoration: none;
}
/*Red*/
.tier7 {
	color: red;
	text-decoration: none;
}
.info_item, .info_item_live {
	font: 12px;
	/*border: 1px solid #a9a9a9;*/
	padding: 4px;
	background-color: #000000;
	/*-moz-border-radius: 4px;*/
	min-width: 150px;
	max-width: 250px;
}
.info_over {
	position: absolute;
	top : -1000px;
	left: -1000px;
	text-align:left;
}
.info_itemt, .info_itemt TD, .info_item TH  {
	font: 12px arial,sans-serif;
	color: white;
}
.info_rttxt {
	position: absolute;
	text-align: right;
	right: 3px;
	top: inherit;
}
.info_item .plain { font-size:1.2em; }

.idTooltip, .info_over {
	background:transparent url(/images/white10.png);
	margin:0px;
	padding:4px;
	_padding:1px;
	z-index:10;
}

.idTooltip .inner, .info_item, .info_item_live {
	background:transparent url(/images/dark90.png);
	color:snow;
	padding:3px 6px;
	margin:0px;
}

.idTooltip p {
	margin:0;
	padding:0;
}

.duels_quote { color:#4c4; }

/*____________________________________________________
  Pods
  ____________________________________________________
*/
.pod{
	float: left;
	background: URL(/images/pod_bg.jpg) repeat;
	border: 1px solid #000;
}
.podContent{
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.podDivider{
	height: 40px;
	padding: 10px;
	/*margin-bottom: -17px;*/
	font-size: 16px;
	background: URL(/images/pod_divider_bg.jpg) repeat-x;
}
.podDivider img{
	margin-top: -7px;
	margin-right: -4px;
}
.podDark{
	background: url(/images/pod_bg_dark.jpg);
}
.podAltRow{
	background: url(/images/pod_bg_alt.jpg);
}
/*____________________________________________________
  Tabs
  ____________________________________________________
*/
#tabHolder{
	border-bottom: #111 1px solid;
	border-left: #333 1px solid;
	margin-bottom: 10px;
}
#tabContent{
	background: url(/images/pod_bg_dark.jpg) repeat;
	padding: 20px;
}
#tabTabs{
	font-size: 14px;
	width: 100%;
	min-width: 100%;
	background: transparent url(/images/shadowup.png) repeat-x right bottom;
	display: inline-block;
}
#tabTabs:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] #tabTabs {
	display: block;
}
* html #tabTabs {
	height: 1%;
}
.tabUp{
	color: #C6BB96;
	position: relative;
	float: left;
	background: transparent url(/images/tab_up_bg.gif) repeat-x right top;
	padding-bottom: 9px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	border-left: #333 1px solid;
	cursor: default;
}
.tabDown{
	cursor: pointer;
	color: #C6BB96;
	position: relative;
	float: left;
	background: transparent url(/images/tab_down_bg.gif) repeat-x right top;
	padding-bottom: 9px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	border-left: #000 1px solid;
}
.visible{
	display: block;
}
.hidden{
	display: none;
}

/*____________________________________________________
  XP Level Status Bar
  ____________________________________________________
*/
.progressbar {
	width: 145px;
	height: 20px;
}
.progressbar .box {
	position: relative;
	border: 1px solid black;
	background: black url(/images/progressbar_bg.gif) left bottom;
	text-align: left;
	z-index: 1;
}
.progressbar .frozen {
	border: 1px solid #069;
}
.progressbar .box img {
	height: 18px;
	border: 0;
}
.progressbar .text, .progressbar .shadow1, .progressbar .shadow2, .progressbar .shadow3, .progressbar .shadow4 {
	display: block;
	width: 145px;
	height: 20px;
	text-align: center;
	color: white;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
	top: -20px;
	z-index: 3;
}
.progressbar .hover, .progressbar .level {
	text-decoration: none !important;
}
.progressbar .level {
	cursor: pointer;
}
.progressbar .shadow1, .progressbar .shadow2, .progressbar .shadow3, .progressbar .shadow4 {
	z-index: 2;
	top: -40px;
	color: black;
	left: -1px;
}
.progressbar .shadow2 {
	top: -60px;
	left: 1px;
}
.progressbar .shadow3 {
	top: -79px;
}
.progressbar .shadow4 {
	top: -101px;
}
.progressbar .text .xp, .progressbar .shadow1 .xp, .progressbar .shadow2 .xp, .progressbar .shadow3 .xp, .progressbar .shadow4 .xp {
	display: none;
}
.progressbar .hover:hover {
	cursor: default;
}
.progressbar .hover:hover .text .level, .progressbar .hover:hover .shadow1 .level, .progressbar .hover:hover .shadow2 .level, .progressbar .hover:hover .shadow3 .level, .progressbar .hover:hover .shadow4 .level {
	display: none;
}
.progressbar .hover:hover .text .xp, .progressbar .hover:hover .shadow1 .xp, .progressbar .hover:hover .shadow2 .xp, .progressbar .hover:hover .shadow3 .xp, .progressbar .hover:hover .shadow4 .xp {
	display: inline;
}

/*____________________________________________________
  Old Styles
  ____________________________________________________
*/
.skillDesc {
	font-size:12px;
	color:#FFFFFF;
}
.skillTitle {
	font-size:16px;
	color:#3D8BFF;
	margin-bottom:10px
}
.inactiveSkill {
	background-color:#CCCCCC;
	text-align:center;
}
.error_message {
	color: #FF0000;
}
.rival {
	color: #3D8BFF;
}
.friend {
	color: #66FF00;
}
.attribute_text {
	color: #006699;
}
.elven_legends {
	color: #8FFF1F;
}
.victory {
	color: #009900;
	font-weight: bold;
	text-align: center;
}
.defeat {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
.midTitle {
	color: #999999;
	font-weight: bold;
}
.marketplace {
	color: #FF8000;
}
.marketplace1 {
	color: #FFCC99;
	font-size: 13px;
	margin-left: 10px;
}
.searchInner{
	background: url(/images/pod_bg_dark.jpg);
	color:#B30000;
}
.searchOuter{

}
.avatarsOuter{
	width:100%;
}
.boxRedHdr{
	color:#300205;
	font-weight:bold;
}
/* -- end of boxes -- */

.headlineBox {
	border: 2px;
	border-color: #000000;
	border-style: solid;
}
.headlineInnerBox {
	color: #000000;
	font-weight:bold;
	border: 2px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 3px;
	background-color: #FFFFFF;
}
.headlineUnder {
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #C77826;
	padding: 3px;
}
.resultsBox {
	width:380px;
	color:#000000;
	border: 3px;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFFF;
	padding:5px;
}
.award {
	margin-left: 10px;
}
.floatRight {
	float: right;
	text-align: right;
}
.floatClear {
	clear: both;
}
.pageleft {
	background-image: url(/images/bkg_pg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.pageright {
	background-image: url(/images/bkg_pg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.more {
	margin-top:5px;
	margin-right:20px;
	float:right;
}

.text {
	font-size: 14px;
	color: #D3CB78;
}
.intro {
	margin-left: 50px;
	margin-bottom: 20px;
	font-size: 16px;
}
.set_text {
	font-size: 14px;
	color: #D8DBF3;
}
.slot_text {
	font-size: 14px;
	color: #00A3A3;
}
.pwr_text {
	font-size: 14px;
	color: #660066;
}
.flash {
	margin-top: 50px;
}
.formField {
	font-size: 16px;
	color: #00994D;
}
.text:link {
	font-size: 14px;
	color: #F0E9D1;
	text-decoration: underline;
}
.text:visited {
	font-size: 14px;
	color: #F0E9D1;
	text-decoration: underline;
}
.dropcap {
	float: inherit;
	color: #994D00;
	margin-right: 3px;
	font-size: 18pt;
	font-style: normal;
	line-height: 0.8em;
	font-weight: normal;
	font-variant: normal;
}
.stat_white {
	font-size: 14px;
	color: #F0E9D1;
	font-weight: bold;
	line-height: 18px;
}
.stat_gold {
	font-size: 14px;
	color: #D3CB78;
	font-weight: bold;
	line-height: 18px;
}
.stat_green {
	font-size: 14px;
	color: #118E10;
	line-height: 18px;
	font-weight: bold;
}
.stat_blue {
	font-size: 14px;
	color: #474A9A;
	line-height: 18px;
	font-weight: bold;
}
.stat_red {
	font-size: 14px;
	color: #BE3026;
	line-height: 18px;
	font-weight: bold;
}
.message {
	font-size: 12px;
	color: #D3CB78;
	font-weight: bold;
}
.message:link {
	font-size: 14px;
	color: #F0E9D1;
	font-weight: bold;
}
.olive {
	font-size: 10px;
	color: #D3CB78;
}
.olive:link {
	font-size: 10px;
	color: #F0E9D1;
}
.button_gold {
	color: yellow;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/button_gold.gif);
	background-repeat: repeat-x;
	display: block;
	background-position: center;
	height: 20px;
	text-align: center;
	width: 80px;
	vertical-align: middle;
	border: 1px solid yellow;
}
.button_gold:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
.button_medium, .button_medium_disabled {
	width: 100px;
	height: 26px;
	background: darkRed url(/images/buttons/bg_button_medium.png) 0px 0px no-repeat;
}
.button_medium:hover {
	background-position: 0px -26px;
}
.button_medium_disabled {
	background-position: 0px -52px;
}
.button_small, .button_small_disabled {
	width: 69px;
	height: 26px;
	background: darkRed url(/images/buttons/bg_button_small.png) 0px 0px no-repeat;
}
.button_small:hover {
	background-position: 0px -26px;
}
.button_small_disabled {
	background-position: 0px -52px;
}
.imageborderfloat {
	border:solid 1px #D3CB78;
	padding:5px;
	margin-right:10px;
}
.headline {
	font-size: 24px;
	color: #D3CB78;
	font-weight: bold;
	padding-top: 8px;
}
.gensmall { font-size : 10px; }
.nest1 {
	margin-left:7px;
}
/* The Armory */
.salesHdr {
	color: #000;
	border:1px solid #385D8A;
	font-weight: bold;
	text-align:center;
	background-color:#CCCCCC;
	margin-top:3px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
}
.salesBox {
	border:1px solid #385D8A;
	margin:5px;
	float:left;
	width:200px;
	background-color:#160D13;
}
.salesItems {
	margin-left:5px;
	margin-bottom:5px;
}
.centeredImage {
	float:none;
	clear:both;
	margin-top:1em;
}
.centeredImage img {
	float:left;
	margin-right:1em;
}
.skillBox {
	border:1px solid #385D8A;
	margin:5px;
	float:left;
	background-color:#160D13;
}
.stat_text_mod {
	color: #1A9900;
}

.unselected input, .selected input {
	display: none;
}
.unselected, .selected, .unselectable {
	float: left;
	margin: 0 5px 5px 0;
}
.unselected {
	border: 1px solid #2F2F2F;
	cursor: pointer;
}
.unselectable {
	border: 1px solid #2F2F2F;
	cursor: no-drop
}
.unselected:hover {
	background: url(/images/pod_bg.jpg) #2F2F2F;
	border: 1px solid darkred;
}
.unselected .image, .selected .image, .unselectable .image {
	text-align: center;
	padding: 2px;
	width: 70px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}
.unselected img, .selected img, .unselectable img {
	max-width: 64px;
	max-height: 64px;
}
.selected {
	background: darkred;
	border: 1px solid black;
}
.unselected .caption, .selected .caption, .unselectable .caption {
	text-align: center;
	margin: 0 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.loadouts .unselected, .loadouts .selected, .loadouts .unselectable {
	float: none;
	padding: 2px;
	line-height: 24px;
}
.loadouts .caption {
	text-align: left;
	float: left;
	padding-left: 23px;
}
.loadouts .selected .caption {
	background-image: url(/images/icon_sm_challenge.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	cursor: default;
}
.loadouts .images {
	float: right;
	margin-top: -3px;
}
.loadouts .images img {
	width: 24px;
	height: 24px;
	margin-right: 3px;
	margin-top: 3px;
}

.action_detail {
	margin-top: 5px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px #444 solid;
	border-right: 1px #444 solid;
	background: url(/images/pod_bg_alt.jpg);
	height: 275px;
}
.action_spell {
	/* 213 x 186 - 42 x 42 */
	margin: 44.5px 0 0 18.5px;
	text-align: left;
	width: 173px;
	height: 131px;
	padding: 45px 0 0 40px;
	background: url(/images/skills/spellbook_open.png) no-repeat left top;
}
.action_plan {
	/* 233 x 226 - 42 x 42 */
	margin: 41px 0 0 8px;
	width: 208px;
	height: 181px;
	padding: 45px 0 0 25px;
	background: url(/images/skills/plan_open.png) no-repeat left top;
}
.action_page {
	/* 118 x 165 - 42 x 42 */
	margin: 53.5px 0 0 66px;
	width: 80px;
	height: 115px;
	padding: 50px 0 0 38px;
	background: url(/images/skills/page.png) no-repeat left top;
}

tr.selectedRow td {
	border: 1px solid black; border-left: 0; border-right: 0;
	background: darkRed;
}
tr.selectedRow td.first {
	border-left: 1px solid black;
}
tr.selectedRow td.last {
	border-right: 1px solid black;
}

tr.inactiveRow td, tr.inactiveRow td a:link, tr.inactiveRow td a:visited {
	color: #999999;
}

.shade {
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	opacity: 0.15;
}
html:first-child wbr:after { content: "\00200B" }

.unselectable .caption {
	background-image: url(/images/cancel.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

div.avatarthumb {
	height:50px;
	position:relative;
	width:50px;
}

div.avatarthumb .path {
	height:16px;
	left:42px;
	position:absolute;
	top:42px;
	width:16px;
}

/* TOP BAR */
#top_bar{
	height:20px;
	background:#000 url(/images/top_bar_bg.png) no-repeat center;
	text-align: center;
}
#top_bar_links{
	position:relative;
	width:980px;
	text-align:right;
	color:#666;
	font-size:10px;
	text-transform:uppercase;
	padding:3px 0 0 0;
	line-height: 1.2em;
	font-family:Verdana,Arial,Tahoma,Sans-Serif,System;
	margin: 0 auto;
}
#top_bar_links a{
	color:#fff;
	text-decoration:none;
}
#top_bar_links a:hover{
	color:#FFBB1B;
	text-decoration:underline;
}
#top_bar_links a:hover em {
	text-decoration: underline; color:#FFBB1B;
}
#top_bar_links a img {
	vertical-align:bottom;
}
#top_bar_links em {
	font-style: normal;
}
#top_bar_links .challenge, #top_bar_links .challenge_over {
	font-weight: normal;
}
#top_bar_links .challenge img, #top_bar_links .challenge_over img {
	margin:0 5px 0 5px;
}
#top_bar_links .challenge a:hover, #top_bar_links .challenge_over a:hover {
	text-decoration: none; color: white;
}
#top_bar_links .challenge, #top_bar_links .challenge_over {
	position: relative;
}
#top_bar_links .challenge ul {
	display: none;
}
#top_bar_links .challenge_over ul {
	display: block;
}
#top_bar_links .challenge ul, #top_bar_links .challenge_over ul {
	position: absolute;
	top: 12px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 3px 0;
	z-index: 1000;
	width: 100%;
	text-align: left;
	background: #000 url(/images/dropdown_bg.gif) repeat-y 0 0;
}
#top_bar_links .challenge ul li, #top_bar_links .challenge_over ul li {
	top: auto;
	left: auto;
	padding: 5px 5px 5px 0px;
	list-style-image: none;
}
#top_bar_links .challenge ul li a, #top_bar_links .challenge_over ul li a {
	display: block;
}
