html,
body {
    margin:0;
    padding:0;
    height:100%; /* 100 % height */

    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    font-size: 11pt;

    color: white;
    background-color: #737C7B;
/*    background-image: url('/background_new_embossed.gif'); */
    background-repeat: no-repeat;
    background-position: center; 
    background-attachment: fixed; 
}
html>body #header {
    position:fixed;
    z-index:10; /* Prevent certain problems with form controls */
    margin: 0;
    padding: 0;
    width:100%;
    height: 150px; /* Minimum height of header */
}
html>body #content-wrap {height:100%} /* 100 % height */
html>body #content { padding:180px 25px; /* 6em = height of #header and
    #footer + 1em, 1em = give the content some breathing space */
/*    background-color: #737C7B;
    background-image: url('/background_new_embossed.gif');
    background-repeat: no-repeat;
    background-position: center; */
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11pt;
}    

#footer {
    background-color: white;
    width:100%;
    /* height:5em; */ /*If there's nothing in it, overlaps form controls*/
}
html>body #footer {
    position:fixed;
    bottom:0;
    z-index:10; /* Prevent certain problems with form controls */
}

html>body #header #companyname {
    width:500px;
    top:0px;
    padding-left: 160px;
    padding-right: 160px;
    z-index:10;
}

html>body #header #searchpanel {
    position: fixed;
    vertical-align: top;
    top: 5px;
    right: 5px;
    background-color:transparent;
    z-index:11;
}

a {
    color: lightblue;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.clubinfotitle {
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    background-image: url('/clubs/contactinfotitle.gif');
    width: 98px;
    height: 43px; 
    text-align: center;
    
}
.clubinfotext {
    text-align: left;
    margin-left: 20px;
    padding-left: 20px;
}

#textbody {
    position: absolute;
    top: 240px;
    padding-left: 120px; 
/*    padding-top: 90px; */
/*    margin-top: 240px; */
/*    width: 90%; */
}

.loginbox {
        color: black;
	background-color: #dddddd;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}

.loginbox th {
        background-color: #444444;
        color: #ffffff;
        }

.odd {
        color: black;
	background-color: #dddddd;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
.odd a {
        color: navy;
       }

.fixture {
        color: black;
        border: 1px solid black;
        border-spacing: 3px;
        background-color: #dddddd;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

.fixture th {
        color: black;
        background-color: #aaaaaa;
}

.fixture td {
        vertical-align: top;
        font-size: smaller;
}

.fixture a {
        color: black;
}

.fixture .yearline {
        font-size: medium;
        color: black;
        font-weight: bold;
        background-color: #bbbbbb;
}

.fixture .monthline {
        color: black;
        font-weight: bold;
        background-color: #cccccc;
}

.fixture .date {
        white-space: nowrap;
}

.fixture .season {
        padding-left: 5px;
        padding-right: 5px;
        white-space: nowrap;
}

.fixture .map {
        text-align: center; 
        white-space: nowrap;
}

.fixture .ops {
        text-align: center;
        white-space: nowrap;
}

.fixture .ops a {
        color: darkblue;
}

.session .details {
        color: black;
        border: 1px solid black;
        border-spacing: 3px;
        background-color: #dddddd;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
        width: 100%;
}

.session .details th {
        text-align: left;
        color: black;
        background-color: #aaaaaa;
        padding-left: 5px;
        padding-right: 5px;
}

.session .details .heading {
        text-align: left;
        color: black;
        background-color: #aaaaaa;
        padding-left: 5px;
}

.session .details td {
        vertical-align: top;
        font-size: smaller;
        padding-right: 5px;
        padding-left: 5px;
}

.session .details a {
        color: darkblue;
}

.session .files {
        color: black;
        border: 1px solid black;
        border-spacing: 3px;
        background-color: #dddddd;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
        width: 100%;
}

.session .files .heading {
        color: black;
        background-color: #aaaaaa;
        padding-left: 5px;
        white-space: nowrap;
}

.session .files th {
        color: black;
        background-color: #aaaaaa;
        padding-left: 5px;
}

.session .files td {
        vertical-align: top;
        font-size: smaller;
        padding-left: 5px;
}

.session .files a {
        color: darkblue;
}

img {
    border-width: 0;
    border-style: none;
}
.searchInput
{
     border-style: hidden;
     border-width: 0px;
     color: darkblue;
     padding-left:10px;
     padding-right:10px;
     font-size:10pt;
     background: transparent;
     background-image: url(/SearchInput.png);
     background-repeat: no-repeat;
     margin-left:6px;
     margin-right:10px;
     height: 30px;
     vertical-align:middle;
}
.searchButton
{
     border-style: hidden;
     border-width: 0px;
     color: #8AB08A;
     padding-left:0px;
     padding-right:0px;
     font-size:8pt;
     margin-left:0px;
     vertical-align: middle;
     background:transparent;
     background-image: url(/SearchButton.png);
    
}



