/*
   Sass Reset - Converted by Hampton Catlin
   A modification of the original found at...
   http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4,
h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  position: relative;
}

.main {
  margin: 0 auto;
  width: 965px;
  /* margin-left: -482.5px;
  left: 50%;
  position: absolute; */
  /* [ WS 18:08 2015-11-05 tło strony testowej */
  /* background-color: #9cff9c; */
  background-image: url("bckg.png");
  /* WS ] */
}

.main > * {
  width: 965px;
}

#main-menu a {
  font-family: helvetica, arial, sans-serif;
  display: block;
  width: 231px;
  height: 35px;
  margin-bottom: 1px;
  background-image: url("../../modules/layout/skin.png");
  background-position: 205px -422px;
  background-repeat: no-repeat;
  background-color: #9c9c9c;
  font-weight: bold;
  color: white;
  font-size: 1em;
}

#main-menu a:hover {
  background-color: #b6b6b6;
}

#main-menu a span {
    display: inline-block;
    font-size: 12px;
    height: 22px;
    padding-top: 13px;
    padding-left: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}

#main-menu a.navy {
    background-color: #111165;
}

#main-menu a.navy:hover {
    background-color: #1111a5;
}


#main-menu a.red {
    background-color: #651111;
}

#main-menu a.red:hover {
    background-color: #911818;
}

#main-menu a.green {
    background-color: #626701;
}

#main-menu a.green:hover {
    background-color: #929a01;
}

#footer {
    position: relative;
    height: 148px;
    font-family: helvetica, arial, sans-serif;
}

#footer .green {
    color: #626701;
}

#footer .crimson {
    color: #651111;
}

.dragFrame {
    background: none;
    width: 820px;
    height: 44px;
    position: relative;
}

.dragFrame .dragElement {
    background: url('../../modules/layout/skin.png') 0px -190px;
    width: 27px;
    height: 44px;
    z-index: 99;
    top: -19px;
    position: absolute;
}

div.year-range span.yearSign#firstYearSign{
    width: 2px;
}

div.year-range span.yearSign#lastYearSign{
     width: 2px;
}

span.active-element {
    left: 806px;
}

#lastYearSign {
    top: 1px;
}
