/* 
 *  This Stylesheet defines the font classes for a standard Remy Web App
 *
 * Note that in a standard implementation, the following style(s) is/are applied to the
 * <body> tag (therefore all other classes inherit from it/them):
 *
 *		.fontStandard
 *
 */

.headerInfoData
{
	font-size: .8em;
}


.fontBold
{
	font-weight: bold;
}

.fontDisabledTextBox
{
	font-style: normal;
	font-size: 1em;
	color: Black;
}

.fontDisabledTextBoxBold
{
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	color: Black;
}

.fontGridViewNormal
{
	font-weight: normal;
	font-size: 1em;
	color: #4B555E;	/*Black;*/
}

.fontGridViewAlert
{
	font-weight: bold;
	font-size: 1em;
	color: Red;
}

.fontGridViewEmphasized
{
	font-weight: bold;
	font-size: 1em;
	color: Blue;
}

.fontNoUnderline
{
	font-style: normal;
}

.fontArticle /* do we need this class?? (same as Section? */
{
	font-size: 1em;
}

.fontHyperlink
{
	font-size: 1.1em;
	font-family: Arial;
	color: Blue;
	border-bottom: solid;
	border-color: Blue;
}

.fontHyperlinkSmall
{
	font-size: .9em;
	font-family: Arial;
}

.fontPageBannerMessage
{
	font-family: TimesNewRoman;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

.fontPageHeaderInfoLabel
{
	font-size: .9em;
	font-weight: bold;
}

.fontPageHeaderMainline
{
	/************color: Red;**********/ /*color: #E8E8E8;*/
	color: #4B555E;	/*Black;*/
	font-family: Candara;
	font-size: 1.7em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.fontPageHeaderSubline
{
	/*color: #E8E8E8;*/
	color: #4B555E;	/*Black;*/
	font-family: Candara;
	font-size: 1.13em;
	padding-top: 0px; /*margin-top: -5px; 	/*font-weight: bold;*/ /* font-style: italic;*/
}

.fontLabel
{
	font-weight: bold;
}

.fontLabelSmall
{
	font-weight: bold;
	font-size: .8em;
}

.fontLabelRed
{
	font-weight: bold;
	color: red;
}

.fontLabelWhite
{
	font-weight: bold;
	color: White;
}

.fontListHeader
{
	font-weight: bold;
}

.fontMenuHeader
{
	font-size: 1em;
	font-weight: bold;
}

.fontMenuText
{
	font-size: 1em;
}

.fontSectionBanner
{
	font-size: 1.5em;
	font-weight: bold;
}

.fontSectionHeader
{
	font-weight: bold;
	font-size: 1.4em;
}

.fontStandard
{
	font-family: Arial;
	color: #4B555E;		/*Black;*/
	font-size: .7em;	/*.75em;*/
	font-weight: normal;
	font-style: normal;
}

.fontTextArea
{
	font-family: Arial;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
}

.fontTextBox
{
	font-family: Arial;
	color: #4B555E;		/*Black;*/
	font-size: 1em;	/*1em;*/
	font-weight: normal;
	font-style: normal;
}

.fontTiny
{
	font-family: Arial;
	font-size: .7em;
	font-weight: normal;
	font-style: normal;
}
