div.szakitable {
	display:block;
	position:relative;
	clear:both;
	margin: 5px 0 10px;
}

div.szakitable div.resize {
	position:relative;
	background-color:transparent;
	z-index: 50;
}

div.szakitable, div.szakitable  .hover, div.szakitable caption {
}

div.szakitable  .wide {
}

div.szakitable  .hover {
}

div.szakitable th { 
    background-image: url(bgs.gif);     
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: right 50%;
	padding-right:15px;
	background-color:#BAD819;
	color:#363636;
	text-shadow:1px 1px 1px rgba(255,255,255,.5);
	text-transform:uppercase;
	font-weight:bold;
}
div.szakitable th.headerSortDown { 
	background-position: right -112px;
} 
div.szakitable th.headerSortUp { 
	background-position: right 4px;
}

input.szakitable {
	background:#fff;
	border: 1px solid #999;
	width:90px;
	color:#333;
}
div.szakitable div.filter{
	font-size:0.9em;
	display:block;
	text-align: right!important;
	padding:5px 5px 0;
}

div.szakitable caption {
	font-size:110%;
	text-transform:uppercase;
	font-style:oblique;
	color:#999;
	font-weight:bold;
}