html {
  background: #5b7591 url(/media/bg.png) repeat;
  padding: 0;
  margin: 0;
}

body {
  background: fff url(/media/background2.png) repeat-y center;
  padding: 0;
  margin: 0 0 20px 0;
}

body, input, textarea, select, option, td, th {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  color: #444;
}

input, textarea, select, option {
  background: #fff;
}

input.radio, input.checkbox {
  background: transparent;
  width: auto;
}

ul, ol {
  margin: default;
  padding: default;
}

a {
  text-decoration: none;
  color: #1a71b3;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

a img {
  border: 0;
}

.clear {
  clear: both;
  font-size: 1%;
}

dl.zend_form {
  text-align: left;
}

dl.zend_form div.formFieldGroup {
  margin: 0 0 10px 0;
}

dl.zend_form div.formFieldGroup h3.formFieldGroupTitle {
  text-align: right;
  font-size: 12px;
  border-bottom: 1px #cac8c8 solid;
  margin: 0 12px 8px 0;
  font-weight: normal;
  padding: 0 0 2px 0;
  color: #4375a9;
}

dl.zend_form div.formRow, dl.zend_form div.formRowCheckbox, dl.zend_form div.formRowMultiCheckbox {
  padding: 0;
  margin: 0 0 8px 0;
  border-width: 0;
  border-style: solid;
  border-color: #ddd;
  clear: left;
  position: relative;
}

dl.zend_form div.formRow div.formRowInputContainer {
  float: left;
  text-align: left;
}

dl.zend_form div.formRowSubmit {
  padding-left: 310px;
}

dl.zend_form div.formRow label {
  font-weight: normal;
  display: block;
  float: left;
  width: 300px;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  text-align: right;
  line-height: 26px;
}

dl.zend_form div.formRowCheckbox label {
  font-weight: normal;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  text-align: left;
}

dl.zend_form div.formRow label.required {
  font-weight: bold;
}

dl.zend_form div.formRow input {
  padding: 3px;
  width: 230px;
  border: 1px #90a7c0 solid;
  border-collapse: collapse;
  font: 13px Tahoma, Arial, 'Trebuchet Ms', FreeSans, sans-serif;
  background: #f2f2f2;
}

dl.zend_form div.formRow textarea {
  border: 1px #dedede solid;
  padding: 3px;
  width: 300px;
  height: 100px;
  overflow: auto;
  font: 13px Tahoma, Arial, 'Trebuchet Ms', FreeSans, sans-serif;
}

dl.zend_form div.formRow select {
  padding: 3px;
  width: 230px;
  border: 1px #90a7c0 solid;
  border-collapse: collapse;
  font: 13px Tahoma, Arial, 'Trebuchet Ms', FreeSans, sans-serif;
  background: #f2f2f2;
  margin-right: 2px;
}

dl.zend_form div.formRow input.button {
  width: auto;
  padding: 3px 10px;
  font-weight: normal;
  background: #4375a9;
  border-width: 1px;
  border-style: solid;
  border-color: #fff #0e1b29 #0e1b29 #fff;
  color: #fff;
}

dl.zend_form div.formRow div.formDescription {
  font-size: 8pt;
  margin-left: 130px;
}

dl.zend_form div.formRow div.formFloatingDescription {
  font-size: 8pt;
  position: absolute;
  left: 370px;
  top: 0;
  width: 250px;
  background: #ddd;
  border: 1px #888 solid;
  padding: 10px;
  text-align: justify;
}

img.descriptionIcon {
  position: absolute;
  top: 1px;
  right: 13px;
}

dl.zend_form div.formErrors {
  text-align: left;
  margin-left: 130px;
}

dl.zend_form div.formRowCheckbox div.formErrors {
  margin-left: 20px;
}

dl.zend_form div.formErrors ul.errors {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

dl.zend_form div.formErrors ul.errors li {
  color: red;
  padding: 0;
  margin: 0;
  font-size: 11px;
}

p.formGlobalErrors {
  color: red;
  border: 1px red solid;
  background: #fdd;
  padding: 10px;
}

/* --------------------------------------------------------------- */
#container {
  width: 900px;
  margin: 0 auto;
}

#topContainer {
  height: 122px;
  background: url(/media/top_new.png) no-repeat 0 0;
  margin: 0;
  padding: 0;
}

#topContainer a {
  background: transparent;
  display: block;
  width: 500px;
  height: 120px;
}

#outerContainer {
  padding: 0;
  background: #fff url(/media/bg_white.png) repeat;
}

#outerBottom {
  height: 29px;
  background: url(/media/outer_bottom.png) no-repeat 0 0;
  position: relative;
}

#outerBottom a {
  position: absolute;
  right: 30px;
  top: 3px;
}

#innerContainer {
  width: 860px;
  background: #fff url(/media/inner_bg.png) repeat-y;
  margin: 0 auto;
}

#innerBottom {
  width: 860px;
  margin: 0 auto;
  height: 24px;
  background: url(/media/inner_bottom.png) no-repeat 0 0;
}

#topmenuContainer {
  height: 49px;
  background: url(/media/topmenu_bg.png) no-repeat 0 0;
  position: relative;
}

#topmenuContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 20px;
}

#topmenuContainer ul li {
  float: left;
  height: 47px;
  position: relative;
}

#topmenuContainer ul li a {
  line-height: 47px;
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#topmenuContainer ul li a.myAccount {
  color: #ffe671;
}

#topmenuContainer ul li.topmenuSpacer {
  background: url(/media/topmenu_spacer.png) no-repeat 0 0;
  width: 2px;
  font-size: 1%;
  margin: 0;
  padding: 0;
}

#topmenuContainer ul li div.topmenuLevel2Container {
  position: absolute;
  background: #1480be url(/media/topmenu_2level_bg.png) repeat-x;
  top: 47px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1000;
}

#topmenuContainer ul li div.topmenuLevel2Container a {
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  text-align: center;
  z-index: 1000;
}

#topMenuRightBox {
  position: absolute;
  right: 20px;
  top: 0;
  height: 47px;
  background: url(/media/topmenu_star.png) no-repeat top right;

  color: #fff;
  padding-right: 30px;
  text-align: right;
}

#topMenuRightBox a {
  color: #ffe671;
  text-decoration: none;
  font-weight: bold;
  line-height: 47px;
  font-size: 10pt;
}

#mainContentContainer {
  background: transparent;
  margin: 20px 20px 0 20px;
}

.pageTitle {
  border-bottom: 1px #e38147 solid;
  color: #003756;
  font-weight: normal;
  padding: 0 0 2px 0;
}

#footerContainer {
  text-align: left;
  font-size: 11px;
  border-top: 1px #ddd solid;
  margin: 20px 20px 0 20px;
  padding: 3px 0 0 0;
  color: #888;
}

#footerContainer ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

#footerContainer ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#footerContainer ul li.spacer {
  margin: 0 10px;
}

#footerContainer ul li a {
  color: #888;
  text-decoration: none;
}

#messagesContainer {
  margin: 15px 0;
  list-style: none;
  padding: 0;
}

#messagesContainer li {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

#messagesContainer li.type_0 {
  border-color: red;
  color: red;
}

#messagesContainer li.type_1 {
  border-color: green;
  background: #E5F4E5;
  color: green;

}

#messagesContainer li.type_2 {
  border-color: grey;
  color: grey;
}

#columnContainer {

}

#leftColumn {
  float: left;
  width: 400px;
  background: transparent;
  margin: 0;
  padding: 0;
}

#rightColumn {
  float: left;
  width: 400px;
  background: transparent;
  margin: 0 0 0 20px;
  padding: 0;
}

h4.iconTitle {
  background-repeat: no-repeat;
  backgroun-position: left;
  line-height: 53px;
  padding-left: 60px;
  font-family: "trebuchet ms";
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
}

ul.orangeStars {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.orangeStars li {
  background: url(/media/orange_star.png) no-repeat center left;
  padding: 0 0 0 30px;
  margin: 5px 0;
  text-align: justify;
}

.greyBoxContainer {
  background: #d9d5d5 url(/media/grey_square_2x2.png) repeat-y right;
  position: relative;
  padding: 0;
  margin: 0;
}

.greyBoxContainer div.boxTop {
  font-size: 1%;
  height: 2px;
  background: #d9d5d5 url(/media/white_square_2x2.png) repeat-y right;
}

.greyBoxContainer div.boxBottom {
  font-size: 1%;
  height: 2px;
  background: #929292 url(/media/white_square_2x2.png) repeat-y left;
}

.greyBoxContainer div.boxArrow {
  width: 10px;
  height: 18px;
  position: absolute;
  right: -8px;
  top: 35px;
  font-size: 1%;
  background: transparent url(/media/grey_arrow_right.png) no-repeat;
}

.greyBoxContainer div.boxArrowTop {
  width: 16px;
  height: 8px;
  position: absolute;
  left: 20px;
  top: -8px;
  font-size: 1%;
  background: transparent url(/media/grey_arrow_top.png) no-repeat;
}

.orangeBoxContainer {
  background: #fa792c url(/media/grey_square_2x2.png) repeat-y right;
  position: relative;
  padding: 0;
  margin: 0;
}

.orangeBoxContainer div.boxTop {
  font-size: 1%;
  height: 2px;
  background: #fa792c url(/media/white_square_2x2.png) repeat-y right;
}

.orangeBoxContainer div.boxBottom {
  font-size: 1%;
  height: 2px;
  background: #929292 url(/media/white_square_2x2.png) repeat-y left;
}

.orangeBoxContainer div.boxArrowTop {
  width: 16px;
  height: 8px;
  position: absolute;
  left: 20px;
  top: -8px;
  font-size: 1%;
  background: transparent url(/media/orange_arrow_top.png) no-repeat;
}

.orangeBoxContainer div.boxContent a {
  color: #fff;
  font-weight: bold;
}

div.boxContent {
  padding: 10px;
}

div.boxContent dl.zend_form {
  text-align: left;
}

div.boxContent dl.zend_form div.formFieldGroup {
  margin: 0 0 10px 0;
}

div.boxContent h3.formFieldGroupTitle {
  text-align: right;
  font-size: 12px;
  border-bottom: 1px #cac8c8 solid;
  margin: 0 12px 8px 0;
  font-weight: normal;
  padding: 0 0 2px 0;
  color: #4375a9;
}

div.boxContent dl.zend_form div.formRow, .greyBoxContainer div.boxContent dl.zend_form div.formRowCheckbox {
  padding: 0;
  margin: 0 0 8px 0;
  border-width: 0;
  border-style: solid;
  border-color: #ddd;
}

div.boxContent dl.zend_form div.formRowSubmit {
  padding-left: 130px;
}

.searchFormContainer div.boxContent dl.zend_form div.formRowSubmit {
  padding-left: 310px;
}

div.boxContent dl.zend_form div.formRow label {
  font-weight: normal;
  display: block;
  float: left;
  width: 120px;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  text-align: right;
  line-height: 26px;
}

.searchFormContainer div.boxContent dl.zend_form div.formRow label {
  width: 300px;
}

.orangeBoxContainer div.boxContent dl.zend_form div.formRow label {
  color: #fff;
  font-weight: bold;
  width: 100px;
}

div.boxContent dl.zend_form div.formRowCheckbox label {
  font-weight: normal;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  text-align: left;
}

div.boxContent dl.zend_form div.formRow label.required {
  font-weight: bold;
}

div.boxContent dl.zend_form div.formRow input {
  padding: 3px;
  width: 230px;
  border: 1px #90a7c0 solid;
  border-collapse: collapse;
  font: 13px Tahoma, Arial, 'Trebuchet Ms', FreeSans, sans-serif;
  background: #f2f2f2;
}

.orangeBoxContainer div.boxContent dl.zend_form div.formRow input {
  width: 242px;
}

div.boxContent dl.zend_form div.formRow textarea {
  border: 1px #90a7c0 solid;
  border-collapse: collapse;
  padding: 3px;
  width: 230px;
  height: 200px;
  overflow: auto;
  font: 13px Tahoma, Arial, 'Trebuchet Ms', FreeSans, sans-serif;
}

div.boxContent dl.zend_form div.formRow select {
  padding: 3px;
  width: 230px;
  border: 1px #90a7c0 solid;
  border-collapse: collapse;
  font: 13px Tahoma, Arial, 'Trebuchet Ms', FreeSans, sans-serif;
  background: #f2f2f2;
  margin-right: 2px;
}

.orangeBoxContainer div.boxContent dl.zend_form div.formRow select {
  width: 250px;
}

div.boxContent dl.zend_form div.formRow input.button {
  width: auto;
  padding: 3px 10px;
  font-weight: normal;
  background: #4375a9;
  border-width: 1px;
  border-style: solid;
  border-color: #fff #0e1b29 #0e1b29 #fff;
  color: #fff;
  overflow: visible;
}

div.boxContent dl.zend_form div.formErrors {
  text-align: left;
  margin-left: 130px;
}

div.boxContent dl.zend_form div.formRowCheckbox div.formErrors {
  margin-left: 20px;
}

div.boxContent dl.zend_form div.formErrors ul.errors {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

div.boxContent dl.zend_form div.formErrors ul.errors li {
  color: red;
  padding: 0;
  margin: 0;
  font-size: 11px;
}

div.boxContent dl.zend_form div.formRow table.formRowInputContainer {
  width: 240px;
}

div.boxContent dl.zend_form div.formRow table.formRowInputContainer label {
  font-weight: normal;
  display: inline;
  float: none;
  width: 60px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 12px;
  text-align: left;
  line-height: 18px;
}

div.boxContent dl.zend_form div.formRow table.formRowInputContainer label input {
  padding: 0;
  width: auto;
  border: 1px #90a7c0 solid;
  border-collapse: collapse;
  font: 13px Tahoma, Arial, 'Trebuchet Ms', FreeSans, sans-serif;
  background: #f2f2f2;
  margin: 3px;
}

table.mextTable {
  width: 100%;
  margin: 0 auto;
}

table.mextTable thead tr th {
  padding: 5px;
  background: #ddd;
  border-bottom: 1px #e38147 solid;
}

table.mextTable tbody tr td {
  padding: 5px;
  background: #f5f5f5;
  font-size: 12px;
}

table.mextTable tbody tr.odd td {
  background: #fbfbfb;
}

button.orangeButton, dl.zend_form input.orangeButton, input.orangeButton {
  width: auto;
  padding: 3px 10px;
  font-weight: normal;
  background: #e38147;
  border-width: 1px;
  border-style: solid;
  border-color: #fff #0e1b29 #0e1b29 #fff;
  color: #fff;
  overflow: visible;
}

button.grayButton {
  width: auto;
  padding: 3px 10px;
  font-weight: normal;
  background: #888;
  border-width: 1px;
  border-style: solid;
  border-color: #fff #0e1b29 #0e1b29 #fff;
  color: #fff;
  overflow: visible;
}

.courseDetailsList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.courseDetailsList li {
  margin: 5px 0;
  padding: 0;
}

.courseDetailsList li span {
  font-weight: bold;
}

.personalDataList {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.personalDataList li {
  margin: 5px 0;
  padding: 0;
}

.personalDataList li span {
  font-weight: bold;
}

.tabsMenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabsMenu li {
  display: inline;
  margin: 0 5px;
  padding: 7px 5px 0 5px;
  background: #ddd;
}

.tabsMenu li.activeTab {
  background: #fff;
}

.tabsMenu li a {
  margin: 0;
  padding: 5px;
  font-size: 120%;
  color: #888;
}

.tabsMenu li.activeTab a {
  color: red;
}

#tabsContainer {
  margin: 0;
  padding: 0;
  background: #fff;
}

div.tabContainer {
  padding: 0 5px 5px 5px;
  border-color: #000;
  border-width: 0;
  border-style: solid;
  margin: 0;
  position: relative;
  height: 100%;
}

div.tabContainer p {
  margin: 0 0 5px 0;
  line-height: 150%;
}

.buttonsContainer {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

table.autodromeSlots {
  width: 100%;
  margin: 0 auto;
  border: 0;
}

table.autodromeSlots th {
  background: #ddd;
  border-bottom: 1px #888 solid;
  padding: 3px;
  text-align: center;
}

table.autodromeSlots td {
  text-align: center;
  padding: 3px;
}

table.autodromeSlots tr.even td {
  background: #fafafa;
}

table.autodromeSlots tr.old td {
  text-decoration: line-through;
}

#deadline {
  width: 150px;
  margin: 10px auto;
  color: green;
  text-align: center;
  font-size: 12pt;
}

div.examQuestionContainer {
  margin-bottom: 2em;
}

div.examQuestionContainer p.content {
  margin-bottom: .5em;
}

div.examQuestionContainer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

div.examQuestionContainer ul li {
}

div.examQuestionContainer ul li label {
}

div.examQuestionContainer ul li input {
  vertical-align: middle;
}

ol.questionOverviewList {
}

ol.questionOverviewList ul {
}

ol.questionOverviewList ul li {
}

ol.questionOverviewList ul li.chosen {
  color: red;
  text-decoration: underline;
}

ol.questionOverviewList ul li.correct {
  color: green;
  font-weight: bold;
}

/* required to avoid jumping */
#odliczeniaWrapper {
  position: relative;
  height: 70px;
}

#odliczenia {
  position: absolute;
  top: 0;
  display: block;
  width: 300px;
}

#odliczenia.fixed {
  position: fixed;
  top: 0;
}

#cookieDialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  display: none;
}

#cookieDialog div {
  padding: 5px;
  line-height: 2em;
}

#cookieDialog div p {
  margin: 0;
  padding: 0;
  text-align: center;
}

#cookieDialog .close {
  float: right;
}

dl.zend_form {
  text-align: left;
  margin: 10px 0;
}

dl.zend_form fieldset {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #888;
  padding: 10px 0 10px 10px;
}

dl.zend_form fieldset legend {
  font-size: 11pt;
  padding: 0 10px 0 10px;
  font-weight: bold;
}

dl.zend_form dt {
  padding: 1px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ddd;
  background: #eee;
}

dl.zend_form dt label {
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 5px;
  background: #ddd;
}

dl.zend_form dd {
  padding: 5px;
  margin: 0 0 10px 0;
  background: #f6f6f6;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ddd;
}

dl.zend_form dd.invisible {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 1%;
}

dl.zend_form dd .description {
  margin: 10px 0 5px;
}

dl.zend_form dd input {
  padding: 3px;
  width: 218px;
  border: 1px #dedede solid;
  border-collapse: collapse;
  font: 13px Tahoma, Arial, 'Trebuchet Ms', FreeSans, sans-serif;
}

dl.zend_form dd textarea {
  border: 1px #dedede solid;
  padding: 3px;
  width: 300px;
  height: 150px;
  overflow: auto;
  font: 13px/1.5 Tahoma, Arial, 'Trebuchet Ms', FreeSans, sans-serif;
}

dl.zend_form dd select {
  border: 1px #dedede solid;
  width: 200px;
  overflow: auto;
  padding: 3px;
}

dl.zend_form dd input.button, dl.zend_form dd button.button, input.button, button.button {
  width: auto;
  padding: 3px 10px;
  font-weight: bold;
  background: #DDEFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd #aaa #aaa #ddd;
}

dl.zend_form ul.errors li {
  color: red;
}

dl.zend_form dd .disabledField {
  background: #eee;
}
