/* *{border: solid 1px #f00;}  */
/* main elements */
body { 
	font: 8pt/13pt verdana, tahoma, helvetica, sans-serif; 
	color: #000; 
	background: black no-repeat bottom right; 
	margin: 0px; 
	border-color: #6495ed;
        height: 100%;
	}


#container {
	background: #FFF8DC; 
	padding: 15px 25px 15px 25px;  
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 4px solid black; 
	height: 100%;
	}

#top { padding: 5px 5px 5px 5px;
	height: 80px;
	
	}

#top h1 { 
	margin-top: 10px; 
	width: 80%; 
	height: 100%; 
	float: left;
	font-size: 2.3em;
	letter-spacing: 0.5em;
	font-family: helvetica, sans-serif;
	}

#top h1 span {
	}

#top p { float: right;
	letter-spacing: normal;
	padding: 5px 5px 5px 5px;}

#linkBar {
	clear:both; 
	margin: 0px 0px 0px 0px; 
	width: 100%; 
	float: none;
	text-align: center;
	}

#linkBar h2 {
	font: 10pt Serif;
	width: 100%;
	height: 4em;
	color: rgb(8%,8%,32%);
	letter-spacing: 0.3em;	
	float: none;
	clear: both;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 0px 0px 0px;
	}

#linkBar p {
	font: italic 1.0em/2.0em verdana; 
	text-align:left;
	background-color: #fff8dc;
	color: #6495ed;
	border: 13px solid #6495ed;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 10px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	}

#linkBar ul {
        padding: 3px 0;
        margin-left: 0;
        margin-bottom: 0;
	padding-bottom: 0;
        border-bottom: none;
        }

#linkBar ul li {
        list-style: none;
        margin: 0;
        display: inline;
	}

#linkBar ul li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #778;
        border-bottom: none;
        background: #6495ed;
	color: #edeb64;
	text-decoration: none;
	}

#linkBar ul li a:hover {
        background: #edeb64;
        color: #6495ed;
	}

#main {
	padding-top: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: none;
	clear: both;
	}

#main h1 {clear:both;
	float:none;
	color: #6495ed;
	
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2em;
	border-bottom: 0.2em #6495ed solid;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	padding-bottom: 0.1em;}

#main h2 {font-size: 1.4em;
        text-align: left;
        color: #6495ed;
	font-weight: bold;
	margin-bottom: 2px;
	}

#main h3 {font-size: 1.2em;
        text-align: left;
	font-weight: normal;
	margin-bottom: 1px;
	color: #6495ed;
	}

#main h4 {font-size: 1.0em;
        text-align: left;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #6495db;
	}

#main #one {
	width: 360px;
	float: left;
	padding-right: 10px;
	}

#main #two {
	width: 360px;
	float: left;
	padding-left: 2px;
	}

#main #left {
	width: 30%;
	float:left;
	padding-right: 2px;
	}

#main #middle
	{
	width: 40%;
	padding-left: 5px;
	padding-right: 5px;
	float:left;
	border-left: solid black 1px;
	border-right: solid black 1px;
	}


#main #weeklyleaders
    {
        width: 95%;
        border: 1px solid black;
        background-color: white;
        margin-left: auto;
        margin-right:auto;
    }
#main #weeklyleaders h2
    {
        background-color: white;
        border: none;
    }

#main #weeklyleaders .leader
    {
        float: left;
        border-right: 1px solid black;
        padding-right: 10px;
        margin-right: 3px;
    }

#main #weeklyleaders .leader h3
    {
        background-color: #f0f0f0;
    }

#main #boxscore
	{
		background-color: white;
		color: black;
        clear: both;
        font-size: 9pt;
	}
#main #boxscore div
    {
        width: 375px;
        margin-left: 20px;
        margin-top: 20px;
        border: 1px solid black;
        float: left;
        background-color: white;
        color: black;
        font-size: 9pt;
    }

#main #boxscore span.scoreline
    {
        font-family: sans-serif;
        font-size: 9pt;
    }

#main #boxscore h3
	{
		background-color: black;
		color: white;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
        font-size: 9pt;
	}
#main #boxscore h3 a
    {
      background-color: black;
        color: white;
        text-decoration: underline;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        font-size: 9pt;
    }

#main #right
	{

	width: 25%;
	padding-left:5px;
	float:left;
	}

#main ul {
	padding-left: 10px;
	margin-left:10px;
		}
#main ul li a {
    color: blue;
	font-weight: bold;
	text-decoration: none;
	}

#main table{
	border-width: 3px;
	border-style: none;
	border-collapse: separate;
	background-color: #6495ED;
	font: 8pt/10pt verdana, tahoma, helvetica, sans-serif; 
	}

#main table tr.total{
	font-weight:bold;
        color: #121212;
	border-collapse: collapse;
	background-color: #6495ED;
	}

#main table th{
	border-width: 0px;
	padding: 3px 10px 3px 10px;
        color: #121212;
	border-collapse: collapse;
	background-color: #6495ED;
	}

#main table td {
	border-width: 3px;
	padding: 0.6em;
	background-color: #EDEDED;
        color: #121212;
	text-align: right;
}

#main table td strong{
        color: #121212;
	font-weight: bold;
	text-align: left;
}

#main table td a{
	text-decoration: none;
	font-weight: bold;
	}


#footer { 
	text-align: center; 
	float: none;
	clear: both;
	}

#footer p {
	text-align: center;
	}

#footer ul {
        margin-left: 0;
        border-bottom: none;
        }

#footer ul li {
	background: #6495ed;
        list-style: none;
        margin: 0;
        display: inline;
	}

#footer ul li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        background: #6495ed;
	color: #edeb64;
	text-decoration: none;
	}

#main #phonebook ul {
        padding: 3px 0;
        margin-left: 0;
        margin-bottom: 0;
	padding-bottom: 0;
        border-bottom: none;
        }

#main #phonebook ul li {
        list-style: none;
        margin: 0;
        display: inline;
	}

#main #phonebook ul li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #778;
        border-bottom: none;
        background: #6495ed;
	color: #edeb64;
	text-decoration: none;
	}

#main #phonebook ul li a:hover {
        background: #edeb64;
        color: #6495ed;
	}

#main #nav {
	padding-top: 0px;
	width: 100%;
	text-align: center;
	}

#main #nav ul {
	margin-left: auto;
	margin-right: auto;
        padding: 3px 0;
        margin-bottom: 0;
	padding-bottom: 0;
        border-bottom: 3px #edeb64;
        }

#main #nav ul li {
        list-style: none;
        margin: auto;
        display: inline;
        border-bottom: 3px #edeb64;
	}

#main #nav ul li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #778;
        border-bottom: none;
        background: #6495ed;
	color: #edeb64;
	text-decoration: none;
	}

#main #nav ul li a:hover {
        background: #edeb64;
        color: #6495ed;
	}
#scoreboard {
	float: left;
}
#scoreboard table{
	border: 3px solid #666666;
	text-transform: uppercase;
	background-color: black;
	color: white;
	text-align: center;
	padding: 10px;
}

#scoreboard td.highlight{
	background-color: #334733;
	color: #ffcc33;
	font-size: 120%;
	border: #cccccc 2px solid;
	font-weight: bold;
	}

#scoreboard td.score
	{background-color: #334733;
	color: #ffcc33;
	font-family: serif;
	font-size: 48pt;
	border: white 3px solid;
	font-weight: 800;
	margin: 0px;
	padding: 0px;
	line-height: 2em;
	}

#scoreboard td.team{
	font-weight: 700;
	background-color: black;
	font-size: 140%;
	}

#scoreboard td.got{
	background-image: url(poss.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}


div.report{
	overflow: auto;
	height: 120px;
	width: 600px;
	font-weight: 500;
	text-transform: none;
	background-color: white;
	color: black;
	text-align: left;
	font-size: 90%;
	padding : 7px;
	border: 1px solid black;
	
	\
	}

#stats div {
	float: left;
	}

#statsHome div {
	float: left;
	}

tr.statsTitle {
	font-weight: bold;
	}

tr.statsHeader {
	font-weight: bold;
	}


