﻿body
{
    margin: 7px;
    background-color: White;
    color: #333333;
    font-family: /* Tahoma, */ Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

a:link
{
	color: #005566;
}

a:visited
{
	color: #005566;
}

a:hover
{
	color: #2277aa;
}

a:active
{
	color: #005566;
}

/********************** Header ******************************/
a:link.PageTitle
{
	color: Black;
	text-decoration: none;
}

a:visited.PageTitle
{
	color: Black;
	text-decoration: none;
}

a:hover.PageTitle
{
	color: Black;
	text-decoration: underline;
}

a:active.PageTitle
{
	color: Black;
}


.Header
{
    /* border-width: 1px;
    border-bottom-style: solid; */
    /* padding-top: 10px; */
    text-align: left;
    width: 100%;
    vertical-align: middle;
}

div.PageTitle
{
    background-color: #3399CC;
    color: #FF9900;
    font-size: 18px;
    font-weight: bold;
    /* padding: 0px; */
    /* padding-left: 5px;
    margin-left: -5px; */
    margin-bottom: 10px;
    text-decoration: none;
    /* width: 779px; */
}

div.SiteMapPath
{
    padding-top: 5px;
    font-size: 9px;
}
/********************** Header ******************************/

/********************** Navigation Tree ******************************/
.Menu
{
    border-style: solid;
    border-width: 1px;
    border-color: #CBCED4;
    background-color: #F5F5F5;
    padding: 11px;
    left: 20px;
    color: #666666;
    margin-right: 3ex;
}

a.TreeNode
{
	color: #336699;
	text-decoration: none;
}

a:visited.TreeNode
{
	color: #336699;
}

.TreeNode
{
    padding-top: 1px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 5px;
    margin-right: 5px;
}

.TreeRootNode
{
}

.TreeParentNode
{
/*	color: #336699; */
    font-weight: bolder;
}

.TreeLeafNode
{
}

.TreeSelectedNode
{
    font-weight: bold;
    background-color: #DDEEFF;
}

.TreeHoverNode
{
    background-color: #DDEEFF;
    /*text-decoration: none;*/
}

.MenuUserName
{
    font-size: 7pt;
}
/********************** Navigation Tree ******************************/


.Content
{
    vertical-align: top;
}

h1      /* Page Title in Content area */
{
/*
    font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
    font-size: x-large;
*/
    color: #3399CC;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
}

.Footer
{
    /* width: 750px; */
    font-size: 8pt;
    text-align: center;
    word-spacing: 2px;
    padding-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    left: 0px;
    clear: both;
}

div.Footer a
{
	padding-right: 10px;
	color: #2277aa;
	text-decoration: none;
}

div.Footer a:visited
{
/*	color: #005588; */
	color: #2277aa;
}

div.Footer a:hover
{
	color: #2277aa;
	text-decoration: underline;
}

/********************** Tables & Forms ******************************/
.Table
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #CCCC99;
    background-color: #F5F5F5; /* #EFF3FB; */ /* #F7F7DE; */
    border-collapse: collapse;
}

.TablePadding td
{
    padding: 3px;
}

.TableHeader, .TableHeader td, .TableHeader th
{
    color: White;
    background-color: #104676; /* #6B696B; */
    font-weight: bold;
    text-align: center;
/*    padding-top: 3px;
    padding-bottom: 3px;*/
    padding: 5px;
}

.WizardButton
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #284775;
    background-color: #FFFBFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}
/********************** Tables & Forms ******************************/

.Error
{
    color: #FF0000;
    font-weight: bold;
}

.Success
{
    color: green;
    font-weight: bold;
}


/********************** Status Messages ******************************/
.StatusMessageInfo
{
    background-color: #9FCF9F;
}

.StatusMessageWarning
{
    background-color: #FFEF9F;
}

.StatusMessageAlert
{
    background-color: #FF9F9F;
}

/********************** Reference Data Shop ******************************/
.OrderStateProcessing
{
    background-color: Yellow;
}

.OrderStateFinished
{
    background-color: Lime;
}

.OrderStateFailed
{
    background-color: Red;
}

/********************** Progressbar Background ******************************/
.ProgressBarBackGroundColor
{
    background-color: Gray;
}

.ProgressBarForeGroundColor
{
    background-color: Yellow;
}

/********************** Order Item Details ******************************/
.EpochsMissingColor
{
    background-color: Red;
}

.GenerationResultFailed
{
    color: Red;
}

.GenerationResultPassed
{
    color: Green;
}

.GenerationResultIdle
{
    color: Orange;
}

/********************** Calendar ******************************/
.CalendarFrame
{
    background-color: #104676;
    color: White;
}

.CalendarContent
{
    background-color: #F5F5F5;
    color: Black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/********************** Subscriptions ******************************/
.SubscriptionWithoutFollowup
{
    background-color: #FF9F9F;  /* red */
}

.SubscriptionWithUnapprovedFollowup
{
    background-color: #FFEF9F;  /* yellow */
}
