/* ================================
    CSS STYLES FOR EMM
    v1.1, 02/2004
   ================================
*/   

BODY
{
}


/* */
.ErrorText
{
    color: red;
    font-family: Arial, Arial;
    font-size: 12px;
    line-height: 20pt
}

/* GENERAL */

img
{
    border-color: black;
}

.XLargeBlack
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: bold;
}

.Category
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.EmailHead
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.LargeRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #C23232;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}
.NormalTable
{
    background-color: White;
    border-color: Black;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.NormalTableBrown
{
    background-color: white;
    border-color: #0d3786;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#0d3786;
}
.NormalTableBlue
{
    background-color: #338FCB;
    border-color: white;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color:#FFFFFF;
	
}
/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #0d3786;
    font-size: 11px;
}

A.SLK, A.SLK:link, A.SLK:visited
{

    color: #FFFFFF;

}    

A.SiteLink:hover    
{
    text-decoration: underline;
    color: #ff9105;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #0d3786;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: #ff9105;
    text-decoration: none;
}

A.CategoryLinkBold, A.CategoryLinkBold:link, A.CategoryLinkBold:visited
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  18pt;
    font-weight: bold;
    color: #0d3786
}

A.CategoryLinkBold:hover    
{
    text-decoration: underline;
    color: #ff8d08;
}

/* */
.ContentHead
{
    background-color: #0d3786;
    color: #FFFFFF;
    font-family: Arial, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #C23232;
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}


.NormalTableHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #0d3786;
    font-weight: bold;
    color: White;
}
.NormalTableHeaderLight
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #DBDCCF;
    font-weight: bold;
}

A:link  {
    text-decoration: none;
    color:  black;
}

A:visited  {
    text-decoration: none;
    color:  black;
}


A, A:hover {
    text-decoration: underline;
    color:  black;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left
}

