html, body {
  font-family: Tahoma, Verdana, Arial;
  font-weight: normal;
  margin: 0pt;
  padding: 0pt;
  font-size: 11px;
  background-color: #ffffff;
  height: 100%;
  max-height: 100%;
}

img {
  border:none;
  margin:0px;
}

.clearfix:after {
  /*specjalny kod aby container oblewal elementy plywajace wewnatrz*/
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


form {
  padding: 0px;
  margin: 0px;
}

table {
  font-size: 11px;
}

table.cw-page {
  height: 100%;
  width: 100%;
}

tr.cw-page-main {
  height: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

table td.cw-page-top {
  height: 53px;
}

table td.cw-page-foot {
  height: 20px;
  background-color: #e2e2e2;
  padding: 0px 5px 0px 5px;
  text-align: right;
  color: #505050;
}

table td.cw-page-foot a {
  color: #505050;
}

div.cw-foot-left {
  float:left;
}

div.cw-foot-right {
  float:right;
}

#cw-page-left {
  display: block;
  vertical-align: top;
  width: 172px;
  background-color: #f2f2f2;
  padding: 3px;
  height: 100%;
  z-index: 10;
}

#cw-page-left-link {
  position: absolute;
  left: 165px;
}

#cw-page-left-folded {
  display: none;
  vertical-align: middle;
  width: 9px;
  background-color: #f2f2f2;
  padding: 0px;
  height: 100%;
}

table td.cw-page-center {
  vertical-align: top;
  padding: 3px;
  width: 100%;
  height: 100%;
}

div.cw-page-content {
  clear: both;
  font-size: 11px;
  width: 100%;
  padding: 0px;
}

.cw-infobox {
  border: 1px solid #b0b0b0;
  width: 100%;
  text-align: left;
  background-color: #e2e2e2;
}


a {
  text-decoration: none;
  color: #2C44A0;
}

a:hover {
  text-decoration: underline;
}

input, textarea, select {
  border: 1px solid #CCCCCC;
  font-size: 11px;
  background-color:#FFFFFF;
  padding: 1px 3px;

}

/* wyrownanie dla IE6 */
input, select {
  line-height: 10px;
}

input:hover, textarea:hover, select:hover {
  border: 1px solid #F29A26;
  font-size: 11px;
  background-color:#FFFFFF;
}

.size-xs {
  width: 50px;
}
.size-s {
  width: 60px;
}
.size-l {
  width: 150px;
}
.size-xl {
  width: 200px;
}
.size-xxl {
  width: 300px;
}

#akcje, #actions {
  border-top: thin dashed #a0a0a0;
  padding: 5px;
}

#akcje input, #actions input, input.button {
  background-color: #d0d0d0;
  border: 1px outset #d0d0d0;
  color: #2b4c88;
  font-weight:bold;
  padding-right: 14px;
  padding-left: 14px;
  overflow:visible;
  cursor: pointer;
}

#akcje .warn, #actions .warn, .button-warn {
  color: #bc4839;
}



.noborder {
  border:none;
}

.ro, .ro:focus, .ro:hover {
  border: 1px solid #CCCCCC;
  background-color: #EBEBEB;
  color: #000000;
}


#bledy {
  margin: 0px 0px 5px 0px;
  padding: 5px 10px;
  border: #2b4c88 1px solid;
  background-color: #f9e4a1;
}

#bledy li.err {
  list-style: disc;
  color: #c90011;
  font-weight: bold;
  margin: 0px 11px;
}

#bledy li.inf {
  list-style: disc;
  color: #2b4c88;
  font-weight: bold;
  margin: 0px 11px;
}

.warning {
  color: #c90011;
  font-weight: bold;
  padding: 8px;
}

form.formularz {
  padding: 0px;
  margin: 0px;
}

table.form tr.tytul td {
  padding-top: 5px;
}

table.form td {
  padding-right: 10px;
  vertical-align: top;
}

.panel-center {
  padding: 0px;
  margin: 0px 0px 5px 0px;
  border: 1px solid #b0b0b0;
  width: 100%;
}

.panel-center-header {
  background-color:#3f7499;
  border-bottom: 1px solid #829f7c;
  padding: 2px 0px 2px 5px;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  line-height:19px;
}

.panel-center-content {
  padding: 3px;
  background: #FFFFFF;
  margin: 0px 0px 5px 0px;
}

.panel-center-tab .panel-center-header {
  background-color:#f0f0f0;
  color: #3f7499;
  border-bottom: 0px;
  padding: 2px 0px 2px 5px;
  margin: 3px;
}

.panel-center-tab {
  border: 1px solid #cccccc;
}

.panel-center-tab .panel-center {
  padding: 0px;
  margin: 0px 0px 5px 0px;
  border: 0px;
  width: 100%;
}


table.lista {
  font-family: arial;
  background-color: #CDCDCD;
  font-size: 8pt;
  text-align: left;
  border-collapse: collapse;
}

table.lista th {
  background-color: #2b4c88;
  border: 1px solid #49463F;
  border-bottom:1px solid #CCCCCC;
  font-size: 8pt;
  padding: 4px 10px 4px 10px;
  color:#FFF;
}

table.lista td, table.lista td.strony {
  color: #3D3D3D;
  padding: 4px;
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  vertical-align: top;
}

table.lista th a:link, table.lista th a:hover, table.lista th a:visited, table.lista th a:active {
  color:#FFF;
  text-decoration:none;
}

table.lista tr td {
  background:#FFFFFF;
}
table.lista tr td.seq {
  text-align: right;
}
table.lista tr.parzysty td {
  background:#F5F5F5;
}
table.lista tr:hover td, table.lista tr.parzysty:hover td {
  background:#FDF1DF;
}


.orderby_a {
  padding-left: 5px;
  margin-left: 15px;
  background: url('../img/sort_a.gif') no-repeat;
}

.orderby_d {
  padding-left: 5px;
  margin-left: 15px;
  background: url('../img/sort_d.gif') no-repeat;
}

.orderby {
  padding-left: 5px;
  margin-left: 15px;
  background: url('../img/sort.gif') no-repeat;
}

#mytabs {
  padding: 0px;
  margin: 0px;
  width:100%;
  border:0px;
}

#tooltip {
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  border: none;
  width: 210px;
  padding:20px;
  opacity: 0.9;
}

span.tooltip_ok {
  margin: 0 auto;
  height: 15px;
  background: url('../img/ok.gif') no-repeat;
  border-bottom: 0;
  padding:3px 0px 0px 18px;
  font-weight:bold;
  color:#FF8601;
  cursor: pointer;
}

span.tooltip_no {
  margin: 0 auto;
  height: 15px;
  background: url('../img/no.gif') no-repeat;
  border-bottom: 0;
  padding:2px 0px 0px 15px;
  font-weight:bold;
  color:#FF8601;
  cursor: pointer;
}



table.lista td.strony, table.lista tr:hover td.strony {
  text-align: center;
  border: 0px;
  background-color: #FFF;
}
table.lista td.strony {
  padding: 5px;
}
div.strony {
  cursor:default;
}

div.strony a {
  padding:2px 0px;
  border:0px;
  margin:2px;
}


div.strony a.wybrana {
  text-decoration:underline;
}

.grey {
  color: #CCCCCC;
}

.noborder {
  border: none;
}

.error, .error:focus, .error:hover {
  background-color: #ffaf7c !important;
}

.notempty, .notempty:focus, .notempty:hover {
  background-color: #f9efce;
}

img.latarka {
  border: 0px;
  width: 24px;
  margin: 1px;
  vertical-align: middle;
  cursor: pointer;
}

.context-panel {
  width: 170px;
  background-color: #FBFDFA;
  border:#DCE6DC solid 1px;
  padding: 0px;
  margin-bottom:3px;
}

div.context-header {
  padding: 0px;
  margin: 0px;
  height: 23px;
  background-color: #3f7499;
}
.context-title {
  float:left;
  line-height:13px;
  margin:3px 5px 0px 6px;
  width:150px;
  padding:0px 5px;
  font-weight:bold;
  color:#ffffff;
}

ul.context-list {
  list-style:none;
  list-style-position:inside;
  margin:0px;
  padding: 5px 3px 5px 5px;
}

ul.context-list li {
  margin-top:2px;
  padding-left:5px;
  line-height:18px;
  background-color:#F3F8F1;
}

ul.context-list .disabled {
  background-color: #cacaca !important;
}

.fieldset-toggle {
  float: right;
  position: relative;
  text-align: right;
  padding-right: 10px;
}

.fieldset-toggle a {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}

.fieldset-toggle a:hover {
  text-decoration: underline;
}

.hidden {
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden;
  width: 0 !important;
}

/* zestawy ikon na potrzeby jQuery.UI */
.ui-icon { width: 16px; height: 16px; background-image: url(../img/ui/ui-icons_469bdd_256x240.png); }
