@import url(/jive/jquery/lightbox/jquery.lightbox.css);
/* un-reset */
ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-latin;
}
ul {
  list-style-type: disc;
}
ol, ul {
  margin-left: 40px;
}
/* un-reset */
/* --------- @template main structure */
/* ---------- @template other classes */
/* ----------------- @main navigation */
/* ---------------- @local navigation */
/* ---------------------------- @divs */
/* ----------------------- @main tags */
/* ------------------------- @headers */
/* --------------------------- @links */
/* --------------------------- @forms */
/* -------------------------- @tables */
/* -------------------------- @images */
/* ----------------------- @main page */
/* ----------------- @certain page... */

/* --------- @template main structure */
body {
  background: url(../img/bg_body.gif) #ddf1fe repeat-x;
}
#header, #nav, #content, #footer {
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
  border-left: 1px black solid;
  border-right: 2px black solid;
}
#header {
  height: 180px;
}
#nav {
  height: 30px;
  background: url(../img/bg_nav.png) #2f5493;
}
#content {
  width: 940px;
  padding: 10px 20px;
  overflow: auto;
}
#article {
}
#footer {
  clear: both;
  height: 30px;
  margin: 0 auto 5px;
  font: 0.7em verdana, arial, helvetica, sans-serif;
  background: url(../img/bg_nav.png) #2f5493;
  border-bottom: 1px black solid;
}
/* ---------- @template other classes */
#footer p {
  padding: 8px 0 0 15px;
  font: bold 1.2em verdana, arial, sans-serif;
  color: #fff;
}
#lock {
  width: 20px;
  float: right;
  margin: 7px 5px 0 0;
}
/* ----------------- @main navigation */
#nav ul {
  float: left;
  margin-left: 0;
  color: #fff;
}
#nav ul li {
  display: inline;
  float: left;
  border-right: 1px solid #fff;
  font: bold 12px verdana;
  padding: 8px 0;
}
#nav ul li.current {
  color: #000;
  background-color: #8ccaff;
}
#nav ul li.current, #nav ul li a {
  padding: 8px 12px;
}
#nav a {
  border: none;
}
#nav ul li a {
  color: #fff;
  text-decoration: none;
}
#nav img {
  margin-bottom: -4px;
  padding: 0;
}
#nav ul li a:visited {
  font-weight: bold;
}
#nav ul li a:hover {
  color: #000;
  background-color: #8ccaff;
}
#nav.wroclaw {
  background-image: none;
  background-color: /*#759496;*/#5cc7bb;
}
#nav.wroclaw ul li a {
  color: #000;
}
#nav.wroclaw ul li.current, #nav.wroclaw ul li a: hover {
  color: #fff;
  background-color: /*#f3fe30;*/#5c68c7;
}
.backToHomePage { /* must come after all #nav specs */
  background: url(../img/bg_nav.png) #2f5493;
}
#nav.wroclaw ul li.backToHomePage a {
  color: #fff;
}
#nav.wroclaw ul li.backToHomePage a: hover {
  background-color: #8ccaff;
}
/* ---------------- @local navigation */
/* ---------------------------- @divs */
/* ----------------------- @main tags */
p, li {
  font: 1em/150% georgia;
  text-align: left;
}
#article p, #article li {
  margin-top: 15px;
}
/* ------------------------- @headers */
h1 {
  font: bold 1.7em "trebuchet ms", verdana, helvetica, sans-serif;
  color: #c23432;
}
h2 {
  font: 1.2em "trebuchet ms", verdana, helvetica, sans-serif;
  color: #c23432;
  margin: 15px auto;
}
h3 {
  font: bold 13px/160% verdana, helvetica, sans-serif;
  margin: 15px auto;
}
h4 {
  color: #c23432;
  margin: 0;
  font-size: 12px;
}
/* --------------------------- @links */
a {
  color: #06c;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
a: hover {
  color: #06c;
  border-bottom: 1px solid #06c;
}
a: visited {
  color: #800080;
}
a: hover: visited {
  border-bottom: 1px solid #800080;
}
a.lightbox.frame { /* reset */
  border: none;
  padding: 0;
  background-image: none;
}
a.lightbox.frame img {
  padding: 10px;
  border: 1px solid #777 !important;
  border-top: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
}
a.lightbox.frame.set img {
  margin-right: 20px;
}
a.lightbox.frame.left img {
  margin: 10px 20px 10px 0;
  float: left;
}
a.lightbox.frame.right img {
  margin: 10px 0 10px 20px;
  float: right;
}
/* --------------------------- @forms */
/* -------------------------- @tables */


/* -------------------------- @images */
/* ----------------------- @main page */
#homepage_content {
  padding: 10px;
  margin-right: 320px;
}
.aside {
  width: 310px;
  float: right;
}
.aside img {
  margin: 17px 0;
}
#nasze_projekty {
  text-align: center;
  margin-top: 30px;
}
#nasze_projekty_naglowek {
  margin-bottom: 10px;
  padding: 2px 0;
  background-color: #ddf1fe;
  font: 12px verdana, tahoma, arial, sans-serif;
}
#nasze_projekty img {
  margin: 15px 25px;
}
/* ---------------- @certain pages... */
/* --------------------- /dzialalnosc */
table.taBasic {
  width: 940px;
  font: 0.8em verdana, arial, sans-serif;
  border: 1px solid #dfeaf4;
}
table.taBasic td {
  border-bottom: 1px solid #2f5494;
  border-right: 1px solid #2f5494;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
}
tr.odd {
  background-color: #dfeaf4;
}
td.caption {
  text-align: right;
}
td.data {
  font: 1.2em "courier new", proportional;
  text-align: right;
}
/* ------------------------- /kontakt */
/* --------------- /oddzialy-terenowe */
#mapContainer {
  width: 400px;
  float: right;
  margin-left: 10px;
}
#map {
  width: 400px;
  height: 260px;
  background-color: #ddf1fe;
}
  /* ----------------- to be tidied up:  */
li p {
  margin: 0;
}
.program {
  font: bold 13px verdana;
  color: #767156;
  background-color: #d7d5c9;
  padding: 1px 4px;
}
.darkred {
  color: #c00;
  font-weight: bold;
}
.roy {
  color: red;
  font-weight: bold;
  background-color: #ffffd7;
}
span.hilite {
  background-color: #e2efc2;
  padding: 1px;
}
p.l5 {
  margin-left: 5px;
  margin-top: 2px;
  line-height: 110%;
  text-align: left;
}
div.frame {
  margin: 10px;
  padding: 0 10px;
  border: 1px solid gray;
}


.box {
}
.box2, .box2Caption, .box3 {
  border-top: 1px solid silver;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  border-left: 1px solid silver;
}
.box2, .box2Caption {
  width: 360px;
  float: left;
  margin-top: 15px;
  background-color: #fff;
}
.box2 ul {
  padding-top: 1px; /* hack na Operę */
}
.box2Caption {
  height: 20px;
  background-color: #eee;
  text-align: center;
  font: bold 12px verdana;
  padding-top: 5px;
}
.box3 {
  width: 210px;
  height: 650px;
  float: left;
  padding: 10px;
}
.redfont {
  color: #d20000;
  font-weight: bold;
}
.button {
  width: 80px;
  font: bold 11px verdana;
  color: #fff;
  background-color: #32508a;
  padding: 2px 5px;
}
.attention {
  color: #c00;
  font-weight: bold;
}

/* OPŚ */
#miasta {
  width: 160px;
  margin-top: 15px;
  margin-left: 10px;
  float: right;
  background-color: #b1dcfe;
}
#miasta ul {
  list-style-type: none;
  padding-left: 0;
}
#miasta li a {
  display: block;
  width: 130px;
  height: 30px;
  padding-left: 30px;
}
#miasta li a: hover {
  color: #fff;
  background-color: #2f5494;
}
#passBox {
  border-left: 1px solid #2f5494;
  border-top: 1px solid #2f5494;
  border-right: 2px solid #2f5494;
  border-bottom: 2px solid #2f5494;
  background-color: #8ccaff;
  width: 200px;
  margin: 20px auto;
  text-align: center;
  padding: 0 10px 10px;
}

/* poniższe może do common.css */
.download_entry {
  padding: 5px 20px 10px 80px;
  margin-bottom: 10px;
  min-height: 50px;
  border: 1px solid #99c0fa;
}
.download_entry p {
  font: 0.8em verdana, arial, sans-serif;
}
.zip {
  background: url('/jive/img/filetypes/48/tar.png') no-repeat 10px 5px #dfebff;
}

/* formularz w KADM */
fieldset.formEntry {
  margin: 0 auto 5px;
  text-align: left;
  height: 32px; /* żeby nie podawać osobno dla radio */
  overflow: auto;
  padding-left: 10px;
  background-color: #d2e3f7;
  border: 1px solid #1e5fac;
}
.formEntryLabel {
  padding-top: 9px;
  float: left;
  width: 150px;
  text-align: right;
  font: 12px verdana, tahoma, arial, sans-serif;
}
.formEntryInput {
  width: 450px; /* formEntry input + 50px */
  float: left;
  margin-left: 10px;
  padding-top: 4px;
  /*border: 1px solid red;*/
}
.formEntry input[type="text"] {
  width: 400px;
  margin: 2px 0 4px;
  border: 1px solid gray;
}
.formEntry select {
  width: 400px;
  margin: 2px 0 4px;
  border: 1px solid gray;
}
.formEntry textarea {
  height: 450px;
  width: 500px;
  float: left;
  margin: 2px 0 4px;
  border: 1px solid gray;
}
.formHint {
  height: 20px;
  width: 100%;
  margin: -5px 0 10px;
  background-color: /*#ebf2fc;*/#ffffc6;
  display: none;
}
label {
  font: 12px verdana, tahoma, arial, sans-serif;
}
.attention {
  color: #f00;
}
/* KADM:  pytania */
#questions fieldset.formEntry: hover {
  background-color: #f5f6be;
  border-color: #f00;
}
#questions div.formEntryLabel {
  width: 600px;
  text-align: left;
}
#questions div.formEntryInput {
  width: 200px;
}
/* Lodz 2007 */
.materialy {
  /* materjały do pobrania */
  border: 1px solid #bbb;
  margin-bottom: 20px;
  font: 12px verdana, tahoma, arial, sans-serif;
}
.materialy a {
  display: block;
  padding: 10px;
}
.materialy a, .materialy a img {
  border:nonenone;
}
.materialy a img {
  margin-right: 20px;
  vertical-align: middle;
}