/* Globalne */

body {
	/* dla IE */
	/* text-align: center; */
}

body, input, table, button {
	font-size: 10pt;
	font-family: Tahoma;
}

form {
	padding: 0;
}

td {
	text-align: justify;
}

a, .a {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover {
	border-bottom-style: solid;
}

td {
	vertical-align: top;
}

h1 {
	margin: 0;
}

h2.http_error {
	margin: 0;
	font-size: 8pt !important;
	font-weight: normal;
}

pre {
	font-family: Courier New;
	text-align: left;
}

a img  {
	border: 0;
}


/*
table {
	border-collapse: collapse;
}
*/

/* KONKRETY */

/* Top */

div#top {
	margin-left: auto;
	margin-right: auto;
	/* width: 685px;*/
	width: 928px;
	height: 278px;
	background-image: url('/img/top.jpg');
	background-repeat: no-repeat;
	/* background-repeat: no-repeat; */
	text-align: left;
}

div#topmenu {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 40px;
}

div#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 300px;
	float: left;
}

div#topmenu ul li {
	margin: 0;
	width: 108px;
	height: 29px;
	background-image: url('/img/top_button.png');
	background-repeat: no-repeat;
	/*margin-right: 6px;*/
	margin-right: 6px;
	font-family: Tahoma;
	font-size: 8pt;
	text-align: left;
	float: left;
}

div#topmenu ul li a {
	color: #292a2c;
	text-decoration: none;
	position: relative;
	top: 7px;
	left: 25px;
	border-bottom-style: none;
}

/* Komunikat */

div#message {
	text-align: left;
	height: 44px;
	width: 350px;
	background-image: url('/img/alert.png');
	background-repeat: no-repeat;
	background-color: #fffae5;
	background-position: 2px 2px;
	border: solid 1px #ffda45;
	padding-left: 50px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	
}

div#message p {
	text-align: left;
	float: left;
	color: #626262;
}

/* Ścieżka */

td#path {
	border-bottom-style: solid;
	border-bottom-color: #cdd2ce;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
}

td#path span.path:before {
	content: ' » ';
}

td#path a {
	border-bottom-style: none;
	border-bottom-width: 0px;
}	

td#path a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;	
}

td#path img {
	position: relative;
	top: 3px;
}

/* Zawartość */

div#page_content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 900px;
}

div#page_content table#cont {
	border-width: 1px;
	border-color: #cdd2ce;
	border-style: solid;
	width: 900px;
	border-collapse: collapse;
}

div#page_content table#cont td#left {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cdd2ce;
	width: 280px;
	padding: 8px;
}

div#page_content table#cont td#center {
	padding: 8px;
	width: auto;
}

div#page_content table#cont th {
	color: #292a2c;
}

div#page_content table#cont td {
	color: #7c837d;
}

div#page_content table#cont li {
	color: #7c837d;
}

div#page_content a, div#page_content .a {
	color: #74a00b;
}

div#content p {
	/*color: #8d918e;*/
	color: #7c837d;
}

div#page_content h1, div#page_content h1 a {
	color: #292a2c;
	font-size: 14pt;
}

div#page_content h2, div#page_content h2 a {
	color: #0069b1;
	font-size: 10pt;
}

div#page_content ul {
	list-style-image: url('/img/bullet_green.png');
}

/* Administrator */
.admin a {
	color: #d26262 !important;
}

.admin ul{
	list-style-image: url('/img/bullet_red.png') !important;
}

ul.admin {
	list-style-image: url('/img/bullet_red.png') !important;
}

a.admin {
	color: #d26262 !important;
}

/* Footer */

#footer {
	border-top: solid 1px #cdd2ce;
	padding-top: 8px;
	padding-bottom: 5px;
}

#footer p {
	margin: 0;
	margin-bottom: 3px;
	text-align: center;
}

