body {
	font-family: sans-serif, arial;
	font-size: 12px;
	font-color: #000000;
	background: #FFFFFF;
	margin: 0px;
}

.showTable {
	border: 1 solid #FFFF00;
}

.showTable .td {
	font-size: 20px;
}	

table {
	font-family: sans-serif;
	font-size: 10px;
	color: #000000;
}

th {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-color: #cccccc;
}

input {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}	

select {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}	

td {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.history {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}

.newsinfo {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #bbbbbb;
}

.noline {
	text-decoration: none;
}

a {
	color: #000000;
}

.topmenu {
	font-family: sans serif;
	font-size: 12px;
	font-weight: bold;
}

.headline {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

.bigheadline {
	font-family: verdana;
	font-size: 26px;
	font-weight: bold;
}

.bagname { 
  margin: 0;
  padding: 5px 0 5px 0;
  font: 13px georgia, tahoma, sans-serif;
  color: #ffffff;
  font-weight: bold;
}

.playername { 
  margin: 0;
  padding: 5px 0 5px 0;
  font: 13px georgia, tahoma, sans-serif;
  color: #000000;
  font-weight: bold;
}

.playerinfo { 
  margin: 0;
  padding: 0;
  font: 11px georgia, tahoma, sans-serif;
  color: #dfb901;
  font-weight: bold;
}

.honorRubrik { 
  font: 14px tahoma, sans-serif;
  color: #EDEA00;
  font-weight: bold;
}

.honorhk { 
  color: #08E51B;
  font-weight: bold;
}

.honordk { 
  color: #E40000;
  font-weight: bold;
}

.honorcp { 
  color: #D8BC1A;
  font-weight: bold;
  letter-spacing: 1.1px;
}

.itemname {
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
}

.stats {
	font-family: georgia;
	font-size: 11px;
	font-weight: bold;
	color: #DFB801;
}

.statsValue {
	font-family: georgia;
	font-size: 11px;
}

.statsValueWhite {
	font-family: georgia;
	font-size: 11px;
	color: #ffffff;
}

.item { 
  position: relative;
  width: 40px;
  height: 40px; 
}

.item .quant {
  position: absolute;
  bottom: 0px;
  right: 4px;
  font: 11px georgia, tahoma, sans-serif;
  background-color: #000000;
  color: #ffffff;
}

.icon { 
  float: left;
  width: 40px;
  height: 40px;
  padding: 1px 0 0 0;
}

.reputationBar { 
  position: relative;
  width: 150px;
  height: 15px; 
}

.reputationBar .reputation {
  position: absolute;
  bottom: 2px;
  left: 4px;
  /* background-color: #000000;
  color: #000000;*/
}

.reputationBar .standing {
  position: absolute;
  bottom: 2px;
  left: 80px;
  font-weight: bold;
  align: right;
  font: 11px sans-serif;
  color: #ffffff;
}

.reputationBar .reputationText {
	font-face: sans-serif;
  	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	
}

.skillBlue { 
  position: relative;
  width: 270px;
  height: 15px; 
}

.skillBlue .skillName {
  position: absolute;
  bottom: 1px;
  left: 4px;
  /*font: 11px georgia, tahoma, sans-serif;
  background-color: #000000;
  color: #000000;*/
}

.skillBlue .skillLevel {
  position: absolute;
  bottom: 1px;
  left: 175px;
  font-weight: bold;
  /*font: 11px georgia, tahoma, sans-serif;
  background-color: #000000;
  color: #000000;*/
}

/*Proffessions */
.proffEmptyBar {
	position: relative;
  	width: 275px;
 	height: 15px;
	background-image: url('img/barEmpty.gif');
	background-repeat: no-repeat;
}

.proff { 
  position: relative;
  width: 270px;
  height: 15px;
}

.proff .proffLevel {
  position: absolute;
  bottom: 2px;
  left: 175px;
  font-weight: bold;
  /*font: 11px georgia, tahoma, sans-serif;
  background-color: #000000;
  color: #000000;*/
}

/* Talents */
.talent { 
  position: relative;
  width: 48px;
  height: 48px; 
}

.talent .rank { 
  position: relative;
  width: 10px;
  height: 10px;
  left: 38px;
  top: 34px;
  text-align: center;
  font-size: 10px;
}



/* Graphical Elements */

.topBackground {
	background-repeat: no-repeat;
	background-image: url(img/bgTop.gif);
}

.itemBackground {
	background-repeat: no-repeat;
	background-image: url(img/bgItem.gif);
}

.middleBackground {
	background-repeat: no-repeat;
	background-image: url(img/bgChar.gif);
}

.statsBackground {
	background-repeat: no-repeat;
	background-image: url(img/bgStats.gif);
}

.handBackground {
	background-repeat: no-repeat;
	background-image: url(img/bgHands.gif);
}

.borderBottomSides {
	background-repeat: no-repeat;
	background-image: url(img/borderBottomSides.gif);
}

.borderBottom {
	background-repeat: no-repeat;
	background-image: url(img/borderBottom.gif);
}

.tabBackground {
	background-repeat: no-repeat;
	background-image: url(img/tab.gif);
	font-family: tahoma;
	font-size: 11px;
	letter-spacing: 1.1;
}

.bagTopBackground {
	background-repeat: no-repeat;
	background-image: url(img/bagTopBig.gif);
}

.bagBackground {
	background-image: url('img/bagBg2.gif');
	background-repeat: repeat-y;
}

.bagSlot {
	background-image: url('img/bagSlot.gif');
	background-repeat: repeat-y;
}

.bagNoSlot {
	background-image: url('img/bagBg2.gif');
	background-repeat: repeat-y;
}

.bagBottom {
	background-image: url('img/bagBottom.gif');
	background-repeat: no-repeat;
}

.bagMoney {
	background-image: url('img/bagMoneyBottom.gif');
	background-repeat: no-repeat;
}

.skillGreyBar {
	background-image: url('img/barGrey.gif');
	background-repeat: no-repeat;
}

.skillEmptyBar {
	background-image: url('img/barEmpty.gif');
	background-repeat: no-repeat;
}

.reputationEmptyBar {
	background-image: url('img/barEmpty154.gif');
	background-repeat: no-repeat;
}

.talentTab {
	background-image: url('img/tabInvert.gif');
	background-repeat: no-repeat;

}

.bankTop {
	background-image: url('img/bankTop.gif');
	background-repeat: no-repeat;
}

.bankBackground {
	background-image: url('img/bankBg5.gif');
	background-repeat: repeat-y;
}

.topFrontBackground {
	background-color: #ffffff;
	/*border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;*/
	background-image: url('img/ER.jpg');
}

.topMenu {
	background-color: #eeeeee;
	/*border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;*/
	border-top: 1px solid #000000;
	/*border-bottom: 1px solid #000000;*/
	
}

.generalTableBorder {
	border-top: 1px solid #000000;
	border-left: 1px solid #eeeeee;
}

.headlineArea {
	/*border-left: 1px solid #000000;*/
	/*border-right: 1px solid #eeeeee;*/
}

.guildmenu {
	background-color: #eeeeee;
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.smallStatsBorder {
	border-left: 1px solid #000000;
}

.sideSpace {
	background-color: #000000;
}

/* Forum */
.board_name {
	font-size: 11px;
}

.forumBoardBackground {
	background: #EFEFEF;
}

.forumBoardBackgroundBlue {
	background: #DEE3E7;
}

.forumborder {
	border: 2px solid #006699;
}

.forumHeadline {
	background: #1275A7;
	height: 20px;
}

.forumHeadText {
	color: FFA34F;
	font-weight: bold;
}

.forumCategory {
	font-size: 13px;
	font-weight: bold;
}

.forumLink {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

.forumQoute {
	border: 1px solid #000000;
	background: #cccccc;
}

.forumImage {
	border: 1px solid #D3DADF;
}

.forumPink {
	color: #FF79BC;
}