/* Style podstawowe: */
*
{
    margin: 0;
    padding: 0;
}

html
{
    overflow-y: scroll;
    overflow-x: auto;
    width: 100%;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}

html body
{
	height: 100%;
}

html body form
{
	min-height: 100%;
	position: relative;
}

html body.Desktop
{
    font-size: 11pt;
}

html body.Mobile
{
    font-size: 8pt;
}

h1
{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 2em;
    color: #000;
}

h2
{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1.7em;
    color: #a33;
}

h3
{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1.4em;
    color: #a33;
}

h4
{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1.1em;
    color: #a33;
}

img
{
	margin-bottom: 0.25em;
	vertical-align: middle;
}

/* Wygląd linków: */
a:link,
a:active,
a:visited,
body.Mobile a:hover
{
    color: #1f65a6;
    text-decoration: none;
    font-weight: bold;
}

body.Desktop a:hover
{
    color: #ff831f;
    text-decoration: underline;
    font-weight: bold;
}

a *
{
    color: inherit;
}

span.DisabledLink
{
    color: #ff831f;
    font-weight: bold;
}

/* Wygląd tabel: */
table
{
    width: auto;
    padding: 0px;
	border: 0px;
	border-spacing: 1px;
    margin: 5px 0px;
	font-size: inherit;
}

th
{
	border: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

td
{
	border: 1px solid #ccc;
    padding: 1px 5px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

tr:first-child > th:first-child,
tr:first-child > td:first-child
{
    border-top-left-radius: 10px;
}

tr:first-child > th:last-child,
tr:first-child > td:last-child
{
    border-top-right-radius: 10px;
}

tr:last-child > th:first-child,
tr:last-child > td:first-child
{
    border-bottom-left-radius: 10px;
}

tr:last-child > th:last-child,
tr:last-child > td:last-child
{
    border-bottom-right-radius: 10px;
}

tr:nth-child(odd) > td
{
	background: #f6f5f4;
}

tr:nth-child(even) > td
{
	background: #fff;
}

/* Wygląd wypunktowania: */
ul
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

li
{
	padding: 1px 0px;
}

/* Wygląd kontrolek: */
textarea
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	width: 100%;
	border: 1px solid #aaa;
}

input
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button
{
	background: #eee;
	border: 1px solid #888;
	padding: 4px 6px;
	color: #555;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

button img
{
	border-width: 0px;
	vertical-align: middle;
	padding-right: 5px;
}

button:hover
{
	border: 1px solid #444;
	color: #000;
	box-shadow: 0 0 4px #aaa;
}

button:focus,
button:active,
input:focus,
input:active
{
	outline-width: 0;
	box-shadow: 0 0 0px 2px #4d90fe;
}

*.Hidden
{
	display: none;
}
