body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-color: #dbd1b7;
  background-image: url(./images/background_gradient.jpg);
  background-position: top top;
  background-repeat: repeat-x;
}

table.top_banner tr td {
	background-image: url(./images/banner_01.jpg);
}

table.top_banner tr td.banner_issn {
	width: 344px;
	height: 150px;
	background-image: url(./images/banner_05.jpg);
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	text-align: right;
	vertical-align: bottom;
	padding-right: 20px;
	padding-bottom: 15px;
}

table.main {
  height: 100%;
}

td.shadow_lt {
  width: 4px;
  height: 150px;
  background-color: #dbd1b7;
  background-image: url(./images/shadow_lt.gif);
  background-position: top top;
  background-repeat: repeat-y;
}

td.shadow_rt {
  width: 4px;
  height: 150px;
  background-color: #dbd1b7;
  background-image: url(./images/shadow_rt.gif);
  background-position: top top;
  background-repeat: repeat-y;
}

td.banner_top {
  width: 980px;
  height: 150px;
  background-color: #ffffff;
}

td.shadow_l {
  width: 4px;
  background-color: #dbd1b7;
  background-image: url(./images/shadow_l.gif);
  background-position: top top;
  background-repeat: repeat-y;
}

td.shadow_r {
  width: 4px;
  background-color: #dbd1b7;
  background-image: url(./images/shadow_r.gif);
  background-position: top top;
  background-repeat: repeat-y;
}

td.red_bar {
  height: 31px;
  background-color: #ffffff;
  background-image: url(./images/red_bar.gif);
  background-position: top top;
  background-repeat: repeat-x;
}

td.red_bar table tr td {
  font-family: verdana;
  font-size: 12px;
  color: #cf9696;
  padding: 3px 35px 0px 35px;
}

td.red_bar table tr td a {
  font-family: verdana;
  font-size: 12px;
  color: #cf9696;
  text-decoration: none;
}

td.red_bar table tr td a:hover {
  color: #eaeaea;
  text-decoration: underline;
}

td.red_bar table tr td.data {
  font-family: verdana;
  font-size: 12px;
  color: #eaeaea;
  padding: 3px 35px 0px 35px;
}


td.main {
  width: 793px;
  background-color: #ffffff;
  background-image: url(./images/main_shadow.gif);
  background-position: top top;
  background-repeat: repeat-x;
}

td.main_shadow {
  width: 3px;
  background-image: url(./images/main_shadow_right.gif);
  background-position: top top;
  background-repeat: repeat-y;
}

td.main_bar {
  width: 184px;
  background-image: url(./images/right_bar_background.gif);
}

td.separator {
  height: 5px;
  text-align: center;
  background-image: url(./images/separator.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

td.stopka {
  font-family: Arial;
  font-size: 11px;
  padding: 20px 40px 20px 40px;
  color: #606060;  
}

td.stopka a {
  font-weight: bold;
  text-decoration: none;
  color: #606060;  
}

td.stopka a:hover {
  text-decoration: underline;
}

td.spis_tresci_nag {
  color: #8e191b;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
}

td.spis_tresci_brak {
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  color: #000000;
  padding: 10px;
}

table.spis_tresci_txt td ul li {
  color: #404040;
  font-size: 11px;
  padding-top: 2px;
}

table.spis_tresci_txt td.lewa {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 5px;
}

table.spis_tresci_txt td.prawa {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 5px;
}	

table.spis_tresci_txt td ul li a {
  font-family: Arial;
  font-size: 11px;
  color: #404040;
  text-decoration: none;
}

table.spis_tresci_txt td ul li a:hover {
  text-decoration: underline;
}

td.artykul_tytul {
  padding-top: 20px;
  padding-left: 20px;
  font-family: Arial;
  font-size: 14px;
  color: #8e191b;
  font-weight: bold;
}

td.artykul_tresc {
  text-align: justify;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 15px;
  font-family: Arial;
  font-size: 12px;
  color: #404040;	
}

td.artykul_tresc a {
  color: #404040;
  text-decoration: underline;	
}

td.artykul_zamkniety {
  text-align: right;
  padding-right: 35px;
  padding-bottom: 5px;
}

td.artykul_zamkniety table {
  text-align: right;
}

td.artykul_zamkniety table td.icon {
  padding-right: 5px;
}

td.artykul_zamkniety table td.text {
  font-family: Arial;
  font-size: 11px;
  color: #404040;
}

td.artykul_pliki {
  font-family: Arial;
  font-size: 12px;
  color: #404040;
  padding: 10px 20px 10px 40px;
}

td.artykul_pliki a {
  color: #404040;
  text-decoration: none;
}

td.artykul_pliki a:hover {
  text-decoration: underline;
}

td.artykul_stopka {
  text-align: right;
  padding-right: 50px;
  padding-bottom: 20px;
  font-family: Arial;
  font-size: 11px;
  color: #8d8d8d;
}

td.artykul_stopka a {
  color: #8d8d8d;
  text-decoration: none;
}

td.artykul_stopka a:hover {
  text-decoration: underline;
}

table.dodaj_komentarz td {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #404040;
}

table.dodaj_komentarz td.error {
  text-align: center;
  color: #B72327;
  padding: 5px;
}
	
table.dodaj_komentarz td.przyciski {
  padding-top: 10px;
}

table.dodaj_komentarz td.przyciski input {
  font-size: 11px;
  font-family: verdana; 
}

table.dodaj_komentarz td.info {
  color: #8E191B;
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  padding: 10px 10px 0px 10px;
  font-weight: normal;
}

table.biuletyn_numer td.numer {
  text-align: right;
  padding-top: 25px;
  padding-right: 30px;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color: #8e191b;
}

table.biuletyn_numer td.data {
  text-align: right;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
}

table.menu {
  width: 100%;	
}

table.menu td.menu_name {
  width: 14%;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

table.menu td.menu_name_side {
  width: 43%;
  background-image: url(./images/menu_kreska.gif);
  background-repeat: repeat-x;
  background-position: center left;
}

table.menu td.menu_padding {
  width: 10px;
  white-space: nowrap;
}

table.pasek_newsletter tr td {
  color: #404040;
  font-size: 11px;
  font-family: verdana;
  padding: 10px 10px 5px 10px;
  text-align: justify;
}

table.pasek_newsletter tr td a {
  color: #404040;
  text-decoration: underline;
}

table.pasek_newsletter tr td.pole {
  text-align: center;
}

table.pasek_newsletter tr td.pole input {
	color: #848484;
	font-size: 11px;
	font-family: verdana;
	text-align: center;
	width: 155px;
}

table.pasek_newsletter tr td.rezygnuje {
  width: 50%;
  textalign: center;
}

table.pasek_newsletter tr td.rezygnuje a {
  font-size: 11px;
  font-family: verdana;
  color: #404040;
  text-decoration: underline;
}

table.pasek_newsletter tr td.potwierdz {
  width: 50%;
  textalign: center;
}

table.pasek_newsletter tr td.potwierdz input {
  font-size: 11px;
  color: #000000;
  font-family: verdana;
}

td.pasek_menu {
  text-align: left;
  padding: 5px 10px 10px 10px;	
}

td.pasek_menu ul {
  display: inline;
  padding: 0px;
  font-size: 11px;
  font-family: Verdana;
  color: #404040;
  list-style-position: inside;
  margin: 0px;
}

td.pasek_menu ul li {
  line-height: 18px;
  font-size: 11px; 
  padding: 0px;
  margin: 1px 0px 1px 0px;
}

td.pasek_menu ul li a {
  color: #404040;
  text-decoration: none;
}

td.pasek_menu ul li a:hover {
  text-decoration: underline;
}

td.pasek_kodsms {
  padding: 10px 0px 10px 10px;
  text-align: center;
  color: #404040;
  font-size: 12px;
  font-family: Verdana;
  vertical-align: middle;
}

td.pasek_kodsms input {
  width: 70px;
  font-size: 11px;
  font-family: verdana;
}

td.pasek_kodsms_zaloguj {
  padding: 10px 10px 10px 0px;
  text-align: center;
}

td.pasek_kodsms_dostep {
  text-align: center;
  font-size: 11px;
  font-family: verdana;
}

td.pasek_kodsms_dostep a {
  color: #404040;
  text-decoration: underline;
}

td.pasek_kodsms_dostep a:hover {
  text-decoration: none;
}

td.pasek_kodsms_error {
  padding: 10px 5px 0px 5px;
  font-size: 11px;
  font-family: verdana;
  text-align: center;
  color: #9B1B1E;
}


td.pasek_kodsms_zaloguj input {
  font-size: 11px;
  color: #000000;
  font-family: verdana;
}

td.pasek_kodsms_text {
  font-size: 12px;
  text-align: center;
  color: #404040;
  font-family: verdana;
}

td.pasek_logowanie {
  padding: 10px 10px 0px 10px;
}

table.pasek_logowanie td {
  color: #404040;
  font-size: 12px;
  font-family: verdana;
  padding-left: 2px;
  padding-right: 2px;
}

table.pasek_logowanie td.pole_login input, table.pasek_logowanie td.pole_haslo input {
  width: 115px;
  font-size: 11px;
  font-family: verdana;
}

table.pasek_logowanie td.pasek_zaloguj {
  padding: 10px 10px 10px 10px;
  text-align: right;
}

table.pasek_logowanie td.pasek_zaloguj input {
  font-size: 11px;
  color: #000000;
  font-family: verdana;
}

table.pasek_logowanie td.pasek_logowanie_error {
  padding: 0px 5px 10px 5px;
  font-size: 11px;
  font-family: verdana;
  text-align: center;
  color: #9B1B1E;
}


td.pasek_zalogowany {
  padding: 10px 10px 0px 10px;
  text-align: center;
}

td.pasek_zalogowany td.text {
  font-size: 11px;
  font-family: verdana;
  color: #000000;
  text-align: justify;
}

td.pasek_zalogowany td.przycisk {
  padding-top: 10px;
  text-align: center;
}

td.pasek_zalogowany td.przycisk input {
  font-size: 11px;
  color: #000000;
  font-family: verdana;
}

table.comments {
  width: 740px;
  border-collapse: collapse;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}

table.comments tr td.caption {
  padding-bottom: 5px;
  font-weight: bold;
}

table.comments tr td.caption table {
  width: 100%;
}

table.comments tr td.caption table td.left {
  font-size: 12px;
  font-family: Arial;
  text-align: left;
  padding-left: 5px;
}

table.comments tr td.caption table td.right {
  padding-right: 5px;
  text-align: right;
}

table.comments tr td.caption table td.right a {
  color: #8D8D8D;
  font-size: 12px;
  font-family: Arial;
  text-decoration: none;
}

table.comments tr td.caption table td.right a:hover {
  text-decoration: underline;
}

table.comments td.content div.head {
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 5px;
}

table.comments td.content div.body {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}

table.comments td.content {
  border: 1px solid #e0e0e0;
  background-image: url(./images/comment_gradient.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  padding: 5px;
  font-size: 11px;
  font-family: Arial;
  color: #404040;
}

table.comments td.content div.signature {
  padding: 0px 10px 20px 10px;
  text-align: right;
}

table.comments td.content div.signature table tr td {
  font-size: 11px;
  font-family: Arial;
  text-align: center;
}

table.comments td.content div.signature table tr td.signature {
  color: #8E191B;
}

table.comments td.content div.signature table tr td.date {
  color: #aaaaaa;
  font-size: 10px;
}

table.comments tr td.pager {
  text-align: right;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  font-size: 11px;
  padding: 0px 10px 0px 20px;
}

table.comments tr td.pager table {
  display: inline;
  text-align: right;
}

table.comments tr td.pager table tr td a {
  color: #93989B;
  text-decoration: none;
  font-size: 11px;
  font-family: Arial;
  background-color: #e0e0e0;
  padding: 0px 3px 0px 3px;
}

table.comments tr td.pager table tr td a:hover {
  color: #8E191B;
  text-decoration: underline;
}

table.article {
  padding: 10px;
}

table.article td.l_powrot {
  width: 50%;
  padding-left: 20px;
}

table.article td.r_powrot {
  text-align: right;
  padding-top: 10px;
  padding-right: 20px;
}

table.article td.l_powrot a, table.article td.r_powrot a {
  font-size: 11px;
  font-family: Verdana;
  color: #999999;
  text-decoration: none;
}

table.article td.l_powrot a:hover, table.article td.r_powrot a:hover {
  text-decoration: underline;
}

table.article td.title {
  width: 50%;
  text-align: right;
  padding: 20px;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color: #8e191b;
}

table.article td.body {
  padding: 10px 20px 20px 20px;
  font-size: 12px;
  font-family: Verdana;
  color: #404040;
  text-align: justify;
}

table.archiwum_spis {
}

table.archiwum_spis td {
  padding: 20px;
}

table.archiwum_spis td ul {
  display: inline;
  padding: 0px;
  font-size: 11px;
  font-family: Verdana;
  color: #404040;
  list-style: none;
  margin: 0px;
}

table.archiwum_spis td ul li {
	line-height: 18px;
	font-size: 12px;
	font-family: Arial;
}

table.archiwum_spis td ul li a {
  text-decoration: none;
  color: #404040;
}

table.archiwum_spis td ul li a span.name {
  color: #8e191b;
  font-weight: bold;
}

table.archiwum_spis td ul li a:hover {
  text-decoration: underline;
}

table.ankieta {
  width: 100%;
}

table.ankieta td.pytanie {
  padding: 5px 5px 5px 5px;
  font-size: 11px;
  font-family: Verdana;
  color: #404040;
  font-weight: bold;
}

table.ankieta td.cbox {
  vertical-align: top;
  width: 1%;
  pading:0px;
  margin:0px;
  text-align: center;
}

table.ankieta td.odpowiedz {
  width: 99%;
  font-size: 11px;
  font-family: Verdana;
}

table.ankieta td.przycisk {
  padding-top: 10px;
}

table.ankieta td.przycisk input {
  font-size: 11px;
  color: #000000;
  font-family: verdana;
}

table.ankieta_wynik {
  width: 100%;
}

table.ankieta_wynik td.pytanie {
  padding: 5px 5px 5px 5px;
  font-size: 11px;
  font-family: Verdana;
  color: #404040;
  font-weight: bold;
}

table.ankieta_wynik td.odpowiedz {
  width: 99%;
  font-size: 11px;
  font-family: Verdana;
  padding-top: 5px;
}

table.ankieta_wynik td.graf {
  padding-left: 20px;
}

table.ankieta_wynik td.space {
  height: 10px;
  font-size: 10px;
}

/* -- ProgressBar -- */

div.pb-shadows {
	height : 16px;
	background : #c9c9c9;
}
	
div.pb-shadows div.pb-ProgressBar {
	position : relative;
	margin-right : 1px;
	border : solid 1px #898989;
	padding : 1px;
	background : #ffffff;
	height : 17px;
}
	
div.pb-shadows div.pb-ProgressBar div.pb-percent {
	position : absolute;
	width : 100%;
	font-size : 10px;
	font-family : Tahoma, Arial, sans-serif;
	text-align : center;
}
	
div.pb-shadows div.pb-ProgressBar div.pb-progress {
	position : absolute;
	font-size : 1px;
	height : 13px;
}

body>div.pb-shadows {
	margin-top : 1px;
	margin-left : 1px;
	height : auto;
	padding-right : 1px;
	padding-bottom : 1px;
	background : #c9c9c9;
	border : none;
	-moz-border-radius : 4;
}
	

div.pb-shadows>div.pb-ProgressBar {
	position : normal;
	/* top : -1px; */
	/* left : -1px; */
	height: 12px;
	margin : 0;
	background : #ffffff;
	padding : 1px;
	position : relative;
	-moz-border-radius : 4;
}
	
div.pb-shadows>div.pb-ProgressBar div.pb-percent {
	position : absolute;
	top : 0;
	width : 100%;
	margin : auto 0;
	background : 0;
	text-align : center;
	vertical-align : middle;
	font-size : 10px;
	font-family : Tahoma, Arial, sans-serif;
	font-color : #000000;
}
	
div.pb-shadows>div.pb-ProgressBar div.pb-progress {
	position : relative;
	top : 0;
	left : 0;
	display : block;
	height : 100%;
	-moz-border-radius : 3;
}

div.no_arch_pool {
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana;
  color: #404040;
  padding-top: 100px;
  tect-align: center;
}

div.pools_list {
  text-align: right;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-right: 30px;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color: #8e191b;
}

table.pool_list td a, table.pool_list td {
  text-decoration: none;
  font-size: 12px;
  color: #404040;
  font-family: Arial;    
}

table.pool_list td a:hover {
  text-decoration: underline;
}

table.pool_list td a span {
  color: #999999;
  padding-left: 10px;
}

table.pool td {
  font-size: 12px;
  color: #404040;
  font-family: Arial;    
}

table.pool td.data {
  color: #A0A0A0;
}

table.prenumerata {
}

table.prenumerata td {
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #404040;
  font-family: Arial;    
}