body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 10px;
}
#banner
{
	background: url("images/header_background.gif") repeat-x;
	border: 1px solid #404040;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 42px;
	margin-bottom: 10px;
}
#banner .left
{
	float: left;
	padding-left: 10px;
	padding-top: 6px;
	height: 25px;
}
#banner .left .text
{
	float: left;
	padding-top: 9px;
}
#banner .left .separator
{
	background: url("images/header_kreska_pion.gif") no-repeat;
	width: 2px;
	height: 31px;
	float: left;
	margin-left: 5px;
}
#banner .right
{
	float: right;
	padding-right: 10px;
	padding-top: 6px;
	height: 25px;
}
#banner .right .separator
{
	background: url("images/header_kreska_pion.gif") no-repeat;
	width: 2px;
	height: 31px;
	float: left;
	margin-right: 5px;
}
#banner .right .logout_button
{
	width: 38px;
	height: 25px;
	float: left;
}
#banner .right .logout_button img
{
	border: none;
	margin-top: 2px;
}
#banner .right .switch_button
{
	padding-top: 9px;
	width: 150px;
}
#banner .right .switch_button a
{
	color: #ffffff;
}

h1
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	/*border-bottom: 1px dotted #000000;*/
	padding-left: 5px;
}
h1, h2
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
table.inner
{
	margin-top: 0px !important;
}
tr.finished td
{
	background-color: #00ff00;
	color: #ffffff;
}
table
{
	border: none;
	background-color: #5f5f5f;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
tr
{
	margin: 0px;
	padding: 0px;

}
th
{
	/*
	font-family: verdana, sans-serif;
	font-size: 10pt;
	background-color: blue;
	text-align: center;
	color: white;
	border: none;
	margin: 0px;
	*/
	background: #0065fe;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #0065fe;
}
th a
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF !important;
}
th.sortAsc
{
	background: #0065fe url("images/asc.gif") no-repeat;
	background-position: 50% 0;
}
th.sortDesc
{
	background: #0065fe url("images/desc.gif") no-repeat;
	background-position: 50% 0;
}
th.selected
{
	border: 1px solid #ffffff;
}
td
{
	/*
	font-family: verdana, sans-serif;
	font-size: 10pt;
	background-color: white;
	border: none;
	margin: 0px;
	*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2c2c;
	background-color: white;
	padding: 5px;
}
#filterAndSort
{
	clear: both;
	width: 100%;
}
#filter
{
	width: 49%;
	float: left;
	background: #999999;
	padding: 1px;
	padding-top: 0px;
}
.filterForm
{
	background: #d9d9d9 url("images/filtrowanie_sortowanie_top.gif") repeat-x;
	/*
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2c2c2c;
}
.filterForm h2
{
	background: url("images/filtrowanie_icon.gif") no-repeat;
	background-position: 6px 6px;
	margin: 0px;
	padding-top: 6px;
	padding-left: 25px;
	padding-bottom: 0px;
	height: 23px;
	/*border-left: 1px solid #999999;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5f5f5f;
	margin-bottom: 20px;
}
#sort
{
	width: 49%;
	float: right;
	background: #999999;
	padding: 1px;
	padding-top: 0px;
}
.sortForm
{
	background: #d9d9d9 url("images/filtrowanie_sortowanie_top.gif") repeat-x;
	/*
	border: 1px solid #999999;
	border-top: 0px;
	margin-left: 1px;
	*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2c2c2c;
}
.sortForm h2
{
	background: url("images/sortowanie_icon.gif") no-repeat;
	background-position: 6px 6px;
	margin: 0px;
	padding-top: 6px;
	padding-left: 25px;
	padding-bottom: 0px;
	height: 23px;
	/*
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-left: 1px;
	*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5f5f5f;
	margin-bottom: 20px;
}
.paging
{
	padding: 5px;
	text-align: right;
	background: #d9d9d9;
	border: 1px solid #999999;
	margin-top: 20px;
}
.pagingForm
{
}
.tableForm
{
	/*width: 100%;*/
}
form
{
	margin: 0px;
	width: 100%;
}
.line
{
	clear: both;
	padding-bottom: 5px;
	min-height: 20px;
}
.line .left
{
	float: left;
	width: 30%;
	text-align: right;
	/*margin-right: 5px;*/
}
.line .right
{
	float: right;
	width: 68%;
	text-align: left;
	/*margin-left: 5px;*/
	padding-left: 1%;
}
.lineButton
{
	/*
	border-top: 1px dotted white;
	width: 100%;
	*/
}
.lineButton .left
{
	/*width: 98%;*/
	background: none !important;
	border-left: none !important;
	float: left;
	padding: 5px;
}
.lineButton .right
{
	/*width: 98%;*/
	background: none !important;
	border-left: none !important;
	text-align: right;
	padding: 5px;
}
.mainMenu
{
	/*width: 100%;*/
	/*padding: 0px;*/
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	
	background: #f5f5f5;
	border-top: 1px dotted #7f7f7f;
	border-bottom: 1px dotted #7f7f7f;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5f5f5f;
	padding: 5px;
	
	height: 100%;
	/*
	width: 950px;
	*/
}
.mainMenu li
{
	padding: 0px;
	margin: 0px;
	display: inline;
	/*
	display: block;
	float: left;
	*/
}
.mainMenu li .separator
{
    background: url("images/menu_kreska_pion.gif") no-repeat;
	width: 1px; 
    height: 10px;
    background-position: 50% 50%;;
    margin-left: 4px;
    margin-right: 4px;
}
.mainMenu li a
{
	white-space: nowrap;
}
.subMenu
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 5px;
	/*
	width: 100%;
	clear: both;
	*/
	border-bottom: 1px dotted #7f7f7f;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #5f5f5f;
	height: 100%;
}
.subMenu li
{
	padding: 0px;
	margin: 0px;
	display: inline;
	/*
	float: left;
	*/
}
.subMenu li .separator
{
    background: url("images/menu_kreska_pion.gif") no-repeat;
	width: 1px; 
    height: 10px;
    background-position: 50% 50%;;
    margin-left: 4px;
    margin-right: 4px;
}
.subMenu li a
{
	white-space: nowrap;
}
a:link { color: #5f5f5f ;text-decoration: none; font-weight: bold; }
a:active, a:visited { color: #5f5f5f; text-decoration: none; font-weight: bold; }
a:hover { color: #000000; text-decoration: underline; font-weight: bold; }
.imagePreview
{
	padding: 5px;
	border: 1px solid #c1c1c1;
	width: 100px;
	height: 100px;
	background-color: white;
}
.imagePreview img
{
	display: block;
	border: none;
}
.iconRow
{
	clear: both;
	width: 480px;
	height: 32px;
}
.iconRow .iconPreview
{
	cursor: pointer;
}
.iconPreview
{
	padding: 5px;
	border: 1px solid #c1c1c1;
	width: 20px;
	height: 20px;
	background-color: white;
	float: left;
}
.iconPreview img
{
	display: block;
	border: none;
}
#about
{
	text-align: right;
}
.clearfix:after
{
    font-size: 0px;
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
textarea
{
	width: 99%;
	height: 60px;
}
textarea.mceEditor
{
	width: 98% !important;
}
#login
{
	background: #d9d9d9 url("images/logowanie_icon.gif") no-repeat;
	background-position: 352px 52px;
	border: 1px solid #999999;
	border-top: 0px;
	margin-top: 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2c2c2c;
	width: 374px;
	margin-left: auto;
	margin-right: auto;
}
#login h1
{
	background: url("images/header_background.gif") repeat-x;
	border: 1px solid #404040;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 36px;
	padding: 0px;
	padding-top: 6px;
	margin-bottom: 40px;
}
#login h1 .text
{
	float: left;
	padding-top: 9px;
	padding-left: 10px;
}
#login h1 .separator
{
	background: url("images/header_kreska_pion.gif") no-repeat;
	width: 2px;
	height: 31px;
	float: left;
	margin-left: 5px;
}
#editForm .line, #addForm .line
{
	border-top: 1px dotted #7f7f7f;
	padding: 0px !important;
	background-color: #eaeaea;
}
#editForm .line .right, #addForm .line .right
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px dotted #7f7f7f;
	background-color: #ffffff;
}
#editForm .line .left, #addForm .line .left
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#editForm .lineButton, #addForm .lineButton
{
	border-top: 1px dotted #7f7f7f;
	background-color: #ffffff !important;
}
#treeWrapper
{
	background: #999999;
	padding: 1px;
	padding-top: 0px;
}
#tree
{
	background: #d9d9d9 url("images/filtrowanie_sortowanie_top.gif") repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2c2c2c;
	clear: both;
	padding-bottom: 20px;
}
#tree h2
{
	background: url("images/struktura_icon.gif") no-repeat;
	background-position: 6px 6px;
	margin: 0px;
	padding-top: 6px;
	padding-left: 25px;
	padding-bottom: 0px;
	height: 23px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5f5f5f;
	margin-bottom: 20px;
}
#tree ul
{
	background-color: #d9d9d9;
	margin-left: 5px;
	padding-left: 30px;
}
#tree ul ul
{
	margin-left: 5px;
	padding-left: 10px;
}
#tree li
{
	padding-top: 5px;
	font-weight: bold;
	list-style: square;
}
.checkboxList
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.checkboxList li
{
	height: 30px;
	padding: 0px;
	margin: 0px;
}
.checkbox
{
	float: left;
	padding-right: 10px;
}
.checkBoxLabel
{
	float: left;
	padding-top: 3px;
}
#rootTree, #rootTree ul
{
	margin: 0px;
	padding: 0px;
}
.treeItemExpanded
{
	list-style-type: none !important;
	cursor: pointer;
	background: url('images/expanded.gif') no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}
.treeItemContracted
{
	list-style-type: none !important;
	cursor: pointer;
	background: url('images/contracted.gif') no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}
.treeItem
{
	list-style-type: none !important;
}
input.textField
{
	width: 300px;
}
