@charset "utf-8";

ul.simple-pagination {
	list-style: none;  
}

.simple-pagination {
	display: inline-block;
	overflow: hidden;
	margin: 0; font-family: Arial, Helvetica, sans-serif;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	float: left;
}

.disabled { display:block;}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/

.compact-theme a, .compact-theme span {
	float: left;
	color: #333;
	font-size:12px;
	line-height:22px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #AAA;
	border-right: none;
	min-width: 14px;
	padding: 0 5px;
	background: #efefef; /* Old browsers */

}

.compact-theme a:hover {
	text-decoration: none;
	background: #efefef; /* Old browsers */
}

.compact-theme .prev {
	border-radius: 3px 0 0 3px;
}

.compact-theme .next {
	border-right: 1px solid #AAA;
	border-radius: 0 3px 3px 0;
}

.compact-theme .current {
	background: #bbbbbb; /* Old browsers */
	cursor: default;
}

.compact-theme .ellipse {
	background: #EAEAEA;
	padding: 0 10px;
	cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
	float: left;
	color: #666;
	font-size:16px;
	line-height:34px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #bbb;
	min-width: 14px;
	width: 36px;
	text-align: center;
	/*padding: 0 10px;*/
	margin: 0 5px 0 0;
	background: #efefef; /* Old browsers */
}

.light-theme a:hover{background: #fff;}
.light-theme .current {
	background: #990000;
	color: #FFF;
	border-color: #990000;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
	display:inline-block; height:24px; line-height:24px;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/

.dark-theme a, .dark-theme span {
	float: left;
	color: #CCC;
	font-size:12px;
	line-height:22px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #222;
	min-width: 14px;
	padding: 0 5px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	background: #555; /* Old browsers */
}

.dark-theme a:hover {
	text-decoration: none;
	background: #444;
}

.dark-theme .current {
	background: #222;
	color: #FFF;
	border-color: #000;
	cursor: default;
}

.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}