* {
	margin:0;
	padding:0;
}

body {
	font: normal 12px Helvetica, Arial, sans-serif;
	/*font: normal 12px 'Book Antiqua', Times, serif;*/
	color: rgb(41,58,132);
	text-align:center;
	background:#FFFFFF url(images/tlo1.png) repeat;
}
table {
	font-size: 12px;
}
th { padding: 0.5em 0.2em; }
img {border:none;}
a, a:visited{
	color: rgb(41,58,132);
}
a:hover {
	color: #ff0000;
}

.page {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#kurczak { position: absolute; text-align: right; width: 100px; top: -205px; left: 850px; z-index:10000;}

#header {
	background-color: transparent;
	padding: 3px 0px 3px 0px;
	border-bottom:dotted 1px #87A8EA;
}
#login_menu {
	text-align:right;
	float: right;
	padding: 0 5px;
}
#language_bar {
	text-align:left;
	padding: 0 5px;
	width: 300px;
	display: table-row;
}
#language_bar a,
#language_bar a:visited {
	border: solid 1px #cccccc;
	text-decoration: none;
	width: 1.5em;
	min-width: 1.5em;
	max-width: 1.5em;
	text-align: center;
	display: table-cell;
	margin: 0 2px 0 0 !important;
}
#language_bar a:hover {
	border: solid 1px rgb(154,174,225);
	background-color: rgb(154,174,225);
	color: #fff;
}
#logo {
	padding: 10px 0px 10px 0px;
	text-align:left;
	background: #fff url(images/tlo3.png) bottom repeat-x;
	border-right:solid 1px #87A8EA;
	border-left:solid 1px #87A8EA;
	clear: both;
	position: relative;
	color: rgb(41,58,132);

}
#logo img {
	vertical-align: top;
	margin: 0 25px;
	display: inline;
}

#logo_title1 {
	font-size: 15px;
	padding: 0;
	position: absolute;
	top: 168px;
	left: 260px;
	text-align: left;
	width: 740px;
}
#logo_title1_pl {
	font-size: 14px;
	padding: 0;
	position: absolute;
	top: 168px;
	left: 260px;
	text-align: left;
	width: 740px;
}
#logo_title2 {
	font-size: 35px;
	/* font: bold 50px "Book Antiqua", Times, sans-serif; */
	padding: 0;
	position: absolute;
	top: 50px;
	left: 260px;
	text-align: left;
	width: 740px;
}
#logo_title2_T2C {
	font-size: 50px;
	/* font: bold 50px "Book Antiqua", Times, sans-serif; */
	padding: 0;
	position: absolute;
	top: 35px;
	left: 240px;
	text-align: center;
	width: 700px;
}
#logo_title2_T2C_pl {
	font-size: 37px;
	/* font: bold 50px "Book Antiqua", Times, sans-serif; */
	padding: 0;
	position: absolute;
	top: 35px;
	left: 310px;
	text-align: left;
}

#main {
	background-color: #ddffdd;
	border-right:solid 1px #87A8EA;
	border-left:solid 1px #87A8EA;
	background:#FFFFFF url(images/tlo2.png) repeat-x;
	padding: 25px 0 0 0;
	position: relative;
}

#menu_bar {
	float: left; 
/*  position: absolute; */  
	top: 25px;
	left: 0;
/*	clear: both; */
	padding: 5px 0px 5px 0px;
	margin: 0;
	background-color: transparent;
	width: 200px;
	color: rgb(41,58,132);
	z-index: 5000;
}

#page {
	padding: 0;
	margin:0 0 0 205px;

}
#page_navi_bar {
	background-color: transparent;
	color: #ffffff;
	width: 780px;
	padding: 0px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 210px;
}
#page_navi_bar a,
#page_navi_bar a:visited  {
	color: #fff;
	text-decoration: none;
}
#page_navi_bar a:hover {
	color: #fff;
	border-bottom: dotted 1px #fff;
}

#page_body {
	padding: 0px 5px 5px 5px;
/*
	background: url(images/ballons_250.gif) no-repeat;
	background-position:bottom right;
*/	
  background-color: #ffffff;
	position: relative;
	top: 0px;
	left: 0px;
	width: 770px;
	font-size: 13px;
}
#page_body p {
	margin: 1ex 0em 1em 2em;
	text-align: justify;
}
#page_body ul {
	margin: 2ex 0;
}
#page_body li {
	margin: 0.5ex 2em 0.5ex 4em;
	text-align: left;
	list-style-type: square;
}

#footer {
	background-color: transparent;
	text-align:center;
	clear: both;
	border-top:dotted 1px #87A8EA;
	padding: 5px 0 20px 0;
	font-size: 10px;
	color: rgb(198,198,248);
}

form#auth_form {
	margin: 20px;
	width: 100%;
	height: 100%;
	/* display: table-cell; */
	text-align: center;
	vertical-align: middle;
}
#auth_form h1{
	padding: 30px 10px;
}
#auth_form #user,
#auth_form #pass  {
	margin: 10px auto;
	padding: 0;
	width: 25em;
	text-align: left;
	background-color: transparent;
}
#user span,
#pass span {
	width: 25em;
	display: block;
}
#auth_form input{
	width: 25em;
	margin: 0;
}
form#auth_form input#submit{
	width: 8em;
	margin: 20px auto;
}
#main #user_name {
	position:absolute;
	top: -20px;
	left: 0px;
	padding: 0 0.5em;
}
#page h1,
#page h2,
#page h3,
#page h4 {
	padding: 5px 10px 10px 20px;
	font-weight: bold;
}
#page h1{
	font-size: 20px;
}
#page h2{
	font-size: 16px;
}
#page h3{
	font-size: 12px;
}

table#userlist {
	width: 100%;
	margin: 0px 0px 10px 5px;
	font-size: 12px;
	border-collapse: collapse;
}
table#userlist td,
table#userlist th {
	text-align: left;
}
form#adduser {
	margin: 10px;
	padding: 0px 0px 0px 200px;
	text-align: left;
}
form#adduser div {
	margin: 5px 0px;
}
form#adduser div#send {
	margin: 20px 0px;
	text-align:center;
	width: 200px;
}
form#adduser div#send input {
	margin: 0px;
	width: 100px;
}
form#adduser span {
	display: block;
	margin: 0px;
	width: 100px;
	text-align: left;
}
form#adduser input {
	margin: 0px;
	padding: 2px;
	width: 250px;
}
form#adduser select {
	margin: 0px;
	padding: 2px;
	width: 250px;
}

/*  info form  */
form#info_form {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
form#info_form table {
	margin: 20px 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}
form#info_form td {
	border-style: none;
	padding: 5px 0px 0px 0px;
}
form#info_form select{
	width: 200px;
}
form#info_form #submit{
	width: 150px;
}
form#info_form #title{
	width: 100%;
}
form#info_form textarea {
	width: 100%;
}
form#info_form td#tsubmit {
	text-align: center;
	padding: 10px;
}
form#info_form #id{
	width: 33%;
}
form#info_form #menu_item{
	width: 200px;
}


/* Page list */
table#pagelist {
	width: 100%;
	margin: 10px;
	border-collapse: collapse;
}

form#lang_form{
	width: 100%;
	margin: 10px;
	text-align: left;
	/* float: right; */
}
form#lang_form select{
	width: 150px;
	margin: 0px 20px 10px 0px;
}
form#lang_form input{
	width: 80px;
	margin: 5px 10px;
}
form#lang_form table{
	text-align: left;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}

/* Menu form */

form#menu_form {
	margin: 10px;
	text-align: left;
}

form#menu_form  table{
	width: 700px;
	margin: 0px;
	text-align: left;
	border-style: none;
}

form#menu_form select{
	width: 200px;
	margin: 0px 20px 10px 0px;
}
form#menu_form input{
	width: 200px;
	margin: 0px 20px 10px 0px;
}
form#menu_form #submit{
	width: 80px;
}
form#menu_form .submit_cell{
	text-align: center;
	vertical-align: middle;
}


#menubox{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 195px;
	background-color: transparent;
}
.level0 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #fff;
}
.level0 li {
	display: block;
	margin: 2px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	border-top: dotted 1px #87A8EA;
	list-style-type: none;
	position: relative;
}
.level0 a,
.level0 a:visited {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #fff;
	padding-left: 0px;
}
	.level0 a:hover,
.level0 li:hover {
	display: block;
	text-decoration: none;
	background-color: rgb(154,174,225);
	color: #fff;
}
.level1 {
	padding-left: 10px;
	background-color: #fff;
	display: none;
}
.level2 {
	padding-left: 20px;
	background-color: #fff;
	display: none;
}
.level3 {
	padding-left: 30px;
	background-color: #fff;
	display: none;
}
.level0 li .menu_arrow{
	position: absolute;
	left: 190px;
	top: -2px;
}
.level1 li .menu_arrow{
	position: absolute;
	left: 180px;
	top: -2px;
}
.level2 li .menu_arrow{
	position: absolute;
	left: 170px;
	top: -2px;
}
li.no_select:hover {
	background-color: #fff;
}

/*  table#p_menu  */
table#p_menu {
	margin: 0px 10px;
	padding: 0px;
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
}
table#p_menu th {
	text-align:center;
}

/*  end of eitem  */


td.t_info_id, td.t_id { width: 25px; color: red; font-weight: bold; text-align:center; padding:3px 3px; }
td.t_view { width: 20px; padding: 0px;text-align:right;}
td.t_title { padding: 0px 5px;}
td.t_author, td.t_editor {width: 35px; padding: 0px 3px; text-align:center;}
td.t_access, td.t_edit_access {width: 35px; padding: 0px 3px; text-align:center;}
td.t_domain { width: 35px; padding: 0px 3px; text-align:center; }
td.t_type { width: 35px; padding: 0px 3px; text-align:center;}
td.t_status { width: 25px; padding: 0px 5px; }
td.t_delete { width: 35px; padding: 0; text-align: right;}
td.t_poz, td.t_level { width: 20px; padding: 0px 3px; text-align: center;} 
div.goto {
	text-align: right;
	padding: 20px 10px;
	float: right;
}
div.goto a{
	font-weight: bold;
}
.textarea_script {
	background-color: rgb(255,255,153);
}
.last_edit {
	font-size: 10px;
	color: #aab;
	margin: 10px 0px 0px 10px;
	width: 100%;
	border-top: 1px solid #aab;
	text-align: right;
}
tr.even {
	background-color: rgb(234,234,254);
}
#latest,
#cert_rank {
	width: 185px;
	border: 1px solid #87A8EA;;
	margin: 5px;
	padding: 0px;
	background: transparent url(images/tlo3.png) bottom repeat-x;
}
.lb_title {
	/* width: 100%; */
	margin: 0px;
	padding: 0 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	color: #eef;
	background-color: #87A8EA;
}
#latest ul {
	margin: 1em 0;
}
#latest li{
	margin: 0px 5px 0px 20px;
	padding: 0px;
	text-align: left;
}

/* ERROR message box */
.error_env {
	position: absolute;
	width: 400px;
	top: 50%;
	left: 50%;
	z-index: 10000;
}
.error_box {
	background: #fff url(images/tlo3.png) bottom repeat-x;
	border: 1px solid red;
	margin:0;
	padding:0px;
	text-align: center;
	position: relative;
	top: -50%;
	left: -50%;
	width: 100%;
}
.error_tit{
	background-color: red;
	color: #eef;
	font: bold 15px Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 2px 10px 2px 10px;
}
.error_tit #close{ position: absolute; left: 96%; top: 2px; color: #000; }
.error_msg {
	margin: 20px;
	padding: 20px;
	text-align: center;
	font: normal 15px Helvetica, Arial, sans-serif;
	color: #000;
}
/* end of ERROR message box */
.date{
	font-size: 0.8em;
	color: #aab;
}

#upload_form {
	text-align: center;
}
#upload_form table {
	display: table-inline;
	text-align: left;
	margin: 0 auto;
}
#upload_form #userfile,
#upload_form #name {
	width: 400px;
}
#upload_form .names{ width: 10em; text-align: right;}
#upload_form select,
#upload_form #info { width: 400px; }
.submit {
	margin: 1em 0;
	width: 10em;
}
table#files_list {
	width: 780px;
	text-align: left;
	margin: 1em auto;
	border-collapse: collapse;
}
table#files_list .name {
	width: 300px;
}
table#files_list .id {
text-align: center;
font-weight: bold;
width: 2em;
color:red;
}

.image_box{
margin: 0.5em;
border: none;
text-align:center;
width: 100%;
}
.image_body{
margin: 0.5em;
border: none;
}
.image_info{
margin: 0.5em;
text-align:center;
font-size: 0.9em;
font-weight: bold;
}

/* ************************************************** */
/* styles to PRINT a page */
/* ************************************************** */
@media print {
body {
	/*font: normal 12px Helvetica, Arial, sans-serif;*/
	font: normal 10pt 'Book Antiqua', Times, serif;
	color: #000;
	background:#FFFFFF;
}
table {
	font-size: 10pt;
}
#header,
#menu_bar,
#menu_box,
#page_navi_bar,
#main #user_name,
#kurczak,
.goto
{
	display: none;
}
.page {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align:left;
}
#logo {
	padding: 1em 0;
	text-align:left;
	background: #fff;
	border: none 1px #87A8EA;
	clear: both;
	position: relative;
	margin-top: 0pt;
}
#logo img {

	text-align:left;
	display: block;
	position: static;
	height: 32mm;
	margin: 12mm 0mm 20mm 8mm;


}
#logo_title1,
#logo_title2,
#logo_title2_T2C {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	display: block;
	clear: both;
	position: absolute;
	top:0;
	left:0;
	color: #000;
}
#logo_title1 {
	font-size: 9pt;
	top: 0mm;
	text-align: center;
	border-bottom: solid 0.5mm #000;
}
#logo_title2
{
	font-size: 25pt;
	top: 12mm;
	margin-left: 50mm;
	width: 140mm;
}
#logo_title2_T2C {
	font-size: 26pt;
	top: 15mm;
	margin-left: 60mm;
	width: 140mm;
}
#page {
	margin: 0;
	width: 100%;
}
#main {
	border: none;
	background: #FFFFFF;
	padding: 0;
	position: static;
	width: 100%;
	margin-top: 0;
}
#footer {
	border-top:dotted 1px #87A8EA;
	padding: 1ex 0;
	color: #000;
	width: 80%;
}
#page_body {
	padding: 2ex 1em 2ex 1em;
	position: static;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 10pt;
}

}
