@charset "utf-8";
/* CSS Document */

.paginationstyle{ /*Style for demo pagination divs*/
	width: auto;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	color: #000;
	font-size: 10px;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
	margin: 0 15px;
	color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}

.paginationstyle a{ /*Pagination links style*/
	padding: 0 5px;
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: black;
	border-bottom-color: black;
}

.paginationstyle a:hover, .paginationstyle a.selected{
	color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: white;
	border-bottom-color: white;
	background-color: transparent;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: transparent;
cursor: default;
color: #929292;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
	border: 0;
	padding: 0;
	color: #FFF;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
	background: none;
	color: #000;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
	color: #000;
	background-color: transparent;
	text-decoration: none;
}


.space{
	margin-top:0px;
	text-align: center;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	color: #000;
}
.space p{
	font-size: 9px;
	line-height: 10px;
}
.space p a{
	color: #FFF;
}
.space p a:hover{
	color: #000;
}
.space hr{
	width:50%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.initial{
	width: 110px;
	background-color: transparent;
	color: #000;

}
