/*
 * Author:	Petteri Hakala
 *			Sentatel Oy
 *			petteri.hakala@oyk.fi
 */

table.invoice_items
{
	border-spacing: 0;	
}

tr.invoice_item td
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px lightgrey;
}

input.invoice_nav_button
{
	height: 80px;
	width: 80px;
	font-size: 70px;
}

table.invoice_tbl td
{
	vertical-align: middle;
	padding: 5px;
}

td.invoice_worksteps_td select
{
	width: 300px;
}

tr.task_tr td
{
	cursor: pointer;
}

tr.task_tr:hover td
{
	text-decoration: underline;
}

.invoice_item_row td
{
	vertical-align: middle;
}