div{
	overflow: hidden;
}

#page_container .no_more{
    background-color: transparent;
    color: #8e8e8e;
    cursor: default;
    border: none;
}

.ellipse{
	float: left;
}

.container{
	width: 90%;
	margin: 0 auto;
	padding: 1%;
}
.cell{
	width: 150px;
}
.page_navigation , .alt_page_navigation{
	padding: 10px;
	text-align: right;
}

.page_navigation a:active, .page_navigation a:link, .page_navigation a:visited{
	padding:3px 5px;
	margin:2px;
	color:#970102;
	text-decoration:none;

	font-family: Tahoma;
	font-size: 12px;
	background-color: transparent;
	border: #970102 1px solid;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	
}
.page_navigation a:hover{
	color:white;
	background-color: #970102;

	
}
.active_page{
	background-color:#970102 !important;
	color:white !important;
	border: #8e8e8e 1px solid;
}	

.content, .alt_content{
	color: black;
}

.content li, .alt_content li, .content > p{
	padding: 5px
}