body {
	scrollbar-face-color: #526281;
	scrollbar-highlight-color: #2F3848;
	scrollbar-shadow-color: #2F3848;
	scrollbar-3dlight-color: #2F3848;
	scrollbar-arrow-color:  #D3AB32;
	scrollbar-track-color: #3C4964;
	scrollbar-darkshadow-color: #2F3848;
}

.navcontainer a
{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
}

.navcontainer a:link, #navlist a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.navcontainer a:hover
{
	color: #D3AB32;
	text-decoration: underline;
}

a
{
	text-decoration: none;
	color: #D3AB32;
}

a:hover
{
	color: White;
	text-decoration: underline;
}

input[type="text"]
{
	border: 0px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	background-color: #47556F;
}

input[type="radio"]
{
	background-color: #47556F;
}

input[type="submit"]
{
	border: 0px;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #47556F;

}

textarea
{
	border: 0px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	background-color: #47556F;
}

td
{
	color: White;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
}

td.ostatnie
{
	font-family: Verdana;
	font-size: 9px;
}

td.staty
{
	font-family: Verdana;
	font-size: 9px;
	text-align: none;
}

td.stopka
{
	font-size: 10px;
	text-align: center;
}


td.wyszukaj
{
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}

td.sonda
{
	font-family: Verdana;
	font-size: 9px;
	text-align: center;
}

.search-input
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	border: 1px dotted #ffffff;
	background-color: #3A4354;
}

.search-submit
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	border: 1px dotted #ffffff;
	background-color: #526281;
}

.table-collapse
{
	border-collapse: collapse;
}

.news-margin
{
	margin: 5;
}

.news-text-margin
{
	margin-top: 5;
}

.avatar-noborder
{
	border: none;
}

.survey-table
{
	border: 0px solid black;
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}

.survey-header
{
	border-bottom: 0px solid black;
}

.survey-radio
{
	border-top: 0px;
}

.vote-submit
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	border: 0px dotted #ffffff;
	background-color: #47556F;
}

/* Extracted from inline styles */
.news-header-cell {
	border: 1px solid #2F3A4F;
}

.avatar-cell {
	padding-right: 5px;
	text-align: right;
}

/* Active menu item indicator */
@keyframes pulse {
	0%   { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7); }
	70%  { box-shadow: 0 0 0 5px rgba(74, 222, 128, 0); }
	100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

.menu-active {
	font-weight: bold;
}

.menu-active::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 4px;
	margin-bottom: 1px;
	vertical-align: middle;
	background-color: #4ade80;
	border-radius: 50%;
	animation: pulse 1.8s ease-in-out infinite;
}