/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
	float: left;
	color: #666;
	font-size:12px;
	height: 24px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #b0b8bf;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
}

.light-theme a:hover {
	text-decoration: none;
	color: #52585d;
	border-color: #52585d;
}

.light-theme .disabled > span {
	text-decoration: none;
	color: #b0b8bf;
	border-color: #b0b8bf;
}

.light-theme .current {
	color: #0e81e5;
	border-color: #0e81e5;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}
