/*
 * File:  main.css
 *
 * This is the main style sheet for this site
 */

body
{
    font-family:          arial;
    font-size:            8pt;
    color:                black;
    background-color:     #EEEEEE;
}

a
{
    font-family:          arial;
    font-weight:          800;
    color:                blue;
}

.title
{
    text-align:           right;
    font-family:          arial;
    font-size:            20pt;
    font-weight:          800;
    color:                Navy;
}

h1
{
    font-family:          arial;
    font-size:            14pt;
    font-weight:          800;
    color:                black;
}

h2
{
    font-family:          arial;
    font-size:            12pt;
    font-weight:          800;
    color:                black;
}

h2.center
{
    text-align:           center;
    font-family:          arial;
    font-size:            12pt;
    font-weight:          800;
    color:                black;
}

h3
{
    font-family:          arial;
    font-size:            10pt;
    font-weight:          800;
    color:                black;
}

h3.center
{
    text-align:           center;
    font-family:          arial;
    font-size:            10pt;
    font-weight:          800;
    color:                black;
}

h4
{
    font-family:          arial;
    font-size:            9pt;
    font-weight:          800;
    color:                black;
}

h4.center
{
    text-align:           center;
    font-family:          arial;
    font-size:            9pt;
    font-weight:          800;
    color:                black;
}

p
{
    text-align:           left;
    font-family:          arial;
    font-size:            8pt;
    color:                black;
}

ul.menu
{
    font-family:          arial;
    font-size:            8pt;
    color:                black;
}

ul.info
{
    font-family:          arial;
    font-size:            8pt;
    font-color:           black;
    font-weight:          800;
    color:                black;
}

.l
{
    text-align:           left;
    font-family:          arial;
    font-size:            8pt;
    color:                white;
}

.lb
{
    text-align:           left;
    font-family:          arial;
    font-size:            8pt;
    color:                white;
    font-weight:          bold;
}

.c
{
    text-align:           center;
    font-family:          arial;
    font-size:            8pt;
    color:                black;
}

.cb
{
    text-align:           center;
    font-family:          arial;
    font-size:            8pt;
    color:                black;
    font-weight:          800;
}

.r
{
    text-align:           right;
    font-family:          arial;
    font-size:            8pt;
    color:                black;
}

.rb
{
    text-align:           right;
    font-family:          arial;
    font-size:            8pt;
    color:                black;
    font-weight:          800;
}

input, select, textarea
{
    font:             MS Sans Serif, Tahoma, Verdana, Arial;
    font-size:        8pt;
    border-width:     1;
    border-color:     CCCCCC;
    border-style:     ridge;
}

a.menu
{
    text-decoration:  none
}

a:hover.menu
{
    text-decoration:  menu
}

.menu:hover
{
    color:            yellow;
    text-decoration:  none;
    text-align:       center;
    font:             arial;
    font-size:        10pt;
}

.menu
{
    color:            white;
    text-decoration:  none;
    text-align:       center;
    font:             arial;
    font-size:        10pt;
}

a.msgbox
{
    text-decoration:  none;
}

.newtitle
{
    font-size:        large;
    font-family:      Bookman Old Style;
    font-weight:      bold;
    font-style:       normal;
    color:            Navy;
    text-decoration:  underline;
    text-align:       center;
}


td.Raised
{
    background:       #4488AA;
    border-top:       solid #DDDDDD 4px;
    border-left:      solid #DDDDDD 4px;	
    border-right:     solid #584300 4px;	
    border-bottom:    solid #584300 4px;
    text-align:       center;
    font:             arial;
    font-size:        10pt;
    padding:          5;
}

.ToolBar
{
    background:       buttonface;
    border-top:       1 solid buttonhighlight;
    border-left:      1 solid buttonhighlight;
    border-bottom:    1 solid buttonshadow;
    border-right:     1 solid buttonshadow;
    padding:          2;
    font:             menu;
}

.MailBody
{
    border:           0;
    margin:           0;
    cursor:           default;
    background:       buttonface;
}

.dark
{
    background: buttonshadow;
    color: white;
    font: icon;
    text-align: right;
    width: 105;
    padding-right: 1;
}

.separator
{
    width:            2;
    height:           22;
    border-left:      1 solid buttonshadow;
    border-right:     1 solid buttonhighlight;
}

.separator2   {width: 100%; height: 2; border-left: 1 solid buttonshadow;	border-right: 1 solid buttonhighlight;}

//.separatortool   {width: 2; height: 15; border-left: 1 solid buttonshadow;	border-right: 1 solid buttonhighlight;}


.DateBar
{
    background:       eeeeee;
    font:             icon;
    color:            buttontext;
    background:       threeddarkshadow;
    bborder-left:     1 solid threedshadow;
    border-right:     1 solid threedlightshadow;
    border-top:       1 solid threedshadow;
}
	
.DateBar TD
{
    background:       eeeeee; 
    border-top:       1 solid threedhighlight;
    border-left:      1 solid threedhighlight;
    border-right:     1 solid threedshadow;
    border-bottom:    1 solid threedshadow;
}
 

