@charset "UTF-8";
/* CSS Document */
/*General Font*/
h1, h2, h3 {
  margin: 0;
}
/*General Links*/ 
a:link {
  text-decoration: none;
  color: #204a87;
}
 
a:visited {
  text-decoration: none;
  color: #729fcf;
}
 
a:hover {
  text-decoration: underline;
  color: #3465a4;
}
 
a:active {
  text-decoration: none;
  color: #729fcf;
}

img {
  border: 0;
  outline: 0;
}
/*Body*/
body {
  background-color: #01132a;
  color: #01132A;
  font-family: verdana;
  font-size: 14px;
} 
/*Header*/
.wrapper {
  background: transparent url('header.png') no-repeat;
  width: 840px;
  height: 250px;
  margin: 0 auto;
  text-align: left;
}

.infobox {
  background: transparent url('infobox.png') no-repeat;
  width: 270px;
  height: 114px;
  color: #fff;
  font-size: 11px;
  float: right;
  margin-right: 50px;
  padding-top: 15px;
  padding-left: 15px;
}

.infobox a:hover {
  text-decoration: none;
}
/*Navigation*/
.menu {
	width: 764px;
	height: 62px;
	margin: 0 auto;
  padding-top: 147px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.menu li, .menu a {
  float: left;
	height: 21px;
  color: #01132A;
  font-size: 18px;
  font-family: Verdana;
  text-transform: uppercase;
  outline: 0;
}


.menu li a {
 padding: 20px 18px;
}

.menu li a:hover {
  background: #062c5b url('menu_hover.png') repeat-x;
  color: #f1f1f1;
  text-decoration: none;
}
/*Profile Menu*/
.profile_nav {
  background: #DFEEFF url('profile_menu.png') repeat-x; 
  border-bottom: 1px solid #74A8CF;
  padding: 9px;
  height: 15px;
  text-align: leftt;
  padding-top: 7px;
  margin-bottom: 5px;
  width: 742px;
  margin-left: 38px;
}

.profile_nav ul {
  display: inline;
}

.profile_nav li {
  list-style: none; 
  display: inline;
}  

.profile_nav a {
  padding: 7px 5px 7px 8px;
  color: #00497F;
}

.profile_nav a:hover {
  background: #1B426F url('profile_menu_hover.png') repeat-x;
  text-decoration: none;
  color: white;
}


/*Content*/

.pagebg {
  background: #ffffff url('content_bg.jpg') repeat-y;
}

.content {
  padding-top: 1px;
  color: #01132A;
  padding-left: 48px;
  padding-right: 52px;
}
/*News*/
.title {
  background-color: #DFEFFF;
  border-top: 1px solid #74A8CF;
  border-right: 1px solid #74A8CF;
  border-left: 1px solid #74A8CF;
  padding: 3px;
  font-size: 19px;
  width: 728px;
}

.date {
  padding: 3px;
  border-bottom: 1px solid #fff;
}

.post {
  background-color: #DFEFFF;
  border-bottom: 1px solid #74A8CF;
  border-right: 1px solid #74A8CF;
  border-left: 1px solid #74A8CF;
  padding: 5px;
  width: 724px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft:  10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
/*Misc*/
.error {
  border: 1px solid #990000;
  color: #660000;
  padding: 5px;
  font-weight: bold;
  background-color: #FFAFAF;
}

.success {
  border: 1px solid #336633;
  color: #336633;
  padding: 5px;
  font-weight: bold;
  background-color: #D4F9A5;
}
input.textbox, textarea, select
{
	border:#ccc 1px solid;
	background:#ffffff;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
	color: #032653;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}
input.textbox:focus, textarea:focus 
{
  background: #D1DFEF;
	border: 1px solid #032653;
}

input {
  border:#ccc 1px solid;
	background:#fff;
	font-size: 16px;
	color: #032653;

}
input:focus {
  background: #D1DFEF;
	border: 1px solid #032653;

}
.button {
  background: #eee;
	border: 1px solid #BFBFBF;
  font-size: 12px;
  cursor: pointer;
  color: #666666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px;
}

.button:hover {
  background: #fafafa;
	border: 1px solid #cccccc;
  font-size: 12px;
  cursor: pointer;
  color: #032653;
}

.button:focus {
  border: 1px solid #cccccc;
  font-weight: bold;
  color: #032653;
}

.regform {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 5px;
  padding-left: 15px;
}

.regform_text {
  padding: 5px;
  float: right;
  margin: 10px 40px;
  border-left: 1px solid #ffffff;
}

.regform_text td {
  background-color: #D1DFEF;
  border: 1px solid #A7C2DF;
  color: #032653;
  text-align: center;
  cursor: pointer;
  padding: 5px 15px;
   
}

.regform_text td:hover {
  background-color: #C2D8EF;
  border: 1px solid #8BB3DF;
}

.blueBlock {
  background-color: #CFE4FF;
  border: 1px solid #2C578F;
  padding: 5px;
  margin-top: 10px;
}

.blueBlock h2, .blueBlock a {
  color: #01132A;
  font-weight: bold;
  font-size: 18px;
}

.blueBlock_table th {
  background-color: #CFE4FF;
  border-top: 4px solid #AABCFE;
  text-align: center;
  color: #576FAF;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blueBlock_table td {
  background-color: #e7f1fd;
  border-bottom: 1px solid #ffffff;
  padding: 10px;   
  color: #333399;
  text-align: center;
}

.blueBlock_table table  {
  border-spacing: 0;
}

table.search {
	margin-bottom: 30px;
	border-top: dotted 1px #cccccc;
}

table.search, table.item {
	width: 98%;
}

table.search th, table.search td {
	padding: 5px;
	border-bottom: dotted 1px #cccccc;
}

table.stats {
	width: 98%;
	background: #000000;
	color: #ffffff;
}

table.stats td {
	text-align: right;
	padding: 2px 6px;
}

table.stats th {
	color: #e9d70f;
	padding: 2px 6px;
}

table.stats th.header {
	color: #ffffff;
}

table.armory {
	padding: 10px;
	background: #333333;
	color: #ffffff;
	margin: 30px auto;
	border: solid 1px #000000;
}
.media {
  background-color: #EFEFEF;
  border: 1px solid #CFCFCF;
  color: #9F9F9F;
  font-size: 20px;
  text-align: center;
  padding: 5px;
}

/*Donation*/
.greenBlock {
  background-color: #E0FFBF;
  border: 1px solid #579F09;
  padding: 5px;
  color: #427F00;
}

.greenBlock h1 {
  color: #539F00;
  font-size: 18px;
}

.blueBlock_coins a {
  background-color: #FFEDDF;
  border: 1px solid #FFAC6F;
  margin: 5px;
  padding: 5px;
  color: #FF872F;

}

.blueBlock_coins a:hover {
  background-color: #FFE4CF;
  border: 1px solid #990000;
  color: #FF7E1F;
  text-decoration: none;
}

.redBlock {
  background-color: #FFAFAF;
  border: 1px solid #7F1B07;
  padding: 5px;
  margin-top: 10px;
  color: #5F0606;
}

.redBlock h1 {
  color: #7F0F0F;
  font-size: 18px;
}
/*News Banner*/
.news_banner {  
    height:  260px;  
    width:   710px;  
    padding: 0;  
    margin:  0;  
} 
 
.news_banner img {   
    width:  710px; 
    height: 260px; 
    top:  0; 
    left: 0 
} 

/*Profile*/
#profile td {
  background-color: #eee;
  border: 1px solid #ccc;
  width: 1%;
  padding: 2px;
  color: #666;
  font-size: 14px;
}

#profile tr.name {
  font-weight: bold;
}
/*Footer*/
.footer {
  background: transparent url('footer.png') no-repeat;
  width: 840px;
  height: 96px;
}

.footer p {
  padding-top: 45px;
  font-size: 10px;
  text-align: center;
}

.footer a {
  color: #236EBF;
}

.footer a:hover {
  color: #5396DF;
}