@import url(tabs.css);

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: arial, sans-serif;
}

html {
  height: 100%; /*makes the html the full window height*/
}

body {
  background: black url("../img_subdomain/img/background.jpg") top center no-repeat;
  background-attachment: fixed;
  color: white;
  cursor: url("../img_subdomain/img/cursor00.png"), auto;
  min-height: 100%; /*sets the body to the window height*/
  _height: 100%; /*ie 6 hack - better in a specific stylesheet*/
  position: relative;
  /*tells the footer to use the body the reference when setting position*/
}

p.error {
  color: red;
  background: url("http://img.eve-markets.net/img/img/warning.png") top left no-repeat;
  padding-left: 70px;
  padding-top: 20px;
  min-height: 64px;
}

a:hover,input.submit,input.submit:hover {
  cursor: url("../img_subdomain/img/cursor01.png"), auto;
  color: #FFFF44;
}

.hidden {
  display: none;
}

a {
  color: #FFD103;
}

table.type-detail {
  width: 75%;
  border: 2px solid #505050;
  border-radius: 2px;
  background-color: rgb(48,48,48);
  background-color: rgba(48,48,48,0.8);
}

table.type-detail td {
  padding: 2px;
}

table.type-detail td.name {
  font-weight: bold;
}

table.type-detail td.pricebox_nochange {
  border: 1px solid #505050;
  background-color: #999999;
  color: black;
}

table.type-detail td.price {
  width: 28%;
}

table.type-detail td.newdata {
  background-color: #ffEE00;
  color: black;
}

table.type-detail tr.data td {
  border: 1px solid #505050;
}

td.number {
  text-align: right;
}

table.type-detail td.row_header {
  text-align: right;
  font-style: italic;
  border-right: 2px solid #505050;
  padding-right: 8px;
}

table.build_req {
  width: 44%;
  border: 1px inset;
}

table.build_req tr.shade td,table.build_req tr.shade th {
  background-color: #505050;
}

table.build_req th {
  text-align: left;
}

table.build_req td,table.build_req th {
  padding: 2px;
}

.market-section {
  min-width: 350px;
  width: 30%;
  background-color: #999999;
  background-color: rgba(153, 153, 153, 0.9);
  float: left;
  margin: 2px 2px 5px 2px;
  color: black;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.market-section h2 {
  padding: 1px 5px 2px 5px;
  color: #FFD103;
  background: black url("../img_subdomain/img/widget_top.png") top left repeat-x;
  text-decoration: none;
  overflow: hidden;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.market-section h2 a {
  text-decoration: none;
}

.market-section .xml-links {
  width: auto;
  font-size: x-small;
  margin: 5px 3px 0 5px;
  float: right;
}

.xml-links a,a.xml-links {
  border: 1px solid #FFD103;
  padding: 1px;
  text-decoration: none;
}

.xml-links a:hover,a.xml-links:hover {
  border: 1px solid white;
  color: white;
  text-decoration: none;
}

.market-section p {
  padding: 3px 5px 3px 5px;
}

.market-section table {
  width: 100%;
  border: 2px solid black;
  border-top: 0;
  border-bottom: 0;
  display: table;
}

.collapsed  div.widget-content {
  display: none;
}

.market-section table.median {
  border-width: 0 2px 0 2px;
  border-style: solid black;
}

.market-section * td {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  color: black;
}

.market-section tr.newdata td.type-name {
  background: url('../img/bar_highlight.png') repeat-y top left;
}

td.pricebox_nochange {
  background: transparent;
}

tr:hover td.pricebox_nochange {
  background-color: #B0B0B0;
}

.market-section tr:hover {
  background-color: #B0B0B0;
}

.market-section tr.nohover:hover {
  background-color: inherit;
}

.market-section td.type-name {
  padding: 2px 2px 2px 6px;
}

.market-section td.type-name a {
  color: black;
}

td.price {
  font-size: x-small;
  padding: 1px;
}

span.price {
  font-size: large;
  font-weight: bold;
}

td.pricebox_up {
  border: 1px outset green;
  background-color: #97FF71;
  color: black;
}

.market-section tr:hover td.pricebox_up {
  background-color: #B0FFB0;
}

td.pricebox_down {
  border: 1px inset red;
  background-color: #FF7878;
  color: black;
}

.market-section tr:hover td.pricebox_down {
  background-color: #FFB8B8;
}

.market-section tr.median td {
  background: black url("../img_subdomain/img/widget_top.png") top left repeat-x;
  border: 0;
  color: white;
  text-align: center;
  padding: 2px 2px 5px 2px;
  color: #FFD103;
}

.market-section tr.median td.label {
  width: 28%;
}

.market-section tr.median td.up {
  color: #50FF30;
}

.market-section tr.median td.down {
  color: #FF5555;
}

.text {
  margin: 5px 270px;
  width: auto;
  background-color: #505050;
  background-color: rgba(60,60,60,0.8);
  color: white;
}

.text h3 {
  background-color: #303030;
  margin: 5px 10% 5px 10px;
  padding: 3px;
}

/* Columns section */
#columns {
  visibility: hidden;
}

#columns .column {
  float: left;
  min-width: 350px;
  width: 33%;
  /* Min-height: */
  min-height: 400px;
  height: auto !important;
  height: 400px;
  margin: 2px;
}

#columns .widget {
  list-style: none;
  padding: 0px;
  margin: 2px;
  margin-bottom: 10px;
  float: none;
  width: auto;
}

#columns .widget .widget-head {
  overflow: hidden;
  width: 100%;
}

.widget-head h2:hover {
  background-image: url("../img_subdomain/img/widget_top_bright.png");
}

#columns .widget .widget-content {
  padding: 0px;
  overflow: hidden;
  border: 0px 2px 2px 2px solid black;
}

.widget-placeholder {
  border: 1px dashed #999;
  list-style: none;
  background-color: #202020;
  background-color: rgba(32, 32, 32, 0.7);
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 2px;
  margin-bottom: 8px;
}

/* End Columns section */
#titlebar {
  background: black url("../img_subdomain/img/banner_top.png") top left repeat-x;
  background-color: rgba(0,0,0,0.7);
  padding: 4px 4px 2px 4px;
  min-height: 36px;
}

#titlebar h1 {
  width: 35%;
  float: left;
  font-size: 20pt;
}

#menubar {
  width: auto;
  font-size: small;
}

#sub_menubar {
  width: auto;
  font-size: small;
}

#menubar form {
  float: right;
  width: auto;
  margin-top: 3px;
}

#searchresults {
  border: 1px solid #505050;
  position: absolute;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.85);
  width: 175px;
  display: none;
  z-index: 10;
  padding: 2px 4px;
}

li.searchresult {
  padding: 2px;
  list-style-type: square;
  margin-left: 14px;
}

li.more {
  list-style-type: none;
  font-style: italic;
}

input,select {
  border: 1px solid #505050;
  font-size: 9pt;
  background-color: black;
  color: white;
  padding: 1px;
}

select {
  min-width: 75px;
}

select.materialEfficiency {
  float: right;
  margin: 2px;
  background-color: #303030;
  color: #FFD103;
}

select.materialEfficiency option {
  background-color: #505050;
  color: #FFD103;
}

input.submit {
  color: #FFD103;
}

/*- Menu Tabs H--------------------------- */
#menubar ul {
  margin: 0;
  padding: 0px 5px 1px 5px;
  list-style: none;
}

li.nav {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: small;
}

li.nav a {
  float: left;
  background: url("../img_subdomain/img/tab_left_off.png") no-repeat left bottom;
  margin: 0;
  margin-right: 3px;
  padding: 0 0 0 8px;
  text-decoration: none;
}

li.nav a span {
  float: left;
  display: block;
  background: url("../img_subdomain/img/tab_right_off.png") no-repeat right bottom;
  padding: 3px 9px 4px 0px;
  color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
li.nav a span {
  float: none;
}

/* End IE5-Mac hack */
li.nav a:hover span {
  color: #FFF;
}

li.nav a:hover {
  background: url("../img_subdomain/img/tab_left_on.png") no-repeat left bottom;
  color: #FFD103;
}

li.nav a:hover span {
  background: url("../img_subdomain/img/tab_right_on.png") no-repeat right bottom;
  color: #FFD103;
}

.body form { /* no jokes here please */
  margin-left: 50px;
  width: 40%;
}

.body form input {
  margin-left: 15px;
}

.body form input.submit {
  margin-left: 0;
}

.body {
  margin: 5px 5px 120px 5px;
}

.body p {
  margin: 10px 15px 5px 25px;
}

.body h2 {
  margin: 15px 20px 10px 15px;
}

.body .market-section h2 {
  margin: 0;
}

.body ul {
  margin: 15px 20px 10px 70px;
}

.body li small {
  font-size: x-small;
}

/* Fix tabbed pages spacing */
ul.tabbernav {
  margin: 0;
  padding: 0px 5px 1px 0px;
}

.spacer {
  clear: both;
}

ul.market-groups li {
  float: left;
  width: 20%;
  text-align: center;
  margin: 5px;
  list-style-type: none;
  border: 2px outset #808080;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 3px;
  background-color: rgb(80,80,80);
  background-color: rgba(80,80,80,0.75);
}

ul.market-groups li a {
  text-decoration: none;
}

ul.market-groups li a:hover {
  text-decoration: underline;
}

ul.downloadlinks li {
  font-size: large;
  margin-bottom: 1em;
}

div.chartbox {
  width: 95%;
  float: left;
  border: 1px white outset;
  margin: 3px;
  padding: 2px;
}

hr {
  border: 1px inset black;
  width: 75%;
  margin: 15px 5px 15px 25px;
}

#welcome_bg {
  position: absolute;
  top: 72px;
  padding: 10px;
  width: 95%;
  margin: 10px 10px 150px 10px;
  background-color: black;
  color: white;
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity =         85);
  height: 400px;
}

#welcome_content {
  position: absolute;
  top: 72px;
  padding: 10px;
  width: 95%;
  margin: 10px;
  height: 400px;
  overflow: scroll;
}

#welcome {
  display: none;
}

#welcome h3 {
  width: 100%;
  border-bottom: 1px white solid;
  margin-right: 64px;
  margin-bottom: 20px;
}

#welcome ul {
  margin: 5px 5px 5px 72px;
}

#welcome li {
  margin: 20px 0px;
}

#welcome p {
  margin-bottom: 10px;
}

#preload {
  display: none;
}

.typebox {
  width: 150px;
  float: right;
  margin: 3px 5px 3px 10px;
  border: 1px outset;
  border-radius: 2px;
  background-color: rgb(48,48,48);
  background-color: rgba(48,48,48,0.4);
}

.typebox h4 {
  text-align: center;
  color: #FFD103;
  padding: 3px;
}

.typebox h4 img {
  margin-bottom: 3px;
}

.typebox dl {
  padding: 2px;
}

.typebox dt {
  font-weight: bold;
  background-color: #404040;
  background-color: rgb(64,64,64,0.8);
  padding: 0 2px 2px 2px;
}

.typebox dd {
  margin-left: 10px;
  margin-bottom: 5px;
  text-align: right;
}

.typebox ul {
  margin-left: 20px;
}

.typebox li {
  margin-bottom: 3px;
}

dl.display_list dd {
  font-weight: bold;
  padding: 2px;
  text-align: right;
  padding-right: 7px;
}

dl.display_list dt {
  background-color: #404040;
  padding: 2px;
  margin-bottom: 3px;
  padding-right: 14px;
}

.displaylist_left {
  float: left;
  font-weight: normal;
}

.displaylist_right {
  float: right;
}

div.display_list_container {
  float: left;
  width: 40%;
  margin: 4px;
  border: 2px solid black;
  overflow: visible;
  background-color: rgb(48,48,48);
  background-color: rgba(48,48,48,0.8);
  border-radius: 2px;
}

div.display_list_container h4 {
  background-color: #202020;
  color: white;
  padding: 5px;
  margin: 0;
  text-align: center;
}

div.display_list_container ul {
  margin-left: 20px;
  margin-top: 3px;
  margin-bottom: 6px;
}

div.displaylist_footer_multi {
  background-color: #404040;
  color: white;
  padding: 2px;
  font-style: italic;
}

div.displaylist_footer {
  background-color: #202020;
  color: white;
  padding: 2px;
}

.displaylist_footer .displaylist_right {
  font-weight: bold;
}

#footer {
  position: absolute;
  min-height: 45px;
  bottom: 0;
  left: 0;
  font-size: small;
  width: auto;
  clear: both;
}

#footer-inner {
  background: black url("../img_subdomain/img/banner_bottom.png") top left repeat-x;
  padding: 12px 2px 4px 2px;
  clear: both;
}

.advert {
  margin: auto;
  height: 64px;
  text-align: center;
  min-width: 50%;
}