body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	text-decoration: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

/*============= uzywane podczas wyswietlania konkretnej oferty pracy =================*/

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #EE7900;
	background-image: url(/pl/resources/gfx/arrow04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
}

li {
        padding: 2px 0px;
}

/*========== links =================*/
a {
	color: #276FAD;
	text-decoration: none;
}
a:hover {
	color: #276FAD;
	text-decoration: underline;
}
a.navi {
	color: #F29218;
	text-decoration: none;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}
a.navi:hover {
	color: #F29218;
	text-decoration: underline;
}


a.more:hover {
	color: #276FAD;
	text-decoration: underline;
}
a.btm {
	color: #276FAD;
	text-decoration: none;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
a.btm:hover {
	color: #276FAD;
	text-decoration: underline;
}
#btmTbl{
	visibility:hidden;
}