﻿kbd {
 padding: 0.1em 0.6em;
 border: 1px solid #ccc;
 font-size: 11px;
 font-family: Arial,Helvetica,sans-serif;
 background-color: #f7f7f7;
 color: #444;
 -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
 -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
 box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 text-shadow: 0 1px 0 #fff;
 line-height: 1.4;
 white-space: nowrap;
}
#pup {
  position: absolute;
  z-index: 2000;
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 410px;
  height: auto;
  border: thin #C0C0C0 solid;
  background-color: #FFF;
}
#fade { /*--Transparent background layer of Lightbox--*/
	display: none; /*--hidden by default--*/
	background: #FFF;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
div#PleaseWaitContainer {
	display: none;
	background: #FFF;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	filter: alpha(opacity=80);
	z-index: 32000;
}
div#PleaseWait {
	width: 150px; height: 125px;
	margin: 250px auto;
	text-align: center;
}
.popup_block { /*--Lightbox--*/
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 31000;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
.pictogram {
	position: relative;
	text-align: center;
}
.pictogram span {
	position: absolute;
	top: 50px;
	left: 22px;
	width: 100%;
	font-size: x-small;
	color: white;
}
.Chat_style {
	display: none;
	font-size: x-small;
	background: #fff;
	padding: 10px;
	border: 5px solid #ddd;
	position: absolute;
	right: 10px; top: -460px;
	z-index: 30999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
.meter-wrap, .meter-wrap2 {
	position: relative;
}
.meter-wrap, .meter-value, .meter-text {
	/* The width and height of your image */
	width: 150px; height: 23px;
}
.meter-wrap2, .meter-value2, .meter-text2 {
	/* The width and height of your image */
	width: 50px; height: 85px;
}
.meter-wrap, .meter-value {
    background: #FFF url('PirateGalaxy/ProgressBar.png') top left no-repeat;
}
.meter-wrap2, .meter-value2 {
    background: #00CC00 url('PirateGalaxy/ProgressBar2.png') top left no-repeat;
}
.meter-text {
    position: absolute;
    top:0; left:0;
    padding-top: 1px;
    color: #FFF;
    text-align: center;
    width: 100%;
}
.meter-text2 {
    position: absolute;
    top:29px; left:22px;
    color: #FFF;
    width: 100%;
}
.ShipInfo {
	position: absolute;
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	background-image: url('PirateGalaxy/ShipInfo.png');
	background-repeat: no-repeat;
	width: 386px;
	height: 444px;
	padding: 7px 0 0 7px;
	z-index: 8;
	visibility: hidden;
}
div.ShipInfoClose {
	position: absolute;
	right: 32px;
	top: 3px;
}
.ArmorBonus {
	position: absolute;
	left: 280px;
	background-image: url('PirateGalaxy/Armor_Bonus.png');
	background-repeat: no-repeat;
	width: auto;
	height: 30px;
	font-weight:bold;
	color: #826417;
}
.redfont {
	color: #FF0000;
}
.orangefont {
	color: #FF7100;
}
.magentafont {
	color: #FF009D;
}
.cyanfont {
	color: #00DDDD;
}
.purplefont {
	color: #770097;
}
.greenfont {
	color: #70B020;
}
.whitefont {
	color: #FFFFFF;
}
.goldfont {
	color: #FFD700;
}
.greyfont {
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	color: #808080;
}
.lightgreyfont {
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	color: #C0C0C0;
}
.linkstyle1 {
	font-style: italic;
	text-decoration: underline;
	cursor: pointer;
	color: #0000FF
}
.linkstyle2 {
	text-decoration: underline;
	cursor: pointer;
	color: #0000FF
}
.FooterStyle {
	position: fixed;
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	background-image: url('PirateGalaxy/BottomBar_bg.png');
	background-repeat: repeat-x;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 49px;
	z-index: 1002;
}
.HeaderStyle {
	position: fixed;
	font-size: medium;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	text-align: left;
	background-image: url('PirateGalaxy/Head_bg.png');
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 101px;
	z-index: 1001;
}
.TipBoxStyle {
	position: fixed;
	left: 21px;
	top: 9px;
	z-index: 1003;
}
.LanguageBarStyle {
	position: fixed;
	left: 20px;
	top: 40px;
	width: auto;
	height: auto;
	z-index: 1002;
}
.LocalTimeStyle {
	position: fixed;
	width: 141px;
	height: 110px;
	left: 0px;
	top: 369px;
	font-size: small;
	color: #FFFFFF;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	background-image: url('PirateGalaxy/ServerTime.png');
	background-repeat: no-repeat;
	padding: 83px 0 0 42px;
	z-index: 5;
}
.ServerTimeStyle {
	position: absolute;
	width: auto;
	height: auto;
	top: 50px;
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
}
.InfoPanel {
	position: fixed;
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	left: 10px;
	bottom: 40px;
	width: 270px;
	height: 130px;
	background-image: url('PirateGalaxy/PageInfo.png');
	background-repeat: no-repeat;
	padding: 7px 0 0 7px;
	z-index: 31999;
	visibility: hidden;
}
.BpList {
	position: absolute;
	border: thin #C0C0C0 solid;
	background-color: white;
	left: 490px;
	height: auto;
	z-index: 10;
	visibility: hidden;
}
.RareBP {
	background-color:#FADD7D;
}
.AncBP {
	background-color:#E6D0F6;
}
.CqBP {
	background-color:#D5FDFE;
}
.VegaBG {
  background-color: #cc875c;
}
.AntaresBG {
  background-color: #5b60be;
}
.GeminiBG {
  background-color: #ff99bb;
}
.MizarBG {
  background-color: #cb4d4d;
}
.MoonBG {
  background-color: #e0ed9d;
}
.SolBG {
  background-color: #f0d041;
}
.DraconisBG {
  background-color: #8dd43b;
}
.SiriusBG {
  background-color: #44cfcf;
}
.TauCetiBG {
  background-color: #c738a6;
}
.CQPlanet {
	width: 170px;
}
.CryoRank1 {
    width: 30px;
    padding: left;
    border-bottom: 1px solid black;
    background-color: #F0F050
}
.CryoRank {
    text-align: center;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    width: 50px;
    background-color: #F3F372
}
.CryoDrop1 {
    width: 30px;
    padding: left;
    background-color: #C0F050
}
.CryoDrop {
    text-align: center;
    border-left: 1px solid black;
    width: 50px;
    background-color: #CCF372
}
.style1 {
	text-align: center;
}
.style2 {
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
}
.style3 {
	font-size: medium;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	background-color: #C0C0C0;
	text-align: center;
}
.style8 {
	font-size: medium;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
}
.style9 {
	background-color: #C0C0C0;
}
.style10 {
	text-align: right;
}
.style11 {
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	text-align: right;
}
.style31 {
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	text-align: left;
}
.style12 {
	border-width: 0px;
}
.style13 {
	vertical-align: middle;
}
.style14 {
	font-size: medium;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	background-color: #C0C0C0;
}
.style17 {
	padding: 10px 0 10px 0;
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	text-align: center;
	color: white;
	background-color: black;
	border-left: 1px white solid;
	border-right: 1px white solid;
}
.ShipThumbnail {
	padding: 10px 0 10px 1px; /* top right bottom left */
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	text-align: center;
	background-color: #DDD9C3;
	border: 1px white solid;
	vertical-align:top;
	width: 67px;
}
.SiriusDrop {
	padding: 3px 0 5px 5px;
	font-size: x-small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	border: 1px white solid;
	vertical-align: middle;
}
.SiriusDrop2 {
	padding-left: 5px;
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-style: italic;
	border: 1px white solid;
	width: 75px;
}
.style18 {
	text-align: left;
	border-bottom: 1px white solid;
	background-color:#D7AEF1
}
.style19 {
	padding: 10px 0 10px 0;
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	text-align: center;
	background-color: #C5BE97;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
}
.style20 {
	background-color: #C0C0C0;
	color: #808080;
}
.style21 {
	background-color: #F2F2F2;
	border-bottom: 1px white solid;
}
.style22 {
	color: #C0C0C0;
	text-align: center;
}
.style23 {
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	text-align: center;
}
.style24 {
	text-align: left;
	border-bottom: 1px white solid;
}
.style26 {
	padding: 10px 0 10px 0;
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	text-align: center;
	background-color: #C2AD85;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
}
.style27 {
	padding: 10px 0 10px 0;
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	text-align: center;
	background-color: #D7AEF1;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
}
.style28 {
	font-size: medium;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	background-color: #C0C0C0;
	color: #808080;
}
.style29 {
	font-size: medium;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	color: #C0C0C0;
}
.style30 {
	text-decoration: underline;
}
.style32 {
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	background-color: #FFFFFF;
}
.style33 {
	font-size: medium;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	color: #000000;
}
.style34 {
	font-size: medium;
	color: #DD0000;
}
.style35 {
	padding: 0 0 0 0;
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	text-align: center;
	background-color: #DDD9C3;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
}
.style36 {
	padding: 0 0 10px 0;
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	text-align: center;
	background-color: #C5BE97;
	color: #FFFFFF;
	border-left: 1px white solid;
	border-right: 1px white solid;
}
.style37 {
	font-size: small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	background-image: url('PirateGalaxy/Tip1.png');
	background-repeat: no-repeat;
}
.PlanetInfo {
	text-align: justify;
	font-size: x-small;
}
.shipclassWPI {
	background-color: #800000;
	color: white;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE"
}
#ArmorPrototype {
	position: absolute;
	top: 94px;
	width: 144px;
	background-color: white;
	visibility: hidden
}
[if IE]
#ArmorPrototype {left: 188px;}
[endif]
[if !IE]
#ArmorPrototype {left: 202px;}
[endif]
table#SiriusEnemyHP {width: 400px; border-collapse: collapse;}
table#SiriusEnemyHP th {font-weight: normal; background-color: #E5B530; border: 2px white solid;}
table#SiriusEnemyHP td {font-weight: bold; text-align: right; background-color: #F2E2A6;}

article {
  background: #ECEFF1;
  border-radius: 4px;
  overflow: hidden;
  font: 12px/1.1 system-ui, sans-serif;
}
article a {
  text-decoration: none;
  color: #455A64;
}
article a:hover, article a:focus {
  color: #2196F3;
}
article h2 {
  padding: 1rem 1rem;
  margin: 0;
}
.radar {
    width: 300px;
    text-align: center;
    overflow: wrap;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.radar h4 {
    font-size: 14px;
    overflow: wrap;
    background-color: #ffffcc;
    padding: 0px;
    margin: 0px;
}
.radar h3 {
    background-color: #ffdddd;
    padding: 0px;
    margin: 0px;
}
.linkstyle3 {
    text-decoration: none;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    font-size: 13px
}