﻿html {
    font: 21.25% tahoma, helvetica, sans-serif;
}
.box{
    font-size: 12px; 
    background: #f5f5f5;
    border-color: #e5e5e5;                
    border-style: solid;
    border-width: thin;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    overflow: inherit;
}


.box .header{
    margin: 0px;
    padding: 5px 0px 0px 0px;
}
.box .header h1{
    font-size: 12px; 
}
.box .content{
    padding: 10px;
    border-top: 1px solid #e5e5e5; 
    min-height: 200px;
}    
.box table{
    font-size: 12px;
    float: left;
}
.box .fieldInfo{
    color: red;
}
a, a:visited {
    color: #47478e;
    text-decoration: underline;
    cursor: pointer;
}
a.button {
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    padding-left: 8px;
    margin-right: 5px;
    background: url('../obrazki/button-left.png') top left no-repeat;
    float: right;
}
a.button span {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 5px 10px 5px 2px;
    background: url('../obrazki/button-right.png') top right no-repeat;
}
.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 5px;
}

.style1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.style2 {
    color: #CCFF01;
    font-size: 14px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.okragle-dwa-rogi-lewe {
    -webkit-border-top-left-radius: 3px; /* prawy górny */;
    -webkit-border-bottom-left-radius: 3px; /* lewy dolny */;
    -khtml-border-radius-topleft: 3px;
    -khtml-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.okragle-cztery-rogi {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}


.okragle-cztery-rogi3 {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.okragle-cztery-rogi7 {
    -webkit-border-radius:7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -khtml-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}
.okragle-cztery-rogi10 {
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    overflow: inherit;
}
.menu {
    position: relative; 
    z-index: 1; 
    left: 0px; 
    top: 0px; 
    height: 26px; 
    width: 100%; 
    background-color:#999999;
}
.menuASI {
    width:160px;  
    font-size: 15px;
    padding: 5px;
}
.menuASIp {
    padding: 5px;
}
#loading {
    position: fixed;
    width: 105%;
    height: 105%;
    top: 0;
    left: 0;
    display: block;
    background-color: #f5f5f5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 10;
}
