/* ================================
    CSS STYLES FOR EMail Processor
    Must be resident in pages/styles folder. 
    v1.0, 5/11/2003
   ================================
*/   

.BodyLeftHandBar
{ 
	background-image: url('/images/sitebkgrdnogray.gif');
}
/* TEXT: White */
.white18b {font-size:18px;font-family:verdana,sans-serif,helvetica;color:#ffffff;font-weight:bold;text-decoration:none;}
.white14b {font-size:14px;font-family:verdana,sans-serif,helvetica;color:#ffffff;font-weight:bold;text-decoration:none;}
.white12b {font-size:12px;font-family:verdana, sans-serif, helvetica;color:#ffffff;font-weight:bold;text-decoration:none;}
.white10 {font-size:10px;font-family:verdana,sans-serif,helvetica;color:#ffffff;font-weight:normal;text-decoration:none;}
	

/* */
A.MenuLink, A.MenuLink:link, A.MenuLink:visited
{
    color: goldenrod;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  14px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 10px
}

A.MenuLink:hover
{
    color: white;
    text-decoration: underline;
    font-size:  14px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 10px
}
.TopCell
{
    background-color: #B8DCDC;
}

.PurpleCell
{   
    background-color: #990033;
}

.ParagraphHeading
{
    color: #003399;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 35px
}

.TableNormal
{
   background-color: #FFFFFF;
   cell-spacing: 2px;
   cell-padding: 2px;
   width: 80%;
}

.TableDirectory
{
   width: 80%;
   background-color: #FFFFFF;
   cell-spacing: 2px;
   cell-padding: 2px;
}

.ColumnHeaderColor
{
    color: #FFFFFF;
    background-color: #003399;
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight: bold;
    HEIGHT: 20px
}

.ColumnColor
{
    background-color: #003399;
    color: #FFFFFF;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;

}

.TableColumn
{

    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;

}



/* */
.ContentHead
{
    background-color: #CEF1FF;
    color: dimgray;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}


/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    color: #dddddd;
    font-size: 11px;
}   

A.SiteLink:hover    
{
    text-decoration: underline;
    color: white;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: #FFCC00;
    text-decoration: none;
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}


.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* larger text style*/
.Large
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px    
}

/* larger text style, bold */
.LargeBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px    
}


.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.GreenEmphasis
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px ;
    color: green   
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    line-height: 12px    
}



A:link  {
    text-decoration: underline;
}

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
}

/* */


A.MenuSelected
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuSelected:hover
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}
