#inContent table {
	width: 95%;
	margin-bottom: 12px;
}
#inContent table tr:hover {
	background-color: #eaeaea;
}
#inContent table tr td {
	font-size: 12px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
#inContent .naglowek {
	border: 1px solid #4290cf;	
}
#inContent table .naglowek td {
	background: url('../gfx/menu_bg.png') repeat-x;
	background-color: #4ab1df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
#inContent ul {
	margin: 10px;
}
#inContent ul li {
	font-size: 12px;
	background-image: url('../gfx/arr_r.gif');
	background-repeat: no-repeat;
	background-position: left 5px;	
	padding-left: 8px;
}
#inContent ul li a {
	color: #ed821b;
}
#inContent ul li a:hover {
	text-decoration: underline;
}
#inContent span {
	color: #0068aa;
	font-weight: bold;
}
