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

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

table.details td,
table.list th,
table.list td
{
	padding: 7px;
	
	color: #656565;

	border-right: 1px solid #d1d4d9;
	border-bottom: 1px solid #d1d4d9;
}

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

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

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

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: #ffffff;
}

table.list tr.odd:hover td
{
	background-color: #f2f3f7;
}

table.list tr.even:hover td
{
	background-color: #f2f3f7;
}

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

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

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: 90%;

	border: 1px solid #acadb2;
}

table.list tr.filters th.buttons
{
	text-align: center;
}

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

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

