@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("inara.cz")  {

a.inverse:link {
  color: #80003C;
}

body {
  color: #AAA;
}

table.pfl td.header {
  color: #000;
  background: linear-gradient(to right, rgba(128, 0, 60, 0.2) 70%, rgba(96, 85, 60, 0.01) 100%) repeat scroll 0% 0%, transparent url("images/pflback2.png") repeat scroll 0% 0%
}
  
table.pfl td {
  color: #CCC
}

table.pfl {
  border: 0px solid #80003C;
  background: linear-gradient(to right, rgba(128, 0, 60, 0.2) 0%, rgba(96, 85, 60, 0.01) 100%) repeat scroll 0% 0%, transparent url("http://winserver.home.net:90/inara/pflback2.png") repeat scroll 0% 0%;
  box-shadow: 0px 0px 20px 0px #80003C;
}
  
table.pfl td.profileimage img {
  border-color: #80003C;
}

div.sidemenu a.selected {
  background-color: #80003C !important;
  color: #AAA !important;
}

div.sidemenu a {
  color: #AAA !important;
}

div.sidemenu a:hover {
  background-color: #A0003C !important;
  color: #AAA !important;
}

div.sidemenuitem a.selected::after {
  border-color: transparent transparent transparent #80003C;
}

span.pflcellname {
  color: #AAA;
}
  
h2.header {
  color: #AAA;
}

div.rankcombat {
  background: transparent linear-gradient(135deg, rgba(128, 0, 60, 0.9) 0%, rgba(50, 50, 50, 0.98) 100%) repeat scroll 0% 0%;
}

div.rankexploration {
  color: #FFF;
  background: transparent linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(50, 50, 50, 0.9) 100%) repeat scroll 0% 0%;
}

div.menu {
  background-color: #80003C;
  color: #AAA;
}

.uppercase {
  display: none;
}

div.loginform {
  color: #AAA;
  background: transparent linear-gradient(135deg, #80003C 0%, #60002C 100%) repeat scroll 0% 0%;
}

.loginform div.itemdescr {
  color: #AAA;
}

input {
  background-color: #AAA;
  border-color: #666;
  color: #000;
}

input:hover {
  background-color: #CCC;
  border-color: #666;
  color: #000;
}

input:focus {
  background-color: #DDD;
  border-color: #666;
  color: #000;
}

input[type="submit"] {
  border-color: #111;
  background-color: #80003C;
  color: #AAA
}

input[type="submit"]:hover {
  border-color: #111;
  background-color: #80003C;
  color: #000
}

span.linkbutton {
  background-color: #80003C;
  color: #FFF;
}

span.linkbutton:hover {
  background-color: #60002C;
  color: #FFF;
}

input.delete[type="submit"] {
  background-color: #60002C;
}

input.delete[type="submit"]:hover {
  background-color: #80003C;
}

}