/* Formatowanie podstawowe */
html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
body#DocBody {
	background-color: #EEEEEE;
	text-align: center;
}
#Layout {
	height: 100%;
}
html, body, p, div, td {
	font-family: Tahoma;
	font-size: 11px;
	color: #404040;
}
td {
	text-align: left;
	vertical-align: top;
}
ul, li {
	padding: 0px;
	margin: 0px;
}
li {
	padding-left: 25px;
	list-style-type: none;
	background-image: url(images/dot_1.gif);
	background-position: 8px 3px;
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6, h7, p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #404040;
}
a:hover {
	text-decoration: none;
}
/* Elementy z nadanym ID */
/* Naglowek */
#Layout {
	background-color: #FFFFFF;
	background-image: url(images/page_top_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#Welcome {
	background-color: #FFFFFF;
}
#Header td.Bg {
	border-left: 1px solid #BCC4C6;
	border-right: 1px solid #BCC4C6;
	padding: 0px 10px 0px 10px;
}
#Header td.NoPadding {
	padding: 0px;
}
#Header td.Page {
	background-color: #FFFFFF;
	border-left: 1px solid #BCC4C6;
	border-right: 1px solid #BCC4C6;
	padding: 0px;
}
#Header table.Spacer {
	border-bottom: 1px solid #BCC4C6;
}
#Header table.Page {
	border-bottom: none;
}
#Header #Logo {
	text-align: left;
	padding: 25px 0px 25px 25px;
}
#Header table.Page #Logo {
	border-right: 1px solid #E6E6E6;
	width: 147px;
}
#Header td.Top {
	padding-top: 15px;
	text-align: right;
	vertical-align: top;
}
#Header td.Top a {
	text-decoration: none;
}
#Header td.Top a:hover {
	text-decoration: underline;
}
#Header td.Top img {
	margin-bottom: 2px;
	vertical-align: bottom;
}
#Header td.Bottom {
	vertical-align: bottom;
	text-align: right;
}
#Header td.Tabstrip {
	background-image: url(images/tabstrip_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#Header td.Tabstrip span {
	display: block;
	background-image: url(images/tabstrip_left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#Header td.Tabstrip a {
	display: block;
	background-image: url(images/tabstrip_right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 7px 20px 8px 30px;
	text-decoration: none;
	font-weight: bold;
}
#Header td.Tabstrip a:hover {
	text-decoration: underline;
}
/* Srodek */
#Content td.Bg {
	background-color: #FFFFFF;
	border-left: 1px solid #BCC4C6;
	border-right: 1px solid #BCC4C6;
	padding: 10px;
}
#Content table.Content {
	height:100%;
}
#Content td.NoPadding {
	padding: 0px;
}
#Content div.Spacer {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #BCC4C6;
}
#Content td.BlokGlowny {
	border-left: 1px solid #BCC4C6;
	padding-left: 10px;
}
#Content .BorderLeft {
	border-left: 1px solid #E6E6E6;
}
#Content .BorderRight {
	border-right: 1px solid #E6E6E6;
}
#Content .ColBg {
	background-image: url(images/menu_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
/* Stopka */
#Footer td.Top {
	background-color: #E5E5E5;
	border-left: 1px solid #BCC4C6;
	border-right: 1px solid #BCC4C6;
	text-align: center;
	padding: 2px 0px 2px 0px;
}
#Footer td.Bottom {
	background-color: #7E7E7E;
	background-image: url(images/footer_left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#Footer td.Bottom div {
	background-image: url(images/footer_right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #CBCBCB;
	text-align: center;
	padding: 10px;
}
#Footer td.Page {
	background-image: none;
	height: 21px;
}
#Footer td.Page div {
	background-image: none;
	color: #CBCBCB;
	text-align: center;
	padding: 3px;
}
#Footer td.Page td {
	color: #CBCBCB;
	
}

/* Menu boczne */
table.Menu td {
	padding: 0px 10px 0px 10px;
}
table.Menu a {
	display: block;
	padding: 8px 2px 7px 24px;
	border-bottom: 1px solid #EDEDED;
	text-decoration: none;
	color: #610001;
	font-weight: bold;
	font-size: 10px;
	background-image: url(images/dot_1.gif);
	background-position: 8px 10px;
	background-repeat: no-repeat;
}
table.Menu a:hover {
	border-bottom: 1px solid #610001;
}
* html table.Menu a {
	width: 100%;
}
table.Menu a.Active {
	border-bottom: 1px solid #EDEDED;
	padding: 0px 0px 1px 0px;
}
table.Menu a.Active span {
	display: block;
	border-bottom: 1px solid #A13E41;
	padding: 8px 2px 5px 24px;
	background-image: url(images/dot_gray.gif);
	background-position: right 7px;
	background-repeat: no-repeat;
}
table.Menu table.Level1 {
	padding-left: 16px;
}
table.Menu table.Level1 a {
	font-weight: normal;
	color: #818181;
	background-image: url(images/dot_rect2.gif);
}
table.Menu table.Level1 a.Active2 {
	color: #A13E41;
}

/* Pozostale style */
.Right {
	text-align: right;
}
.Center {
	text-align: center;
}
.Justify {
	text-align: justify;
}
h3.Naglowek {
	background-image: url(images/arrow_1.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	padding-left: 20px;
	color: #444444;
}
h4.Naglowek {
	font-weight: bold;
	font-size: 11px;
	color: #942C2D;
	padding: 5px 0px 5px 0px;
}
h3.ModulNaglowek, h3.BlokNaglowek {
	background-image: url(images/modul_header_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #EFEFEF;
	border-top: 1px solid #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #444444;
}
h3.ModulNaglowek span {
	background-image: url(images/arrow_2.gif);
	background-position: 25px 8px;
	background-repeat: no-repeat;
	display: block;
	padding: 5px 2px 9px 50px;
}
h3.BlokNaglowek span {
	background-image: url(images/arrow_2.gif);
	background-position: 10px 9px;
	background-repeat: no-repeat;
	display: block;
	padding: 5px 2px 9px 35px;
}
h5.Tytul {
	font-size: 11px;
	color: #610001;
	padding: 5px 0px 5px 0px;
}
div.Kontener {
	padding: 10px 10px 0px 20px;
}
a.Wiecej {
	font-weight: bold;
	font-size: 10px;
}

/* style dla tabeli */
.TabelkaNaglowek {
	margin-top: 10px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #444444;	
}
.TabelkaNaglowek span {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #EFEFEF;
	display: block;
	padding: 3px 2px 3px 35px;
	background-image: url(images/arrow_2.gif);
	background-position: 10px 7px;
	background-repeat: no-repeat;
}
.TabelkaKontener {
	padding:0px 1px 0px -1px;
	position:relative; 
}
.Tabelka {
	margin: 10px -1px 10px 0px;
	float:right;
}
.Tabelka tr td:last-child {
	border-right: none;
}
.t_1 {
	background-color: #F5F5F5;
	padding: 0px 8px 0px 8px;
	border-right: 1px solid #BCC4C6;
}
.t_1 div {
	color: #942C2D;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #BCC4C6;
	padding: 5px 3px 5px 3px;
}
.t_2 {
	padding: 0px 8px 0px 8px;
	border-right: 1px solid #BCC4C6;
}
.t_2 div {
	padding: 5px 3px 5px 3px;
	border-bottom: 1px solid #BCC4C6;
}
.t_3 {
	padding: 0px 8px 0px 8px;
	background-color: #F5F5F5;
	border-right: 1px solid #BCC4C6;
}
.t_3 div {
	padding: 5px 3px 5px 3px;
	border-bottom: 1px solid #BCC4C6;
}
