
div.contentTable 
{
	margin-top: 0px;
	background-color: white;
	padding: 10px;
}

table.form, table.grid
{
    border-collapse: collapse;
}

table.form tr, table.grid tr
{
}

table.form tr td, table.grid tr td
{
	padding: 0px 0px 0px 0px;
}

table tr.subtitle
{
	background: #f6d31f url(images/prechod_zluty.png) -5px 0;
}

table tr.subtitle td
{
	font-size: 14px;
	font-weight: bold;
	color: Black;
	padding: 5px 5px 5px 5px;
	border: solid 1px white;
}

table.form tr td.subtitle2
{
	font-weight: bold;
	color: Black;
	background-color: #fbe684;
	padding: 5px 5px 5px 5px;
	border: solid 1px white;
}

table.form tr.item
{
	vertical-align: top;
}

table.form tr.item td.desc
{
	padding: 1px 5px 1px 5px;
	background-color: #eeeeee;
	border: solid 1px white;
}

table.form tr.item td.field
{
	padding: 1px 5px 1px 5px;
	background-color: #fcf3c4;
	border: solid 1px white;
}

table tr.blank
{
}

table tr.buttons td
{
	padding: 15px 0px 30px 0px;
	text-align: center;
}

table tr td.buttons
{
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	border: solid 1px white;
}

table tr.search td
{
	padding: 5px 5px 15px 5px;
	text-align: right;
}

table tr.foot, table tr.pager, table tr.pagerBig
{
	background-color: #fbe684;
}

table tr.foot td, table tr.pager td
{
	color: Black;
	padding: 2px 5px 2px 5px;
	border: solid 1px white;
}

table tr.pagerBig td
{
	color: Black;
	padding: 5px 10px 5px 10px;
	border: solid 1px white;
}


table.grid tr.head
{
	background-color: #fbe684;
}

table.grid tr.head td
{
	font-weight: bold;
	color: Black;
	padding: 5px 5px 5px 5px;
	border: solid 1px white;
	white-space: nowrap;
}

table.grid tr.item
{
	background-color: #eeeeee;
}

table.grid tr.alter
{
	background-color: #fcf3c4;
}

table.grid tr.hover
{
	background-color: #D1EBF6;
}

table.grid tr.selected
{
	background-color: #F6DaEB;
}

table.grid tr.noData
{
	background-color: #eeeeee;
	height: 40px;
	vertical-align: middle;
}

table.grid tr td.cell
{
	padding: 1px 5px 1px 5px;
	border: solid 1px white;
}


table.grid tr.pager td a, table.grid tr.pagerBig td a
{
	color: #aaaaaa;
	text-decoration: none;
	font-weight: bold;
}

table.grid tr.pager td A:link, table.grid tr.pagerBig td A:link 
{
	color: black;
}

input.secondaryTextBox
{
    background-color: #eeeeee;
}
