/*
 * Author:	Petteri Hakala
 *			Sentatel Oy
 *			petteri.hakala@oyk.fi
 */

table.employee_table
{
	border: solid grey 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background: #F9F9F9;
	border-spacing: 0px;
}

table.employee_table td
{
	vertical-align: top;
}

tr.empl_tbl_first td
{
	border-bottom: solid black 1px;
}

tr.empl_tbl_last td
{
	border-top: solid 1px;
	padding-top: 20px;
}

table.highlight_data_table, table.timesheets_table
{
	padding: 10px;
	border-spacing: 0px;
}

table.highlight_data_table th
{
	border-bottom: solid 1px;
}

table.highlight_data_table tr:not(:first-child) td
{
	cursor: pointer;
}

table.highlight_data_table tr:not(:first-child):hover td
{
	background: #EAEAEA;
	text-decoration: underline;
}

table.timesheets_table th
{
	padding-left: 10px;
	border-bottom: solid 1px black;
}

table.timesheets_table td
{
	padding: 10px;
	border-bottom: solid 1px lightgrey;
}

table.timesheets_table tr:not(:first-child):hover td
{
	background: #EAEAEA;
}