/*

Style do formatowania tabeli ze skrótami do podstron

*/

table.skroty {
	width: 180px;

	margin: 10px 10px 0px;
	padding: 0px;

	border: 1px solid black;
	border-collapse: collapse;
}

table.skroty th {
	width: 100%;
	height: 40px;

	font-family: serif;
	font-size: 14px;

	text-align: center;
	vertical-align: middle;

	color: rgb(20%, 20%, 20%);

	background-position: 0px 0px;
	background-image: url(../img/tla/skroty/skroty-naglowek.png);
	background-repeat: repeat-x;
}

table.skroty th img {
	margin: 0px;
	padding: 3px 5px 3px 3px;

	vertical-align: middle;
}

table.skroty td {
	width: 100%;
	height: 40px;

	margin: 0px;
	padding: 0px;

	background-position: 0px 0px;
	background-image: url(../img/tla/skroty/skroty.png);
	background-repeat: repeat-x;

	border-top: 1px solid black;
}

table.skroty a, table.skroty a:visited {
	width:180px;
	height: 30px;

	margin: 0px;
	padding: 5px;

	text-decoration: none;
	
	font-family: serif;
	font-size: 12px;
	font-weight: bold;

	color: black;
}

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

table.skroty td img {
	margin: 0px auto;
	padding: 0px;

	display: block;
}

/*

Formatowanie listy skrótów

*/
ul.skroty {
	width: 178px;

	margin: 10px 10px 0px;
	padding: 0px;

	list-style: none;

	border: 1px solid black;
}

ul.skroty li.naglowek {
	font-size: 16px;
	font-weight: bold;

	width: 158px;
	height: 20px;

	margin: 0px;
	padding: 10px 10px;

	text-align: center;

	color: rgb(20%, 20%, 20%);

	background-position: 0px 0px;
	background-image: url(../img/tla/skroty/skroty-naglowek.png);
	background-repeat: repeat-x;
}

ul.skroty li a, ul.skroty li a:visited {
	font-size: 12px;
	font-weight: bold;

	width: 168px;
	height: 16px;

	margin: 0px;
	padding: 12px 5px;

	display: block;

	text-align: left;
	text-decoration: none;
	
	color: black;

	background-position: 0px 0px;
	background-image: url(../img/tla/skroty/skroty.png);
	background-repeat: repeat-x;

	border-top: 1px solid black;
}

ul.skroty li a:hover {
	background-position: 0px 0px;
	background-image: url(../img/tla/skroty/skroty-wskazane.png);
	background-repeat: repeat-x;
}

