/* Tehnyt: Petri I. | petri.ikonen@kuopassa.com | www.kuopassa.com */

@import url("typo.css");
@import url("extrat.css");

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 0.8em Arial, Helvetica, sans-serif;
	background: #ffc;
	color: #000;
	text-align: center;
	}
	
a {
	text-decoration: underline;
	color: #187598;
	}
	
a:hover {
	text-decoration: underline;
	color: #182498;
	}
	
table {
	width: 99%;
	padding: 2px;
	margin: 10px;
	border: 1px solid #333;
	}
	
table tr th,
table tr td {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	}
	
table tr th {
	background: #333;
	color: #f0f0f0;
	}
	
table tr td {
	border-bottom: 1px solid #333;
	}
	
table tr#aikaleima td {
	border-bottom: 0;
	background: #fff;
	}

table tr td strong {
	padding: 2px 5px;
	color: #fff;
	}

table tr td.status-ok strong {
	background: #690;
	}
	
table tr td.status-varoitus strong {
	background: #c00;
	}