/*
input,select,textarea {
	font-size: 11pt;
}
*/
* {
	font-family: sans-serif;
	font-size: 10pt;
}
.wymagane {
	background-color: #70D19A;
	background-color: #CCE698;
}

.niedostepne {
	background-color: #CCCCCC;
}

.etykieta {
	text-align: right;
}

img {
	border: none;
}

body {
	min-width: 1000px;
	margin: 0px;
	font-size: 12pt;
}

a {
	color: navy;
}	

a:hover {
	color: #CC6600; 
}	

p, li, dt, dd {
	text-align: justify;
	line-height: 1.6em;
}


p.main_page{
	text-align: justify;
  font-size: 11pt;	
  text-indent: 30pt;
}

p.main_pagei{
	text-align: justify;
  font-size: 11pt;	
}

p.main_pagec{
	text-align: center;
  font-size: 11pt;
}

p.main_pageb{
	text-align: justify;
  font-size: 11pt;
  font-weight: bold;	
}

p.main_pagebc{
	text-align: center;
  font-size: 11pt;
  font-weight: bold;	
}

ul.main_page_ul1{
	text-align: justify;
  font-size: 11pt;     	
  list-style-type: disc;
}

ul.main_page_ul2{
	text-align: justify;
  font-size: 11pt;
  list-style-image: url(../images/sign1.png);
}

ul.main_page_ul1 li{
	margin-bottom: 4pt;
	margin-top: 4pt;
}

ul.main_page_ul2 li{
	margin-bottom: 4pt;
	margin-top: 4pt;
}

ol.main_page_ol{
	text-align: justify;
  font-size: 11pt;     	
}

ol.main_page_ol li{
}


p.main_page_r{
  text-align: right;
  font-size: 11pt;
  line-height: 20pt;  	
}

ul {
	text-align: justify;
}

ol {
	text-align: justify;
}

div.tophdr {
	background: transparent url(../images/n_top_bg.jpg);
	width: 100%;
	min-width: 1000px;
	height: 214px;
	text-align: center;
}

div.bodydiv {
	width: 1000px;
	background-image: url(../images/n_body_bg.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
	border: none;
}

div.bodymenu {
	float: left;
	line-height: 18px;
	width: 170px;
	color: black;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 2px;
	border: none;
}

div.rmenu {
	float: right;
	width: 140px;
	text-align: center;
	border: none;
}

div.rmenu img {
	margin: 4px 4px 4px 4px;
	border: none;
}

div.bodycontent {
	margin-left: 190px;
	margin-right: 150px;
	padding: 4px 4px 4px 4px;
	border: none;
}

div.bodycontent2 {
	margin-left: 190px;
	margin-right: 4px;
	padding: 4px 4px 4px 4px;
	border: none;
}

div.footer_logo {
	clear: both;
	/*
	height: 145px;
	background-image: url(../images/n_body_bg.gif);
	background-repeat: repeat-y;
	border-top: solid 1px;
	*/
	text-align: center;
	border: none;
	margin: 0px;
}

div.footer {
	clear: both;
	height: 30px;
	margin: 0px;
	background-image: url(../images/n_footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	color: #666666;
	border: none;
	padding-top: 14px;
}

div.bodymenu p {
	margin: 0px 0px 2px 4px;
	color: blue;
}

div.bodymenu p.l1 {
	padding-left: 0px;
}

div.bodymenu p.l2 {
	padding-left: 6px;
	color: black;
}

div.bodymenu p.l3 {
	padding-left: 12px;
	color: black;
}

div.bodymenu a {
	display: block;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}



p.error {
	font-weight: bold;
	color: Red;
	text-align: center;
}

p.info {
	text-align: center;
}

p.naglowek {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

p.naglowek2 {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

h1,h2,h3 {
  /* color: #404040; */
  color: #2F5784;
  color: #004E9A;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 13pt;
}
h3 {
   	font-size: 11pt;
}	

table.forma {
	text-align: left;
}

td.formalabel {
	text-align: right; 
	font-size: 12px; 
}

td.formabiglabel {
	padding-top: 20px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid LightSteelBlue;
	color: #004E9A;
}

p.komunikat_hdr {
	font-weight: bold;
	font-size: 20px;
	color: #2F5784;
	margin: 10px 0px 0px 0px;
	text-align: left;
}

p.komunikat_data {
	font-size: 10px;
	color: #808080;
	margin: 0px 0px 0px 0px;
}

p.komunikat_body {
	text-align: justify;
	margin: 0px 0px 0px 0px;
}

p.pakiet_hdr {
	font-size: 20px;
	color: #808080;
	margin: 0px 0px 0px 0px;
}

table.klasy {
	border-collapse:collapse;
	border-spacing:0;

}

table.klasy th {
	border-color: AliceBlue;
	border:1px solid LightSteelBlue;
	text-align:left;
	vertical-align:top;
	background-color: AliceBlue;
	color: #004E9A;
}
table.klasy tr {
	background-color:#FFFFFF;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}
table.klasy th,td {
	padding: 0.5em;
}
table.klasy td {
	border:1px solid LightSteelBlue;
	padding: 0.5em;
}
table.klasy tr:nth-child(odd) {
	background-color: #F8F8F8;
}
table.klasy tr:hover {
	background-color: #B2FFFF;
}
a.pdf {
	background-image: url(/images/pdf.gif);
	background-repeat:no-repeat;
	padding-left: 18px;
}
tr.center th {
	text-align: center;
}
div.ranking_graf {
	position: relative;
	width: 27px;
	height: 126px;
	font-family:Tahoma, Geneva, sans-serif;
	background-color: #F4F4F4;
	border: 1px solid black;
	background-image: url("/images/gradient1.gif");
	background-repeat: repeat-y;
}
div.ranking_graf div.label {
	position: absolute;
	height: 12px;
	width: 100%;
	font-size: 9px;
	text-align: center;
	color: black;
	padding: 0px;
}
div.ranking_graf div.max {

	margin-top: 114px;
	border-top: 1px solid #FF9900;
}
div.ranking_graf div.min {

	border-bottom: 1px solid #FF9900;
}
div.ranking_graf div.mark {

	background-color: #3366FF;
	color: white;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
}
table.ranking_graf {
	float: left;
	background-color: white;
	border: 1px solid gray;
	border-spacing: 0px;
	padding: 12px;
	margin-top: 8pt;
	margin-right: 16pt;
	margin-bottom: 8pt;
}
table.ranking_graf th {
	color: #2F5784;
}
table.ranking_graf td, table.ranking_graf th {
	padding: 8px;
	text-align: center;
}
ul.menu {
	margin: 0px;
	padding: 0px;
}
ul.menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid silver;
}
ul.menu li a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	text-align: left;
}
ul.menu li a:hover {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-decoration: none;
	color: white;
	background-color: #448BCD;
}
ul.menu li a:active {
	background-color: red;
}
form {
	margin: 20px auto 20px auto;
	display: table;
}
table {
	margin: auto;
}
a.nowy {
	background: url("../images/new.png") no-repeat scroll 0 0 transparent;
	padding-left: 20px;
}