/* tables */
caption {
	display:none;
}
table.tablesorter, table.tablesorter {
	margin:0;
	padding:0;
	width: 100%;
	border: 0;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th, table.tablesorter_glasnost thead tr th, table.tablesorter_glasnost tfoot tr th {
	background-color: #218ACB;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
	padding: 8px;
	color:#fff;
	margin:0;
	font-size: 10pt;
}
#stat_download_eredmenyek>thead>tr>th:nth-of-type(2), #stat_download_eredmenyek>thead>tr>th:nth-of-type(4), #stat_download_eredmenyek>thead>tr>th:nth-of-type(5), 
#stat_upload_eredmenyek>thead>tr>th:nth-of-type(2), #stat_upload_eredmenyek>thead>tr>th:nth-of-type(4), #stat_upload_eredmenyek>thead>tr>th:nth-of-type(5), 
#stat_delay_eredmenyek>thead>tr>th:nth-of-type(2), #stat_delay_eredmenyek>thead>tr>th:nth-of-type(4), #stat_jitter_eredmenyek>thead>tr>th:nth-of-type(2), 
#stat_jitter_eredmenyek>thead>tr>th:nth-of-type(4), #stat_lost_eredmenyek>thead>tr>th:nth-of-type(2), #stat_lost_eredmenyek>thead>tr>th:nth-of-type(4) {
	background-color: #980065;
}
.tablesorter_glasnost>thead>tr>th:nth-of-type(4) span {
	width:20px;
	height:20px;
	background-image: url('/Images/zajlefele.png');
    background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 18px;
	display: inline-block;
	float: left;
}
.tablesorter_glasnost>thead>tr>th:nth-of-type(5) span {
	width:20px;
	height:20px;
	background-image: url('/Images/letoltesalap.png');
    background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	float: left;
}
.tablesorter_glasnost>thead>tr>th:nth-of-type(6) span {
	width:20px;
	height:20px;
	background-image: url('/Images/letoltesrand.png');
    background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	float: left;
}
.tablesorter_glasnost>thead>tr>th:nth-of-type(7) span {
	width:20px;
	height:20px;
	background-image: url('/Images/zajfel.png');
    background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 18px;
	display: inline-block;
	float: left;
}
.tablesorter_glasnost>thead>tr>th:nth-of-type(8) span {
	width:20px;
	height:20px;
	background-image: url('/Images/feloltesalap.png');
    background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	float: left;
}
.tablesorter_glasnost>thead>tr>th:nth-of-type(9) span {
	width:20px;
	height:20px;
	background-image: url('/Images/feltoltesrand.png');
    background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	float: left;
}
table.tablesorter thead tr .header, .tablesorter-headerUnSorted, table.tablesorter_glasnost thead tr .header {
	background-image: url(/Images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 30px 13px;
	cursor: pointer;
	margin:0;
	border-right:1px #fff solid;
}
table.tablesorter tbody td, table.tablesorter_glasnost tbody td {
	color: #1F8BCC;
	padding: 8px;
	border: 0;
	margin:0;
	border:1px #fff solid;
	text-align: right;
	white-space: nowrap;
}

.tablesorter td:nth-of-type(1), .tablesorter_glasnost td:nth-of-type(1) {
	text-align: left;
	white-space: normal;
	min-width: 130px !important;
}
.tablesorter-pager {
	height:30px;
	line-height:30px;
	background-color: #218ACB;
	color:#fff;
}
.tablesorter-pager button {
	height:30px;
	background-color: #218ACB;
	color:#fff;
	border: 0 !important;
	font-weight: bold !important;
	cursor:pointer;
}
#pagerbotton {
	float:left;
}
.styled-select select {
	background-color: transparent;
	width: 75px;
	height:25px;
	color:#fff;
	border:0;
	border-radius: 0;
	box-shadow:none;
	font-size:10pt;
}
.styled-select select:focus {
	background-color: #218ACB;
}
.styled-select {
	width: 50px;
	height: 25px;
	padding: 1px !important;
	margin-right:5px;
	overflow: hidden;
	border:0;
	background: url('/Images/pager_select_nyil.png') no-repeat scroll right 6px;
   	float:left;
}
.tablesorter-filter {
	height: 25px;
	width:93%;
	background: url('/Images/filter.png') no-repeat scroll right center;
	font-size:10pt;
	border:0;
	box-shadow: none;
}
table.tablesorter tbody tr.even td, table.tablesorter_glasnost tbody tr.even td {
	background-color:#F5F5F5;
}
/*table.tablesorter tbody tr:hover>td, table.tablesorter_glasnost tbody tr:hover>td {
	background-color:#218ACB;
	color:#fff !important;
}*/
table.tablesorter thead td, .tablesorter-filter-row tr:hover>td {
	margin: 0px;
	border: 1px solid #DADADA;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	box-shadow: inset 5px 5px 10px 2px #F3F3F3;
	white-space: nowrap !important;
	text-align: center !important;
}
table.tablesorter thead tr .headerSortUp, .tablesorter-headerAsc {
	background-image: url(/Images/asc.gif);
	background-size: 30px 6px;
	background-repeat: no-repeat;
	background-position: center right;
}
table.tablesorter thead tr .headerSortDown, .tablesorter-headerDesc {
	background-image: url(/Images/desc.gif);
	background-size: 30px 6px;
	background-repeat: no-repeat;
	background-position: center right;
}

/* pager wrapper, div */
.tablesorter-pager {
	padding: 5px;
}
/* pager wrapper, in thead/tfoot */
td.tablesorter-pager {
	background-color: #e6eeee;
	margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */
}
/* pager navigation arrows */
.tablesorter-pager img {
	vertical-align: middle;
	margin-right: 2px;
	cursor: pointer;
}

/* pager output text */
.tablesorter-pager .pagedisplay {
	padding: 0 5px 0 5px;
	width: auto;
	white-space: nowrap;
	text-align: center;
}

/* pager element reset (needed for bootstrap) */
.tablesorter-pager select {
	margin: 0;
	padding: 0;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
	display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
	/* visibility: hidden */
	opacity: 0.5;
	cursor: default;
}
.port_hiba {
	background: url('/Images/eredmeny_kor.png') no-repeat scroll 15px 9px;
}
.port_ok {
	background: url('/Images/eredmeny_ok.png') no-repeat scroll 15px 9px;
}
