﻿/* 
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
CSS Stylesheet: Header and Footer
This stylesheet defines:
1.  Styles for classes (.header, .header_left, etc.) used on the header control.
2.  Styles for classes used on the footer control.
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

/* Header */

td.golfheader {line-height:2.2em;}

td.headernav {background-image:url('../images/style/bluegradient.gif'); 
        background-repeat:repeat-y; border:solid 1px #006699; 
        text-align:center; white-space: nowrap;}

a.golfheader:link, a.golfheader:visited, a.golfheader:active
{
    padding: 0px 0px 0px 20px;
    font-size: 2.2em;
    font-weight: bold;
    font-style: normal;
    font-family: Arial, Trebuchet MS, Sans-Serif;
    color: #009900;
}

a.golfheader:hover
{
    text-decoration: none;
    color: #990000;
}

span.medleyheader {padding: 0px 0px 0px 40px; }

span.HeaderSearchLabel {FONT-SIZE: .8em; font-weight:normal; 
    FONT-FAMILY: 'Arial', Sans-Serif; TEXT-DECORATION: none; COLOR: #990000; }
    
.header_textbox {width:150px; font-size:.8em; 
    FONT-FAMILY: 'Arial'; TEXT-DECORATION: none;}
    
.header_ddl {FONT-SIZE: .8em; COLOR: black; FONT-FAMILY: 'Arial'; TEXT-DECORATION: none;}
    
.header_button { FONT-SIZE: .8em; border-style:inset; 
    FONT-FAMILY: 'Arial'; TEXT-DECORATION: none; }

    
a.header:link, a.header:visited, a.header:active {font-weight: bold; 
    font-size: 1.0em; 
    font-family: helvetica, arial, sans-serif;
    text-decoration: none; color: #ffffff; margin:0px 0px 0px 0px;}	

a.header:hover
{
    font-weight: bold;
    font-size: 1.0em;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
    color: #990000;
}
  
/* Footer */

td.footernav {background-image:url('../images/style/bluegradient.gif'); 
        background-repeat:repeat-y; border:solid 1px blue; text-align:center; white-space: nowrap; }
        
td.footercopyright
{
    font-size: .9em;
    text-align: center;
    color: #777777;
    padding:10px 0px;
}