﻿body 
{
	background-color: #FFFFFF;
}
.LogoUpper 
{
    text-align: left;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    font-size: large;
    text-decoration: none;
}
.MenuRibbon
{
    background-color: #ADADD6;
    text-align: left;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    height: 30px;
}

a.MenuRibbon
{
    background-color: #ADADD6;
    border-bottom: dashed 1px #FFFFFF;
    text-align: left;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
}

.BottomCopyright
{
    text-align: right;
    font-size: smaller;
    font-weight: normal;
}
.BackItem
{
	color: #FFFFFF;
    text-align: right;
    text-decoration: none;
}   

.WorkingArea
{
	padding: 25px 25px 25px 25px;
}
.SimpleText
{
    font-size: smaller;
    color: #000000;
    font-style: normal;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    font-weight: normal;
    text-decoration: none;
}

a.SimpleText
{
    font-size: smaller;
    border-bottom: dashed 1px #FFFFFF;
    color: #000000;
    font-style: normal;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    font-weight: normal;
    text-decoration: none;
}

.Section
{
	border-bottom-color: #B3B29D;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.SectionLink
{
    font-weight: bold;
    font-size: 11pt;
    color: white;
    font-style: normal;
    font-family: Tahoma;
    background-color: silver;
    font-variant: normal;
    text-decoration: overline;
}

.CommentText
{
    font-size: 9pt;
    color: #009933;
    font-style: normal;
    font-variant: normal;
}

.ErrorText
{
    font-size: 9pt;
    color: #ff3300;
    font-style: normal;
    font-variant: normal;
}


.SubHeaderText
{
    font-size: medium;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
}


.EvenRows
{
    font-size: smaller;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    background-color: #D9D8BF;
}

.MandatoryFieldsText
{
    font-size: 9pt;
    color: Red;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
}

.DebitBalanceValueText
{
    font-size: smaller;
    color: Red;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
}

.CreditBalanceValueText
{
    font-size: smaller;
    color: Green;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
}


td.CustomBorders
{
    border-right: black 1px solid;
    border-left: black 1px solid;
}

.progress
{
	font-size: 11pt;
	color: gray;
	font-style: italic;
	font-family: Arial;
}

.LogoBarStyle
{
    font-family: Consolas;
    font-size: large;
    font-weight: normal;
    background-color: #99CCFF;
    width: 160px;
}
.TopBarStyle
{
    font-family: Consolas;
    font-size: small;
    color: #000000;
}
.JustLinkStyle
{
    font-family: "Bodoni MT";
    font-size: medium;
}

.SearchBarStyle
{
    font-family: "Bodoni MT";
    font-size: medium;
    background-color: #99CCFF;
}

.ArticleHeaderStyle
{
    font-family: "Lucida Sans Unicode";
    font-size: large;
    color: #333333;
}
.ArticleTextStyle
{
    font-family: "Lucida Sans Unicode";
    font-size: small;
    color: #666666;
}
.ArticleTimeStampStyle
{
    font-family: "Lucida Sans Unicode";
    font-size: small;
    color: #333300;
}

.ControlArea
{
    background-color: #DBD7D2;
    width: 300px;
}