body, p, table
{
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;	
	color:#000;	
}

input, button
{
	font-weight:bold;	
	font-family:Tahoma;
	font-size:15px;	
}

body
{
	background-color:#FFF;	
}

h1
{
	font-size:22px;
	margin-bottom:0;
	padding-bottom:0;
	text-align:right;
}

table
{
	border-top:solid 1px #C0C0C0;
	border-bottom:solid 1px #C0C0C0;
	width:100%;
}

table, td
{
	
}

td
{
	height:75px;	
	background-position:center;
	background-repeat:no-repeat;
	
}

td.cell, td.cellsel
{
	cursor:pointer;
	border:solid 8px #FFF;
	text-align:center;
	vertical-align:middle;
	padding-bottom:3em;
}

td.cell
{
	background-image:url(person.PNG);
}

label
{
	display:inline-block;
	height:20px;
}

td.cellsel
{
	background-image:url(person-selected.PNG);
	
}

#container
{
	margin-bottom:1em;
}

#txtPercent
{
	width:2em;
	text-align:right;
	
	margin-right:0.4em;
}

#bottom
{
	vertical-align:top;
	border-bottom:solid 1px #C0C0C0;
	padding-bottom:1em;
	padding-left:0.4em;
}

#sizebox
{
	position:absolute;
	height:600px; 
	width:1050px;
	margin:-300px 0px 0px -525px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;	
	overflow: auto;
}

#btnRedraw, #btnHviskUt
{
	float:right;	
}
