table.c_smartview
{
	font-family: Verdana;
	font-size: 100%;
	border: 1px solid #c0c0c0;
	table-layout: fixed;
	background-color: White;
}

table.c_smartview td.command, table.c_smartview th.command
{
	text-align:left;
	font-weight: normal;
	vertical-align: middle;
}
table.c_smartview td.command
{
	background-color: #fafafa;
}
table.c_smartview tr
{
	height: 1.7em;
	height: expression('1.65em');
}
table.c_smartview td.pager
{
	background-color: #fafafa;
	vertical-align: middle;
	text-align: left;
}
table.c_smartview td.pager table.pager
{
	float: right;
	vertical-align: text-bottom;
}
table.c_smartview td.pager div.pager_info
{
	float:left;
	display: inline-block;
	margin: 4px 0px 0px 2px;
}
table.c_smartview tr.sel
{
	background-color: #e5e5e5;
}
table.c_smartview tr.mover
{
	cursor: pointer;
}
table.c_smartview tr.mover:hover
{
	background-color: #f5f5f5;
}

table.c_smartview td, table.c_smartview th
{
	margin: 0;
	padding: 0px 3px 0px 2px;	
	vertical-align: middle;
	border-bottom: 1px dashed #f0f0f0;
}
table.c_smartview th
{
	background-color: #f5f5f5;
	border: 1px solid #d0d0d0;
}
table.c_smartview th img
{
	vertical-align: middle;
}
table.c_smartview td div.n, table.c_smartview th div.n
{
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}
table.c_smartview table.smartinput
{
	width: 100%;
}
table.c_smartview table.smartinput input
{
	font-family: Verdana;
	font-size: 100%;
}
table.c_smartview input.smartinput
{
	width: 100%;
	padding: 2px 0px 0px 0px;
	padding: expression('0px');
	height: 100%;
	margin: 0;
	position: relative;
	left: -2px;
	font-family: Verdana;
	font-size: 100%;
}
table.c_smartview textarea.smartinput
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	left: -2px;
	font-family: Verdana;
	font-size: 100%;
}
table.c_smartview td.drpcell div.n, table.c_smartview th.drpcell div.n
{
	padding-left: 4px;
	padding-left: expression('3px');
}
table.c_smartview select.smartinput
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	left: -2px;
	left: expression('-2px');
	
	font-family: Verdana;
	font-size: 100%;
}

table.c_smartview caption
{
	background-color:#F5F5F5;
	border:1px solid #D0D0D0;
	font-size:110%;
	font-weight:bold;
	margin-left:-1px;
	padding:1px 5px 1px 2px;
	text-align:left;
}
/* ja ikonu grib ielikt... */
table.c_smartview caption img
{
	margin-right:3px;
	vertical-align:middle;
}

table.c_smartview_d th
{
	text-align: right;
}

table.c_smartview .ajax__calendar_container 
{
	z-index: 1000;
}
table.c_smartview .ajax__calendar table
{
	table-layout: fixed;
	width: auto;
}
table.c_smartview .ajax__calendar tr
{
	height: auto;
}
table.c_smartview .ajax__calendar td
{
	padding:0px;
	border: 0px;
}
