@CHARSET "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
#body{
	background-image: url("img/bg.png");
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}
#top {
	height: 60px;
	margin:0px;
	padding:0px;
}
img {
	border: none;
}
* {
	font-size: 11px;
}
#content{
	margin:0px 0px;
}
#tree{
	padding: 2px 20px 15px 2px;
	vertical-align:top;
}

#tree, #tree ul{
	margin:0px;
	list-style: none;
}
#tree ul {
	padding:0px 1px 0px 0px;
}

#tree li{
	margin:0px;
    padding:0px 0px 0px 20px;
    line-height:17px;
	background: url("img/folder.png") no-repeat 0px 0px;
	white-space: nowrap;
}

#tree li.selected{
	background: url("img/folder_open.png") no-repeat 0px 0px;
}
#tree li.selected a{
	color: red;
}
a ,#tree li.selected li a{
	color: blue;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
.selected a {
	color:red;
}
td {
	vertical-align: top;
}
#file {
	margin:0px;
	padding:0px;
	background-color: white;
	empty-cells: show
}
#file th{
	background-color: white;
	color: blue;
	vertical-align: top;
	border-bottom: 4px solid #29CF29;
	white-space: nowrap;
}
#file td, #file th{
	padding: 1px 3px;
}
#file td{
	border-bottom: 1px solid #C4C4C4;
}
#system{
	background: url("img/bgsys.jpg") top repeat-x;
	height: 25px;
	border-bottom: 1px solid #000;
	line-height: 25px;
	padding: 0px 10px;
	margin: 0px;
}
#stopka{
	border-top: 1px solid #000;
	padding: 2px 5px;
	height:25px;
	line-height:25px;
	background: url("img/bgstopka.jpg") top repeat-x;
}

.input {
	border: 1px solid #ccc;
	width:100px;
}
#text, #text2{
	margin:5px auto;
	width:97%;
	padding:5px;
	background-color: white;
	border: 1px solid #063BA0;
}
button {
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: white;
	height: 20px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}
a img {
	display: inline;
	vertical-align: middle;
}
h1 {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 12px;
}
h1 a{
	font-size: 15px;
	color: #62BDEE;
	font-family: Times New Roman,serif;
}
.col {
	color: red;
}
.fld_mini{
	margin-left: 10px;
	border-right: 1px solid #000;
}
.fld_mini img{
	vertical-align: middle;
}
.footer{
    clear:both;
	text-align:right;
	margin:0px; 
	padding:2px 10px;
	border-top:1px solid #000033;
}

#stat{
	position:absolute;
	left:5px;
}
#logo {
	float:left;
	margin:5px 5px 0px 5px;
}
#top h1{
	padding:5px 0px 1px 5px;
	
}

form {
	margin:0px;
	padding:0px 0px 10px;
}