div.page_button {
	cursor: pointer;
}

div.table_search, div.search_title, div.table_pager {
	margin-right: 10px;
	float: left;
        margin-top: 5px;
}
div.table_search {
	float: right;
	margin-right: 0px;
	color: #AAA;
}
div.page_button, div.pager_title{
	float: left;
	border: 1px solid #999;
	padding: 2px 8px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 12px;
}
div.page_button.current_page {
	border: 1px solid #333;
	background-color: #333;
	color: #eee;
}
div.pager_title {
	border: none;
}
div.page_dots {
	border: none;
	cursor: default;
}
.virtual {
	cursor: default;
}
.header_sorting {
	color: #0066ff;
	text-decoration: underline;
}
/*tr.zebra {
	background-color: #e7f1fb;
}
tr.highlight {
        font-weight: bold;
}*/
.watajax_table tr th {
	cursor: pointer;
}
tr.filter td {
	background-color: #f2f2f2;
	padding: 0px;
}
tr.filter td select {
	padding: 0px;
	margin: 0px;
	height: auto;
}
tr.filter select {
	width: 100%;
	font-size: 9px;
}
table.watajax_table {
	margin-top: 10px;
	width: 100%;
	clear: both;
}
div#test, div#test2 {
	width: 800px;
}
span.number_items {
	font-size: 9px;
	color: #999;
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 7px;
}
div.search_title {
	font-size: 11px;
	margin-top: 4px;
	font-weight: bold;
}
div.more_rows_button {
	display: block;
	margin: 0 auto;
    margin-top: 5px;
	text-align: center;
}
div.more_rows_button span {
    color: #222;
    text-decoration: none;
    font-size: 14px;
	font-weight: 800;
}
div.table_search input {
    background-image: url("images/find.png");
    background-repeat: no-repeat;
    background-position: right;
    font-family: Arial;
    font-size: 11px;
	height: auto;
	margin-bottom: 0px;
	width: auto;
}
div.table_search select {
	font-size: 11px;
	height: auto;
	margin-bottom: 0px;
	width: auto;
}
div.export_file {
    margin-top: 5px;
    background-image: url("images/page_excel.png");
    background-repeat: no-repeat;
    width: 80px;
    height: 16px;
    cursor: pointer;
    float: left;
    padding-left: 20px;
    padding-top: 3px;
}
div.export_file span {
    color: #999;
    text-decoration: none;
    font-style: italic;
    font-size: 9px;
}
div.ajax_loading {
    background-image: url("images/loading.gif");
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 10px;
}

.ajax_collection table {
	clear: both;
}