﻿/*
-------------------------------------------------------------
HTML Elements
-------------------------------------------------------------
*/
body
{
  margin: 0px;
  padding: 0px;
  background-color: #eeeeee;
  font-family: Verdana, Arial;
  font-size: .8em;
  height: 100%;
  width: 740px;
}
input
{
  font-family: Courier New, Verdana;
  font-size: 1em;  
}

textarea
{
  font-family: Courier New, Verdana;
  font-size: 1em;  
}
select
{
  font-family: Courier New, Verdana;
  font-size: 1em;  
}
label
{
  font-weight: bold;
  background-color: #eeeeee;
}
table.radio label
{
  background-color: #ffffff;
  font-weight: normal;
}

th
{
  font-weight: bold;
  text-align: right;
  font-size: .9em;
}

A
{
  color: #000033;
  text-decoration: underline;
}
A:hover
{
  text-decoration: none;
}
A.small
{
  font-size: .75em;
}

/*
-------------------------------------------------------------
Text Styles
-------------------------------------------------------------
*/
.TextBudget
{
  text-align: right; 
}
.TextSmall
{
  font-size: 7pt;
}
.TextLabel
{ 
  font-weight: bold;
  color: #000000;
}
.TextError
{
  font-weight: bold;
  color: #ff0000;
}
.TextMessage
{
  font-weight: bold;
}
.TextPageTableTitle
{
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: Verdana;
  letter-spacing: 2px;  
}

.TextInstructionButtonName
{
   color: #180873;
   text-transform: uppercase;
   font-weight: bold;
}

.TextPayingRecipientsInactive
{
  border: solid 1px #000000;
  margin: 2px 4px;
  padding: 0px 2px;
  font-weight: bold;
  font-size: .8em;
  text-transform: uppercase;
  font-family: Verdana, Courier New, Arial;
  letter-spacing: 1px;
  background-color: #dd0000;
  height: 17px;
}
.cssTextRequired
{
 font-size: 14px;
 font-weight: bold;
 color: #cc0033;
}
.TextMessageBlue
{
  font-weight: bold;
  color: #0000cc
}


/*
-------------------------------------------------------------
Hyperlink Styles
-------------------------------------------------------------
*/
.HyperlinkStandard
{
  font-size: 1.0em;
}
.HyperlinkSmall
{
  font-size: .8em;
}

.HyperlinkButtonStandard
{
  border: solid 1px #000000;
  margin: 2px 4px 2px 4px;
  padding: 2px 10px 2px 10px;
  font-weight: bold;
  font-size: .8em;
  text-transform: uppercase;
  font-family: Verdana, Courier New, Arial;
  letter-spacing: 1px;
  background-color: #dddddd;
  cursor: hand;
  text-decoration: none;
  height:10px;
  vertical-align:middle;

}

/*
-------------------------------------------------------------
Button Styles
-------------------------------------------------------------
*/
.ButtonStandard
{
  border: solid 1px #000000;
  margin: 2px 4px;
  padding: 0px 2px;
  font-weight: bold;
  font-size: .8em;
  text-transform: uppercase;
  font-family: Verdana, Courier New, Arial;
  letter-spacing: 1px;
  background-color: #dddddd;
  cursor: hand;

}

.ButtonStandardCertify 
{  
  border: solid 1px #000000;
  margin: 2px 4px;
  padding: 0px 2px;
  font-weight: bold;
  font-size: .8em;
  text-transform: uppercase;
  font-family: Verdana, Courier New, Arial;
  letter-spacing: 1px;
  background-color: Blue;
  cursor: hand;
}

.ButtonPayingRecipientsActive
{
  border: solid 1px #000000;
  margin: 2px 4px;
  padding: 0px 2px;
  font-weight: bold;
  font-size: .8em;
  text-transform: uppercase;
  font-family: Verdana, Courier New, Arial;
  letter-spacing: 1px;
  background-color: #00dd00;
  cursor: hand;
}

/*
-------------------------------------------------------------
DataGrid Styles
-------------------------------------------------------------
*/
.DataGridStandard
{
  border: solid 1px #000000;
  font-size: .85em;
}
.DataGridStandard TH
{
  text-align: center;
  padding: 2px;
  font-weight: bold;
  background-color: #cee3d7; /* #cccccc */
  border: solid 1px #000000;  
}
.DataGridStandard TD
{
  padding: 2px;
  border: solid 1px #eeeeee;
}
.DataGridStandard .Alternating TD
{
  background-color: #efefef;
}

.TotalRow
{
    background-color: #FFFFDD !important;
    font-weight: bold;
}

.FormatCurrency
{
    text-align: right !important;
}

.FormatCurrencyNegative
{
    text-align: right !important;
    color: #FF0000;
}

.ErrorRow
{
    background-color: #FF0000;
}

/*
-------------------------------------------------------------
Menu Styles
-------------------------------------------------------------
*/
.MenuMainStandard
{
  margin: 5px;
}
.MenuStandard
{
  font-size: .85em;
  background-color: #cee3d7;
  text-align: left;
  height: 25px;
  border: solid 1px #000000;
  padding: 1px;
}
.MenuStandardHover
{
  font-size: .85em;
  color: #ffffff;
  background-color: #0b8754;
  text-align: left;
  height: 25px;
  border: solid 1px #000000;
  padding: 1px;
}
MenuSubItemStandard
{
  font-family: Courier New, Verdana, Arial, Helvetica;
  text-align: left;
}


/*
-------------------------------------------------------------
Panel Styles
-------------------------------------------------------------
*/
.PanelButtons
{
  border: solid 1px #aaaaaa;
  padding: 1px;
  margin: 1px;
  font-family: Arial, Verdana;
  background-color: #eeeeee;
  text-align: center;
  cursor: hand;
}
.PanelStandard
{
  /* border: solid 1px #000000; */
  color: #000000;
  margin: 0px;
}

/*
-------------------------------------------------------------
Section Styles
-------------------------------------------------------------
*/
.SectionBorderBottom
{
  clear: both;
  font-size: 1px;
  /*
  border-bottom: solid 1px #000000;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  height: 2px;
  margin: 4px -3px;
  */
}
.SectionBorderTop
{
  clear: both;
  font-size: 1px;
  border-top: solid 1px #000000;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  height: 2px;
  margin: 2px -3px 4px -3px;
}

.SectionBorderBottomBold
{
    font-weight: bold;
    border-bottom: solid 1px #000000;
    text-align: center;
}

.SectionBorderLeft
{
    border-left: solid 1px #000000
}

.SectionBorderRight
{
    border-right: solid 1px #000000
}

/*
-------------------------------------------------------------
Tabview Styles
-------------------------------------------------------------
*/
.TabItemActive
{
  background-color: #3a2e6e;
  color: #ffffff;
  border-top: solid 1px #000000;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #7c0000;
  padding: 2px 10px;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  text-align: center;
}
.TabItemDisabled
{
  background-color: #f1f1ed;
  color: #cccccc;
  border-top: solid 1px #000000;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  padding: 2px 10px;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  text-align: center;
}
.TabItemInactive /*, .TabItemInactive a:active, .TabItemInactive a:link, .TabItemInactive a:visited*/
{
  background-color: #f1f1ed;
  color: #000000;
  border-top: solid 1px #000000;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  padding: 2px 10px;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  text-align: center;
}
.TabItemInactive a:active, .TabItemInactive a:link, .TabItemInactive a:visited
{
  color: #000000;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  text-decoration: none;
}
.TabItemInactive a:hover
{
  color: #000000;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  text-decoration: underline;
}

/*
-------------------------------------------------------------
TreeView Styles
-------------------------------------------------------------
*/
.TreeViewNodeSelected
{
  text-decoration: underline overline;
  font-weight: bold;
}
.TreeViewStandard
{
  font-size: .92em;
}
.TreeViewStandard A
{
  text-decoration: underline;
}
.TreeViewStandard A:hover
{
  text-decoration: none;
}
/*
-------------------------------------------------------------
RadioButton Styles
-------------------------------------------------------------
*/
.RadioStandard
{
  background-color: #cee3d7;
  font-weight: normal;
}


/*
-------------------------------------------------------------
Page Help Styles
-------------------------------------------------------------
*/
.PageOptions
{
  background-color: #cee3d7;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 100px;
  border: solid 2px #003399;
  padding: 2px;
}

.PageOptions A
{
  text-decoration: none;    
}

.Help
{
  text-align: left;
  border: double 4px #003399;
  background-color: #ffffff;
  padding: 2px;
  margin: 2px; 
}

.Help H3
{
  background-color: #cee3d7;
  font-weight: bold;
  border-bottom: solid 2px #003399;
  font-size: 1.2em;
  padding: 2px 2px 2px 0px;
  margin: 0px;
}