/* Copyright 2008., Croatiaknjiga d.o.o. */


table.frmTable {
	margin: 1px;
	border: none;
	background: #FFFFFF;
}

table.frmTable th, table.frmTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 4px;
	margin: 0px;
	border: none;
	text-align: left;
	vertical-align: middle;
}

table.frmTable th {
	color: #909090;
	background-color: #EAEAEA;
}

table.frmTable td {
	color: #606060;
	background-color: #F4F4F4;
}

input.frmInput, select.frmSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	color: #606060;
	border: solid 1px #808080;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	background-color: #F0F0F0;
}

input.frmInput {
	padding: 2px 4px;
}

select.frmSelect {
	padding: 1px;
}

div.tblContainer {
	position: relative;
	overflow: visible;
	height: auto;
	padding: 0px;
	background-color: #FFFFFF;
	border: solid 1px #D0D0D0;
	border-right-color: #B0B0B0;
	border-bottom-color: #B0B0B0;
}

div.rcbxContainer {
	position: relative;
	overflow: hidden;
	height: 14px;
	float: left;
	margin: 1px 0px;
	border: none;
	cursor: default;
}

div.rcbxContainer p.label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 4px 0px 18px;
	margin: 0px;
	color: #606060;
	text-align: left;
	white-space: nowrap;
}
