/**
* 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:20px 0; }
.simple-pagination ul {list-style: none; padding: 0;  margin: 0; text-align:center; }
.simple-pagination li { list-style: none; padding: 0;  margin: 2px; display:inline-block; }
span.ellipse.clickable { cursor: pointer; }
.ellipse input { width: 3em; }

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

.light-theme a, .light-theme span { display:inline-block; color: #666;font-size:14px;line-height:24px;font-weight: normal;text-align: center;border: 1px solid #e3e3e3;padding: 5px 15px; }
.light-theme a:hover { text-decoration: none;  background:#ececec url(../radio-bg-3.html) 0 100% repeat-x; }
.light-theme .current {      color: #FFF;  border-color: #cd6987;  cursor: default;  background-color: #cd6987; }
.light-theme .ellipse { background: none; border: none; border-radius: 0; cursor: default; color:#ccc; }
.light-theme .disabled .current { background:#f5f5f5 none; color:#e1e1e1; border-color:#e1e1e1; }
.simple-pagination ul li .next { border-radius:0 5px 5px 0; }
.simple-pagination ul li .prev { border-radius:5px 0 0 5px; }
