body, h1, h2, h3, h4, h5, h6, blockquote, p, address, form, fieldset, ul, ol, dl, dt, dd, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}

a, a:visited { text-decoration: none; }	
fieldset, img { border: none; }
li { list-style: none; }

body {
		background: url('/images/admin_bg.jpg') #fff repeat-x;
		color: #717171;
		text-align: center;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
}

a:link {
	color: #2a4857;
}

a:visited {
	color: #657780;
}

a:hover {
	color: #076290;
}

#container{
	margin: 0 auto;
	text-align: left;
	width: 959px;
	display: block;
	padding-bottom: 20px;
}

#header {
	width: 959px;
	height: 78px;
}

	h1 {
		display: block;
		float: left;
		width: 111px;
		height: 33px;
		text-indent: -1000em;
		background: url('/images/admin_logo.jpg') top left no-repeat;
		margin-top: 18px;
		margin-left: 14px;
	}
	
	h3 {
		color: #7d96a2;
		font-size: 28px;
		margin-top: 20px;
		margin-left: 15px;
		float: left;
	}
	
	h4 { 
		font-size: 14px;
		margin-bottom: 7px;
		margin-top: 4px;
		color: #2b4957;
	}
	
	#logOut {
		background: url('/images/admin_wyloguj.jpg') no-repeat;
		float: right;
		margin-right: 20px;
		width: 90px;
		height: 23px;
		text-indent: -1000em;
	}
	
#tab {
	height: 25px;
}	

	#tab ul li {
		display: inline;
	}

	#tab ul li a{
		display: block;
		float: left;
		height: 20px;
		padding-left: 10px;
		padding-right: 10px;
		border-right: 1px solid #6f907f;
		padding-top: 5px;
		color: #fcfff6;
	}
	
	#tab ul li.active a {
		background-color: #fcfff6;
		color: #2a4857;
	}
	
	#tab ul li a:hover {
		background-color: #3e606f;
		color: #fff;
	}
	
#menu {
	float: right;
	width: 190px;
	padding-left: 10px;
	padding-top: 20px;
	
}

	#menu ul li a:link, #menu ul li a:visited{
		display: block;
		padding-top: 4px;
		padding-bottom: 5px;
		padding-left: 20px;
		background-color: #d1dbbd;
		border-bottom: 1px solid #bec7ab;
		border-top: 1px solid #bec7ab;
		margin-bottom: 4px;
	}
	
	#menu ul li a:hover{
		background-color: #3e606f;
		color: #fff;
	}

#main {
	float: left;
	width: 759px;
	padding-top: 20px;
}

	#main h2 {
		color: #3e606f;
		font-size: 20px;
		margin-bottom: 5px;
	}

#formSzukaj input, select{
	border: 1px solid #91aa9d;
	color: #717171;
	font-family: Helvetica, Arial, sans-serif;
	font-size:  12px;
	margin-left: 4px;
}	

.main_table {
	margin-top: 10px;
}

.main_table th {
	background-color: #91aa9d;
	padding: 2px;
	color: #fff;
}

.main_table  tr td{
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}
	
.main_table tr.even {
	background-color: #f4f4f4;
}		

.tableEdytuj, .tableUsun, .tableDodaj, .tableZapisz {
	display: block;
	float: left;
	text-indent: -1000em;
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

.tableEdytuj {
	background: url('/images/edit.png') no-repeat;
}

.tableUsun {
	background: url('/images/del.png') no-repeat;
}

.tableDodaj {
	background: url('/images/add.png') no-repeat;
}

.tableZapisz {
	background: url('/images/save.png') no-repeat;
}

label {
	color: #2b4857;
	font-weight: bold;
}

#porcjowanie {
	display: block;
	text-align: center;
}

#footer {
	border-top: 1px solid #ababab;
	text-align: center;
	height: 20px;
	clear: both;
	display: block;
	padding-top: 10px;
}

#footerContent {
	margin: 0 auto;
	width: 959px;
	text-align: left;
}

#loadingMessage {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.both {
	clear: both;
}

.errorMessage {
	color: red;
	font-size: 14px;
}

.goodMessage {
	color: green;
	font-size: 14px;
}

.galeriaTd {
	border: 1px solid #d1d1d1;
	padding: 4px
}

#loginWrapper {
	width: 200px;
	margin: 0 auto;
	margin-top: 100px;
	border: solid 2px #6f907f;
	text-align: left;
	padding: 20px;
	background-color: #fcfff5;
}

#loginWrapper h2 {
	font-size: 32px;
	color: #91aa9d;
	margin-bottom: 10px;
}

#loginWrapper label {
	display: block;
	color: #2a4957;
	margin-bottom: 5px;
}