﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}
html,
body {
	margin:0;
	padding:0;
    height:100%; /* 100 % height */
    background: #B4B4B4 url(images/TE_bg4.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Sans-Serif;
	color: Black;
	font-size: 12px;
}
a img { border: 0; }
a 
{
	color: Black;
	text-decoration: underline;
}

a:hover
{
	/*text-decoration: underline;*/
}
html>body #wrap {height:100%;} /* 100 % height */
#wrap {
	width:40em;
	margin:0 auto;
}
#header 
{
	width: 100%;
	height: 200px;
	background-image: url(images/TE_header8.jpg);
	background-repeat: no-repeat;
}
html>body #header {
	/*position:fixed;*/
	z-index:10; /* Prevent certain problems with form controls */
}

html>body #content-wrap {height:100%;} /* 100 % height */

html>body #content 
{
	padding:10px 0 0 176px;
	width: 585px;
	
} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
#footer {
	width:40em;
	height:5em;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

div#tabs
{
	padding:0 0 0 146px;
}



/* Begin Menu Styles */

div#menu
{
  position:absolute;
  top:269px;
  left:10px;
  width:140px;
  height:100%;
}
div#rightMenu
{
  position:absolute;
  top:269px;
  left:790px;
  width:140px;
  height:100%;
}

html>body #menu
{
	position: absolute;
	padding: 0 0 0 0;
}

.TableHeader
{
	height: 20px;
	background-color: #000045;
	color: #F5F5BF;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	padding: 0 0 0 5px;
	border-bottom: solid 1px #505050;
}
.TableHeader a
{
	color: #F5F5BF;
	border-color: #505050;
	background: none;
	text-decoration: none;
}
.TableHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.MenuBox
{
	border: solid 1px #505050;
	background-color: #D8DACD;
	margin-bottom: 10px;
}

.MenuContent
{
	padding: 5px;	
}

/* End Menu Styles */

/*Begin Gridview Styles */
table.gridview
{
    border: 1px solid #505050;
	color: Black;
	font-size: 12px;
    background-color: #D8DACD;
    width: 100%;
}
table.gridview td
{
	border-color: #505050;
    padding: 3px;
}
table.gridview a
{
	text-decoration: underline;

}
table.gridview a:hover
{
	/*text-decoration: underline;*/
	color: White;
}
.gridviewAltStyle
{
	background-color: #84B6BF;
}
.PagerStyle
{
	height: 20px;
	background-color: #000045;
	color: #F5F5BF;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	padding: 0 0 0 5px;
	border-bottom: solid 1px #505050;
}
.PagerStyle a
{
	color: Gray;
	border-color: #505050;
	background: none;
	text-decoration: underline;
}

/*End Gridview Styles */

/* Begin Events List styles */
.EventsList
{
	float: left;
	width: 100%;
	/*border: solid 1px #505050;*/
	margin-bottom: 10px;
	/*background-color: #D8DACD;*/
}
.EventsList a
{
	text-decoration: none;
}
.EventsList a:hover
{
	text-decoration: underline;
}
.EventsLeft
{
	position: relative;
	height: 100%;
	width: 280px;
	float: left;
	border-collapse: collapse;
	border: solid 1px #505050;
	background-color: #D8DACD
}
.EventsRight
{
	position: relative;
	height: 100%;
	width: 280px;
	float: right;
	border-left: solid 1px #505050;
	border: solid 1px #505050;
	border-collapse: collapse;
	background-color: #D8DACD
}
.ListContent
{
	padding: 1px 3px 0 3px;	
}
/*End Events List styles */

/* Begin Team Scores List styles */
.TeamScores
{
	float: left;
	width: 100%;
	/*border: solid 1px #505050;*/
	margin-bottom: 10px;
	/*background-color: #D8DACD;*/
}
.TeamScores a
{
	text-decoration: none;
}
.TeamScores a:hover
{
	text-decoration: underline;
}
.TeamScoresLeft
{
	position: relative;
	height: 100%;
	width: 280px;
	float: left;
	border-collapse: collapse;
	/*background-color: #D8DACD*/
}
.TeamScoresRight
{
	position: relative;
	height: 100%;
	width: 280px;
	float: right;
	border-collapse: collapse;
	/*background-color: #D8DACD*/
}
/*End Team Scores styles */


.FormLeft
{
	position: relative;
	float: left;
	width: 100px;
	font-weight: bold;
}
.FormRight
{
	position: relative;
	float: left;
}

