﻿body 
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: Black;
    height: 100%; 
    width: 100%; 
    margin: 0 0 0 0;
}

H1
{
    font-size: 16pt; 
    color: #990033; 
    font-family: Verdana, arial;
    font-style: normal;
}

H2
{
    font-size: 12pt; 
    color: #990033; 
    font-weight: bold;
    font-family: Verdana, arial;
    font-style: normal;
}

a
{
    color: #990033;
    text-decoration: underline;
}

a:hover
{
    color: #888888;
    text-decoration: none;
}

.topMenuItems
{
    font-size: larger;
    font-family: Arial, Verdana;
    font-weight: bold;
    color: #990033;
    cursor: hand;
    width: 100%;
    background-image: url(images/menu-item-bg.gif);
    border-bottom: dotted 2px #FFFFFF;
    padding: 10px 15px 10px 5px;
    text-align: right;
    vertical-align: middle;
    margin-right: 20px;
}

/************ FORM STYLES ************/
.button
{
    background-color: #EEEEEE;
    border: outset 1px #990033;
    cursor: hand;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial, Verdana;
    font-weight: bold;  
    color: #000000; 
}

.fakeLink
{
    color: #990033;
    text-decoration: underline;
    cursor: hand;
}

.fakeLinkHover
{
    color: #888888;
    text-decoration: none;
    cursor: hand;
}

.textBox
{
    border: solid 1px #000000;
    background-color: #EEEEEE:
}


/************ GRID STYLES ************/
.defaultGrid
{
    padding: 0 0 0 0;
    margin: 0 0 0 0 ;
    width: 95%;
    border: 0 0 0 0;
}

.jobsTableIDRow
{
    background-color: #888888;
    color: #FFFFFF;
    font-weight: bold;
}
.jobsTablePrimaryRow
{
    border: none;
    background-color: #FFFFFF;
}
.jobsTableAltRow
{
    border: none;
    background-color: #eeeeee;
}

.defaultGridSelectedRow
{
    border: none;
    background-color: #FFFFC0;
}

.jobsTableHighlightRow
{
    border: none;
    background-color: #FFCC66;
}
