body {
  background: #FFF;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
}

h1 {
  font-size : 16px; 
}

h2 {
  font-size : 14px; 
}

h3, h4 {
  font-size : 13px; 
}

img {
  border: 0;
}


/* layout */
div#container {
  width: 780px;
  margin: 10px auto;
}

div#header {
  float: left;
  width: 100%;
}

div#header a {
  width: 100%;
  height: 100%;
  display: block;
}

div#path {
  clear: both;
  width: 100%;
  padding: 8px 0;
}

div#main {
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  /* border-top: 1px solid #ccc; */
}

div#content {
  float: right;
  width: 100%;
  line-height: 1.6;
  padding: 10px;
  /* border-left: 1px solid #ccc; */
}

div#sidebar {
  float: left;
  width: 200px;
  padding-bottom: 90px;
}

div#footer {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
  color: #777;
  /* border-top: 1px solid #ccc; */
}

div#copyright {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
  color: #777;
}

div#copyright a {
  color: #555;
}


/* menu */
div#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#sidebar ul li {
  margin: 0;
  padding: 3px 0;
}

div#sidebar ul li a {
  width: 100%;
  display: block;
  padding: 3px;
  text-decoration: none;
  background: #ccc;
  color: #000;
}

div#sidebar ul li a:hover {
  background: #999;
  color: #fff;
}


/* kolorowe boxy */
.box {
  display: block;
  border: 1px solid;
  padding: 10px;
  margin: 1em 0;
}

.notice {
  border-color: #0f0;
  background: #afa;
  color: #070;
}

.error {
  border-color: #f00;
  background: #faa;
  color: #700;
}

.system {
  border-color: #00f;
  background: #aaf;
  color: #007;
}


/* tabela */
table.tab {
  margin: 10px 0;
  padding: 0;
  border: 0;
}

table.tab th, 
table.tab td {
  text-align: left;
  padding: 0.3em 1em;
  vertical-align: top;
}

table.tab th {
  font-weight: bold;
  border-bottom: 1px solid #c0c0c0;
}

table.tab td {
  border-bottom: 1px solid #e7e7e7;
}


/* formularze */
label {
  display: block;
  font-weight: bold;
}

label.normal {
  display: inline;
  font-weight: normal;
}


/* wydruk */
.printable-only {
  display: none;
}

/* stronicowanie */
.pagination {
  margin-top: 2em;
}

.pagination .disabled,
.pagination .current,
.pagination a {
  margin-left: 0.8em;
}

.pagination .current {
  font-weight: bold;
}


/* inne */
fieldset {
  border: 1px solid #eee;
}

.black {
  /* color: #000; */
}

.gray {
  color: #a7a7a7;
}

.red {
  /* color: red; */
  color: #a33;
}

.green {
  color: #3a3;
}

.orange {
  color: #fa0;
}

form.button-to,
form.button-to div {
  display: inline;
}

.icon {
  padding-left: 20px;
}

a.move-up {
  background: url(/images/sites/ichc2008/arrow_up.gif) top left no-repeat;
}

a.move-down {
  background: url(/images/sites/ichc2008/arrow_down.gif) top left no-repeat;
}

a.add {
  background: url(/images/sites/ichc2008/action_go.gif) top left no-repeat;
}

a.delete {
  background: url(/images/sites/ichc2008/action_stop.gif) top left no-repeat;
}

.smaller {
  font-size: 0.9em;
}

.right {
  float:right;
}

.clear {
  clear:both;
}

.larger {
  font-size: 1.1em;
}

.xlarger {
  font-size: 1.2em;
}

.bold {
  font-weight: bold;
}

