@CHARSET "UTF-8";

body {
  /* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  background: #000;
}

/* IE hack \*/
* html .container { height: 1%; }
/* Hack ends */

div.container:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

div#root { 
  margin: 0 auto;
  xwidth: 920px;
  background: #000 url(../img/background.png) repeat-y center top;
}

div#top {
  color: #fff;
  xtext-align: center;
  
  height: 46px;
  background: #000 url(../img/top.png) no-repeat center top;
  padding-top: 18px;
}

div#top h1 {
  width: 257px;
  height: 44px;
  margin: auto;
  xmargin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  letter-spacing: 0.2em;
  position: relative;
}

div#top h1 a,
div#top h1 a:visited {
  text-decoration: none;
  color: #fff;
  display: block;
  xfont-size: 0px;
  overflow: hidden;
  height: 44px;
  width: 257px;
  xcolor: transparent;
}

div#top h1 span {
  background: url(../img/odyniec_net.png);
  width: 100%;
  height: 100%;
  position: absolute;
}

div#nav {
  background: #000 url(../img/nav.png) no-repeat center top;
  height: 23px;
  padding-top: 3px;
}

div#nav ul {
  list-style-type: none;
  margin: auto;
  xpadding: .2em 0;
  text-align: center;
  overflow: visible;
  height: 23px;
}

div#nav ul li {
  display: inline-block;
  margin: auto .1em;
  xpadding: .2em 0;
  overflow: visible;
  xfloat: left;
  height: 23px;
}

div#nav ul li a, div#nav ul li span {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 10px;
  xmargin-left: 1px;
  xmargin-right: 1px;
  overflow: visible;
  display: inline-block;
  height: 23px;
  line-height: 21px;
}

div#nav ul li a:hover,
div#nav ul li a.auto:hover {
}

div#nav ul li:hover {
    background: url(../img/nav_hover_right.png) no-repeat right top;
}

div#nav ul li a:hover {
    background: url(../img/nav_hover_left.png) no-repeat left top;
  color: #000;
}

div#nav ul li.active, div#nav ul li.active:hover {
  background: url(../img/nav_active_right.png) no-repeat right top;
}
	
div#nav ul li.active a, div#nav ul li.active a:hover {
  background: url(../img/nav_active_left.png) no-repeat left top;
  color: #000;
}

div#main {
  width: 880px;
  margin: auto;
  padding: 0.2em 20px;
  padding-bottom: 1em;
  background: #fff;
}

div#main h1 {
	margin-top: 0.5em;
    margin-bottom: 0.2em;
}

div#main h3 a, div#main h4 a {
  text-decoration: none;
}

div#main h3 img {
	vertical-align: middle;
	_vertical-align: top;
	margin-left: 0.2em;
}

div#main p {
	line-height: 130%;
}

div#footer {
  text-align: center;
  font-size: smaller;
  xpadding: 2px;
  color: #eee;
  height: 74px;
  line-height: 32px;
  vertical-align: text-top;
  xoverflow: hidden;
  width: 100%;
  background: #000 url(../img/bottom.png) no-repeat center top;
  letter-spacing: 0.16em;
}

a {
  color: #3c6ca7;
}

a:visited {
  color: #1c4c87;
}

code {
  font-size: 90%;
}

p.code {
  background-color: #eee;
  border: dashed 2px #bbb;
  white-space: pre;
  padding: 0.6em 1em;
  font-family: monospace;
  font-size: 85%;
  color: #222;
  overflow: auto;
  margin: 0.5em auto;
  width: 90%;
}

p.code {
    border: solid 1px #bbb;
    border-right: solid 2px #999;
    border-bottom: solid 2px #999;
    background: #eee;
    width: auto;
}

p.code em {
  color: #369;
  font-style: normal;
  font-weight: bold;
}

ul.simple {
  list-style: none;
}

ul.simple, ul.simple li {
  margin-left: 0;
  padding-left: 0;
}

table.list {
  margin: auto 1em;
  border: solid 1px #888;
  border-collapse: collapse;
}

table.list th, table.list td {
  padding: .4em;
  border: solid 1px #888;
  vertical-align: top;
}

table.list th {
  background: #ddd;
}

table.list {
    border-collapse: separate;
    border: solid 1px #bbb;
    background: #ccc;
    border-spacing: 2px;
}

table.list td {
    border-width: 0;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    background: #eee;
    padding: 0.4em 1em;
}

table.list th {
    border-width: 0;
    border-right: solid 1px #555;
    border-bottom: solid 1px #555;
    background: #bbb;
    padding: 0.4em 1em; 
}

table.list td span.default {
	line-height: 160%;
	vertical-align: text-bottom;
}

a.annotation {
  font-variant: superscript;
}

hr {
  height: 1px;
  border: none;
  background-color: #888;
}

p.annotation {
  font-size: 80%;
  font-style: italic;
  color: #666;
}

p.annotation a:link {
  font-size: 100%;
  border: none;
}

a.annotation:link {
  text-decoration: none;
  border: none;
}

div.table-annotations {
  margin: 0.5em 1em;
  padding: 2pt;
  overflow: hidden;
}

div.table-annotations p {
  font-size: 80%;
  /* font-style: italic; */
  color: #888;
  margin-top: 0;
  padding-left: 2.2em;
  padding-top: 0;
  padding-bottom: 0.2em;
  margin-bottom: 0;
  /* width: 90%; */ /* this is to prevent IE italics problem */
}

div.table-annotations a {
  position: absolute;
  text-decoration: none;
  border: none;
}

div.table-annotations a:link {
  float: none;
}

table.contact {
  margin: .3em auto 0 auto;
  border: none;
}

table.contact td, table.contact th {
  border: none;
  background: none;
  padding: 0;
}

table.contact td {
  padding: 0.3em;
}

table.contact th {
  text-align: right;
  padding: 0.3em;
}

a.button, a.button:visited {
    background: #fff url(/img/btnr.png) no-repeat right top;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    border: none;
    display: -moz-inline-box;
    -moz-box-orient: horizontal;
    -moz-box-align: center;
    zoom: 1.0;
    display: inline-block;
    padding: 0;
    border-width: 0;
    padding-right: 14px;
    color: #eee;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

a.button img {
    background: #fff url(/img/btnl.png) no-repeat left top;
    vertical-align: top;
    _vertical-align: -32%;
    padding: 6px 0.3em 6px 14px;
    line-height: 36px;
    border: none;
    border-width: 0;
    height: 24px;
    margin: 0;
}

a.button:hover {
	color: #fff;
}

ul.subpages {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.subpages ul {
	list-style: none;
	margin: 0;
	margin-top: 0.2em;
	padding: 0.2em 0 0 1em;
}

ul.subpages li {
	line-height: 24px;
    padding-left: 8px;
    font-weight: bold;
}

ul.subpages li li {
	line-height: 120%;
	font-weight: normal;
}

ul.subpages li span, ul.subpages li a {
	height: 24px;
	line-height: 24px;
	display: inline-block;
    padding: 0;
	padding-right: 8px;
    display: -moz-inline-box;
    -moz-box-orient: horizontal;
    -moz-box-align: center;
    zoom: 1.0;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    xposition: relative;
}

ul.subpages li li a {
	line-height: 120%;
}

ul.subpages li.active {
	background: url(/img/hll.png) no-repeat left top;
}

ul.subpages li.active span {
	background: #caddf6 url(/img/hlr.png) no-repeat right top;
}
