/*------------------------------------*\
	compact theme styles
\*------------------------------------*/

.compact-theme a, .compact-theme span {
	float: left;
	color: #333;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #aaa;
	border-right: none;
	min-width: 14px;
	padding: 0 7px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background: #efefef; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* ff3.6  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* chrome,safari4  */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* chrome10 ,safari5.1  */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* opera11.10  */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* ie10  */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* w3c */
}

.compact-theme a:hover {
	text-decoration: none;
	background: #efefef; /* old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* ff3.6  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* chrome,safari4  */
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* chrome10 ,safari5.1  */
	background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* opera11.10  */
	background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* ie10  */
	background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* w3c */
}

.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 */
	background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* ff3.6  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* chrome,safari4  */
	background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* chrome10 ,safari5.1  */
	background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* opera11.10  */
	background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* ie10  */
	background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* w3c */
	cursor: default;
}

.compact-theme .ellipse {
	background: #eaeaea;
	padding: 0 10px;
	cursor: default;
}

#apartpage{ text-align:center;}
/*------------------------------------*\
	light theme styles
\*------------------------------------*/
.light-theme{ margin:20px auto; }
.light-theme a, .light-theme span {
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #bbb;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* ff3.6  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* chrome,safari4  */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* chrome10 ,safari5.1  */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* opera11.10  */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* ie10  */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* w3c */
}

.light-theme a:hover {
	text-decoration: none;
	background: #fcfcfc;
}

.light-theme .current {
	background: #666;
	color: #fff;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

/*------------------------------------*\
	dark theme styles
\*------------------------------------*/

.dark-theme a, .dark-theme span {
	float: left;
	color: #ccc;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #222;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #555; /* old browsers */
	background: -moz-linear-gradient(top, #555 0%, #333 100%); /* ff3.6  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* chrome,safari4  */
	background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* chrome10 ,safari5.1  */
	background: -o-linear-gradient(top, #555 0%,#333 100%); /* opera11.10  */
	background: -ms-linear-gradient(top, #555 0%,#333 100%); /* ie10  */
	background: linear-gradient(top, #555 0%,#333 100%); /* w3c */
}

.dark-theme a:hover {
	text-decoration: none;
	background: #444;
}

.dark-theme .current {
	background: #222;
	color: #fff;
	border-color: #000;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	cursor: default;
}

.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}