/***********************************************/
/* woodlawn.css			                       */
/*									           */
/***********************************************/

/***********************************************/
/* Global HTML tag styles                       */
/***********************************************/ 
body
{
	font-family: Times New Roman;
	color:Black;
	line-height: 1;	
	margin: 0px;
	padding: 0px;
}
form
{
	margin:0;
}
p
{
	text-align:justify;
	margin-left:40px;
	margin-right:40px;
}
h2
{
	text-align: center;
	font-size:x-large;
	margin-bottom:1;
}
ul
{
	text-align: justify;
	margin-right:30px;
}
ol
{
	text-align: justify;
	margin-right:30px;
}
span.boldnote
{
	font-weight:900;
	font-weight:1200;
}

/***********************************************/
/* Named HTML tag styles                       */
/***********************************************/ 
p.homerun
{
	color: #000000;
	font-family:Times New Roman;
	font-size:medium;
	font-weight:bolder;
}
span.ital
{
	color: #000000;
	font-family:Times New Roman;
	font-size:medium;
	font-weight:bolder;
	font-style:italic;
}
p.homerun-bam
{
	color: #000000;
	font-family:Times New Roman;
	font-size:large;
	font-weight:bolder;
}
span.bigred
{
	color:Red;
	font-family:Times New Roman;
	font-size:x-large;
	font-weight:bolder;
}
p.homerun-tight
{
	color: #000000;
	font-family:Times New Roman;
	font-size:small;
	font-weight:bolder;
}
table.whowhatwhere
{
	color: #000000;
	font-family:Times New Roman;
	font-size:medium;
	font-weight:bolder;
}
table.whowhatwhere td.left
{
	vertical-align:top;
	font-style:italic;
}
p.homerun:first-letter 
{
	color: #000000;
	font-size:xx-large
}
p.plainnews
{
	color: #000000;
	font-family:Times New Roman;
	font-size:medium;
	font-weight:bolder;
}
p.bignews
{
	color: #000000;
	font-family:Times New Roman;
	font-size:large;
	font-weight:bolder;
	text-align: center;
}
p.bigred
{
	color: red;
	font-family:Times New Roman;
	font-size:x-large;
	font-weight:bolder;
	text-align: center;
}
p.biggreen
{
	color: green;
	font-family:Times New Roman;
	font-size:40;
	font-weight:bolder;
	text-align: center;
}
p.elvish
{
	color: #000000;
	font-family:Tengwar Quenya-1;
	font-size:small;
	font-weight:bolder;
	font-style:normal;
}
p.elvish:first-letter 
{
	color: #000000;
	font-size:xx-large
}
p.qotd
{
	color: #000000;
	font-family:Arial;
	font-size:x-small;
	font-weight:normal;
	font-style:normal;
}
p.qotd:first-letter 
{
	color: #000000;
	font-size:small;
	font-weight:bold;
}
p.rain
{
	color:blue;
	font-family:Tahoma;
	font-size:large;
	font-weight:bolder;
	
}
p.board
{
	text-align:center;
}
p.boardtext
{
	text-align:justify;
	width:700;
}
p.boardtext:first-letter
{
	font-size:xx-large;
	font-weight:bolder;
}
p.note
{
	text-align: left;
	font-family:Arial;
	font-size: 12px;
}
p.numbers
{
	text-align:left;
	color:black;
	font-size:small;
	font-weight:bolder;
}
p.links
{
	text-align:left;
	color:Black;
	font-size:medium;
}
p.address
{
	font-size:large;
	font-weight:normal;
	text-align:left;	
}
p.special
{
	color: #000000;
	font-family:Times New Roman;
	font-size:medium;
	font-weight:bolder;
	text-align:center;
}
p.special:first-letter 
{
	color: #000000;
	font-size:xx-large
}
p.safety
{
	font-size: large;
	font-weight: normal;
	text-align: justify;	
}
	
/***********************************************/
/* div tag styles                             */
/***********************************************/ 
div.notes
{
	text-align: center;
	font-family:Arial;
	font-size: 10px;
}

/***********************************************/
/* Table tag styles                             */
/***********************************************/ 
table
{
	margin:0;
	padding: 0;
}
table.document
{
	text-align: left;
	font-family:System;
	font-size: 14px;
	font-weight:bolder;
}
table.homepage
{
}
table.inhome
{
	border-style:solid;
	/*border-color:#B0160D;*/ /*#A90017;*/
	border-color:black;
	border-width:medium;
}
table.standings
{
	border-style:outset;
}
table.column
{
	width:300;
	text-align:left;
	margin-top:0;
}
tr.linkbar
{
	background-color: white;
}
tr.date
{
	background-color: #BFE2F9;
}
td.inhome
{
	padding:0;
	margin:0;
	text-align:center;
}
td.homesides
{
	background-color:#B0160D;
	/*background-color:black;*/
	width:5%;
}
td.main
{
	background-color: #ffffff;
}
td.shout
{
	text-align: left;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: black;
}
td.header
{
	text-align:right;
	font-size: 42px;
	font-weight: 700;
	font-family: serif;
	color: white;
}
td.spacer
{
	font-size: 1px;
}
td.spacer2
{
	font-size: 6px;
}
td.teams
{
	font-family:Times New Roman;
	font-size:medium;
	font-weight:bolder;
	text-align:center;
}
td.teambox
{
	font-family:Times New Roman;
	font-size:medium;
	font-weight:bolder;
	text-align:center;
	width:150;
}
td.content
{
	vertical-align:top;
	text-align:center;
}
td.contentbmp
{
	vertical-align:middle;
	text-align:center;
}
td.content-reduced
{
	vertical-align:top;
	text-align:left;
	text-justify:distribute;
	font-family:Verdana;
	font-size:smaller;
}
td.safety
{
	vertical-align:top;
	text-align:left;
}
td.sponsor
{
	vertical-align:middle;
	padding-bottom:40;
	padding-top:5;
	text-align:left;
	font-size:large;
	font-weight:bold;
}
td.steam
{
	width:120px;	
	text-align:left;
}
td.record
{
	width:35;	
	text-align:right;
}
td.score
{
	text-align:right;
	width:20;
}
td.standing
{
	text-align:center;
	font-weight:bolder;
}
td.columns
{
	border-width:thin;
	margin:0;
	padding:0;
	vertical-align:top;
}
td.address
{
	margin:0;
	padding:0;
}
td.allstars
{
	font-weight:bolder;
	text-align: center;
}
th.allstars2
{
	font-weight:bold;
	text-align:justify;
	vertical-align: top;
	font-size:17;
	width:50%;
}
td.allstars2
{
	font-weight:bold;
	text-align:center;
	vertical-align: top;
	font-size:13;
}
td.pitch
{
	font-weight:bolder;
	font-size:smaller;
	line-height:1;
}
td.snack
{
	width:212;
	vertical-align:top;
	font-size:small;
	padding:0;
}
td.snackprice
{
	width:212;
	text-align:right;
	vertical-align:top;
	font-size:small;
	padding:0;
}
td.snacknote
{
	font-weight:bold;
	vertical-align:top;
	font-size:smaller;
}
th.snacktitle
{
	height:40;
	font-weight:bolder;
	vertical-align:bottom;
	font-size:large;
	text-align:center;
	color:Red;
}
table.scores
{
	border-style:solid;
	border-width:thin;
}

table.scores tr
{
	border-bottom-color:Black;
	border-bottom:2;
}

table.scores th
{
	background-color:#BFE2F9;
	font-weight:bold;
	font-size:small;
	padding:2;
	margin:0;
	border-bottom-color:Black;
	border-top-color:#BFE2F9;
	border-left-color:#BFE2F9;
	border-right-color:gray;
	border-style:solid;
	border-bottom-width:thin;
}
table.scores td
{
	padding:2;
	padding-left:3;
	padding-right:3;
	font-weight:normal;
	font-size:smaller;
	border-right-width:thin;
	border-right-color:#BFE2F9;
	border-right-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#BFE2F9;
	border-bottom-style:solid;
	
}
	
/***********************************************/
/* Link tag styles                             */
/***********************************************/ 
a.linkbar
{
	text-decoration:none;
	font-size: small;
	font-weight: 600;
	padding: 0px;
	color: black;
	display:block;
}
a.linkbar:link{ color: black;}
a.linkbar:visited{ color: #8C5900;}
a.linkbar:focus{ color: black;}
a.linkbar:hover{ color: blue;}
a.linkbar:active{ color: black;}
a.links
{
	font-size:medium;
}

/***********************************************/
/* Button tag styles                             */
/***********************************************/ 
button.home
{
	background-color:#a90017;
	border-width:medium;
	border-bottom-color:Maroon;
	border-top-color:#f0888a;
	width:110;
	color:white;
	display:block;
	visibility:visible;
}
button.home2
{
	background-color:#a90017;
	border-width:medium;
	border-bottom-color:Maroon;
	border-top-color:#f0888a;
	width:100%;
	color:white;
	display:block;
	visibility:visible;
}
/***********************************************/
/* Img				                           */
/***********************************************/ 
img.teamline
{
	width:80%;
	height:3px;
}
	.sponsorline
{
	width:40%;
	height:3px;
}
/***********************************************/
/* Tabs				                           */
/***********************************************/ 
#header ul
{
	list-style: none;
	padding:0;
	margin:0;
}
#header li
{
	float: left;
	border: 1px solid;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
}
#header li a
{
	padding: 0 1em;
}
#content
{
	border: 1px solid;
	clear: both;
	
}
#header #selected
{
	position: relative;
	top: 1px;
	background: white;
}
h1
{
	margin: 0;
	padding: 0 0 1em 0;
} 
h2
{
	font-family:Arial;
	font-size:large;
}
/***********************************************/
/* Tabs	2			                           */
/***********************************************/ 
#navigation a
{
	color: #000000;
	background: silver url(left-tab.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}
#navigation a.active
{
	color: #ffffff;
	background: black url(left-tab-hover.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}
#navigation a span
{
	background: url(right-tab.gif) right top no-repeat;
	padding-right: 10px
}
#navigation a span.active
{
	background: url(right-tab-hover.gif) right top no-repeat;
	padding-right: 10px
}
#navigation a, #navigation a span
{
	display: block;
	float: left
}
/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
	float: none
}
/* End hide */
#navigation a:hover
{
	color: #ffffff;
	background: black url(left-tab-hover.gif) left top no-repeat;
	padding-left: 10px
}
#navigation a:hover span
{
	background: url(right-tab-hover.gif) right top no-repeat;
	padding-right: 10px
}
#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li
{	
	list-style:none;
	float: left;
	margin: 0;
}
div.border
{
	background:black;
	width:100%;
	height:3px;
	text-align:left;
	font-size:1px;
}

div.leftside
{
	left:0px;
	position:absolute;
	width:5%;
	height:100%;
	background:#B0160D;
}
div.center
{
	top:0px;
	left:5%;
	position:absolute;
	width:90%;
	height:90%;
	background:white;
}
div.rightside
{
	right:0px;
	position:absolute;
	width:5%;
	height:100%;
	background:#B0160D;
}
div.footer
{
	bottom:0px;
	left:5%;
	right:5%;
	position:absolute;
	background:url("grass4.jpg") repeat left top;
	height:10%;
	width:90%;
}
div.navigator
{
	position:fixed;
	top:0px;
	left:0%;
}
div.maincontent
{
	position:absolute;
	top:0px;
	left:15%;
	text-align:center;
	
}
/***********************************************/
/* Menu Tabs                                   */ 
/***********************************************/
#tabsH
{
    float:left;
    width:100%;
    background:white;
    font-size:93%;
    line-height:normal;
}
#tabsH ul
{
	margin:0;
	/*padding:10px 10px 0 50px;*/
	padding:0px 0px 0px 0px;
	list-style:none;
}
#tabsH li {
    display:inline;
    margin:0;
    padding:0;
    }
#tabsH a {
    float:left;
    background:url("tableftH.gif") no-repeat left top;
    margin:0;
    /*padding:0 0 0 4px;*/
    padding:0 0 0 4px;
    text-decoration:none;
    }
#tabsH a span
{
    float:left;
    display:block;
    background:url("tabrightH.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    /*padding:0px 0px 0px 0px;*/
    color:gray;
}
#tabsH a span.active
{
    float:left;
    display:block;
    background:url("tabrightH.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    /*padding:0px 0px 0px 0px;*/
    color:white;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span {float:none;}
/* End IE5-Mac hack */
#tabsH a:hover span
{
    color:white;
}
#tabsH a:hover
{
    background-position:0% -42px;
}
#tabsH a:hover span
{
    background-position:100% -42px;
}
/***********************************************/
/* New Menu Tabs                                   */ 
/***********************************************/
#tabsN
{
    float:left;
    width:85%;
    background:white;
    font-size:75%;
    line-height:normal;
}
#tabsN ul
{
	margin:0;
	/*padding:10px 10px 0 50px;*/
	padding:0px 0px 0px 0px;
	list-style:none;
}
#tabsN li {
    display:inline;
    margin:0;
    padding:0;
    }
#tabsN a {
    float:left;
    background:url("tableftH.gif") no-repeat left top;
    margin:0;
    /*padding:0 0 0 4px;*/
    padding:0 0 0 4px;
    text-decoration:none;
    }
#tabsN a span
{
    float:left;
    display:block;
    background:url("tabrightH.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    /*padding:0px 0px 0px 0px;*/
    color:gray;
}
#tabsN a span.active
{
    float:left;
    display:block;
    background:url("tabrightH.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    /*padding:0px 0px 0px 0px;*/
    color:white;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsN a span {float:none;}
/* End IE5-Mac hack */
#tabsN a:hover span
{
    color:white;
}
#tabsN a:hover
{
    background-position:0% -42px;
}
#tabsN a:hover span
{
    background-position:100% -42px;
}


