﻿body 
{
  background-image: url('../img/tigerbg.gif');
  background-repeat: no-repeat;
  background-position: center 170px;
  font-family: Tahoma,Verdana,Arial;
  font-size: small;
}

#main
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	min-height: 760px;
}

#namelogo
{
	border-width: 0;
	position: absolute;
	left: 252px; /* (800-296)/2 */
	top: 58px;
}

#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#reverselogo
{
	position: absolute;
	right: 0px;
	top: 0px;
}

div.blueline
{
	text-align: center;
	white-space: nowrap;
	background-image: url('../img/blueline.gif');
	height: 33px;
	padding-top: 15px;
}

div.headerline
{
	position: absolute;
	left: 156px;
	right: 156px;
}

#firstblue
{
	top: 2px;
	color: White;
	font-size: x-large;
	font-weight: bold;
	font-family: Monotype Corsiva,Tahoma,Verdana,Arial;
	line-height: 16px;
}

#secondblue
{
	top: 100px;
}

#topmenu
{
	position: relative;
	top: -12px;
	left: -12px;
}

#topmenu li
{
	float: left;
	list-style: none;
	padding: 0px 20px;
	color: White;
	font-size: medium;
}

#topmenu li a
{
	color: White;
	text-decoration: none;
}

#topmenu li a:hover
{
	text-decoration: underline;
}

#mainlogo
{
	float: left;
	background-color: #0D0F75;
	margin: 0px 20px 20px 0px;
}

#footer
{
	position: absolute;
	width: 800px;
	margin-top: 15px;
	bottom: -60px;
	color: White;
}

p.heading, table.league caption
{
	font-size: large;
	font-weight: 600;
}

table.league, table.scores
{
	margin: 20px;
}

table.league th, table.scores th
{
	background-color: #3D3FA5;
	color: White;
}

table.league, table.league th, table.league td, table.scores, table.scores th, table.scores td
{
	border: solid 2px black;
	border-collapse: collapse;
	text-align: center;
	padding: 5px;
}

table.scores caption
{
	font-size: medium;
	font-weight: 600;
}

table.right
{
	float: right;
	clear: right;
}

table.meets
{
	border: solid 2px black;
	clear: left;
}

table.meets td
{
	padding: 10px;
}

#knockout
{
	border-collapse: collapse;
}

#knockout td
{
	padding: 5px;
	text-align: center;
}

td.show
{
	background-color: #ddd;
}

tr.subheading th
{
	background-color: #6D6FD5;
}

tr.altrow
{
	background-image: url('../img/transblue.gif');
}

.link
{
	cursor: pointer;
}

.link:hover
{
	text-decoration: underline;
}

/* Original meetup layout stuff */

td.maintitle
{
	font-size: large;
	font-weight: 600;
}

td.mainbody, img.photo
{
	padding: 10px 0px;
}