﻿/* '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
CSS Stylesheet: Glossary 
This stylesheet defines styles for the Golf Medley glossary page (glossary.aspx).
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

h1.glossaryTitle {font-size: 2em; font-weight: bold; font-style: normal;
    font-family: Trebuchet MS, Arial, Sans-Serif; color: #009900;
    margin-top:1em;}
    
h2.glossarySubhead {font-size: 1.5em; font-weight: bold; font-style: normal;
    font-family: Trebuchet MS, Arial, Sans-Serif; color: #009900;
    margin-top:1em;}
    
.glossaryinterface {border: #000000 2px solid; padding: 10px 7px 10px 7px;
    BACKGROUND-COLOR: #99ccff; text-align:center;}
    
p.Help, li.Help, ul.Help, td.Help, td.HelpSeeAlso	
{
	background-color:white;
	font-weight: normal;
	font-size: 1.0em;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
    line-height:1.5em;
    text-align:left;
}
    
td.HelpSeeAlso	
{
	color: #990000; font-weight:bold; white-space:nowrap; vertical-align:top;	
}