/**
 * Style tabel 
 * Kolorystyka: szara
**/

table.details,
table.list
{
	margin: 10px 0px;
	
	width: 100%;
	
	border: 1px solid #909090;
}

table.details td,
table.list th,
table.list td
{
	padding: 3px;
}

table th
{
	text-align: center;
}

table.details .caption
{
	width: 110px;
}

table.details .required
{
	width: 10px;
	
	text-align: center;
}

table.details .information,
table.details .error
{
	font-size: 12px;
}

table.details .information
{
	color: #474747;
}

table.details .odd td,
table.list .odd td
{
	background-color: #ffffff;
}

table.details .even td,
table.list .even td
{
	background-color: #e7e7e7;
}

table.details .odd td.caption
{
	background-color: #cecece;
}

table.details .even td.caption,
table.list th
{
	background-color: #c2c2c2;
}

table.details td.group
{
	padding: 10px 0px;
	font-weight: bold;
	font-size: 15px;
}

table.list tr.filters th
{
}

table.list tr.filters th input.text,
table.list tr.filters th select
{
	width: 95%;

	border: 1px solid #676767;
}

table.list tr.filters th.buttons input
{
	background-color: #cacaca;
}

table.list td.actions
{
	text-align: center;
}


