@charset "UTF-8";

.header, .statusbar,.column1, .expandable, .footer {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.3em;
    padding-bottom: 0.2em;
}



body, table, tr, td, th, thead, tfoot, label, h1, h2, h3, h4, h5, h6, p, ul, li, ol, pre, textarea {
    background: transparent;
    /**/
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;

    color: black;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    
    vertical-align: baseline;
    font-size: 100%;
}

body {
    background: transparent;
    width:100%;
    min-width: 600px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 1.4em;
}

label,
th,
td {
    text-align: left;
    vertical-align: top;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.3em;
    padding-bottom: 0.2em;
}

th,
thead td,
tfoot td {
    font-weight: bold;
    text-align: center;
}

b {
  
    font-size: 10pt;
    font-family: Sansation_Regular, Helvetica;
    color: #333333;
}

strong {
  
    font-size: 10pt;
    font-family: Sansation_Regular, Helvetica;
    color: #333333;
}

i {
  font-style: italic;
}

pre {
    font-size: 0.8em;
    font-family: monospace, courier;
    padding-left: 2em;
    padding-top: 1em;
}

tt {
    font-size: 0.8em;
    font-family: monospace, courier;
}

h1 {
    padding-top: 0.5em;
    font-size: 2em;
}

h2 {
    padding-top: 0.4em;
    font-size: 1.3em;
}

h3 {
    padding-top: 0.3em;
    font-size: 1em;
}

p {
    padding-top: 0.2em;
    text-align: justify;
}

ol,
ul {
    padding-top: 0.3em;
    padding-left: 1.5em;
}

label {
    font-weight: bold;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input,
textarea {
    border: 1px #666666 solid;
}

button {
    background: url('menu.gif');
}

input:focus,
textarea:focus {
    background: #ffcccc;
}

input.string {
    width: 420px;
}

textarea.text {
    width: 420px;
    height: 200px;
}

html {
    font-size: 12pt;
    font-family: Sansation_Light, Helvetica;
    color: #333333;
  
}

a {
    color: black;
}

div.flash {
    position: absolute;
    float: right;
    padding: 10px;
    top: 0px;
    right: 0px;
    opacity: 0.75;
    margin: 10px 10px 10px 10px;
    text-align: center;
    clear: both;
    color: #fff;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: white;
    border: 2px solid #fff; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 2;
}

div.logo{
    background-color: red;
    text-align: center;
    border-radius: 5px;
    width: 250px;
    }

div.aktualnosci {
    background-color: white;
    border-radius: 5px;
}

div.error {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: red;
    color: white;
    padding: 3px;
    border: 1px solid #666;
}

.warn {
    background-color: yellow;
    color: black;
    padding: 5px;
}

.info {
    background-color: #E5FFE5;
    color: black;
    padding: 5px;
}

.error {
    background-color: red;
    color: white; padding: 5px;
}

.wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    /*
    padding-top: 20px;
    padding-left: 20px;
    */
}

.layout {
    width: 95%;
    padding: 0;
    
    border-spacing: 0;
    background: transparent;
    z-index: 1;
}

.header {
    background: transparent;
    
   
}

.statusbar {

   
}

.footer {
    
    color: white;
   
}

.column1 {
    border-right: 0px #ffff solid;
}

.width10em {
    width: 15em;
    background: white;
    border-radius: 5px;
}

.expandable {

    background: transparent;
    padding:25px;
    border:1px;
    
}

.hrc{

}

ul.web2py-menu,
ul.web2py-menu ul,
ul.web2py-menu li,
ul.web2py-menu a
{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0.5em;
}

ul.web2py-menu {
    background: transparent;
}

ul.web2py-menu,
ul.web2py-menu li,
ul.web2py-menu ul
{
    list-style: upper-roman;
}

ul.web2py-menu ul
{
    display: none; 
}

ul.web2py-menu li
{
    position: relative; 
    z-index: 1;
}

ul.web2py-menu li:hover
{
    z-index: 999; 
}

ul.web2py-menu li:hover > ul
{
    display: block; 
    position: absolute;
}

ul.web2py-menu-horizontal li
{
    float: center;  list-style: none;
    font-size: 100%;
    width: auto;
    
}

ul.web2py-menu-hRight li
{
    float: left;
}

ul.web2py-menu-vertical li
{
    list-style: none;
    float: none;
}

ul.web2py-menu-vertical,
ul.web2py-menu-vertical ul
{
    width: 10em;
}

ul.web2py-menu-wide
{
    width: 100%;
}

ul.web2py-menu-vRight
{
    float: left;
}

ul.web2py-menu-lFloat
{
    float: left;
}

ul.web2py-menu-noFloat
{
    float: none;
}

div.web2py-menu-center ul.web2py-menu
{
    float: left;
    position: relative;
    left: 100%;
}


img.map
{


}

div.web2py-menu-center ul.web2py-menu li
{
    position: relative;
    left: 100%;
}

div.web2py-menu-center ul.web2py-menu li li
{
    left: auto;
}

ul.web2py-menu-horizontal ul
{
    top: auto;
    right: auto;
    left: auto;
    margin-top: -1px;
}

ul.web2py-menu-vertical ul
{
    left: 100%;
    right: auto;
    top: auto;
    margin-top: -0.5em;
}

ul.web2py-menu-vRight ul,
ul.web2py-menu-hRight ul.web2py-menu-vertical ul,
ul.web2py-menu-dRight,
ul.web2py-menu-dRight ul
{
    right: auto;
    top: auto;
    margin-top: -0.5em;
}

ul.web2py-menu-hRight ul
{
    left: auto;
    right: 0;
    top: auto;
    margin-top: -1px;
}

ul.web2py-menu li a
{
    border: 0
}

ul.web2py-menu-horizontal li
{
    margin-bottom: -1px;
    margin-left: 0px;
}

ul.web2py-menu-horizontal
{
    
}

ul.web2py-menu-vertical li
{
    margin-left: 0;
    margin-top: -1px;
}

ul.web2py-menu-vertical
{
    float: left;
    padding-left: -1px;
    border-top: solid 0px;
}

ul.web2py-menu li a
{
    padding: 2px 5px 3px;
}

ul.web2py-menu li a:link,
ul.web2py-menu li a:hover,
ul.web2py-menu li a:visited,
ul.web2py-menu li a:active
{
    text-decoration: none;
}

ul.web2py-menu li.sfhover a:active,
ul.web2py-menu li:hover a:active
{
    color: #fff;
    background-color: white;
}

ul.web2py-menu li
{
    
}

ul.web2py-menu li:hover,
ul.web2py-menu li.sfhover
{
    background-color: white;
}

ul.web2py-menu li a:hover
{
    background-color: white;
}

.web2py-menu-active a {
    background-color: white;
}

ul.web2py-menu li.web2py-menu-expand a,
ul.web2py-menu li.web2py-menu-expand li.web2py-menu-expand a,
ul.web2py-menu li.web2py-menu-expand li.web2py-menu-expand li.web2py-menu-expand a
{
    padding-right: 25px;
    /*
    background-image: url("expand-right.gif");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    */
}

ul.web2py-menu-vRight li.web2py-menu-expand a,
ul.web2py-menu-vRight li.web2py-menu-expand li.web2py-menu-expand a,
ul.web2py-menu-vRight li.web2py-menu-expand li.web2py-menu-expand li.web2py-menu-expand a,
ul.web2py-menu-hRight li.web2py-menu-expand a,
ul.web2py-menu-hRight li.web2py-menu-expand li.web2py-menu-expand a,
ul.web2py-menu-hRight li.web2py-menu-expand li.web2py-menu-expand li.web2py-menu-expand a
{
    padding-right: 5px;
    padding-left: 20px;
    /*
    background-image: url("expand-left.gif");
    background-repeat: no-repeat;
    background-position: -5px 50%;
    */
}

ul.web2py-menu-horizontal li.web2py-menu-expand a
{
    padding-left: 0px;
    padding-right: 0px;
    /*
    background-image: url("expand-down.gif");
    background-position: 100% 50%;
    */
}

ul.web2py-menu li.web2py-menu-expand li a,
ul.web2py-menu li.web2py-menu-expand li.web2py-menu-expand li a,
ul.web2py-menu li.web2py-menu-expand li.web2py-menu-expand li.web2py-menu-expand li a
{
    background-image: none;
    padding-right: 0px;
    padding-left: 15px;
}

* html ul.web2py-menu
{
    display: inline-block;
    display: block;
    position: relative;
    position: static;
}

* html ul.web2py-menu ul
{
    float: left;
    float: none;
}

ul.web2py-menu ul
{
    background-color: #fff;
}

* html ul.web2py-menu-vertical li,
* html ul.web2py-menu-horizontal li ul.web2py-menu-vertical li
{
    
    width: 100%;
    float: left;
    clear: left;
}

*:first-child+html ul.web2py-menu-vertical > li:hover ul
{
    min-width: 0;
}

ul.web2py-menu li a
{
    position: relative;
    min-width: 0;
}

* html ul.web2py-menu-horizontal li
{
    width: 6em;
    
}

* html div.web2py-menu-center
{
    position: relative;
    z-index: 1;
}

html:not([lang*=""]) div.web2py-menu-center ul.web2py-menu li a:hover {
    height: 100%;
}

html:not([lang*=""])  div.web2py-menu-center ul.web2py-menu li a:hover {
    height: auto;
}

* html ul.web2py-menu ul
{
    display: block;
    position: absolute;
}

* html ul.web2py-menu ul,
* html ul.web2py-menu-horizontal ul,
* html ul.web2py-menu-vertical ul,
* html ul.web2py-menu-vRight ul,
* html ul.web2py-menu-hRight ul.web2py-menu-vertical ul,
* html ul.web2py-menu-hRight ul
{
    left: -10000px;
}

* html ul.web2py-menu li.sfhover
{
    z-index: 999;
}

* html ul.web2py-menu li.sfhover ul
{
    left: auto;
}

* html ul.web2py-menu li.sfhover ul ul,
* html ul.web2py-menu li.sfhover ul ul ul
{
    display: none;
}

* html ul.web2py-menu li.sfhover ul,
* html ul.web2py-menu li li.sfhover ul,
* html ul.web2py-menu li li li.sfhover ul
{
    display: block;
}

* html ul.web2py-menu-vertical li.sfhover ul
{
    left: 60%;
}

* html ul.web2py-menu-vRight li.sfhover ul,
* html ul.web2py-menu-hRight ul.web2py-menu-vertical li.sfhover ul
{
    left: -60%;
}

* html ul.web2py-menu iframe
{
    
    
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    min-width: 0;
    display: inline-block;
    display: block;
}

* html .clearfix
{
    height: 1%;
}

.poin
{
 cursor: pointer;
}

.pointerHead
{
 cursor: pointer ;
}


@font-face
{
    font-family: Sansation_Light;
    src: url('http://wrszw.pl/alpha/static/Sansation_Light.ttf');
}

@font-face
{
    font-family: Sansation_Regular;
    src: url('http://wrszw.pl/alpha/static/Sansation_Regular.ttf');
}
    
@font-face
{
    font-family: Sansation_Bold;
    src: url('http://wrszw.pl/alpha/static/Sansation_Bold.ttf');
}

