/**
* 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;
    text-align: center;
}

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

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: none;
    display: inline-block;vertical-align: top
}
span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}

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

.light-theme a, .light-theme span {
    float: left;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: none ; 
    border-radius: 5px ;
    box-shadow: none ; 
    background: none ; 
    color:#333 ;
    margin: 0 1px ;
    font-size: 1.2em ;
    padding:2px 10px ;
}

.light-theme .current, .light-theme a:hover {
	background: none;
	color: #00AEEF;
	border-color: #444;
    text-decoration:none;
	cursor: default;
}

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