.start_search_btn {
	background: url("../images/start/buttons/szukaj.gif");
	background-repeat: no-repeat;
	width: 47px;
	height: 16px;
	border: 0px;
	margin-left: 2px;
}

.sp_search_btn {
	background: url("../images/szkola_podstawowa/buttons/szukaj.gif");
	background-repeat: no-repeat;
	width: 47px;
	height: 16px;
	border: 0px;
	margin-left: 2px;
}

.gim_search_btn {
	background: url("../images/gimnazjum/buttons/szukaj.gif");
	background-repeat: no-repeat;
	width: 47px;
	height: 16px;
	border: 0px;
	margin-left: 2px;
}

.lit_search_btn {
	background: url("../images/liceum_i_technikum/buttons/szukaj.gif");
	background-repeat: no-repeat;
	width: 47px;
	height: 16px;
	border: 0px;
	margin-left: 2px;
}

.zsz_search_btn {
	background:
		url("../images/zasadnicza_szkola_zawodowa/buttons/szukaj.gif");
	background-repeat: no-repeat;
	width: 47px;
	height: 16px;
	border: 0px;
	margin-left: 2px;
}

/* HEADERS */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	padding: 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
}

h4,h5,h6 {
	font-size: 1em;
}

/* PARAGRAPHS */
#tresc p { /* margin: 0.5em 0 0.5em 0; */ /* margin: 0.7em 0 0.7em 0; */
	/* line-height: 1.25em; */
	/* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
	line-height: 16px;
	margin: 8px 0px;
}

#tresc .news_short p {
	line-height: normal;
	margin: 4px 0px;
}

#tresc p a { /*color:#0099CC;*/
	color: #003475;
}

#tresc .opis_publikacji {
	margin: 0px;
	/* padding:10px 15px 10px 15px;	 */
	padding: 0px 5px;
}

#tresc .opis_publikacji p {
	margin: 0.7em 0 0.7em 0;
	line-height: 1.25em;
}

#tresc .okladka_lista_opcji ul {
	margin: 0px;
	list-style: none;
}

.news_miniatura img {
	border: 1px solid #dddddd;
}

/* LINKS */ /* a
{
    color: #0000a0;
    text-decoration: underline;
} */ /* a:hover
{
    color: #0000ff;
    text-decoration: underline;
    cursor: pointer;
}
 */
a img {
	border: none;
	/* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

/* PRE TEXT */
pre,code {
	font-family: "Courier New", Courier, monospace;
	/* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
	font-size: 1em;
	/* Setting this exact size may also help visual consistency */
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #e0e0e0;
	margin: 1em 0 1em 0;
	padding: 0.2em;
}

/* TABLES */
table {
	font-size: 1em;
	/* Fix for size "loss" in tables in IE; redundant for most others, but does no harm */
	margin: 0;
	padding: 0;
}

th,td {
	padding: 0;
}

table.list {
	width: 100%;
	margin: 1em 0 1em 0;
}

table.list th,table.list td {
	padding: 0.25em 0.5em 0.25em 0.5em;
	text-align: left;
	vertical-align: top;
}

table.list th {
	font-weight: bold;
	background-color: #e0e0e0;
}

table.list td {
	font-weight: normal;
}

tr.bglight {
	background-color: #fcfcfc;
}

tr.bgdark {
	background-color: #f8f8f8;
}

/* ORDERED AND UNORDERED LISTS */
#tresc #zakladki_tab_zakresy ul,ol {
	padding: 0;
	margin: 0;
}

#tresc #zakladki_tab_tresc ul,ol {
	padding: 0;
	margin: 0;
}

#tresc ul,ol {
	padding: 0;
	margin: 0.75em 0 1em 2.5em;
}

/*  ul, ol
{
    padding: 0;
    margin: 0.75em 0 1em 2.5em;
}  */
ul ul,ol ul {
	margin: 0.3em 0 0.5em 1.3em;
}

ul ol,ol ol {
	margin: 0.3em 0 0.5em 1.9em;
}

/* ul, ul ul
{
    list-style-type: disc;
} */ /* li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
} */ /* DEFINITION LISTS */
dl {
	padding: 0em;
	margin: 0.25em 0 0.25em 0;
}

dt,dd {
	font-style: normal;
	margin: 0 0 0.25em 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1em 0.5em 2.5em;
}

/* FORM ELEMENTS */
form {
	padding: 0em;
	margin: 0em;
}

label {
	font-weight: bold;
	padding-right: 0.5em;
	display: block;
	white-space: nowrap;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	/* Usually defaulted to monospaced font; so it needs to be set if to change */
	font-size: 1em; /* Needs to be specified for IE */
}

input.box,textarea.box {
	width: 98%;
}

input.halfbox,textarea.halfbox {
	width: 47%;
}

optgroup {
	font-weight: bold;
	font-style: normal;
}

input.button {
	font-weight: normal;
	margin: 1em 1em 0 0;
}

input.button-default {
	font-weight: bold;
}

/* PAGE DIVIDERS */
div.block
	/* Use this style around groups of objects which are connected in some way */
	{
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	clear: both;
}

div.block div.element,div.buttonblock div.element
	/* Use this style if several objects are to be stacked horizontally within the same block */
	{
	padding-right: 1em;
	float: left;
}

div.block div.left {
	width: 48%;
	text-align: left;
	float: left;
	clear: left;
}

div.block div.right {
	width: 48%;
	text-align: right;
	float: right;
	clear: right;
}

div.break
	/* Used this style to terminate floating elements, to clear all floating attributes */
	{
	clear: both;
}

/* MESSAGES TO THE USER */
div.message-feedback,div.message-warning,div.message-error {
	padding: 0.1em 0.5em 0.5em 0.5em;
}

div.message-feedback {
	background-color: #f0fff0;
}

div.message-warning {
	background-color: #ffffe0;
}

div.message-error {
	background-color: #fff0f0;
}

/* PAGE NAVIGATION */
div.pagenavigator {
	text-align: center;
}

div.pagenavigator span.previous {
	float: left;
}

div.pagenavigator span.next {
	float: right;
}

/* MISC STYLES */
.small {
	font-size: 85%;
}

.hide {
	display: none;
}

div.imageleft,div.imageright,div.faxtboxleft,div.faxtboxright,div.leftobject,div.rightobject
	{
	margin-top: 0.3em;
	margin-bottom: 0.1em;
	display: inline;
}

div.imagecenter,div.factboxcenter,div.centerobject {
	width: 100%;
	margin-top: 0.3em;
	margin-bottom: 0.1em;
	display: block;
}

div.imagecenter {
	text-align: center;
}

div.factboxcenter {
	text-align: left;
}

div.imageleft,div.factboxleft,div.leftobject {
	float: left;
	padding-right: 0.5em;
}

div.imageright,div.factboxright,div.rightobject {
	float: right;
	padding-right: 0.5em;
}

div.faxtboxleft,div.faxtboxright {
	background-color: #f0f0f0;
}

div.imageleft p.picturetext,div.imageright p.picturetext,div.imagecenter p.picturetext,p.factbox
	{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

div.imageleft p.picturetext,div.imageright p.picturetext,span.picturetext,p.factbox
	{
	background-color: #f0f0f0;
}

/* Misc */
span.spamfilter {
	display: none;
}

/* AKTUALNOSCI */
.news_operon {
	float: left;
	width: 405px;
	padding-right: 14px;
	padding-top: 8px;
}

.news_operon_aktualnosci {
	float: left;
	width: 620px;
	padding-right: 14px;
	padding-top: 8px;
}

.news_serwisy {
	float: left;
	width: 225px;
	padding-top: 8px;
}

.news_box {
	border-bottom: 0px solid #cccccc;
	margin-bottom: 10px;
	width: 225px;
}

#tresc .news_box  ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.news_box h2 {
	margin: 0px;
}

.news_box ul li {
	background-color: #F4F5F0;
	border-bottom: 1px solid #dedede;
	padding: 2px 6pt 3px 9px;
}

.news_box ul li a {
	color: #5E5E5E;
	font-size: 11px;
	text-decoration: none;
	background: transparent url(../images/aktualnosci/dot.gif) no-repeat
		scroll left top;
	display: block;
	padding-left: 12px;
	line-height: 12px;
	text-align: left;
}

.news_box ul li a:hover {
	text-decoration: underline;
	/* color:#000000; */
}

.news_top {
	width: 100%;
	/* height:180px; */ /* background-color:#fbfbfb; */
	margin-bottom: 10px;
}

.footer_link {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_link:hover {
	color: #333333;
	text-decoration: none;
}

.do_pobrania table {
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #666;
}

.do_pobrania table th {
	border: 1px solid #666;
}

.do_pobrania table td {
	border: 1px solid #666;
	padding: 3px;
}

.do_pobrania_szkola_podstawowa table th {
	background-color: #89BA21;
}

.do_pobrania_gimnazjum table th {
	background-color: #ED174F;
}

.do_pobrania_liceum_i_technikum table th {
	background-color: #1AB7EA;
}

.do_pobrania_zasadnicza_szkola_zawodowa table th {
	background-color: #F68B1F;
}

/* #tresc .do_pobrania table .doc p a, #tresc .do_pobrania table .doc a { {
	background:transparent url(../images/doc_small.png) no-repeat scroll 0px 50%;
	display:block;
	font-size:11px;
	height:17px;
	margin:0pt auto;
	text-decoration:none;
	text-indent:8px;
	width:73px;
}
 */
#tresc .do_pobrania table p a,#tresc .do_pobrania table a {
	background: transparent
		url(../images/materialy_do_pobrania/pdf_small.gif) no-repeat scroll
		0px 50%;
	/* color:#89BA21;  */
	display: block;
	font-size: 11px;
	height: 17px;
	margin: 0pt auto;
	text-decoration: none;
	text-indent: 8px;
	width: 73px;
}

#tresc .do_pobrania table .doc a {
	background: transparent
		url(../images/materialy_do_pobrania/doc_small.png) no-repeat scroll
		0px 50%;
	display: block;
	font-size: 11px;
	height: 17px;
	margin: 0pt auto;
	text-decoration: none;
	text-indent: 8px;
	width: 73px;
}

#tresc .do_pobrania table .pobierz a {
	background: transparent
		url(../images/materialy_do_pobrania/download_small.jpg) no-repeat
		scroll 0px 50%;
	display: block;
	font-size: 11px;
	height: 17px;
	margin: 0pt auto;
	text-decoration: none;
	text-indent: 8px;
	width: 190px;
}

#tresc .do_pobrania_zip table p a,#tresc .do_pobrania_zip table a {
	background: transparent
		url(../images/materialy_do_pobrania/zip_small.gif) no-repeat scroll
		0px 50%;
	/* color:#89BA21;  */
	display: block;
	font-size: 11px;
	height: 17px;
	margin: 0pt auto;
	text-decoration: none;
	text-indent: 8px;
	width: 73px;
}

#tresc .do_pobrania_szkola_podstawowa table p a,#tresc .do_pobrania_szkola_podstawowa  table a
	{
	color: #89BA21;
}

#tresc .do_pobrania_gimnazjum table p a,#tresc .do_pobrania_gimnazjum table a
	{
	color: #ED174F;
}

#tresc .do_pobrania_liceum_i_technikum table p a,#tresc .do_pobrania_liceum_i_technikum table a
	{
	color: #1AB7EA;
}

#tresc .do_pobrania_zasadnicza_szkola_zawodowa table p a,#tresc .do_pobrania_zasadnicza_szkola_zawodowa table a
	{
	color: #F68B1F;
}

#tresc .do_pobrania table p a:hover,#tresc .do_pobrania table a:hover {
	color: #000000;
}

a {
	outline: none;
}

div.warning {
	padding: 0px 10px;
	border: 2px solid red;
}

div.warning h2 {
	color: #E42931
}

.text-left {
	text-align: left !important;
}

/*nowe formatowanie tabelki do pobrania w gimnazjum*/
.do_pobrania_gimnazjum .nowy_naglowek {
	background-color: #ED174F;
	border: medium none !important;
	color: #FFFFFF;
	font-size: 12px;
	padding: 7px !important;
	font-weight: bold;
}

.do_pobrania_nowa {
	border: none !important;
}

.do_pobrania_nowa .jasniej {
	background-color: #f5f5f5;
}

.do_pobrania_nowa .ciemniej {
	background-color: #ededed;
}

.do_pobrania_nowa .odstep {
	border: medium none !important;
	height: 1px !important;
	margin: 0;
	padding: 0;
	font-size: 0px;
}

.do_pobrania_nowa .obrazek {
	border: none !important;
	width: 55px;
}

.do_pobrania_nowa .przedmiot {
	border: medium none !important;
	color: #7C7C7C;
	font-family: helvetica, arial;
	font-size: 15px;
	text-align: left;
}

.do_pobrania_nowa p {
	margin: 0 !important;
}

.do_pobrania_nowa .przedmiot p {
	padding-top: 5px;
}

.do_pobrania_nowa .link p {
	padding-bottom: 5px;
}

.do_pobrania_nowa .tytul {
	border: none !important;
	color: #000000;
	font-family: helvetica, arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.do_pobrania_nowa .link {
	border: none !important;
	color: #ED174F;
	font-weight: bold;
	text-decoration: underline;
	font-family: helvetica, arial;
	text-align: left;
}

.do_pobrania_nowa p a,.do_pobrania_nowa a {
	background: none !important;
	display: inline !important;
}

#pffchat_status {
	margin-bottom: 30px;
}
