
#content .caption {
	margin: 20px 0px;
	font-size: 18px;
	color: #FF6B25;
	font-weight: bold;
}
#content .navigation {
	height: 20px;
	margin: 15px 0px 10px 0px;
	padding: 0px 5px;
}
#content .navigation a {
	color: #4D4D4B;
	font-size: 11px;
}
#content .navigation a:hover {
	color: #646464;
	text-decoration: none;
}
#content .navigation a.left {
	float: left;
}
#content .navigation div.right {
	float: right;
}
#content .navigation dl {
	margin: 0px;
	padding: 0px;
}
#content .navigation dt {
	margin: 0px;
	padding: 0px 10px;
	float: left;
}
#content .navigation dd {
	margin: 0px;
	padding: 0px 3px;
	float: left;
}
#content .navigation dd a	{
	padding: 1px 5px;
	text-decoration: none;
	border: 1px solid #D4D1C9;
	background-color: #D4D1C9;
}
#content .navigation dd a:hover	{
	border: 1px solid #D4D1C9;
	background-color: #DEDCD8;
}
#content .navigation dd a.active	{
	border: 1px solid #D4D1C9;
	background-color: #F9F8F6;
	color: #000000;
	font-weight: bold;
}

#content table#view {
	width: 100%;
	color: #4D4D4B;
}
#content #view th {
	padding: 0px 0px !important;
	padding: 10px 0px;
}
#content #view th p {
	font-weight: normal;
	border-top: 1px solid #D1CCC1;
	border-bottom: 1px solid #D1CCC1;
	border-left: 1px solid #D1CCC1;
	font-size: 11px;
	padding: 0px;
	text-align: center;
}
#content #view td  {
	text-align: center;
	padding: 0px 0px !important;
	padding: 10px 0px;
	vertical-align: middle;
}
#content #view td p {
	text-align: center;
	height: 50px !important;
	height: 50px;
	vertical-align: middle;
	font-size: 14px;
	padding-top: 30px !important;
	padding-top: 30px;
}
#content #view td.img div {
	height: 80px;
	padding-top: 0px;
}
#content #view td .borderRightLight {
	border-right: 1px solid #D1CCC1;
}
#content #view td .borderRightDark {
	border-right: 1px solid #C3BEB0;
}
#content #view td.img {
	width: 150px;
}
#content #view td.local a {
	font-weight: bold;
	text-decoration: none;
	color: #4D4D4B;
}

/* promowane i kolorowane wiersze */

#content #view tr.isOdd {
	background-color: rgb(217, 214, 206);
}
#content #view tr.isOddAdvance  {
	background-color: #DFD5E7;
}
#content #view tr.isEven {
	background-color: rgb(229, 227, 222);
}
#content #view tr.isEvenAdvance  {
	background-color: yellow;	/* nie ma takich! :) */
}
#content #view tr.mouseOverRow  {
	background-color: rgb(220, 218, 216);
	cursor: pointer;
}
/* promowane i kolorowanekoniec */

