div.pager {
	display:inline;
	font-size: 10px;
	float: left;
}

div.tablesorterPager {
	padding: 10px 0 10px 0;
	background-color: #D6D2C2;
	text-align: center;
}

div.tablesorterPager span {
	padding: 0 5px 0 5px;
	font-size: 10px;
}

div.tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}

div.tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}

div.tablesorterPager input {
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}

button.toggle_1, button.toggle_2, button.toggle_3, button.toggle_4 , button.toggle_5, button.toggle_6, button.toggle_7, button.toggle_8{
	display: inline;
	float: left;
	font-family: Verdana;
	font-weight: normal;
	width: 150px;
	font-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 3px 16px;
	margin: 0px 3px 0 10px;
	border-radius: 5px;
	outline:none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	border: 0px;
	text-shadow: 0 -1px 0px rgba(0,0,0,0.3);
	color: #ffffff;
	background-color:#3f3f3f;
	background-image: -webkit-linear-gradient(top,
		rgba(255,255,255,0.6) 0%,
		rgba(255,255,255,0.3) 50%,
		rgba(255,255,255,0.2) 51%,
		rgba(255,255,255,0.3) 100%);
	background-image: -moz-linear-gradient(top,
		rgba(255,255,255,0.6) 0%,
		rgba(255,255,255,0.3) 50%,
		rgba(255,255,255,0.2) 51%,
		rgba(255,255,255,0.3) 100%);
}

  