@charset "UTF-8";
body {
	background-color: #047EC1;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}
#outside{
background:url(../img/ranger/bodybg.png) 0 0 no-repeat;
margin:0px;
}
#container
{
	margin-top:0px;
	margin-left: auto;
  	margin-right: auto;
	width: 1007px;
}
.h1
{
	font-size: 16px;
	font-weight: bold;
	color: #1472D7;
	border-bottom: 1px #1472D7 solid;
	width: 95%
}
.h2
{
	font-size: 14px;
	font-weight: bold;
	color: #1472D7;
	border-bottom: 1px #1472D7 solid;
	width: 95%
}
.head {
	height: 215px;
	background-image: url(../img/ranger/header.png);
}
.topnav {
	height: 29px;
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica;
	color: #fff;
	text-align:center;
	width: 951px;
	background-image:url(../img/ranger/top_nav.png);
	text-align:center;
	/*line-height:29px;*/
	font-size:12px;
}
.topnav a:link {
color:#FFF;
}
.topnav a:visited {
color:#FFF;
}
.topnav a:hover {
color:#FFF;
}
.topnav a:active {
color:#FFF;
}
.left_shadow {
	background-image: url(../img/ranger/l_shadow.png);
	height: auto;
	width: 28px;
}
.right_shadow {
	background-image: url(../img/ranger/r_shadow.png);
	height: auto;
	width: 28px;
}
a:link {
color: #1472D7;
text-decoration: none;
}
a:visited {
color: #1472D7;
text-decoration: none;
}
a:active{
color: #1472D7;
text-decoration: none;
}
a:hover {
color: #4796E2;
text-decoration: none;
}
 .links {
 width:170px;
 margin: 0px;
     padding: 0px; 
 }
.links li {
list-style-type: none;
background:url(../img/ranger/hovering.png) 0 0 no-repeat;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
width: 144px;
padding-left:12px;
}
.links li:hover {
list-style-type: none;
background:url(../img/ranger/hovering2.png) 0 0 no-repeat;;
font-size:12px;
width: 144px;
}
ul.navlinks {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	text-decoration:none;
	margin: 0;
	font-variant:normal;
	font-family: Lucida Grande, Tahoma, sansserif; font-size: 8pt;
	text-align: center;
}

    ul.navlinks li  {
	display: inline;
	font-weight: bold;
	font-family: Lucida Grande, Tahoma, sansserif; font-size: 8pt;
	text-align:center;
	text-decoration:none;
	color: #0F6CD0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.navlinks li a:hover {
	color: white;
	background-color: #508606;
	text-decoration: none;
	padding: 1px 7px 1px 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
ul.navlinks li a:active {
color: white;
background-color: #0c97c6;
text-decoration: none;
	padding: 1px 7px 1px 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
ul.navlinks li a:link {
	color: white;
	text-decoration: none;
	padding: 1px 7px 1px 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
ul.navlinks li a:visited {
	color: white;
	text-decoration: none;
	padding: 1px 7px 1px 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.navigation {
	height: auto;
	background-image:url(../img/ranger/nav_side.png);
	width: 170px;
	text-align:left;
	vertical-align:top;
	}
.navtitle1 {
	line-height:25px;
	height: auto;
	background-image:url(../img/ranger/side_nav_t.png);
	width:170px;
	height:33px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	font:Helvetica;
	color: #fff;
	text-align:center;
	}
.navtitle2 {
	line-height:25px;
	font-size:12px;
	font-weight:bold;
	font:Helvetica;
	color: #fff;
	background-image:url(../img/ranger/side_nav_n.png);
	width: 156px;
	height:34px;
	text-align:left;
}
.content {
	height: auto;
	padding:0px;
	background-image:url(../img/ranger/content_bg.png);
	width:611px;
	text-align:center;
	vertical-align:top;
}
.footer {
	background-image:url(../img/ranger/footer.png);
	height: 130px;
	width: 1007px;
	font-size:10px;
	text-align:center;
}
.footer_text{
	position:relative;
	top:18px;
}
.login {
	color:black;
	position:relative;
	left:95px;
	top:110px;
	width:200px;
}
.login_button {
	float:right;
	margin-right:15px;
}
.welcome {
	position:relative;
	left:5px;
	top:5px;
}
.username {
	background: url(../img/ranger/login.png) 0 0 no-repeat;
	text-align:bottom;
}

.password {
	background: url(../img/ranger/login.png) 0 0 no-repeat;
}

.username:hover{
	background: url(../img/ranger/login.png) 0 0 no-repeat;
}
.password:hover {
	background: url(../img/ranger/login.png) 0 0 no-repeat;
}
.username input
{
	padding: 2px;
	background: none;
	border: none;
	outline: none;
	font-size: 11px;
	height:24px;
}
.password input
{
	padding: 2px;
	background: none;
	border: none;
	outline: none;
	font-size: 11px;
	height:24px;
}
.current{
    font-weight: bold;
}
.ajax-loading {
 	background: url(../img/spinner.gif) no-repeat center;
	height: 100px;
}
.disabled{
    display:inline;
}
.upcomingevents {
font-size:smaller;
width:170px
}
.upcomingevents img {
float:left;
}
.upcomingevents ul {
font-size:smaller;
font-style:italic;
margin-top:1px;
margin-left:45px;
width:120px;
}
.article
{
	margin-top:0px;
	margin-bottom:10px;
	text-align:left;
	/*color:#942B2B;*/
	overflow: hidden;
	padding-left: 0px;
	padding-right:0px;
}
.article_title {
	height: auto;
	/*line-height:29px;*/
	padding:0px;
	text-align:left;
	margin:0px;
	margin-left:5px;
	font-weight: bold;
	font-size:16px;
	clear:both;
	}
.article_by{
    font-size: small;
    text-align:right;
    margin-right:5px;
}
.article_body{
	margin-top:10px;
    font-size: 11px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}
.article_foot{
    font-size: small;
    margin-left:5px;
}
.ctext
{
	width: 500px;
	text-align:center;
}
.text
{
	width: 500px;
	overflow: hidden;
	text-align:left;
	margin: auto;
}
.footer, .prefoot {
font-size:x-small;
text-align:center;
}
.stylechoose{

}

#ad{
margin-top:5px;
}
/*DEX*/
#ppPokedex{
text-align:center;
}
table{
width:100%;
}
img{
border-width: 0px;
}

