.asz_ind { display:none; }

.asz_ind_posts  { display:none; }


.asz_table {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}
.asz_table tbody tr:hover td {
color: #009;
background: #EEE;
}

.asz_edit {
	float:right;
	font-size:10px;
	color:#999;
}

.asz_option_label { width:178px;}

#asz_title { width:35%; display:inline-block; }

.byap { float:right; }


/*************
  Tablesorter code
 *************/
/* overall */
.tablesorter-blue th,
.tablesorter-blue td {
	border: #cdcdcd 1px solid;
	border-width: 0 1px 1px 0;
}

.tablesorter-blue .header,
.tablesorter-blue .tablesorter-header {
	background-repeat: no-repeat;
	background-position: center right;
	white-space: normal;
	cursor: pointer;
}

.tablesorter-blue th:hover {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

.tablesorter-blue .headerSortUp,
.tablesorter-blue .tablesorter-headerSortUp,
.tablesorter-blue .tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.tablesorter-blue .headerSortDown,
.tablesorter-blue .tablesorter-headerSortDown,
.tablesorter-blue .tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.tablesorter-blue thead .sorter-false {
	background-image: none;
	padding: 4px;
}


