﻿/* ooooooooooooooooooooooooooooooooo */
/*             Page Layout           */
/* ooooooooooooooooooooooooooooooooo */

html, body 
{
    height:100%;
    margin:0;
    padding:0;    
}
.myForm
{
    position: relative;
    min-height: 100%;    
}

.container
{
    height:100%;
    margin:0;
    padding:0;    
}

div#header
{
	width: 945px;
	height: 142px;
	/*background-color: #FFFFFF;*/
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
}

div#header h1
{
	/*margin: 0px;*/
	/*padding-left:10px;*/
	background: #EEE;
	color: #79B30B
}

.top_wrapper
{
	width: 945px;
}

.wrapper
{
    width: 945px;
    padding-bottom: 175px;   /* Height of the footer */
}

.green_content
{
	width: 945px;
    margin-bottom: 20px;
}

.break
{
	width: 940px;
	height: 30px;
	background-image: url(images/break.jpg);
}

.break_grey
{
	width: 940px;
	height: 15px;
	background-image: url(images/break_grey.jpg);
}

.break_white
{
	width: 940px;
	height: 30px;
	background-image: url(images/break_white.jpg);
}

.mainBody
{
   
}

ul li, ol li
{
	margin-left: -17px;
}


.footer 
{
    position: absolute;
    bottom: 0;
    height: 175px;   /* Height of the footer */
    width: 100%;
}

.footer-wrapper
{
	width: 945px;
	text-align: left;
}

.footer .column
{
	width: 300px;
	height: 165px;
	float: left;
	padding: 5px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*             Page Layout           */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* ------------------------------------------------------------------------------------------- */

/* ooooooooooooooooooooooooooooooooo */
/*             Page Styles           */
/* ooooooooooooooooooooooooooooooooo */


body
{
    color: #575757;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size: 13px;    
    line-height: 1.5;
    background-image: url(images/bodyBG.jpg);
    background-repeat: repeat-x;
}

.top_wrapper
{
    text-align: left;
}

.wrapper
{
    text-align: left;
}

h1
{
	color: #CC3300;
}

div.green_container
{
	/*background-color: #005100;*/
	background-image: url(images/green_containerBG.gif);
	background-repeat: repeat-y;
}

div.green_content
{
	
    color: #FFFFFF;
    text-align: left;
}

div.green_content h1
{
	color: #FFFFFF;
	font-size: 24px;
    font-weight: bold;
	margin: 0 0 0 0;			/*  FFS!!!!!    */
	padding: 15px 0 15px 0;
}



h3
{
	margin: 0px;
	color: #575757;
}

.juniors h3
{
	margin-bottom: 10px;
}

.hr
{
	border: 0px;
	height: 1px;
	background-color: #CCCCCC;
	color: #CCCCCC;
}

a:link, a:visited, a:active
{
	color: #CC3300;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
}

.stats a
{
	color: #575757;
	font-weight: normal;
}

.bullets
{
	margin-bottom: 0px;
}

.green_table tr td a
{
	color: #575757;
	font-weight: normal;
}

.green_table
{
	background-color: #005100;
}

.green_table tr td
{
	background-color: #FFFFFF;
	color: #575757;
}

.green_table .heading td
{
	background-color: #005100;
	color: #FFFFFF;
}

.green_table .heading_teams td
{
	background-color: #007700;
	color: #FFFFFF;
}

.green_table .row_opposition td
{
	background-color: #FFCC00;
	color: #575757;
	font-weight: bold;
}

.green_table .row_ground td, .green_table .tblHeaderTop td
{
	background-color: #C40000;
	color: #FFFFFF;
	font-weight: bold;
}



.green_table .row1 td
{
	background-color: #E6FFE6;
	color: #575757;
}

.green_table .row1 .col1
{
	background-color: #007700;
	color: #FFFFFF;
	font-weight: bold;
}

.green_table tr .col1
{
	background-color: #007700;
	color: #FFFFFF;
	font-weight: bold;
}

.green_table tr .odd
{
	background-color: #FFFFFF;
	color: #575757;
}

.green_table tr .even
{
	background-color: #E6FFE6;
	color: #575757;
}

.footer 
{
    color: #FFFFFF;
    text-align: center;
    background: #333;
    background-image: url(images/footerBG.jpg);
}

.footer .column
{
	text-align: center;
	font-size: 8pt;
}

.footer h4
{
	font-size: 10pt;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*             Page Styles           */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


/* ------------------------------------------------------------------------------------------- */

/* ooooooooooooooooooooooooooooooooo */
/* 				  Menu 			     */
/* ooooooooooooooooooooooooooooooooo */

div.menu
{	
	/*text-align: left;*/
	position: relative;
	width: 555px;
	height: 27px;
	left: 130px;
	top: 113px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	line-height: 27px;
}

#navcontainer
{
margin: 0px 0 0 0px;
padding: 0;
height: 27px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
width: 90px;
height: 27px;

border-left: 1px solid #FFFFFF;
border-right: none;

padding: 0;
margin: 0 0 10px 0;
color: #005100;
text-decoration: none;
display: block;
text-align: center;

font-weight: normal;
}

#navcontainer ul li a
{
    background: url(images/menu_item.jpg) no-repeat 0 0;
}

#navcontainer ul li a:hover
{
background-position: 0 -28px;
}

#navcontainer a:active
{
    background: url(images/menu_active.jpg) no-repeat 0 0;
    background-color: #fff;

    color: #000;
    font-weight: normal;
}

#navcontainer li#active a
{
    background: url(images/menu_active.jpg) no-repeat 0 0;
    background-color: #fff;

    color: #FFFFFF;
    font-weight: normal;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* 				  Menu 			     */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* ------------------------------------------------------------------------------------------- */


/* ooooooooooooooooooooooooooooooooo */
/* 				  Photos 			 */
/* ooooooooooooooooooooooooooooooooo */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 0px; /*position where enlarged image should offset horizontally */

}





/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* 				  Photos 			     */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* ------------------------------------------------------------------------------------------- */
