/* CSS Document */

* {font-family: Verdana, Arial, Helvetica, sans-serif;}

html, body, p {font-size: 11px; font-weight: bold; background-color: #ffffe0; margin: 2px; padding: 2px;}
h1 {font-size: 22px;}
input, textarea, button {font-family: "Courier New", Courier, mono; font-size: 11px; font-weight: normal;}

form {margin: 0;}
input {vertical-align: middle;}
select {width: 150px; vertical-align: middle;}
textarea {margin-top: 5px;}
table.wyniki td, table.formularz td {background-color: #FFFFCC;}
.wyniki img {vertical-align: middle;}
hr {border: 1px solid #CCCCFF;}
.code {background-color: #FFFFCC; white-space: nowrap;}
a, a:link, a:visited, a:active {text-decoration: none; color: #ff4040;}
a:hover {background-color: White;}
img {border: 0; vertical-align: middle;}
@media print
{
	html, body {background-color: #fff; margin: 0; padding: 0;}
	table,caption,tr,th,td,a,div,span {color: #000!important; background-color: #fff; border-color: #000!important;}
	.noprint {display:none;}
}


/*** index.php ***/
.actual {background-color: #dfb;}  
.zero {background-color: #fff;}
.jeden {background-color: #f6ffe0;}
.zablokowane_pliki *, .zablokowane_pliki a {color: #ccc!important;}
.opis {font-weight: normal; font-size: 9px; border-bottom-width: 0px; vertical-align: middle;}
.button {font: bold 10px arial; border: 1px solid gray; padding: 1px; background-color: #fff;}
.button2 {font: normal 120% arial; border: 1px solid gray; margin: 0; padding: 0 3px; background-color: #f9f9f9;}
.hover:hover {position: relative; top: 1px; left: 1px;}
.black {color: black!important;}
.red {color: red;}
.green {color: green;}
.blue {color: blue;}
.cyan {color: cyan;}
.white_background {background-color: white;}
.black_background {background-color: black;}
.blue_background {background-color: blue;}
.yellow_background {background-color: yellow!important;}
.jasno_zielony_b {color: #6a3; border-color: #6a3;}
.red_bold {color:red; font-weight:bold;}
.orange_bold {color: orange; font-weight: bold;}
.bold {font-weight:bold;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.small {font-size: 80%;}
.forma_platnosci {font-size: 13px;}
.proforma {font-weight: normal; color: blue;}
.td_linia {background-color: #ccc; height: 1px; margin: 0; padding: 0;}

table.panel_glowny td {white-space: nowrap;}

form.przycisk {display: inline; margin: 1px;}
form.przycisk input {margin: 0; padding: 0; cursor: pointer;}


/*** tworzenie i edycja faktury ***/
fieldset {margin: 0.5em auto; padding: 0.5em;}
legend {color: blue;}
fieldset fieldset {margin: 0.5em 1em; position:relative;}
fieldset label {display: block; width: 20%; float: left; margin: 4px 4px; text-align: right;}
fieldset input,textarea {display: block; width: 65%; float: left; margin: 2px auto;}
fieldset br {clear: left;}
fieldset fieldset fieldset {border-color: orange;}
fieldset fieldset fieldset label {width: 15ex;}
fieldset fieldset fieldset input {width: 85%;}

form.inline fieldset,
form.inline label,
form.inline input
	{clear: both; float: none; display: inline; width: auto;}

input.wyglad_linku_get
	{font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ff4040; background-color: transparent; border: 0; cursor: pointer;}
input.wyglad_linku_get:hover
	{background-color: white;}

.submit {width: auto; font: normal 10px Verdana; margin: 1px; padding: 0 1px; border: 1px solid orange; background-color: #fffff9;}
.hidden {width: auto;}

.cena input, .cena select {float: left; margin: 0;}

/*** help ***/
fieldset.help
{
	/* -moz-border-radius: 1em 1ex;
	border-radius: 1em 1ex; */
	border: 2px dotted orange; background-color: white; text-align: justify; line-height: 1.5;
}
fieldset.help legend {color: blue;}

/*** f_calendar.js ***/
div.clndr {
 background-color:#d0d0d0; position:absolute;
 cursor:default; display:none; border:3px ridge #9ab;
}
div.clndr table {
 width:160px; margin:4px;
}
div.clndr th {
 border:1px solid black;
 font:normal bold 11px arial,sans-serif;
 text-align:center; padding:0 2px 0 2px;
}
div.clndr td {
 background-color:#d0d0d0;
 border:1px solid blue; cursor:pointer; 
 font:normal normal 11px arial,sans-serif;
 text-align:center; padding:0 2px 0 2px;
}
