﻿
div.ktctable
{
	font-size: medium;
	height: 400px;
	overflow:auto;
}

table
{
 	font-family:Lucida Grande, Verdana;
	font-size: 8px; /*0.8em;*/
	width:100%;
	border:1px solid #ccc;
        background-color: white;
	cursor:default;
}

.sort-table {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
}

table tbody tr td{
	border-bottom:1px solid #ddd;
	padding-left: 5px;
	padding-right: 5px;
}
table tbody tr.alt td{
	background: #e3edfa;
}
table tbody tr.selected td{
	background: yellow;
}
table tbody tr:hover td{
	background: #a6c2e7;
}
table tbody tr.selected:hover td{
	background:#ff9;
}

.sort-table thead td {
	border:		1px solid;
	border-color:	ButtonHighlight ButtonShadow
			ButtonShadow ButtonHighlight;
	cursor:		pointer;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight
			ButtonHighlight ButtonShadow;
	padding:	0px 1px 0px 1px;
}
.sort-table thead {
	background:	ButtonFace;
	font-weight: bold;
}

.sort-arrow {
	width:					0px;
	height:					0px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 0px;
}