/*  ---------------------------------------------------------------------
  
  REDWINGSLAX COLORS
  
	red: #b81e22
	lighter red #c23e41
	blue: #242c40
	lighter blue: #42495a
  
---------------------------------------------------------------------    */

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{text-align:center;background: #242c40 url("../images/bg2.png") repeat-y center;height: 100%;}

body, input, 
select, textarea 	{font: 11px/18px Verdana, Arial, Helvetica, sans-serif, Tahoma;color: #666;}






ul, ol	 			{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font:x-large "Lucida Grande", Arial, sans-serif; color:#242c40;letter-spacing:-1px;margin: 10px 0 10px 0;text-transform:lowercase;}
h2 					{font-size:medium; margin:8px 0;}
h3 					{font-size:small; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border: 0; border-top: 1px dashed #ccc; height: 1px;margin: 10px 0 10px 0;}
img 				{border:none;}
acronym				{border-bottom: 1px dotted;}
blockquote 			{margin:0 25px 20px 25px; font-style:italic;}

.clr 				{clear:both;}
.left				{float: left;}
.right				{float: right;}
.leftimage			{float: left;margin: 0 10px 10px 0;}
.rightimage			{float: right;margin: 0 0 10px 10px;}

/*  ----------------------------------------------------------------------
  LINKS
  Various link classes
  ---------------------------------------------------------------------- */

a {outline: none;}
a:link1 { color: #2d2d2c; text-decoration: underline;}
a:visited1 { color: #2d2d2c;text-decoration: underline;}
a:hover1 {color: #789522; text-decoration: underline;}

a:link { color: #b81e22; text-decoration: none;}
a:visited { color: #b81e22;text-decoration: none;}
a:hover {color: #242c40; text-decoration: underline;}

a.stat:link { color: #000000; text-decoration: none;}
a.stat:visited { color: #000000;text-decoration: none;}
a.stat:hover {  color: #333333; text-decoration: underline;}


a.footerlinks:link { color: #000000; text-decoration: none;}
a.footerlinks:visited { color: #000000;text-decoration: none;}
a.footerlinks:hover {  color: #333333; text-decoration: underline;}

a.footerlinksbottom:link { color: #ffffff; text-decoration: none;}
a.footerlinksbottom:visited { color: #ffffff;text-decoration: none;}
a.footerlinksbottom:hover {  color: #000000; text-decoration: underline;}

tr.head a:link { color: #ffffff; text-decoration: none;}
tr.head a:visited { color: #ffffff;text-decoration: none;}
tr.head a:hover {  color: #242c40; text-decoration: underline;}

h1 a:hover,
h2 a:hover
 {text-decoration: none;}

#threeamlogo {
  float: right;
  width: 190px;
  height: 30px;
  left: 0px;
  top: 0px;
}

#threeamlogo a{
  display:block;
  position:relative;
  width: 190px;
  height: 30px;
  overflow:hidden;
  text-indent:-1000px;
}

#threeamlogo a:hover{
  background-color:transparent;
}

/*  ----------------------------------------------------------------------
  LAYOUT ELEMENTS
  ---------------------------------------------------------------------- */

#wrapper {
	position: relative;
	background-color:#fff;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	/*height: 100%;*/
}

#header {
	background: url("../images/headers/header-06.jpg") no-repeat 0 0;
	width: 950px;
	height: 150px;
	z-index: 2;
}

#header h1 a {
	display: block;
	position: absolute;
	width: 300px;
	height: 100px;
	left: 100px;
	top: 30px;
	text-indent: -9000px;
}

#header h1 {
	margin: 0;
}

.header-ad {
	position: absolute;
	right: 40px;
	top: 50px;
 	width: 468px;
	height: 60px;
}
	
#navigation {
	position:static;
	background: url("../menu/navigation_background.gif") repeat-x;
	overflow:none;
	height: 26px;
	width: 950px;
}

#content {
	margin: 0;
	width: 950px;
	height:100%;
	background: #fff;
	clear:both;
}

#content-main {
	float: left;
	width: 520px;
	/*height: 100%;*/
	padding: 15px 0;
}

#content-main-2col {
	float: left;
	width: 730px;
	/*height: 100%;*/
	padding: 15px 0;
}

#content-left {
	float:left;
	width: 175px;
	padding: 15px;
	height:100%;
	border: 0px solid blue;
}

#content-side {

	overflow: hidden;
	width:170px;
	border: 0px solid red;
}

#content-right {
	float:left;
	width: 170px;
	padding: 15px;
	margin-left: 20px;
	height: 100%;
}

.heading {
	background: url("../images/main-heading-background.jpg") repeat-x;
	font:14px Helvetica, Arial, sans-serif;
	font-weight: bold;
	overflow:none;
	color: #fff;	
	padding: 7px 0 5px 8px;
}

#content-left .heading {
	background: url("../images/navigation_background.gif") repeat-x;
 	width: 170px;
 	margin-bottom: 5px;
}

#content-right .heading {
	background: url("../images/navigation_background.gif") repeat-x;
 	width: 160px;
  	margin-bottom: 10px;
}

.posted {
	font-size:small/18px;
	font-family: 'Lucida Grande', Arial, Helvetica, tahoma, sans-serif;
	color: #b81e22;
	margin-bottom: 10px;
}

#footer {
	clear:both;
	width:950px;
	height:30px;
	background: url(../images/footer.jpg) no-repeat 0 0;

}

#footer p {
	float: left;
	padding-top:6px;
	padding-left:25px;
	margin-top:0px;
	margin-bottom:0px; 
	font-size:10px;
	color:#ffffff;
	text-align: center;
	}
	
.smalltable td {
	font-size: 9px;
}	

.smalltable th {
	font-size: 9px;
	font-weight: bolder;
	background-color: #b81f23;
	color: white;
}	

.smalltable-red td {
	font-size: 9px;
	font-weight: bolder;
	background-color: #b81f23;
	color: white;
}

/*  ----------------------------------------------------------------------
  GALLERY
  ---------------------------------------------------------------------- */
  
#gallery .galleryimage {
	float: left;
	margin: 10px 25px 10px 0; /* reduce the margin right to have more thumbnails on one row*/
	text-align: center;
}

img.gallery-thumbnail {border: 2px solid #999;padding: 6px;background: #ccc;margin-bottom: 10px;margin-right: 10px;}
a.gallery-thumbnail:hover img.gallery-thumbnail {border: 2px solid #b81f23;background: #bbb;}

  
  

/*  ----------------------------------------------------------------------
  FORMS
  Form fields liks inputs and selects, and meta stuff like fieldsets
  legends and labels.
  ---------------------------------------------------------------------- */
  
input {
	border: 1px solid #000;
	margin: 0 0 0 0;
	padding: 2px;
	background-color: #ccc; 
	color: #000;
	height: 16px;
	font-size: 10px; 
	margin-bottom: 10px;
}

input.title {
	font: bold 15px Arial, Verdana, Helvetica, Arial, sans-serif; 
	color: #4D697A;
	width: 300px;
}

input.button {
	width: auto;
	height: 21px;
}

input.go {
	margin-bottom: 8px;
	padding-bottom: 4px;
}

label {
	float: left;
	display: block;
	font-weight: bold;
	margin-right: 10px;
	padding: 2px;
	height: 16px;
}

/*  ----------------------------------------------------------------------
  TABLE STYLING
  Try to use theads more often!
  ---------------------------------------------------------------------- */

td, thead, th {
	padding: 0 3px 0 3px;
}

.gamestats td {
	font-size: 10px; 
	color: #666;
}

.gamestats tr {
	background: #efefef;
}	

tr.head {
	background:  #a3c341 url("../images/navigation_background2.gif") repeat-x;
}

tr.totals {
	background: url("../images/navigation_background.gif") repeat-x;
}


td.head {
	font-size: 10px; 
	color: #fff;
}

.head td  {
	color: #fff;
}

tr.stat {
	background: #efefef; 
}

td.stat-number {
	font-size: 10px; 
	color: black;
}
td.stat-name {
	font-size: 10px; 
	color: black;
}

td.stat-value {
	font-size: 10px; 
	color: black;
}
td.stat-zero {
	font-size: 10px; 
	color: #242c40;
}

td.stat-value-darker {
	background: #E7E7E7; 
	font-size: 10px; 
	color: #666;
}
td.stat-zero-darker {
	background: #E7E7E7; 
	font-size: 10px; 
	color: #5e7222;
}	

td.stat-value-darkest {
	background: #D8D8D8; 
	font-size: 10px; 
	color: #666;
}
td.stat-zero-darkest {
	background: #D8D8D8; 
	font-size: 10px; 
	color: #5e7222;
}	



a.stat {
	font-size: 10px; 
	color: #666;
}

.normal-table {
	width: 100%;
	margin-bottom: 10px;
}

.normal-table td {
	padding: 5px;
	background: #efefef; 
}

.normal-table td.bold {
	background: #E7E7E7;
	font-weight: bold;
}

