/*******************************************************************************
** SBS
** 	Belka nawigacyjna
** 	Autor: Antoni Jakubiak <antek@sk8.pl>
**	(c) Synerway Sp. z o. o.
*/
table.navinfo {
	color: #fff;
	background-color: #5574b9;
	width: 100%;
	height: 28px;
	font-size: 12px;
	border-top: 1px solid white;
}
table.status {
	color: #000;
	background-color: #ff9;
	border-bottom: 1px solid #5574b9;
	width: 100%;
}
table.navinfo td.langchooser {
	text-align: right;
}
table.navinfo td.langchooser img {
	border: 1px outset #999;
}
table.navinfo td.langchooser img:hover {
	border: 1px outset #fff;
}

table.errorstatus {
	color: #000;
	background-color: #E70113;
	border-bottom: 1px solid #5574b9;
	width: 100%;
}

table.buelletinstatus {
	color: #000;
	background-color: #fff;
	border-bottowm: 1px solid #55749;
	width: 100%;
}

