/* ----------------------------------------------------
Copyright © 2004 ASI All rights reserved.


This is the public stylesheet for client integrations that include any component in
addition to CM and eSeries. For integrations with just these two components, Styles.css
(a stripped-down version of AMStyles.css) is used. The administration portal uses
CMStyles.css.

Note to developers: the ASI coding standards require style names to be mixed cap. For
consistency and readability, HTML tags are in ALL CAPS, and style definitions are all
lowercase.

MODIFICATION HISTORY:
  DATE        USER           ACTION
  03/01/2004  C.Jewell       Significant clean up, including standardizing mixed caps,
                             making HTML tags all caps, removing admin-related styles,
                             organizing and commenting.
---------------------------------------------------- */

.Secret /* For hidden keywords that Verity picks up -- DO NOT REMOVE */
  {font-size: 2px; display: none; font-family: sans-serif;}

BODY, TD, TH, P, LI, A, B, STRONG, I, EM, BLOCKQUOTE, FONT, H1, H2, H3, H4, H5
  {font-family: verdana, arial, helvetica, sans-serif; color: #333333;}
BODY, TD, TH, P, LI, BLOCKQUOTE, FONT
  {font-size: 11px; color: #333333;}
INPUT, TEXTAREA, .TextArea
  {font-size: 11px; font-weight: 100; font-family: monospace, sans-serif;}
OL, UL
  {margin: 0 0 0 25;}
PRE
  {font-size: 11px;}
TH, .Bold, .BigBold, .SmallBold
  {font-weight: bold;}
.Bold
  {font-size: 13px;}
.BigBold
  {font-size: 15px;}
.SmallBold
  {font-size: 11px;}
.Error
  {font-weight: bold; color: red;}

/* Headings */
h1, .Heading1
  {font-size: 14px; font-weight: bold; color: #003366;}
h2, .Heading2
  /* {font-size: 13px; font-weight: bold; color: #CC6600;} */
  {font-size: 12px; font-weight: bold; color: #CC6600;}
h3, .Heading3
  {font-size: 12px; font-weight: bold; color: #006699;}
h4, .Heading4
  {font-size: 11px; font-weight: bold; color: #000066;}
h5, .Heading5
  {font-size: 11px; font-weight: bold; color: #333333;}
	
/* a, a:link, a:visited, a:hover, a:visited:hover
  {color: #336699; font-weight: normal; text-decoration: underline; font-size: 11px;} */

/* {color: #000099;}  */
/* rwt 01/08/07 changed following a:visited from #000099 to 336699 as requested by jason */	
/* a:visited */
/*  {color: #336699;} */
/* rwt 05/12/05 chagned following font-wieght from bold to normal and color to  #000099  */
/* a:hover, a:visited:hover */
/*   {color: #0066CC; font-weight: bold; text-decoration: underline;} */


/* a:hover, a:visited:hover
  {color: #0066ff; font-weight: normal; text-decoration: underline;}

A.highlight, A.highlight:link, A.highlight:visited, A.highlight:hover, A.highlight:visited:hover
  {font-size: 13px; color: white; text-decoration: none;} */

.Arial
  {font-family: arial, sans-serif;}
.Required
  {font-weight: bold;}
.Text
  {font-size: 11px;}
.Small
  {font-size: 10px;}
.Smaller
  {font-size: 9px;}
.Large
  {font-size: 12px;}
.Larger
  {font-size: 13px;}


