﻿body
{
    margin: 7px;
    background-color: White;
    color: #006400;
    font-family: /* Tahoma, */ Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

a:link
{
	color: ##006400;
}

a:visited
{
	color: #006400;
}

a:hover
{
	color: #2277aa;
}

a:active
{
	color: #006400;
}


/********************** Tooltips ******************************/
.Help  /* Help icon ("?") on which tooltips appear */
{
    padding: 1px 3px 1px 3px;
    border-style: dotted;
    border-width: 1px;
    cursor: help;
}

.Tooltip
{
    position: relative;
}

.Tooltip span
{
    display: none;
    font-size: smaller;
    color: #000066;
    text-decoration: none;
}

.Tooltip:hover
{
    background-color: #99CCFF;
}

.Tooltip:hover span      /* Note: This doesn't work with IE 6 */
{
    display: block;
    position: absolute;
    text-align: left;
    width: 300px;
    top: 30px;
    left: 30px;
    background: #e6ecff;
    border: 1px solid #003399;
    padding: 3px;
    text-decoration: none;
    opacity: .8;
}
/********************** Tooltips ******************************/

/********************** Header ******************************/
a:link.PageTitle
{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited.PageTitle
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.PageTitle
{
	color: #FFFFFF;
	text-decoration: underline;
}

a:active.PageTitle
{
	color: #FFFFFF;
}


.Header
{
    /* border-width: 1px;
    border-bottom-style: solid; */
    /* padding-left: 5px;*/
    text-align: left;
    width: 100%;
    vertical-align: middle;
}

div.PageTitle
{
    /*background-color: #FFFFDD;*/
    background-color: #006400;    
    color: #FFFFFF; /* White */
    font-size: 10px;
    font-weight: bold;
    /* padding: 0px; */
    /* padding-left: 5px;
    margin-left: -5px; */
    margin-bottom: 5px;
    text-decoration: none;
    /* width: 779px; */
}

div.SiteMapPath
{	
    padding-top: 3px;
    font-size: 8px;    
}
/********************** Header ******************************/

/********************** Navigation Tree ******************************/
.Menu
{
    border-style: solid;
    border-width: 1px;
    border-color: #CBCED4;
    background-color: #F5F5F5;
    padding: 11px;
    left: 20px;
    color: #006400;
    margin-right: 3ex;
}

a.TreeNode
{
	color: #006400;
	text-decoration: none;
}

a:visited.TreeNode
{
	color: 006400;
}

.TreeNode
{
    padding-top: 1px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 5px;
    margin-right: 5px;
}

.TreeRootNode
{
}

.TreeParentNode
{
    color: 006400;
    font-weight: bolder;
}

.TreeLeafNode
{
}

.TreeSelectedNode
{
    font-weight: bold;
    background-color: #CCFFFF;
}

.TreeHoverNode
{
    
    background-color: #DDEEFF;
    color: #FFFFFF;
    /*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: #006400; /* Green */
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
}

.Footer
{
    /* width: 750px; */
    font-size: 8pt;
    text-align: center;
    word-spacing: 0px;
    padding-top: 0px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    left: 0px;
    clear: both;
}

div.Footer a
{
	padding-right: 10px;
/*	color: #2277aa; */
	color: #006400; /* Green */
	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;
}

/* All textboxes with a validator control next to it cannot be 100% wide because
   if the validator (*) is shown, it would be wrapped in the next line. So make
   textboxes (input tags) and also drop-down lists (select tags) a bit smaller. */
.TextBoxesWithValidator input[type=text]  /* Note: [type=text] is not supported by IE 6 */
{
    width: 92%;
}
.TextBoxesWithValidator select
{
    width: 94%;
}

/********************** 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;
}

.OrderTotalValuesLine
{
    font-weight: bold;
}

/*******************************************************************************
 * Order view page
 *******************************************************************************/

/* Appearance of the "VRS" string in table in order view, to signal the user
   that the coordinates show up when he moves the mouse cursor over the string */
.VrsCoordinate {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: black;
	cursor: help;
	color: blue;
}

.Note
{
    font-size: smaller;
}

/********************** 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 ******************************/
.SubscriptionInTheFuture
{
    background-color: #FFEF9F;  /* yellow */
}

.SubscriptionWithUnapprovedFollowup
{
    background-color: #FFEF9F;  /* yellow */
}

.SubscriptionWithHighAmount
{
    background-color: Red;
}

/********************** Logins ******************************/
.PrimaryLogin
{
   background-color: #FFEF9F;  /* yellow */
}

.LockedLogin
{
   background-color: #FF9F9F;  /* red */
}

