
table.turnus{
	font-family:Ms Sans Serif;
	height:100%;
}

table.turnus thead th{
	text-align: center;
	background-color:#EEEEFF;
	vertical-align:bottom;
	height:35px;
	font-weight:normal;
}

table.turnus tbody td{
	text-align: center;
	border:1px solid #D5D5D5;
	width:100px;
	height:30px;
}

table.turnus tbody td:hover{
	text-align: center;
	border:1px solid #D5D5D5;
	width:100px;
	height:30px;
}

.turnus_body
{
	overflow-x:scroll;
}

.turnus_link
{
	color:#3333EE;
	cursor:pointer;
}

.turnus_link:hover
{	
	text-decoration:underline;
}
