body
{
	font-family: Calibri, Helvetica;
	width: 958px;
	margin-top: 23px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background: url('bg_grad.png') repeat-x #DFE0DA;
	background: url('complex_bg_left.png') top left no-repeat, url('complex_bg_right.png') top right no-repeat, url('complex_bg_center.png') top left repeat-x #1E1E16;
}

img
{
	border: 0px;
}

a
{
	border: 0px;
}

#footer
{
	width: 958px;
	height: 86px;
	background: url('fixed_footer_bg.png');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3B4D6D), to(#151B27));
	background: -moz-linear-gradient(100% 100% 90deg, #151B27, #3B4D6D);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#logo
{
	margin-left: 14px;
	width: 49%;
	height: 86px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
	float: left;
}

#out
{
	text-align: right;
	width: 49%;
	height: 86px;
	float: right;
}

#outlinks
{
	margin-left: auto;
	margin-right: 16px;
	width: 400px;
	height: 100%;
}

.outlink
{
	margin-top: 23px;
	margin-left: 9px;
	padding-top: 9px;
	text-align: center;
	width: 87px;
	height: 30px;
	background-image: url('transparent.png');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
}

.outlink a
{
	font-family: Calibri, Helvetica;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: white;
}

#nav
{
	width: 958px;
	height: 31px;
	background: url('fixed_nav_bg.png');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AEAEAE), to(#5F5F5F));
	background: -moz-linear-gradient(100% 100% 90deg, #5F5F5F, #AEAEAE);
}

#links
{
	padding-top: 6px;
	margin-left: 127px;
}

#links a
{
	text-shadow: #000000 1px 1px 1px;
	margin-left: 13px;
	font-family: Calibri, Helvetica;
	font-weight: bold;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#links a:hover
{
	color: #31405B;
}

#content
{
	width: 958px;
}

#content_layer_1
{
	width: 846px;
	min-height: 300px;
	background-color: #4D4D4D;
	float: left;
	margin-bottom: 64px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

#banner
{
	background: red;
	color: white;
	width: 100%;
	text-align: center;
	margin: 4px 16px;
	padding: 4px;
}

#content_layer_1 a
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#content_layer_2
{
	width: 112px;
	height: 82px;
	background-color: #4D4D4D;
	float: right;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

#content_layer_3
{
	margin-top: 13px;
	width: 91px;
	height: 515px;
	background: url('90_logo_text.png') no-repeat center;
	float: right;
}

#siteimg
{
	height: 30px;
	float: left;
}

.article
{
	margin-left: auto;
	margin-right: 0px;
	margin-bottom: 20px;
	width: 830px;
	background-color: #3C3C3C;
	position: relative;
	top: 12px;
	left: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
}

.article_title
{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	text-shadow: #949494 1px 1px 1px;
	background-color: #2A2A2A;
	padding-left: 6px;
	height: 36px;
	color: #F9F9F9;
	font-family: Verdana;
	font-size: 24px;
	font-weight: normal;
}

.date
{
	text-shadow: 0px 0px 0px;
	margin-left: auto;
	margin-right: 0px;
	width: 100px;
	padding-right: 6px;
	color: #545454;
	font-size: 12px;
	text-align: right;
	position: relative;
	top: -24px;
}

.article_pics
{
	width: 830px;
	text-align: center;
	min-height: 77px;
	background-color: #2A2A2A;
}

.article_content
{
	/*text-shadow: #8F8F8F 1px 1px 1px;*/
	min-height: 32px;
	margin-top: 13px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 13px;
	color: #F9F9F9;
	font-size: 16px;
}

.news_browse
{
	color: #888888;
}

#loginbg
{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url('transparent1.png');
	z-index: 99;
}

#loginform
{
	width: 200px;
	height: 200px;
	background-color: #eaeaea;
	border: 4px solid black;
	padding: 10px;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 40%;
	top: 40%;
	z-index: 100;
}

.rosterdata td, th
{
	height: 38px;
	padding-top: 6px;
	background-color: #505050;
	text-align: center;
}

.rosterrank
{
	width: 100px;
}

.rankstable
{
  border: 1px solid #555555;
  background-color: #2A2A2A;
}

.rankstable td
{
  font-size: 16px;
  height: 30px;
}

.medal_text
{
  border: 1px solid #555555;
  background-color: #2A2A2A;
}

#decorations_table td
{
  height: 140px;
  vertical-align: top;
  font-size: 16px;
}

#misc_decorations_table
{
  width: 100%;
  height: 110px;
}

#misc_decorations_table td
{
  padding: 0px;
  margin: 0px;
  border: 3px double black;
  background-color: #2A2A2A;
  height: 110px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
}

#training_badges_table
{
  width: 100%;
}

#training_badges_table td
{
  font-size: 16px;
  border: 3px double black;
  background-color: #2A2A2A;
}

#ranksheader
{
  font-size: 20px;
}

#copyright a
{
	font-weight: normal;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom: 20px;
	width: 846px;
	min-height: 20px;
	position: relative;
	top: 42px;
	float: right;
	font-family: Calibri, Helvetica;
	font-size: 12px;
	color: #777777;
	text-align: right;
}

/* LIGHTBOX TYYLIT ALLA */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
