/* KOLOR PODSTAWOWY : #7098ba */

body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10pt;
	background-color: white;
}

p, li {
	text-align: justify;
	margin: 8px 0px;
}

img {
	border: none;
}

a, a:visited {
	color: #3f6484;
	text-decoration: none;
}

a:hover {
	color: #7098ba;
}

hr {
	border: none;
	border-bottom: 1px solid lightgray;
	height: 1px;
	margin: 15px 0px;
}

table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

td, th{
	text-align: center;
	vertical-align: top;
	padding: 5px;
	vertical-align: middle;
}

th {
	background-color: #b4c9db;
}

.table {
	border-collapse: collapse;
}

.table td, .table th {
	border: 1px solid lightgray;
	padding: 5px;
	text-align: center; 
}

.tabad {
	font-size: 8pt;
	color: gray;
}

/* HEADER */

.header {
	display: none;
}

.header table {
	width: 100%;
}

/* LOGO */

.logo {
	display: none;
}

/* MENU */

.menu {
	display: none;
}

.foot {
	display: none;
}

/* MAIN */

.main {
	margin: 15px auto 15px auto;
	width: 750px;
	padding: 25px;
	background-color: white;
}

/* DROP */

.drop {
	padding: 1px 0 1px 3px;
	display: block;
	text-decoration: none;
	color: black;
	font-family: sans-serif;
	font-size: 10pt;
}

.drop:hover {
	background: #d7e2eb;
	color: black;
}

.popup {
	visibility: hidden; 
	position: absolute; 
	width: 250px;
	background: white;
	border: 1px solid lightgray;
}

.record {
	background-color: whitesmoke;
	border: 1px solid lightgray;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 700px;
	clear: both;
}

.kolokwium {
	list-style-type: none;
	background-color: whitesmoke;
	border: 1px solid lightgray;
	padding: 10px;
	font-weight: bold;
}

.noprint {
	display: none;
}

.pagebreak {
	page-break-before: always;
}