body {
	/*font-family: "courier new", monospace;*/
	font-family: "arial", monospace;
	font-size: 12px;
	/* color: black; */
	color: #545454; 
	background-color: #F8F8F8;
}

select {
	font-family: "arial", monospace;
	font-size: 12px;
	color: black;
	width: 400px;
	vertical-align: middle;
}

input {
	font-family: "arial", monospace;
	font-size: 12px;
	color: black;
}

textarea {
	font-family: "arial", monospace;
	font-size: 12px;
	color: black;
}

input.text {
	width: 150px;
}

input.button {
	width: 150px;
	font-family: "arial", monospace;
	font-size: 12px;
}

input.checkbox {
	vertical-align: middle;
}

label.big {
	font-weight: bold;
	text-transform: uppercase;
}

.wymagany_sign {
	color: red;
}

.lista_szeroka li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.lista_zwykla li {
	padding-top: 0;
	padding-bottom: 0;
}

div.link_maly {
	width: 1px;
	white-space: nowrap;
	margin-top: 10px;
	color: #0000c0;
	cursor: pointer;
	text-decoration: underline;
}

div.link_maly_widoczny {
	width: 1px;
	white-space: nowrap;
	margin-top: 10px;
	/*color: #0000c0;*/
	color: #000000;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

a.logo_link:link img	{border: none;}
a.logo_link:visited img	{border: none;}
a.logo_link:hover img	{border: none;}
a.logo_link:active img	{border: none;}

.link			{color: #0000c0; cursor: pointer; text-decoration: underline;}
.link_nowo_dodany	{color: #0000c0; cursor: pointer; text-decoration: underline;}
.link_szary		{color: #808080; cursor: pointer; text-decoration: underline;}
.link_czarny		{color: #000000; cursor: pointer; text-decoration: underline;}
.link_szary_gruby	{color: #404040; cursor: pointer; text-decoration: none; font-weight: bold;}
.link_szary_nowy	{color: #808080; cursor: pointer; text-decoration: none;}
.link_szary		{color: #606060; cursor: pointer; text-decoration: underline; text-transform: uppercase; font-size: 10px;}
.link_szary12		{color: #606060; cursor: pointer; text-decoration: underline; font-size: 12px;}
.link_zastepczy		{color: #0000c0; cursor: pointer; text-decoration: underline; font-style: italic;}
.link_pomaranczowy	{color: #eb8a1b; cursor: pointer; text-decoration: underline;}
.link_pomaranczowy_nowy	{color: #eb8a1b; cursor: pointer; text-decoration: none;}
.tekst_pomaranczowy	{color: #eb8a1b;}
.link_niebieski		{color: #0000FF; cursor: pointer; text-decoration: underline;}

.link_nowo_dodany		{color: green; cursor: pointer; text-decoration: underline;}
.link_zastepczy_nowo_dodany	{color: green; cursor: pointer; text-decoration: underline; font-style: italic;}

table.dodatki_tematyczne {
	width:		520px;
	border-style:	solid;
	border-collapse: collapse;
	border-color: 	gray;
}

table.dodatki_tematyczne th {
	text-align:	left;
	font-size:	11px;
	color:		#000000;
	/*text-transform: capitalize;*/
}

table.dodatki_tematyczne td {
	text-align:	left;
	font-size:	10px;
	color:		#000000;
}

table.szkolenie {
	background-image:	url(../../graphics/ramka_szkolenie.GIF);
	/*background-position:	center;*/
	background-repeat:	no-repeat;
	/*background-attachment:	fixed;*/
	width:			505px;
	height:			86px;
	vertical-align:		middle;
	/*padding:		5px;*/
}

table.ankieta {
	background-image:	url(../../graphics/ramka_ankieta.jpg);
	/*background-position:	center;*/
	background-repeat:	no-repeat;
	/*background-attachment:	fixed;*/
	width:			505px;
	height:			86px;
	vertical-align:		middle;
	/*padding:		5px;*/
	color: #000000;
}

table.szkolenie td {
	color:		#000000;
}

p.glowna_naglowek {
	margin-top:	0pt;
	text-align:	left;
	font-size:	18px;
}

.glowna_naglowek {
	margin-top:	0pt;
	text-align:	left;
	font-size:	18px;
}

ul.punkty {
	list-style:	square;
	color:		#F89429;
}

ul.punkty span {
	color:	#545454;
}



