//*
Example of commenting out in css.
.badStyle
{
	font-family: Aria000066l, Helvetica, sans-serif;
	font-size: 10pt
}
*//

BODY
{
    FONT-SIZE: .9em;
    FONT-FAMILY: Arial;
    background-color: #bbccb4;
    color: #333333;
}
A
{
	//* Controls links during mouse over*//
	FONT-SIZE: .9em;
	COLOR: #333333;
	FONT-FAMILY: Arial;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none
}
A:hover
{
	//* Controls links during mouse over*//
	FONT-SIZE: .9em;
	COLOR: #333333;
	FONT-FAMILY: Arial;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none
}
TBODY
{
   FONT-SIZE: .9em;
   FONT-FAMILY: Arial;
   
}
.SectionHeader
{
	//* Controls the section header right under the 1st table and active login info *//
    FONT-SIZE: 1.2em;
    COLOR: #333333;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
	LETTER-SPACING: 1.5pt
}
.HeaderBorder
{
	//* Controls the borders in the very top table of menu options *//
	BORDER-RIGHT: #80a074 1pt solid;
	BORDER-TOP: #80a074 1pt solid;
	BORDER-LEFT: #80a074 1pt solid;
	BORDER-BOTTOM: #80a074 1pt solid
}
.HeaderR1Cell1
{
	//* Controls the cell of the menu table *//
    FONT-WEIGHT: normal;
    FONT-SIZE: .9em;
    BORDER-BOTTOM: #80a074 1pt solid;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #F4F7F3;
    TEXT-ALIGN: center
}
.HeaderR1Cell
{
	//* Controls the cell of the menu table *//
    FONT-WEIGHT: normal;
    FONT-SIZE: .9em;
    BORDER-LEFT: #80a074 1pt solid;
    BORDER-BOTTOM: #80a074 1pt solid;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #F4F7F3;
    TEXT-ALIGN: center
}
.HeaderR1ActiveCell
{
	//* Controls the active cell of the menu table *//
    FONT-WEIGHT: bold;
    FONT-SIZE: .9em;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #80a074;
    TEXT-ALIGN: center
}
.SectionInformation
{
	//* Controls the sentences on the main page *//
	FONT-WEIGHT: bold;
	FONT-SIZE: .9em;
	COLOR: #333333;
	FONT-FAMILY: Arial;
	FONT-VARIANT: normal
}
.InputBox
{
    WIDTH: 96%;
   FONT-FAMILY: Arial;
}
.HeaderR1
{
    FONT-SIZE: .9em;
    FONT-FAMILY: verdana;
    TEXT-ALIGN: right;
    BACKGROUND-COLOR: #FFFFFF;
}
.HeaderR1Link
{
	//* Controls the links in the first row of the main table *//
    COLOR: #66865B;
    TEXT-DECORATION: none
}
.HeaderR1Link:hover
{
	//* Controls the links in the firdt row of the main menu table when hovering *//
    COLOR: #66865B;
    TEXT-DECORATION: underline;
}
.HeaderR1ActiveLink
{
	//* Controls the link to the section the user is in on row 1 *//
	FONT-SIZE: .9em;
    FONT-WEIGHT: bolder;
    COLOR: #80a074;
    FONT-FAMILY: verdana;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
.HeaderR2
{
    FONT-SIZE: .9em;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: right;
    BACKGROUND-COLOR: #F4F7F3;
}
.HeaderR2Link
{
	//* Controls the links in the second row of the main table *//
    COLOR: #66865B;
    TEXT-DECORATION: none
}
.HeaderR2Link:hover
{
	//* Controls the links in the second row of the main menu table when hovering *//
    COLOR: #66865B;
    TEXT-DECORATION: underline
}
.HeaderR2ActiveLink
{
	//* Controls the link to the section the user is in on row 2 *//
	FONT-SIZE: .9em;
    FONT-WEIGHT: bolder;
    COLOR: #80a074;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}   
.HeaderR2ActiveLink:hover
{
	//* Controls the link to the section the user is in on row 1 *//
	FONT-SIZE: .9em;
    FONT-WEIGHT: bold;
    COLOR: #66865B;
    FONT-FAMILY: arial;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
.HeaderR3Link
{
	//* Controls the logout button *//
    BORDER-RIGHT: #80a074 1pt solid;
    BORDER-TOP: #80a074 1pt solid;
    BORDER-LEFT: #80a074 1pt solid;
    BORDER-BOTTOM: #80a074 1pt solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: .8em;
    WIDTH: 35pt;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #80a074;
    TEXT-ALIGN: center;
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
.HeaderR3Link:hover
{
	//* Controls hovering over the logout button *//
    COLOR: white;
    FONT-SIZE: .8em;
    BACKGROUND-COLOR: #80a074
}
.HeaderR1Link
{
    TEXT-DECORATION: none
}
.BodyBorder
{
	BORDER-RIGHT: #80a074 1pt solid;
	BORDER-TOP: #80a074 1pt solid;
	BORDER-LEFT: #80a074 1pt solid;
	BORDER-BOTTOM: #80a074 1pt solid
}
.ResultCellEven
{
    BACKGROUND-COLOR: #f4f7f3
}
.ResultCellOdd
{
}
.WizardStepBorder
{
	//* Controls the border around the wizards like event and contact *//
    BORDER-RIGHT: #80a074 1pt solid;
    BORDER-TOP: #80a074 1pt solid;
    BORDER-LEFT: #80a074 1pt solid;
    BORDER-BOTTOM: #80a074 1pt solid
}
.WizardStepIncomplete
{
	//* Controls the  *//
    COLOR: #80a074;
    FONT-WEIGHT: bolder;
    BACKGROUND-COLOR: #f4f7f3;
    TEXT-ALIGN: center
}
.WizardStepComplete
{
	//* Controls the table cells for actions in the wizard that are complete *//
    COLOR: #385496;
    FONT-WEIGHT: bolder;
    BACKGROUND-COLOR: #F4F7F3;
    TEXT-ALIGN: center
}
.WizardStepActive
{
	//* Controls the active table cell for actions in the wizard that are complete *//
    FONT-WEIGHT: bolder;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #80a074;
    TEXT-ALIGN: center;
    font-size: .85em;
			}
.WizardLink
{
	//* Controls the actual link on the cell for actions in the wizard that are complete *//
	font-size: .9em;
}
.DetailLink
{
    FONT-WEIGHT: bolder;
    COLOR: #66865b;
   FONT-FAMILY: Arial;
}
.FormButton
{
	//* Controls the standard buttons on the forms *//
    FONT-WEIGHT: bolder;
    FONT-SIZE: 1.0em;
    WIDTH: 60pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #66865b;
    font-weight: bold;
}
.FormButtonLarge
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 1.0em;
    WIDTH: 125pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #66865b;
    font-weight: bold;
}
.SectionFunctionButton
{
    FONT-SIZE: 1.0em;
    WIDTH: 50pt;
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #66865b;
    font-weight: bold;
}
.SectionFunctionButtonLarge
{
	//* Controls the buttons on the event calendar *//
    FONT-SIZE: 1.0em;
    WIDTH: 100pt;
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #66865b;
    font-weight: bold;
}
.PageHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: .9em;
   FONT-FAMILY: Arial;
}
.NoRecordsReturnedBorder
{
	//* Controls the border around the table created when no records are found. ie-no broadcast messages. *//
    BORDER-RIGHT: #80a074 1pt solid;
    BORDER-TOP: #80a074 1pt solid;
    BORDER-LEFT: #80a074 1pt solid;
    BORDER-BOTTOM: #80a074 1pt solid
}
.NoRecordsReturnedCell
{
	//* Controls the cell in the table created when no records are found. ie-no broadcast messages. *//
    FONT-WEIGHT: normal;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #80a074;
    TEXT-ALIGN: center
}
.FormButtonRow
{
    TEXT-ALIGN: right
}
.SectionFunctionButtonRow
{
    TEXT-ALIGN: center
}
.InputBoxRequired
{
    WIDTH: 96%;
   FONT-FAMILY: Arial;
}
.InputBoxTextArea
{
    WIDTH: 96%;
   FONT-FAMILY: Arial;
}
.InputBoxNumber
{
   FONT-FAMILY: Arial;
}
.InputBoxRequiredNumber
{
   FONT-FAMILY: Arial;
}
.InputBoxDate
{
   FONT-FAMILY: Arial;
}
.InputBoxRequiredDate
{
   FONT-FAMILY: Arial;
}
.RequiredIndicator
{
    COLOR: red;
   FONT-FAMILY: Arial;
}
.ErrorInformationCell
{
	//* Controls the color of any messages we display. ie - on screen RSVP confirmations*//
    FONT-WEIGHT: bolder;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #80a074;
    TEXT-ALIGN: center
}
.ErrorInformationBorder
{
	//* Controls the border around any messages we display. ie - on screen RSVP confirmations*//
    BORDER-RIGHT: #66865b 1pt solid;
    BORDER-TOP: #66865b 1pt solid;
    BORDER-LEFT: #66865b 1pt solid;
    BORDER-BOTTOM: #66865b 1pt solid
}
.InvalidFormData
{
    COLOR: red;
   FONT-FAMILY: Arial;
}
.LoginInformation
{
    FONT-SIZE: xx-small;
   FONT-FAMILY: Arial;
}
.InputBoxRequiredSmall
{
   FONT-FAMILY: Arial;
}
.InputBoxSmall
{
   FONT-FAMILY: Arial;
}
.InputBoxEmail
{
    WIDTH: 96%;
   FONT-FAMILY: Arial;
}
.InputBoxRequiredEmail
{
    WIDTH: 96%;
   FONT-FAMILY: Arial;
}
.ValidFormData
{
    COLOR: black;
   FONT-FAMILY: Arial;
}
TD
{
	FONT-WEIGHT: normal;
	FONT-SIZE: .9em;
	COLOR: #333333;
	FONT-FAMILY: Arial;
	FONT-VARIANT: normal
}
.StatsHeader
{
	//* Controls the stat borders the admin sees on their homepage for the org stats *//
    BORDER-RIGHT: #80a074 1pt solid;
    BORDER-TOP: #80a074 1pt solid;
    FONT-WEIGHT: bold;
    BORDER-LEFT: #80a074 1pt solid;
    COLOR: white;
    BORDER-BOTTOM: #80a074 1pt solid;
    FONT-FAMILY: Arial;
    HEIGHT: 1.5em;
    BACKGROUND-COLOR: #80a074
}
.StatsLabel
{
	//* Controls the stat labels the admin sees on their homepage for the org stats *//
    BORDER-RIGHT: #80a074 1pt solid;
    FONT-SIZE: .9em;
    BORDER-LEFT: #80a074 1pt solid;
    BORDER-BOTTOM: #80a074 1pt solid;
    FONT-FAMILY: Arial;
    HEIGHT: 16pt;
    BACKGROUND-COLOR: #f4f7f3;
    TEXT-ALIGN: center
}
.StatsDetail
{
	//* Controls the numbers the admin sees on their homepage for the org stats *//
    BORDER-RIGHT: #80a074 1pt solid;
    FONT-SIZE: .9em;
    BORDER-LEFT: #80a074 1pt solid;
    BORDER-BOTTOM: #80a074 1pt solid;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center;
    HEIGHT: 14pt
}
.PrivacySpamHelpLink
{
	FONT-SIZE: .8em
}
.PrivacySpamHelpLink:hover
{
	FONT-SIZE: .8em
}
