/**
 * Style tabel 
 * Kolorystyka: biała
**/

table.noborder, table.noborder tr td
{
	padding: 0px;
	margin: 0px;

	border: 0px !important;
}

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

table.list
{
	border-spacing: 0px;
}

table.details td,
table.list th,
table.list td
{
	border-spacing: 20px;
	padding: 5px;
	
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

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
{
}

table.details .even td,
table.list .even td
{
}

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

table.details .even td.caption
{
	background-color: #e5e5e5;
}

table.list th
{
	border-bottom: 3px solid #454545;
}

table.list th
{
	background-color: #bcbcbc;
}

table.list tr th:hover
{
}

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

table.list tr:hover td a
{
}

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

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

table.list tr.filters th
{
	padding: 0px;
	border: 0px;
}

table.details td.caption
{
	padding: 5px 5px;
}

table.details td.value
{
	border-bottom: 1px solid #dadada;
	background-color: #ffffff;
}

table.details td.information
{
	border-bottom: 1px solid #dadada;
}

table.list th
{
	border-right: none;
}

table.list th.actions
{
	border-right: 1px solid #dadada;
}

table.list tr td
{
	width: 200px;
}

table.list tr.filters th input.text,
table.list tr.filters th select
{
	border: 0px;
	width: 100%;

	background: none;
	color: #ffffff;
}

table.list tr.filters th input.button
{
	display: block;
	
	border: 0px;
}

table.list tr.filters th.buttons input
{

}

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

