#ZamowieniaPubliczne table
{
	border-collapse: collapse;
	margin-top: 1px;
	width: 584px;
}

#ZamowieniaPubliczne table td
{
	border-bottom: 1px solid #999;
	padding: 8px 0 11px;
}

#ZamowieniaPubliczne table td.Data
{
	width: 87px;
}

#ZamowieniaPubliczne table td.Nazwa
{
	font-weight: bold;
	padding-right: 7px;
}

#ZamowieniaPubliczne table tr.hovered
{
	background: #e8e8e7;
	cursor: pointer;
}

div.PageContainer h4
{
	color: #c71712;
	padding-bottom: 18px;
	font-size: 12px;
}

/* tree */

#FTPFiles .simpleTree img
{
	border: 0;
	margin: 0;
	padding: 0;
}

#FTPFiles .simpleTree
{
	overflow: auto;
	margin: 0;
	padding: 0;
	/*
	width: 250px;
	height:350px;
	overflow:auto;
	border: 1px solid #444444;
	*/
}

#FTPFiles .simpleTree li
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 34px;
	line-height: 16px;
}

#FTPFiles .simpleTree li span
{
	display: inline;
	clear: left;
/*	white-space: nowrap;*/
}

#FTPFiles .simpleTree li span.DataSize
{
	color:#999999;
	font-size:9px;
}

#FTPFiles .simpleTree ul
{
	margin:0; 
	padding:0;
}

#FTPFiles .root
{
	margin-left:-16px;
	background: url(../img/tree/root.gif) no-repeat 0px 0 #fff;
	padding: 0 0 0 16px!important;
}

#FTPFiles .simpleTree .line
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../img/tree/line_bg.gif) 0 0 no-repeat transparent;
}

#FTPFiles .simpleTree .line-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../img/tree/spacer.gif) 0 0 no-repeat transparent;
}

#FTPFiles .simpleTree .line-over
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../img/tree/line_bg_over.gif) 0 0 no-repeat transparent;
}

#FTPFiles .simpleTree .line-over-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../img/tree/line_bg_over_last.gif) 0 0 no-repeat transparent;
}

#FTPFiles .simpleTree .folder-open
{
	margin-left:-16px;
	background: url(../img/tree/collapsable.gif) 0 -2px no-repeat #fff;
}

#FTPFiles .simpleTree .folder-open-last
{
	margin-left:-16px;
	background: url(../img/tree/collapsable-last.gif) 0 -2px no-repeat #fff;
}

#FTPFiles .simpleTree .folder-close
{
	margin-left:-16px;
	background: url(../img/tree/expandable.gif) 0 -2px no-repeat #fff;
}

#FTPFiles .simpleTree .folder-close-last
{
	margin-left:-16px;
	background: url(../img/tree/expandable-last.gif) 0 -2px no-repeat #fff;
}

#FTPFiles .simpleTree .doc
{
	margin-left:-16px;
	background: url(../img/tree/leaf.gif) 0 -1px no-repeat #fff;
}

#FTPFiles .simpleTree .doc-last
{
	margin-left:-16px;
	background: url(../img/tree/leaf-last.gif) 0 -1px no-repeat #fff;
}

#FTPFiles .simpleTree .ajax
{
	background: url(../img/tree/spinner.gif) no-repeat 0 0 #ffffff;
	height: 16px;
	display:none;
}

#FTPFiles .simpleTree .ajax li
{
	display:none;
	margin:0; 
	padding:0;
}

#FTPFiles .simpleTree .trigger
{
	display:inline;
	margin-left:-32px;
	width: 28px;
	height: 11px;
	cursor:pointer;
}

#FTPFiles .simpleTree .text
{
 	cursor: default;
}

#FTPFiles .simpleTree .active
{
	/*font-weight: bold;*/
}

#drag_container
{
	background: #fff;
	color: #000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
	border: 1px dashed #767676;
}

#drag_container ul
{
	list-style: none;
	padding:0;
	margin:0;
}

#drag_container li
{
	list-style: none;
	background-color:#ffffff;
	line-height:18px;
	white-space: nowrap;
	padding:1px 1px 0px 16px;
	margin:0;
}

#drag_container li span
{
	padding:0;
}

#drag_container li.doc, #drag_container li.doc-last
{
	background: url(../img/tree/leaf.gif) no-repeat -17px 0 #ffffff;
}

#drag_container .folder-close, #drag_container .folder-close-last
{
	background: url(../img/tree/expandable.gif) no-repeat -17px 0 #ffffff;
}

#drag_container .folder-open, #drag_container .folder-open-last
{
	background: url(../img/tree/collapsable.gif) no-repeat -17px 0 #ffffff;
}

