BODY
{
    background-color: white;
    background-image: url("/cresolutions/images/WallPaper.gif");
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
}

BODY.FIELDQUERY
{
    background-color: navy
}

A
{
    color: navy;
}

A:hover
{
    color: red;
}

A:visited
{
    color: purple;
}

A:visited:hover
{
    color: red;
}

TD
{
    font-size: 8pt;
}

TH
{
    background-color: navy;
    color: white;
    font-size: 10pt;
}

TH.Fields
{
    background-color: white;
    color: black;
    font-size: 10pt;
}

.Selected
{
    font-weight: bold;
    background-color: white;
    color: navy;
}

.UnSelected
{
    font-weight: bold;
    background-color: navy;
    color: white;
}

.Small
{
    font-size: 8pt;
}

.TabText
{
    color: white;
    font-weight: bold;
    font-size: 8pt;
}

.TabTextSelected
{
    color: red;
    font-weight: bold;
    font-size: 8pt;
}

.Result
{
    background-color: white;
    color: navy;
    font-size: 10pt;
}

.SmallContrastHeader
{
    color: white;
    font-weight: bold;
    font-size: 8pt;
}

.SmallContrastText
{
    color: white;
    font-size: 8pt;
}

.SubTocEntry
{
    color: blue;
    font-size: 10;
}

.MainTocEntry
{
    color: black;
    font-weight: bold;
    font-style: italic;
    font-size: 20;
}

.TocEntry
{
    color: navy;
    font-weight: bold;
    font-size: 12;
}

.PageName
{
    color: black;
    font-size: 20;
}

.Message
{
	color=#ff0000;
	font-size="10";
	face="arial";
}

.SEARCH
{
    background-color: navy;
}

.HEADER
{
    color: white;
}

.TopLeft
{
    color: navy;
    font-size: 10pt;
}

.Tab
{
    background-color : #336699;
}

.TabSelected
{
    background-color : white;
}

.BGLIST
{
    background-color: navy;
}

.AdvancedLeft
{
    background-color: #FFFF99;
}

.AdvancedRight
{
    background-color: navy;
}

.AdvancedLeftText
{
    color: black;
}

.AdvancedLeftHeader
{
    font-weight: bold;
    color: black;
}

.AdvancedRightText
{
    color: white;
}

.RESULTLIST
{
    background-color: white;
}

.Button
{
    background-color: navy;
    border-bottom: navy;
    border-left: navy;
    border-right: navy;
    border-top: navy;
    color: white;
    font-family: Verdana, sans-serif;
}

.ConceptName
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial, sans-serif;
}

.ConceptDefinition
{
    font-size: 8pt;
    font-family: Arial, sans-serif;
}

.ConceptMapName
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial, sans-serif;
}

.FieldName
{
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    color: navy;
}

.LeftFieldTd
{
    background-color: #FFFF99;
}

.RightFieldTd
{
    background-color: #3366CC;
}

.filesumtd
{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    background-color: navy;
    color: white;
}

.filesumth
{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    background-color: navy;
    color: white;
}

.Highlight
{
    background-color: yellow;
}

.PrintSetup
{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
}

TH.PrintSetup
{
    font-weight: bold;
    font-size: 10pt;
    background-color: navy;
    color: white;
}

TH.PrintSetupSpacer
{
    background-color: white;
    color: navy;
}

TD.PrintSetup
{
}

.displayblock
{
    DISPLAY: block
}

.displaynone
{
    DISPLAY: none
}

