﻿//*
Example of commenting out in css.
.badStyle
{
	font-family: Aria135CAEl, Helvetica, sans-serif;
	font-size: 10pt
}
*//

BODY
{
    FONT-SIZE: 7pt;
    FONT-FAMILY: Arial;
}
A
{
	//* Controls links during mouse over*//
	FONT-SIZE: 11px;
	COLOR: #135CAE;
	FONT-FAMILY: Arial;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none
}
A:hover
{
	//* Controls links during mouse over*//
	FONT-SIZE: 11px;
	COLOR: #0B3768;
	FONT-FAMILY: Arial;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none
}
TBODY
{
   FONT-SIZE: 8pt;
   FONT-FAMILY: Arial;
}
.SectionHeader
{
	//* Controls the section header right under the 1st table and active login info *//
    FONT-SIZE: 13pt;
    COLOR: #135CAE;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bolder;
	LETTER-SPACING: 0.9pt
}
.HeaderBorder
{
	//* Controls the borders in the very top table of menu options *//
	BORDER-RIGHT: #003366 1pt solid;
	BORDER-TOP: #003366 1pt solid;
	BORDER-LEFT: #003366 1pt solid;
	BORDER-BOTTOM: #003366 1pt solid
}
.HeaderR1Cell1
{
	//* Controls the cell of the menu table *//
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    BORDER-BOTTOM: #003366 1pt solid;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #ECECEC;
    TEXT-ALIGN: center
}
.HeaderR1Cell
{
	//* Controls the cell of the menu table *//
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #003366 1pt solid;
    BORDER-BOTTOM: #003366 1pt solid;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #ECECEC;
    TEXT-ALIGN: center
}
.HeaderR1ActiveCell
{
	//* Controls the active cell of the menu table *//
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #003366;
    TEXT-ALIGN: center
}
.SectionInformation
{
	//* Controls the sentences on the main page *//
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial;
	FONT-VARIANT: normal
}
.InputBox
{
   WIDTH: 96%;
   FONT-FAMILY: Arial;
}
.HeaderR1
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: verdana;
    TEXT-ALIGN: right;
    BACKGROUND-COLOR: #FFFFFF;
}
.HeaderR1Link
{
	//* Controls the links in the first row of the main table *//
    COLOR: #135CAE;
    TEXT-DECORATION: none
}
.HeaderR1Link:hover
{
	//* Controls the links in the firdt row of the main menu table when hovering *//
    COLOR: #0B3768;
    TEXT-DECORATION: underline
}
.HeaderR1ActiveLink
{
	//* Controls the link to the section the user is in on row 1 *//
	FONT-SIZE: 8pt;
    FONT-WEIGHT: bolder;
    COLOR: #135CAE;
    FONT-FAMILY: arial;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
.HeaderR2
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: right;
    BACKGROUND-COLOR: #FFFFFF;
}
.HeaderR2Link
{
	//* Controls the links in the second row of the main table *//
    COLOR: #135CAE;
    TEXT-DECORATION: none
}
.HeaderR2Link:hover
{
	//* Controls the links in the second row of the main menu table when hovering *//
    COLOR: #0B3768;
    TEXT-DECORATION: underline
}
.HeaderR2ActiveLink
{
	//* Controls the link to the section the user is in on row 2 *//
	FONT-SIZE: 8pt;
    FONT-WEIGHT: bolder;
    COLOR: #135CAE;
    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: 8pt;
    FONT-WEIGHT: bolder;
    COLOR: #0B3768;
    FONT-FAMILY: arial;
    TEXT-ALIGN: center;
    TEXT-DECORATION: underline
}
.HeaderR3Link
{
	//* Controls the logout button *//
    BORDER-RIGHT: #227698 1pt solid;
    BORDER-TOP: #227698 1pt solid;
    BORDER-LEFT: #227698 1pt solid;
    BORDER-BOTTOM: #227698 1pt solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 7pt;
    WIDTH: 35pt;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #135CAE;
    TEXT-ALIGN: center;
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
.HeaderR3Link:hover
{
	//* Controls hovering over the logout button *//
    COLOR: white;
    FONT-SIZE: 7pt;
    BACKGROUND-COLOR: #FF0000
}
.HeaderR1Link
{
    TEXT-DECORATION: none
}
.BodyBorder
{
	BORDER-RIGHT: #003366 1pt solid;
	BORDER-TOP: #003366 1pt solid;
	BORDER-LEFT: #003366 1pt solid;
	BORDER-BOTTOM: #003366 1pt solid
}
.ResultCellEven
{
    BACKGROUND-COLOR: #E5E5E5
}
.ResultCellOdd
{
}
.WizardStepBorder
{
	//* Controls the border around the wizards like event and contact *//
    BORDER-RIGHT: #003366 1pt solid;
    BORDER-TOP: #003366 1pt solid;
    BORDER-LEFT: #003366 1pt solid;
    BORDER-BOTTOM: #003366 1pt solid
}
.WizardStepIncomplete
{
	//* Controls the  *//
    COLOR: #135CAE;
    FONT-WEIGHT: bolder;
    BACKGROUND-COLOR: #E5E5E5;
    TEXT-ALIGN: center
}
.WizardStepComplete
{
	//* Controls the table cells for actions in the wizard that are complete *//
    COLOR: #385496;
    FONT-WEIGHT: bolder;
    BACKGROUND-COLOR: #EBEBEB;
    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: #003366;
    TEXT-ALIGN: center
			}
.WizardLink
{
	//* Controls the actual link on the cell for actions in the wizard that are complete *//
}
.DetailLink
{
    FONT-WEIGHT: bolder;
    COLOR: #0C3A6D;
   FONT-FAMILY: Arial;
}
.FormButton
{
	//* Controls the standard buttons on the forms *//
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    WIDTH: 60pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #0C3A6D
}
.FormButtonLarge
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    WIDTH: 125pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #0C3A6D
}
.SectionFunctionButton
{
    FONT-SIZE: 8pt;
    WIDTH: 50pt;
    COLOR: #0C3A6D;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white
}
.SectionFunctionButtonLarge
{
	//* Controls the buttons on the event calendar *//
    FONT-SIZE: 8pt;
    WIDTH: 100pt;
    COLOR: #0C3A6D;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white
}
.PageHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
   FONT-FAMILY: Arial;
}
.NoRecordsReturnedBorder
{
	//* Controls the border around the table created when no records are found. ie-no broadcast messages. *//
    BORDER-RIGHT: #227698 1pt solid;
    BORDER-TOP: #227698 1pt solid;
    BORDER-LEFT: #227698 1pt solid;
    BORDER-BOTTOM: #227698 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: #cccccc;
    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: #2881A9;
    TEXT-ALIGN: center
}
.ErrorInformationBorder
{
	//* Controls the border around any messages we display. ie - on screen RSVP confirmations*//
    BORDER-RIGHT: #2987AB 1pt solid;
    BORDER-TOP: #2987AB 1pt solid;
    BORDER-LEFT: #2987AB 1pt solid;
    BORDER-BOTTOM: #2987AB 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: 9pt;
	COLOR: #000000;
	FONT-FAMILY: Arial;
	FONT-VARIANT: normal
}
.StatsHeader
{
	//* Controls the stat borders the admin sees on their homepage for the org stats *//
    BORDER-RIGHT: #135CAE 1pt solid;
    BORDER-TOP: #135CAE 1pt solid;
    FONT-WEIGHT: bold;
    BORDER-LEFT: #135CAE 1pt solid;
    COLOR: white;
    BORDER-BOTTOM: #135CAE 1pt solid;
    FONT-FAMILY: Arial;
    HEIGHT: 18pt;
    BACKGROUND-COLOR: #135CAE
}
.StatsLabel
{
	//* Controls the stat labels the admin sees on their homepage for the org stats *//
    BORDER-RIGHT: #135CAE 1pt solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #135CAE 1pt solid;
    BORDER-BOTTOM: #135CAE 1pt solid;
    FONT-FAMILY: Arial;
    HEIGHT: 16pt;
    BACKGROUND-COLOR: #cccccc;
    TEXT-ALIGN: center
}
.StatsDetail
{
	//* Controls the numbers the admin sees on their homepage for the org stats *//
    BORDER-RIGHT: #135CAE 1pt solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #135CAE 1pt solid;
    BORDER-BOTTOM: #135CAE 1pt solid;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center;
    HEIGHT: 14pt
}
.PrivacySpamHelpLink
{
	FONT-SIZE: 9px
}
.PrivacySpamHelpLink:hover
{
	FONT-SIZE: 9px
}
