﻿/* 
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
CSS Stylesheet: Dictionary
This stylesheet defines:
1.  Styles for classes used to display present term definitions
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/
    
.glossaryinterface {border: #000000 2px solid; padding: 10px 7px 10px 7px;
    BACKGROUND-COLOR: #00CCFF; text-align:center;}

div.Help
{
	background-color:white;
	padding:10px;	
	text-align: right;
}


p.Help, li.Help, ul.Help, td.Help, td.HelpSeeAlso	
{
	background-color:white;
	font-weight: normal;
	font-size: 9pt;
	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 {width:70px; text-align:left;}



li.Help
{
	margin-bottom:1em;
}

h1.Help
{
	font-weight: bold;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: normal;
	text-decoration: none;	
}

h2.Help
{
	font-weight: bold;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: normal;
	text-decoration: none;	
	background-color:white;
	text-align:left;
}

h3.Help
{
	font-weight: bold;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: normal;
	text-decoration: none;	
	background-color:white;
	text-align:left;
}

a.Help:link, a.Help:visited, a.Help:active, a.Help:hover
{	font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
    font-size:9pt; text-decoration: normal; text-align: left;
	color: #0000ff; }	
		
a.Help:hover {color: maroon; text-decoration: underline}


