input[type="submit"], input[type="button"], button { 
	cursor:pointer;
	-webkit-appearance: none;
}
input[type="submit"]:active, input[type="button"]:active, button:active { 
	position:relative;
	top:1px;
	-webkit-appearance: none;
  color: #202020;
  background-color: #EEEEEE; background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DDDDDD));
  background-image: -webkit-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: -moz-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: -ms-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: -o-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: linear-gradient(to bottom, #EEEEEE, #DDDDDD);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EEEEEE, endColorstr=#DDDDDD);
  font-family:arial;
  font-size:13px;
  padding:2px 8px;
  border-radius:2px;
  -moz-border-radius:2px;
  text-decoration:none;
  border: solid 1px #CCC;
  box-shadow: inset 0px 1px 0px rgba(255,255,255, .7), 0px 1px 3px rgba(0,0,0, .1);
  text-shadow: 1px 1px 0px rgba(255,255,255, 0.7);
  -webkit-appearance: none;
  -webkit-border-radius: 0;
} 

.paginate {
  width: 800px;
  padding-left:0px;
}

.paginate.pages {  }

.paginate.pages li { font-weight:normal; font-family:arial; font-size:13px; list-style:none; }

.paginate.pages li a {
  display: block;
  float: left;
  color: #202020;
  background-color: #EEEEEE; background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DDDDDD));
  background-image: -webkit-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: -moz-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: -ms-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: -o-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: linear-gradient(to bottom, #EEEEEE, #DDDDDD);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EEEEEE, endColorstr=#DDDDDD);
  text-decoration: none;
  padding: 3px 7px;
  margin-right: 6px;
  border-radius: 2px;
  border: solid 1px #CCC;
  box-shadow: inset 0px 1px 0px rgba(255,255,255, .7), 0px 1px 3px rgba(0,0,0, .1);
  text-shadow: 1px 1px 0px rgba(255,255,255, 0.7);
}
.paginate.pages li a:hover {
  background: #EEE;
}
.paginate.pages li a:active {
  -webkit-box-shadow: inset -1px 2px 5px rgba(0,0,0,0.25);
  -moz-box-shadow: inset -1px 2px 5px rgba(0,0,0,0.25);
  box-shadow: inset -1px 2px 5px rgba(0,0,0,0.25);
  position:relative;
  top:1px;
}
.paginate.pages li.single, .paginate.pages li.current {
  display: block;
  float: left;
  border: solid 1px;
  padding: 3px 7px;
  margin-right: 6px;
  border-radius: 2px;
}

input[type="submit"], input[type="button"], button { 
  color: #202020;
  background-color: #EEEEEE; background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DDDDDD));
  background-image: -webkit-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: -moz-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: -ms-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: -o-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: linear-gradient(to bottom, #EEEEEE, #DDDDDD);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EEEEEE, endColorstr=#DDDDDD);
  font-family:arial;
  font-size:13px;
  padding:2px 8px;
  border-radius:2px;
  -moz-border-radius:2px;
  text-decoration:none;
  border: solid 1px #CCC;
  box-shadow: inset 0px 1px 0px rgba(255,255,255, .7), 0px 1px 3px rgba(0,0,0, .1);
  text-shadow: 1px 1px 0px rgba(255,255,255, 0.7);
  -webkit-appearance: none;
  -webkit-border-radius: 0;
} 
input[type="submit"]:hover, input[type="button"]:hover, button:hover { 
  background: #EEE;
} 
#RubberBandjs {
	background: #8a99a6;
	box-shadow: inset 0px -10px 25px -5px rgba(0,0,0,0.3);
	height: 80px;
	position: absolute;
	top: -80px;
	width: 100%;
}
.rband {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 30px 0 0 0;
	text-align: center;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.rband .text {
	display: inline-block;
	font-weight: 200;
	margin: 0;
	padding: 0;
}
.rband img {
	height: 16px;
	margin-right: 20px;
	position: relative;
	top: 3px;
	width: 16px;
}
.rband .load { display: none; }

