@charset "utf-8";
/* CSS Document */

.tabelaArticulation {
	font-size: 13px;
	border-collapse: collapse;
	padding: 0px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.tabelaArticulation tr td {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#middle  {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin: 0px;

}
.middle  {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin: 0px;

}
.Upper {
	background-image: url(../_images/tabela_gorne.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 80px;
	height: 24px;
	margin: 0px;
    text-indent: -666em;
}
.Lower {
	background-image: url(../_images/tabela_dolne.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 120px;
	height: 24px;
	margin: 0px;
		text-indent: -666em;
}
.Posterior {
	background-image: url(../_images/tabela_boczne.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 120px;
	text-indent: -666em;
}
