/* Striping */
tr.alternate {
	background-color: #494949;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("../img/sortable.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url("../img/sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("../img/sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-filtered {
	background-image:url("../img/filter.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
select.table-autofilter {
	font-size:smaller;
	background:#424242 url(../i/input_tlo.gif) repeat-x scroll 0 100%;
	border:1px solid #5E5E5E;
	color:#FFFFFF;
	vertical-align:middle;
}

/* Examples which stray from the default */
table.altstripe tr.alternate2 {
	background-color:#ccffff;
}

/* Icons box */
.iconset {
	margin:5px;
	border:1px solid #cccccc;
	border-color:#cccccc #666666 #666666 #cccccc;
	text-align:center;
	cursor:pointer;
	width:100px;
}
.iconset img {
	margin:3px;
}

/* Documentation */
tr.doc_section {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}

.nagloweksety {
	background-color: #1F1F1F;
	border: 1px solid white;
}

.nagloweksety tr th { color: #216DBC; font-weight: bold; }

#t1 { border: 1px solid #666666; width: 100%; }


#srodeksetow tr td { cursor: pointer; }

