@import url( "http://linkownia.net/style/menu_bar.css" );

body {
  font: 1em verdana, arial, helvetica, sans-serif;
  background-color: white;
  color: black;
  font-size: 80%;
  margin: 0; padding: 0;
}

.copy,.txt10{
  font-size: 8px;
  font-weight: bold;
}

.menu {
  height: 26px;
  background-image : url(../img/bg_unit.gif); 
  color:#666666;
  font-weight: bold;
  background-color: #999999;
  border: 1px solid #999999;
}

.fields {
  font-weight: bold;
  color: #333333;
  background-color: #F4F4F4;
}

.submit {
  font-weight: bold;
}

.border {
  color: #000000;
}

.bordert {
  background-color: #999999;
}

.cells {
  color: #333333;
  background-color: #FFFFFF;
}

.ok {
  color: #008000;
  font-weight: bold;
}

.fail, .error, .red {
  font-weight: bold;
  color: #FF0000;
}

.row1 {
  height: 26px;
  background-color: #FFFFFF;
}

.row2 {
  height: 26px;
  background-color: #EEEEEE;
}

hr {
  color: #999999;
}

.maincolor {
  color: #666666;
}

.graph {
  background-color: #000099;
  padding: 0;
  width: 75px;
}

/* linkownia-style header */

div.orange {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #FF9100;
}
div.dark_orange {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.6em;
  border-bottom: 1px solid #CE7400;
  background-color: #B3B3E6;
}

div.header {
  position: relative;
  margin: auto;
  width: 790px; /*60em;*/
  padding: 0;
  margin-bottom: 10px;
}

div.graybar {
  position: absolute; bottom: 0; height: 4px; width: 100%; background-color: #b4b4b4; border-bottom: 1px solid #f0f0f0; font-size: 1px;
}

div.header {
  height: 80px;
  background: #FF9100 url('http://linkownia.net/img/headbg.png') no-repeat bottom right;
}

/* naglowki */
h1, h2, h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #101020;
}

h1 {
  height: 58px; width: 400px;
  margin:0; padding:0;
  position:relative;
  margin:0; padding:0;
  overflow:hidden;
}

h1 span {
  display: block;
  position: absolute; left:0; top:0; z-index:1;
  width: 400px; height:58px;
  margin:0; padding:0;
  background:url("http://toplista.linkownia.net/img/logo_toplista.png") top left no-repeat;
}

h2 {
	font-variant: small-caps;
}

/* linki */
a:link, a:visited, a:hover {
  color: #00005f;
  text-decoration: none;
  margin: 1px;
  border-bottom: 1px dashed #00005f;
}

a:visited {
  color: #50505f;
  border-bottom: 1px dashed #50505f;
}

a:hover {
  border-bottom: 1px solid #00005f;
}

a.clean:link, a.clean:visited, a.clean:hover {
  border: none;
}

dt { font-weight: bold; }
dd { margin-bottom: 20px; }


