table#layoutTable table.basic_grid, table#layoutTable table.legend_grid{
	padding:0;
	position:relative;
	margin:6px 0 3px 0}
table#layoutTable table.basic_grid td, table#layoutTable table.legend_grid td{
	padding:3px 8px 3px 8px;
	vertical-align:middle;
	border-bottom:1px solid #E0DEDA}
table#layoutTable table.legend_grid td{
	padding:2px 8px}	
table#layoutTable table.basic_grid th, table#layoutTable table.legend_grid th{
	text-align:left;
	background-color:#B2ADA3;
	padding:2px 8px 2px 8px;
	border-top:1px solid #C9C5BE;
	border-left:1px solid #C9C5BE;
	font:bold 10px Tahoma;
	color:#fff}
table#layoutTable table.legend_grid th{
	background-color:#fff; color:#B2ADA3;
	border:none; border-bottom:2px solid #B2ADA3}

table.basic_grid th a{
	color:#fff;
	text-decoration:none}
table.basic_grid th a:hover{
	text-decoration: underline}
table#layoutTable table.basic_grid td table td{border:none}

table.infoTable td{vertical-align: top; border-spacing: 10px 2px;}

table.formWrapper td{padding:2px 5px 2px 5px!important}

a.details, input.details{
	background:url(../img/sipka_grid_detail.gif) left center no-repeat;
	border:none;
	padding-left:12px; margin-right:12px;
	color:#81745B;
	text-decoration:none; font-weight:bold;
	background-position: 0px 5px;
	cursor: pointer;
	}
a.details:hover{ text-decoration:underline}
a.payBySquare{
	background:url(../img/pay_by_square_grey.png) left center no-repeat;
	background-size: 20px;
	width: 25px;
	display: inline-block;
	height: 25px;
	vertical-align: middle;
	}
td.middle_align{text-align:center; vertical-align:middle}
div.legend{padding-bottom: 10px}

/* grid highlights */
tr.attentionRed td{}
tr.noBorder td{border:none!important;}

a.linkHeaderWhite,a.linkHeaderWhiteAsc,a.linkHeaderWhiteDesc,a.linkHeaderWhiteNotSorted
	{
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	padding:5px 8px 2px 8px;
}
a.linkHeaderWhiteNotSorted {
	padding: 0 !important
}
a.linkHeaderWhiteAsc {
	background: url('../img/icon-sort_dn.gif') 0px center no-repeat
}
a.linkHeaderWhiteDesc {
	background: url('../img/icon-sort_up.gif') 0px center no-repeat
}