/* wspólne dla admin i normal */
p.pager
{
	margin-top:10px;
	margin-left:12px;
	margin-bottom:10px;
}
p.pager a, span.pcl
{
	border:1px solid #4690d6;
	padding:1px 3px 1px 3px;
	margin-right:3px;
	background:white;
	font-size:90%;
	text-align:center;
	text-decoration:none;
	display:block;
	float:left;
	min-width:10px;
}
p.pager a:hover
{
	background:#4690d6;
	color:white;
}
span.pcl
{
	color:white;
	font-weight:bold;
	background:#4690d6;
}

/* users */
img.photo
{
	width:50px;
}

/* wszystkie przyciski */
input.button, input.button_red
{
	background: transparent;
	background-image: url(images/admin/btn.gif);
	border:1px solid #ccc;
	height:21px;
	width: 72px;
	font: 12px Tahoma;
	color: #595959;
	cursor: pointer;
}

/* skasuj obrazek, oblicz */
input.button_red
{
	background-image: url(images/admin/btn_red.gif);
	color:white;
}

input.trans
{
	background: transparent;
	border: 0px;
	vertical-align:middle;
}

input.file
{
	width:210px;
}

/* tabelka klasyczna na dane */
table.list
{
	border-collapse:separate;
	border-spacing:1px;
	margin-top:8px;
}
.list td
{
	padding:5px;
}
textarea.admin
{
	width:400px;
	height:120px;
}
td.user_form
{
	width:110px;
}
