body
{
	background: #fff;
	color: #000;
	font: 8pt Verdana, sans-serif;
	margin: 33px;
	margin-top:20px;
}

h1
{
	
	color: #000;
	font: bold 13pt Verdana, sans-serif;
	margin: 0px 0px 3px 0px;
}

h2
{
	font: bold 8pt Verdana, sans-serif;
	border-bottom: solid 1px #999;
        margin: 0px 0px 0px 0px;
}
h3
{
        font: bold 9pt Verdana, sans-serif;
	margin-top:10px;
        margin-left:0px;
}
p
{
	font-size:11px;
	text-align:justify;
	line-height: 14px;
	
}
ul
{
	margin-left: 35px;
	padding-left: 0px;
}

li
{
	margin-bottom: 5px;
	margin-top:5px;
}

input, select, textarea
{
	border: 1px solid #999;
	font: bold 8pt Verdana, sans-serif;
}

fieldset
{
	border: 1px solid #999;
	padding: 10px 20px 10px 20px;
}

legend
{
	font-weight: bold;
}

a
{
	color: #369;
	font-weight: bold;
	text-decoration: none;
}

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

.highlight:hover
{
	background-color: #eee;
}

.invalid
{
	border-color: red;
}

@media print
{
	body
	{
		font-size: 7pt;
		margin: 0px;
	}

	.screen
	{
		display: none;
	}
}


table tr:nth-child(even) td
{
	background-color: #eee;
}

td.pole input,td.pole textarea
{
width:500px;
font-weight:normal;
}


table tr td
{
	text-align: center;
}

table tr.head
{
	font-size:16px;
}

table tr.green
{
	font-family: "courier new";
	color:green;
	font-weight: bold;
}
table tr.orange
{
	color:orange;
	font-weight: bold;
}
table tr.red
{
	color:red;
	font-weight: bold;
}
table tr.grey
{
	font-family: "courier new";
	color:#000;
	font-weight: bold;
}
table tr.xgrey
{
	font-family: "courier new";
	color:#000;
	text-decoration:line-through;
	font-weight: bold;
}
div.plots
{
	overflow: auto;
}
div.plots div
{
	width:25%;
	float:left;
	text-align:center;
}

div.plots div img
{
	width:100%;
}

form div.line
{
	width:800px;
	vertical-align: middle;
	margin-bottom:25px;
	float:left;
}


form div.line div.line_opis
{
	text-align:right;
	width:180px;
	padding-right:20px;
	float:left;
}
form div.line div.line_content
{
	text-align:left;
	width:600px;
	float:left;
}

th.sortable
{
	font-size:10px;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
}

.EventItem td
{
	border-top:1px solid gray;
}