*{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma;
}
body{
	background: #343838 url('images/design/body.jpg') repeat-x;
	text-align: center;
	color: #404040;
}
div#top{
	background: url('images/design/top.jpg') repeat-x;
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff ;
}
div#title{
	width: 500px;
	height: 100%;
	margin: 0px auto;	
	background: url('images/design/title.jpg') no-repeat;
}
div#title h1{
	font-size: 18px;
	font-weight: 700;
	padding-top: 7px;
}
.button{
	font-weight: 700;
	height: 24px;
	width: 150px;
	background: url('images/design/button.png') no-repeat;
	border: 0px none;
	cursor: pointer;
}
input{
	border: 1px solid #008C9E;
	width: 160px;
	font-weight: 700;
}
select{
	border: 1px solid #008C9E;
	width: 162px;
	font-weight: 700;
}
img.icon{
	width: 128px;
	height: 128px;
	margin-left: -64px;
	margin-top: -64px;
	position: relative;
}
img.icon2{
	width: 128px;
	height: 128px;
	margin-left: 64px;
	margin-top: -64px;
	position: relative;
}
div.sub_menu{
	position: relative;
	margin: -50px 20px 0px 300px;
}
div.sub_menu img{
	border: 0px none;
}
div.sub_menu table tr td{
	text-align: center;
	padding-left: 15px;
}
div.sub_menu table tr td a{
	text-decoration: none;
	color: #000000;
	font-weight: 700;	
}
table.dane{
	margin: 30px 5px 5px 5px;
	background: #666666;
}
table.dane tr th{
	background: #7C858A url('images/design/th.jpg') top repeat-x;
	padding: 1px 1px;
	font-weight: 700;
	text-align: center;
	font-size: 10px;
}
table.dane tr th a{
	color: #444444;	
	text-decoration: none;
}
table.dane tr th a:hover{
	color: #000000;
	text-decoration: underline;	
}

table.dane tr td{
	text-align: left;
	padding: 1px 2px;
	font-size: 11px;
	font-family: Tahoma;
}
table.dane tr td.numer{
	text-align: right;
	background-color: #D8EBED;
}
table.dane tr.bialy td{
	background-color: #fff;
}
table.dane tr.niebieski td{
	background-color: #E4F1F2;
}
div#tabela_danych{
	border: 1px solid #000;
	margin: 50px 8px 0px 8px;
	padding-bottom: 5px;
	background-color: #EFEEFD;
	text-align: left;
}
div#main_menu{
	width: 100%;
	text-align: right;
	padding-top: 5px;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: 700;
	text-decoration: none;
	color: #ddd;
}
div#main_menu a{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: 700;
	text-decoration: none;
	color: #eee;
}
div#main_menu a:hover{
	color: #00B4CC;
}
.operacje img{
	margin-right: 3px;
	border: 0px none;
	cursor: pointer;
}
.need{
	background: #FFFCC2;
	border: 2px solid #343838;
}
.readonly{
	background: #DEDEDE;
}
td.editable{
	cursor:pointer;
	background-image: url(images/edit3.png); 
	background-position: center right;
	background-repeat: no-repeat;
}
div#navigate{
	margin-top: 10px;	
}
div#navigate a{
	text-decoration: none;	
}
div#navigate span{
	cursor: pointer;
	border: 3px double #797979;
	background: #EFEFEF;
	margin: 4px;
	padding: 3px;	
}
div#navigate span.page{
	border: 3px double #FF8000;	
	background: #FDD5AD;	
	font-weight: 700;
}
