body {
	color: #0e4f91;
	font-size: 8pt;
	font-family: Arial;
	background: #006c67;
}

body#tinymce{
    background-color: #FFF;
    color: #000;
}

p {
	color: black;
	font-size: 8pt;
	font-family: Arial
}

img {
	border: 0;
	margin: 0;
}

img.button-image{
    display: inline;
    vertical-align: middle;
}

td {
	color: black;
	font-size: 8pt;
	font-family: Arial
}


th {
	color: black;
	font-size: 8pt;
	font-family: Arial;
}

a {
	color: #bbce00;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}

a:hover {
	color: #7A7A7A;
	text-decoration: underline;
}

.logowanie { color: #bbce00; font-size: 9pt; font-family: Arial }
.logowanie_dol { color: #bbce00; font-size: 8pt; font-family: Arial }

a.log:link     { color: #bbce00; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.log:visited     { color: #bbce00; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.log:active     { color: #bbce00; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none}
a.log:hover    { color: #7a7a7a; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }

a.dodaj:link      { color: #ec6931; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.dodaj:visited      { color: #ec6931; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.dodaj:active      { color: #ec6931; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.dodaj:hover     { color: #ec6931; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

a.se:link      { color: #000000; font-weight: bold; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.se:visited      { color: #000000; font-weight: bold; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.se:active      { color: #000000; font-weight: bold; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.se:hover     { color: #000000; font-weight: bold; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

a.usun_zdjecie:hover  { color: red;font-family:Arial; text-decoration:underline; z-index: 1 }
a.usun_zdjecie:link  { color: red;font-family:Arial; font-size: 12px;text-decoration: none; z-index: 1 }
a.usun_zdjecie:visited  { color: red;font-family:Arial; font-size: 12px;text-decoration: none; z-index: 1 }

a.paginationBold:link      { font-size: 14px; color: #000000; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.paginationBold:visited      { font-size: 14px; color: #000000; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.paginationBold:active      { font-size: 14px; color: #000000; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.paginationBold:hover     { font-size: 14px; color: #000000; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }


.tabelka { color: #000000; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; border: solid 2px #bbce00; }
.tabelka_readonly { color: #939292; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #f2f0f0; border: solid 1px; }
.boki {  background-color: #006c67; width: 100%; }
.menu  { }
.skasuj { color: #ec6931; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.lista { color: #0c50a3; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
img.ikonka { border: 0; vertical-align: middle; }
img.boczne { display: inline; vertical-align: middle;}

td.border-main{
    border-collapse: collapse;
    border: 6px solid #bbce00;
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px;    /* Konqueror */
    -moz-border-radius: 5px; /* Firefox */
    border-radius: 6px; 
}

table.formularz, table.formularz-no-border {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px auto;
	border: 0;
	color: black;
	font-size: 12px;
	font-family: Arial;
        width: 95%;
}

table.formularz td, table.formularz th {
	border: 1px solid #006c67;
        color: #006c67;
	padding: 5px;
	text-align: left;
        background-color: #FFF;
        font-size: 12px; 
}

table.formularz td.srodek{
	text-align: center;
}

div.form-title{
    position: relative;
    font-size: 20px;
    background-color: #bbce00;
    color: #006c67;
    text-align: left;
    margin: 5px auto;
    padding: 7px; 
    min-height: 29px;
    width: 95%;
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px;    /* Konqueror */
    -moz-border-radius: 5px; /* Firefox */
    border-radius: 6px;
}

.action_buttons_element{
    position: absolute;
    right: 10px;
    top: 2px;
}

table.formularz-no-border td {
	padding: 3px;
	text-align: left;
}

table.formularz-no-border td.header, div.header {
	font-weight: bold;
	font-size: 9pt;
}

table.formularz th {
	width: 150px;
	background-color: #bcce00;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 6px;
}

table.formularz th.szersza {
	width: 230px;
}

table.formularz select {
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding-left: 5px;
	border: solid 1px #AAAAAA;
}

table.formularz input[type='text'], table.formularz input[type='password'], 
table.formularz-no-border input[type='text'], table.formularz-no-border input[type='password'], 
table.formularz input.pass, table.formularz textarea{
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border: solid 1px #AAAAAA;
	padding-left: 3px;
	width: 50%;
}

table.formularz input.cyferki{
	width: 80px;
}

table.formularz-no-border select{
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border: solid 1px #AAAAAA;
	padding-left: 3px;
}

table.formularz input[type='password']{
	background-color: #FFFF90;
}

table.formularz textarea {
	width: 50%;
        height: 80px;
}

table.formularz input.pole_100{
	width: 90%;
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border: solid 1px #000000;
	padding-left: 3px;
}

table.formularz input.readonly{
	background-color: #ece9d8;
	width: 100%;
}

table.lista {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	color: black;
	font-size: 12px;
	font-family: Arial;
        margin: 5px auto;
        width: 100%;
}

table.lista td {
	border: 1px solid #006c67;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
        font-size: 12px;
        color: #006c67;
        font-weight: normal;
}

table.lista td.licznik, table.lista th.licznik {
	width: 20px;
	text-align: right;
        color: #000;
        color: #006c67;
}

table.lista td.ikona, table.lista th.ikona {
	width: 40px;
	text-align: center;
	vertical-align: top;
        color: #006c67;
}

table.lista th {
	border: 1px solid #006c67;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	background-color: #bbce00;
        font-size: 12px;
        color: #006c67;
}

table.lista a{
    color: #006c67;
    font-size: 12px;
}

.sciezka {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
}

div.komunikat, div.komunikat_ok, div.komunikat_blad, div.komunikat_ostrzezenie {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 10pt;
	text-align: center;
}

div.komunikat_ok {
	background-color: #AEFFAE;
	border: 1px solid green;
}

div.komunikat_blad {
	background-color: #FFC0C0;
	border: 1px solid #FF6060;
}

div.komunikat_ostrzezenie {
	background-color: #FFFFC0;
	border: 1px solid #FFFF60;
}

.nazwa_elementu {
	color: #448844;
}

.nazwa_akcji {
	color: #884444;
	text-transform: capitalize;
}

table.paginacja_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 0;
	color: black;
	font-size: 8pt;
	font-family: Arial;
}

div#Komunikaty{
	display: none;
}

table.paginacja_table td {
	padding-top: 10px;
	text-align: center;
	vertical-align: middle;
}

div#offtop {
	position:fixed;
	left:0px;
	top:0px;
	z-index: 100;
	height: 100%;
	width: 100%;
	display: block;
	visibility: hidden;
	background-color:black;
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65; 
}


div#popup{
	border: 1px solid #000033; 
	background-color: #D0FDFF; 
	visibility: hidden; 
	display: block;
	z-index: 101;
	position: relative;
	padding: 25px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 25%;	
}

div#CategoriesList {
 	min-height: 50px;
 	background-repeat: no-repeat;
 	background-position: 20% 50%;
}

div#PhotosList{
	min-height: 50px;
 	background-repeat: no-repeat;
 	background-position: 50% 50%;
 	margin: 15px 8px;
 	font-weight: bold;
}

div.ImageOnList{
	margin-left: 25px;
	margin-bottom: 10px;
	float: left;
	width: 180px;
	height: 170px
}

div.ImageOnListActions{
	float: left;
	width: 20px;
	height: 150px;
	margin-left: 3px;
}

span.small{
	font-size: 10px;
	font-weight: normal;
}

input.buttons{
    background-color: #D0D0D0; font-size: 12px; border: 1px solid #000;
}

form#Zamowienia td {font-size: 9pt}

table#menu {border: 0; background-color: #bcce00; border-bottom: 1px solid #006c67;}
table#menu td{padding: 11px 6px; text-align: center; vertical-align: middle; font-size: 10px; font-weight: bold; color: #006c67; border-right: 1px solid #006c67;}
table#menu td.picked{ color: #FFFFFF; background-color: #01adc3;}
table#menu td a  {color: #006c67; text-decoration: none; font-weight: bold; text-align: center; vertical-align: middle; display: block; height: 100%; width: 100%; }
table#menu td.picked a  {color: #FFFFFF;}

input.form-button, button.form-button{
    background-color: #bcce00;
    color: #FFF;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px; 
    padding: 4px;
    border: 0;
}

input.form-button:hover, button.form-button:hover{
    color: #000;
    cursor: pointer;
}

input.rounded{
    border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 1px 15px;
}

input.form-button.rounded:hover, button.form-button.rounded:hover{
    color: #FFF;
}

a.form-button{
    background-color: #bcce00;
    color: #FFF;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    padding: 8px;
    border: 0;
    display: block;
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px;    /* Konqueror */
    -moz-border-radius: 5px; /* Firefox */
    border-radius: 6px;
    float: left;
    margin-right: 10px;
}

td.naglowek{
    padding: 5px 0;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    color: #bcce00;
}

table#FCL-Table input{
    width: 100%;
}

span.split{
    padding: 0px 5px;
}

table.paginacja_table a {
    font-size: 12px;
}

table.paginacja_table a {
    font-size: 12px;
}

.clear{
    clear: both;
}

table#karta_klienta th{
    width: 30%;
}

table#karta_klienta th, table#karta_klienta td{
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}

div#div_ajax{    position: absolute;
                 padding: 10px;
                 border: 2px solid #bcce00;
                 z-index: 100;
                 background-color: #006c67;
                 color: #bcce00; 
                 min-width: 160px;
                 min-height: 40px;
            }

div#div_ajax a, div#div_ajax a:hover{
    font-weight: bold;
    text-decoration: none;
    color: #bcce00;
    font-size: 12px;
}

div.nr_faktury{
    white-space: nowrap;
    width: 170px;
    text-align: center;
}

div.faktura_data_wystawienia{
    float: left;
    width: 40%;
    font-size: 10px;
    text-align: center;
}

div.faktura_data_sprzedazy{
    float: right;
    width: 40%;
    font-size: 10px;
    text-align: center;
}