/* tables */
#treningstiderHele { width:974px; margin:0 0 0 -14px; border-collapse:collapse; border-spacing:0; 
	font-family:arial;
	text-align: left;
}
#treningstiderHele tr,#treningstiderHele td,#treningstiderHele th { border-collapse:collapse; border-spacing:0; border:1px solid #efefef;
}
#treningstiderHele thead tr th, #treningstiderHele tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #d5dddd;
	padding:4px 15px 4px 4px;
}
#treningstiderHele thead tr .header,#treningstider thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#treningstiderHele tbody td {
	color: #3D3D3D;
	padding: 2px;
	vertical-align: top;
    text-align:center;
}
#treningstiderHele tbody td.left-column {
    text-align:left;
    padding-left:10px;
}
#treningstiderHele tbody td.right-column {
    padding-right:5px;
}
#treningstiderHele tbody tr.odd td {
	background-color:#F0F0F6;
}
#treningstiderHele thead tr .headerSortUp,#treningstider thead tr .headerSortUp {
	background-image: url(asc.gif);
}
#treningstiderHele thead tr .headerSortDown,#treningstider thead tr .headerSortDown {
	background-image: url(desc.gif);
}
#treningstiderHele thead tr .headerSortDown, #treningstiderHele thead tr .headerSortUp,#treningstider thead tr .headerSortDown, #treningstider thead tr .headerSortUp {
background-color: #8dbdd8; color:#fff;
}
#treningstiderHele a { text-decoration:none;
}
#treningstiderHele tbody tr:hover,#treningstiderHele tbody tr:hover td.left-column { 
    background:#efefef;
	cursor: pointer;
}
