a:link, a:visited, a:active {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


a:link.main, a:visited.main, a:active.main {
	font-weight: bold;
	text-decoration: none;
}
a:hover.main { 
	text-decoration: underline;
}


/* Numeracja stron, menu alfabetyczne wykonawców, zapowiedzie na stronie głównej */
a:link.main_light, a:visited.main_light, a:active.main_light {
	text-decoration: none;
}
a:hover.main_light { 
	text-decoration: underline;
}


/* Menu główne (zakładki) */
a:link.menu, a:visited.menu, a:hover.menu, a:active.menu { 
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:hover.menu {
	font-weight: bold;
}


/* Menu boczne z lewej strony */
a:link.podmenu, a:visited.podmenu, a:active.podmenu {
	text-decoration: none;
}
a:hover.podmenu { 
	text-decoration: underline;
}

a.podmenu_user { 
font-size: 10px;
font-variant: small-caps;
font-weight: bold;
}

/* Tytuły utworów (odsyłacze do tekstów) */
a:link.utwor, a:visited.utwor, a:active.utwor {
	text-decoration: none;
}
a:hover.utwor { 
	text-decoration: underline;
}


/* ****************************************************************** */

table {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	background-repeat: repeat-y;
	border-spacing: 0;
	border-collapse: collapse;
}

td.main {
	background-image: url('grafika/main_tlo.png');
	background-repeat: repeat-y;
	vertical-align: top;
	height: 600px;
}

td.menu {
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-align: center;
	background-image: url('grafika/menu.png');
	width: 110px;
	height: 24px;
}

td.podmenu {
	background-image: url('grafika/menu2.png');
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
}

td.blok_reklamowy {
	background-image: url('grafika/reklama_tlo.png');
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: top;
}

body {
	background-color: #d6d7d9;
	background-image: url('grafika/background.png');
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 10px 10px 10px 10px;
	text-align: center;
}

p { 
	margin-left: 10px;
	margin-right: 10px;
}

p.pseudonim_artysty, p.nazwa_zespolu { 
	font-family: verdana;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

p.premiera { /* Napis 'Premiera' + data w zapowiedziach */
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	font-style: italic;
	font-size: 10px;
}

p.biografia, p.historia, p.opis_produkcji { 
	text-align: justify;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 11px;
	line-height: 14px;

}

p.track { /* Dla tracklisty przy produkcji */

	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
}

p.feat { /* Nazwy utworów przy występach gościnnych i występach na składankach */
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
	font-size: 10px;
}

p.add_g { /* Legenda górna przy dodawaniu treści */
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-right: 30px;
	text-align: right;
	text-decoration: underline;
}

p.add_d { /* Legenda dolna przy dodawaniu treści */
	color: #808080;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 30px;
	text-align: right;
}

p.uwaga { /* Napis UWAGA w wypadku błędu */
	color: #8F0000;
	font-size: 17px;
	font-weight: bold;
	font-family: "Arial Black", Arial;
	text-align: center;
}

p.komunikat, p.error { /* Treść uwagi przy błedzie i potwierdzenie usunięcia */
	font-size: 11px;
	color: black;
	text-align: center;
	margin-top: 30px;
}

p.error { 
	color: red; 	
}

div.help { /* Informacje pomocnicze przy formularzach */
	font-size: 10px;
	color: gray;
	text-align: center;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 { 
	text-align: center;
	font-family: Verdana;
}

h4 { 
	font-size: 11pt;
}

legend { 
	color: #737F9B;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

form { 
	margin-top: 1px;
}

input.courier { 
	font-family: "Courier New";
}

input.small { 
	font-size: 10px;
}

select, input, text {
	font-size: 11px;
}

select.small { 
	font-size: 10px;
}

tr.tracklista_aktywna {
  outline: #737F9B dotted 1px;
}

tr.tracklista_nieaktywna { 
	outline: 0px;
}

