html,
body {
	margin:0;
	padding:0;
	height:100%;
	text-align: center;
}
#container {
	min-height:100%;
	position:relative;
}

body {
	padding-top:3px;
	padding-left: 30px;
	padding-right: 30px;
   	font-family: "Helvetica Neue", Arial, sans-serif;
   	font-size: 15px;
   	color: #000;
}

img table {
    border: none;
    border-collapse: collapse;
}

.PoolHeaderCell {
    font-weight: bold;
    background-color: #D3D3D3;	/* light grey */
    font-size: 16pt;
}

.PoolTitleRow {
    font-weight: bold;
    font-size: 16pt;
}

.GameRowAlt {
    background-color: #EEEEEE; /* very light grey */
}

.SuperLightGrey {
    background-color: #EEEEEE; /* very light grey */
}

/* Pool Picker */

tr.hideme { display: none; }
td.color-bar  { background-color: #EECA81; }
td.color-navbar  { background-color: #EECA81; }
td.color-bg  { background-color: #EECA81; }
.mybutton{ width:50pt; }

.headerNavLink { font-family: Arial, Helvetica, sans-serif; font-size:13pt; text-decoration:none; color:#900000}
.linkNoUnderLine { font-family: Arial, Helvetica, sans-serif; font-size:12pt; text-decoration:none; color:#900000; }

.PoolHeaderCell
{
    font-weight: bold;
    background-color: #D3D3D3;	/* light grey */
    font-size: 16pt;
}

.CompanyNameText
{
	color: #900000;
	font-weight: bold;
	display: none;
}

.MainLogo
{
	background-image: url(/images/major/tagtown-logo.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.EditLogo
{
}

.boldfontcolor
{
	color: #900000;				/* maroon */
}

.palebackground
{
	background-color: #EECA81;	/* gold */
}

.SiteNameText
{
	color: #900000;
	font-style:italic;
	position: absolute;
	left: 330px;
	top: 25px;
}

.TitleText			{ color: #900000; }

.SearchPanel
{
	background-color: White;
}


.AltTR
{
	background-color: lightgray;
}

.nav_StaticMenuItem     { color: #900000; background-color: white; font-weight: bold;}
.nav_StaticHover        { color: #900000; background-color: #EECA81; font-size: 13pt;}
.nav_DynamicMenuItem	{ color: #900000; background-color: #F3E88E; font-size: 13pt; text-decoration:none;}
.nav_DynamicHover   	{ color: #900000; background-color: #EECA81; font-size: 13pt; text-decoration:none;}

.SectionBanner
{
	text-align: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32pt;
	font-weight: bold;
}


