* { font-family: 'Verdana'; font-size: 10px }

.line-spacing-hi { line-height: 19px }
.line-spacing-mi { line-height: 16px }
.line-spacing-lo { line-height: 14px }

.letter-spacing { letter-spacing: -.05em }

.black { color: #000000 }
.orange { color: #FF7B00 }
.red { color: #e00000 }
.navi { color: #135486 }
.white { color: #ffffff }
.darkblue { color: #04006A }
.pink { color: #FF3399 }
.cyan { color: #1F93C7 }
.seablue { color: #0087C3 }

.promotion { background-color: #FFF480 }

A { color: #FF3399; font-weight: bold; text-decoration: none }

.px11 { font-size: 11px }
.px12 { font-size: 12px }
.px13 { font-size: 13px }
.px14 { font-size: 14px }
.px15 { font-size: 15px }
.px16 { font-size: 16px }
.px17 { font-size: 17px }
.px18 { font-size: 18px }
.px19 { font-size: 19px }
.px20 { font-size: 20px }
.px21 { font-size: 21px }
.px22 { font-size: 22px }
.px23 { font-size: 23px }
.px24 { font-size: 24px }

.verd { font-family: 'Verdana' }
.treb { font-family: 'Trebuchet Ms' }
.arial { font-family: 'Arial' }
.georgia { font-family: georgia }

.normal { font-style: normal; font-weight: normal }
.italic { font-style: italic }
.bold { font-weight: bold }
.justify { text-align: justify }
.left { text-align: left }
.right { text-align: right }
.center { text-align: center }

.pl-5 { padding-left: 5px }
.pl-10 { padding-left: 10px }
.pl-20 { padding-left: 20px }
.pl-40 { padding-left: 40px }
.pr-5 { padding-right: 5px }
.pr-10 { padding-right: 10px }
.pr-20 { padding-right: 20px }
.pb-5 { padding-bottom: 5px }
.pb-10 { padding-bottom: 10px }
.pb-20 { padding-bottom: 20px }
.pt-5 { padding-top: 5px }
.pt-10 { padding-top: 10px }
.pt-20 { padding-top: 20px }

.brx { background-repeat: repeat-x }
.bry { background-repeat: repeat-y }
.brn { background-repeat: none }

.hand { cursor: hand }

.input { border: 1pt solid #6D6D6D; width: 128px; text-align: left; background-color: white }

.input-head { border: none; color: #04006A; background-color: #DFE8F4; height: 20px; padding: 4px }

.empty { font-family: georgia; color: #FF3399; font-size: 16px; font-weight: bold; letter-spacing: -.05em }

.formularz { border: none; border-left: 1pt solid #7174AF; border-top: 1pt solid #7174AF; background-color: #DFE8F4; color: #04006A; width: 150px}
.formularz-error { border: none; border-left: 1pt solid #7174AF; border-top: 1pt solid #7174AF; background-color: #FFE0F0; color: #04006A; width: 150px}
.scrollbar { scrollbar-3dlight-color: #7174AF; scrollbar-arrow-color: #7174AF; scrollbar-base-color: #C8D8EC; scrollbar-darkshadow-color: #C8D8EC; scrollbar-face-color: #C0D0E0; }


.lista-head {
  background-color: #28AFEB;
  border-bottom: 1pt solid #0087C3;
}

