div#main-content h2 {
	color: #7b7f6e;
	text-transform: uppercase;
	font: normal normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 9px;
	margin-bottom: 8px;
	margin-left: 5px;
}
.messagewarning {
	width: 90%;
	font-size: 12px;
	font-weight: bold;
	background: #ffe0e0 url(../images/admin/24-message-warn.png) 1% 50% no-repeat;
	border: 1px solid  #fcc3c3;
	padding: 7px 0 7px 9%;
	margin: 5px 0;
}
.messageinfo {
	width: 90%;
	font-size: 12px;
	font-weight: bold;
	background: #e0f2ff url(../images/admin/24-message-info.png) 1% 50% no-repeat;
	border: 1px solid  #bbe1fc;
	padding: 7px 0 7px 9%;
	margin: 5px 0;
}

ul, ol {
	list-style-position: inside;
}

textarea {
	width: 400px;
	height: 120px;
}
/* formularze */
textarea.long {
	height: 200px;
}
/* user menu */
ol.user-menu {
	padding: 10px 0 0 0;
	margin: 5px 0;
	border-top: 1px solid #5065A5; 
	float: left;
	width: 100%;
}
ol.user-menu li {
	margin: 0;
	height: 22px;
	list-style-type: none;
	list-style-position: outside;
	text-indent: 23px;
	float: left;
	margin: 3px 6px;
}
ol.user-menu li a {
	text-decoration: none;
}
ol.user-menu li.back {
	background: url(/images/admin/arrow_left.png) no-repeat;
}
ol.user-menu li.home {
	background: url(/images/admin/house.png) no-repeat;
}
ol.user-menu li.login {
	background: url(/images/admin/key.png) no-repeat;
}
ol.user-menu li.logout {
	background: url(/images/admin/lock.png) no-repeat;
}
ol.user-menu li.edit {
	background: url(/images/admin/pencil.png) no-repeat;
}
ol.user-menu li.realisation {
	background: url(/images/admin/medal_gold_3.png) no-repeat;
}
ol.user-menu li.changepass {
	background: url(/images/admin/lock_edit.png) no-repeat;
}
ol.user-menu li.changeemail {
	background: url(/images/admin/email_edit.png) no-repeat;
}
ol.user-menu li.company {
	background: url(/images/admin/vcard.png) no-repeat;
}
ol.user-menu li.user {
	background: url(/images/admin/user.png) no-repeat;
}
ol.user-menu li.add-products {
	background: url(/images/admin/lorry_add.png) no-repeat;
}
ol.user-menu li.products {
	background: url(/images/admin/lorry.png) no-repeat;
}
ol.user-menu li.picture-edit {
	background: url(/images/admin/picture_edit.png) no-repeat;
}
ol.user-menu li.news-add {
	background: url(/images/admin/newspaper_add.png) no-repeat;
}
ol.user-menu li.user-add {
	background: url(/images/admin/user_add.png) no-repeat;
}
ol.user-menu li.payment {
	background: url(/images/admin/money.png) no-repeat;
}
ol.user-menu li.html {
	background: url(/images/admin/html.png) no-repeat;
}
ol.user-menu li.html {
	background: url(/images/admin/html.png) no-repeat;
}
ol.user-menu li.transmit {
	background: url(/images/admin/transmit_blue.png) no-repeat;
}
ol.user-menu li.chart {
	background: url(/images/admin/chart_pie.png) no-repeat;
}
ol.user-menu li.report {
	background: url(/images/admin/report.png) no-repeat;
}
ol.user-menu li.report_add {
	background: url(/images/admin/report_add.png) no-repeat;
}
ol.user-menu li.print {
	background: url(/images/admin/printer.png) no-repeat;
	font-weight: bold;
}
	ol.user-menu li.print a { color: #5065A5; }
	ol.user-menu li.print a:hover { color: #2D3858; }
	
ol.user-menu li.compoundroom {
	background: url(/images/admin/bell.png) no-repeat;
}
ol.user-menu li.addcompoundroom {
	background: url(/images/admin/bell_add.png) no-repeat;
}

ol.user-menu.no-border { border: 0; }

ol.user-menu li.transmit, ol.user-menu li.report, ol.user-menu li.report_add, ol.user-menu li.edit, ol.user-menu li.payment, ol.user-menu li.html,
ol.user-menu li.chart, ol.user-menu li.changepass, ol.user-menu li.logout, ol.user-menu li.addcompoundroom, ol.user-menu li.compoundroom, ol.user-menu li.picture-edit
{
	float:left; display:block; width:150px;
}

/* lista rekordow w adminie */
table.admin-list th {
	font-weight: bold;
	padding: 4px 8px;
	color: #C80030;
}
table.admin-list td {
	padding: 4px 8px;
}
table.admin-list tr.alt td {
	background: #f0f0ec;
}
table.admin-list tr.nonalt td {
	background: #c1d1c6;
}
br.clear {
	clear: both;
}

.mceEditor {
	height: 250px;
}

dl.lista  {
	float: left;
	width: 100%;
}
dl.lista dt {
	float: left;
	clear: left;
	width: 25%;
	font-weight: bold;
	margin: 5px 0;
	padding: 4px 0;
	border-top:1px dotted #ccc;
}
dl.lista dd {
	width: 70%;
	float: left;
	margin: 5px 0;
	padding: 4px 0;
	border-top:1px dotted #F0F0F0;
}

table.lista-sal { width: 90%; margin: 15px 0 15px 20px; }
table.lista-sal th { width: 40px; text-align: center; } 
table.lista-sal td { text-align: center; border-bottom: 1px dotted #ccc; } 

table.lista-sal th.nazwa { width: auto; text-align: left; }
table.lista-sal td.nazwa { text-align: left; border: 0; }

ul.ostatnie-artykuly {
	margin-left: 10px;
}
ul.ostatnie-artykuly li {
	padding: 2px 0;
	font-size: 110%;
}
ul.ostatnie-artykuly em {

}
img.article-img {
	margin: 0 10px 10px 0;
	float: left;
}
.captcha {
	margin-right: 15px;
}	
.mceEditor {
	height: 500px;
}
.rowNoShow, .noShow {
	display: none;
}

/* Paginacja */
div.pages { text-align: center; font-size: 12px; }
div.pages p.numes { padding: 0 100px; text-align: center; }
div.pages p.numes span { font-weight: bold; }
