//*
Example of commenting out in css.
.badStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt
}
*//


	body		{ background-color: #dadada; }
	input,body,td	{ font-family: tahoma, helvetica; font-size: 11px; color: #4877A5; }
	.inarea		{ color: #ffffff; line-height: 14px; text-align: left; font-weight: bold; text-decoration: underline; font-size: 12px;}
	.nav		{ text-decoration: none; color: #FFCC00; }
	.nav:hover	{ text-decoration: underline;  color: #FFCC00; }


BODY
{
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
A
{
	//* Controls links during mouse over*//
	FONT-SIZE: 11px;
	COLOR: #003366;
	FONT-FAMILY: tahoma, helvetica; font-size: 11px; color: #4877A5;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none
}
A:hover
{
	//* Controls links during mouse over*//
	COLOR: #FFCC00;
}
TBODY
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.SectionHeader
{
	//* Controls the section header right under the 1st table and active login info *//
    FONT-SIZE: 13pt;
    COLOR: #666666;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	LETTER-SPACING: 1.5pt
}
.HeaderBorder
{
	//* Controls the borders in the very top table of menu options *//
	BORDER: #003366 1pt solid;
	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: tahoma, helvetica; font-size: 11px; color: #4877A5;
    BACKGROUND-COLOR: #EBEBEB;
    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: tahoma, helvetica; font-size: 11px; color: #4877A5;
    BACKGROUND-COLOR: #EBEBEB;
    TEXT-ALIGN: center
}
.HeaderR1ActiveCell
{
	//* Controls the active cell of the menu table *//
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #FFFFFF;
    FONT-FAMILY: tahoma, helvetica; font-size: 11px;
    BACKGROUND-COLOR: #003366;
    TEXT-ALIGN: center
}
.SectionInformation
{
	//* Controls the sentences on the main page *//
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY: tahoma, helvetica; font-size: 11px; color: #4877A5;
	FONT-VARIANT: normal
}
.InputBox
{
    WIDTH: 96%;
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.HeaderR2
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: tahoma, helvetica; font-size: 11px; color: #4877A5;
    TEXT-ALIGN: right;
    BACKGROUND-COLOR: #FFFFFF;
}
.HeaderR2Link
{
	//* Controls the links in the second row of the main table *//
    COLOR: #003399;
    TEXT-DECORATION: none
}
.HeaderR2Link:hover
{
	//* Controls the links in the second row of the main menu table when hovering *//
    COLOR: #FFCC00;
    TEXT-DECORATION: bold
}
.HeaderR2ActiveLink
{
	//* Controls the link to the section the user is in on row 2 *//
	FONT-SIZE: 8pt;
    FONT-WEIGHT: bolder;
    COLOR: #194256;
    FONT-FAMILY: tahoma, helvetica; font-size: 11px; color: #4877A5;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
.HeaderR3Link
{
	//* Controls the logout button *//
    BORDER: #227698 1pt solid;
    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: tahoma, helvetica; font-size: 11px; color: #4877A5;
    BACKGROUND-COLOR: #194256;
    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: #4877A5 1pt solid;
	BORDER-RIGHT: #4877A5 1pt solid;
	BORDER-TOP: #4877A5 1pt solid;
	BORDER-LEFT: #4877A5 1pt solid;
	BORDER-BOTTOM: #4877A5 1pt solid
}
.ResultCellEven
{
    BACKGROUND-COLOR: #E5E5E5
}
.ResultCellOdd
{
}
.WizardStepBorder
{
	//* Controls the border around the wizards like event and contact *//
    BORDER: #4877A5 1pt solid;
    BORDER-RIGHT: #4877A5 1pt solid;
    BORDER-TOP: #4877A5 1pt solid;
    BORDER-LEFT: #4877A5 1pt solid;
    BORDER-BOTTOM: #0000FF 1pt solid
}
.WizardStepIncomplete
{
	//* Controls the  *//
    COLOR: #003366;
    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: #ffffff;
    FONT-FAMILY: tahoma, helvetica; font-size: 11px;
    BACKGROUND-COLOR: #95ACC3;
    TEXT-ALIGN: center
			}
.WizardLink
{
	//* Controls the actual link on the cell for actions in the wizard that are complete *//
}
.DetailLink
{
    FONT-WEIGHT: bolder;
    COLOR: #003399;
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.FormButton
{
	//* Controls the standard buttons on the forms *//
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    WIDTH: 60pt;
    COLOR: #ffffff;
    FONT-FAMILY: tahoma, helvetica; font-size: 11px;
    BACKGROUND-COLOR: #123F54
}
.FormButtonLarge
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    WIDTH: 125pt;
    COLOR: #ffffff;
    FONT-FAMILY: tahoma, helvetica; font-size: 11px;
    BACKGROUND-COLOR: #123F54
}
.SectionFunctionButton
{
    FONT-SIZE: 8pt;
    WIDTH: 50pt;
    COLOR: #003399;
    FONT-FAMILY: tahoma, helvetica; font-size: 11px; color: #4877A5;
    BACKGROUND-COLOR: white
}
.SectionFunctionButtonLarge
{
	//* Controls the buttons on the event calendar *//
    FONT-SIZE: 8pt;
    WIDTH: 100pt;
    COLOR: #003399;
    FONT-FAMILY: tahoma, helvetica; font-size: 11px; color: #4877A5;
    BACKGROUND-COLOR: white
}
.PageHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.NoRecordsReturnedBorder
{
	//* Controls the border around the table created when no records are found. ie-no broadcast messages. *//
    BORDER: #227698 1pt solid;
    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;
    FONT-FAMILY: tahoma, helvetica; font-size: 11px; color: #4877A5;
    BACKGROUND-COLOR: #cccccc;
    TEXT-ALIGN: center
}
.FormButtonRow
{
    TEXT-ALIGN: right
}
.SectionFunctionButtonRow
{
    TEXT-ALIGN: center
}
.InputBoxRequired
{
    WIDTH: 96%;
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.InputBoxTextArea
{
    WIDTH: 96%;
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.InputBoxNumber
{
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.InputBoxRequiredNumber
{
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.InputBoxDate
{
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.InputBoxRequiredDate
{
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.RequiredIndicator
{
    COLOR: red;
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.ErrorInformationCell
{
	//* Controls the color of any messages we display. ie - on screen RSVP confirmations*//
    FONT-WEIGHT: bolder;
    COLOR: white;
    FONT-FAMILY: tahoma, helvetica; font-size: 11px; color: #ffffff;
    BACKGROUND-COLOR: #2881A9;
    TEXT-ALIGN: center
}
.ErrorInformationBorder
{
	//* Controls the border around any messages we display. ie - on screen RSVP confirmations*//
    BORDER: #2987AB 1pt solid;
    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: verdana, Geneva, Arial, Helvetica, sans-serif
}
.LoginInformation
{
    FONT-SIZE: xx-small;
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.InputBoxRequiredSmall
{
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.InputBoxSmall
{
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.InputBoxEmail
{
    WIDTH: 96%;
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.InputBoxRequiredEmail
{
    WIDTH: 96%;
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
.ValidFormData
{
    COLOR: black;
    FONT-FAMILY: verdana, Geneva, Arial, Helvetica, sans-serif
}
TD
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #003366;
	FONT-FAMILY: tahoma, helvetica; font-size: 11px; color: #4877A5;
	FONT-VARIANT: normal
}
.StatsHeader
{
	//* Controls the stat borders the admin sees on their homepage for the org stats *//
    BORDER: #194256 1pt solid;
    BORDER-RIGHT: #194256 1pt solid;
    BORDER-TOP: #194256 1pt solid;
    FONT-WEIGHT: bold;
    BORDER-LEFT: #194256 1pt solid;
    COLOR: #ffffff;
    BORDER-BOTTOM: #003366 1pt solid;
    FONT-FAMILY: tahoma, helvetica; font-size: 11px;
    HEIGHT: 18pt;
    BACKGROUND-COLOR: #194256
}
.StatsLabel
{
	//* Controls the stat labels the admin sees on their homepage for the org stats *//
    BORDER: #194256 1pt solid;
    BORDER-RIGHT: #194256 1pt solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #194256 1pt solid;
    BORDER-BOTTOM: #194256 1pt solid;
    FONT-FAMILY: tahoma, helvetica; font-size: 11px; color: #4877A5;
    HEIGHT: 16pt;
    BACKGROUND-COLOR: #cccccc;
    TEXT-ALIGN: center
}
.StatsDetail
{
	//* Controls the numbers the admin sees on their homepage for the org stats *//
    BORDER: #194256 1pt solid;
    BORDER-RIGHT: #194256 1pt solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #194256 1pt solid;
    BORDER-BOTTOM: #194256 1pt solid;
    FONT-FAMILY: tahoma, helvetica; font-size: 11px; color: #4877A5;
    TEXT-ALIGN: center;
    HEIGHT: 14pt
}
.PrivacySpamHelpLink
{
	FONT-SIZE: 9px
}
.PrivacySpamHelpLink:hover
{
	FONT-SIZE: 9px
}
