﻿/**************************** FireFox Hack				 **************************/

@-moz-document url-prefix() {

	/**************************** Standard Font Uses		 **************************/
	.SectionHeading,
	.TransactionFormTabControlButtonSelected, .TransactionFormTabControlButtonUnSelected, 
	.TabControlButtonSelected, .TabControlButtonUnselected,
	.NavigationFirstLevel, .NavigationSecondLevel,
	.Workflow_Links, #dynHandle
	{
		font-family: Verdana;	/*Raavi*/
		font-size: 10px;
		text-transform: uppercase;
	}

	/**************************** Uni Font uses				 **************************/
	.BusinessOperationButton, .BusinessOperationButtonRollOver,
	.BusinessOperationSubButton, .BusinessOperationButtonSubRollOver,

	.LabelInputControlTable, .VersionTableTitle,
	.ReportHeader, .TableHeader, 
	.TableSummary, .TableSummaryTitles, 
	.ReportHeader td, .TableHeader td, 
	.TableSummary td, .TableSummaryTitles td, 
	.ResultTableMessage, .ResultTableMessageRed, .ImportantMessageRed,

	table.VersionTable tr.Header td, table.VersionTable tr.Header th,
	td.BrowseListHeader, .BrowseListHeader td, .BrowseListHeader th,
	table.css_StandardTable tr th, table.css_StandardTable tr.Header td, .css_StandardTable tr td.NoScrollRow,
	table.css_ScrollTable tr.TableHeader th, table.css_ScrollTable tr.TableHeader td,
	table.css_ScrollTable tr.TableSubHeader th, table.css_ScrollTable tr.TableSubHeader td, 
	.fht_fixed_header td, .fht_fixed_header th,
	.PCMSLogoLabel
	{
		font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif; 
		font-size: 8px; 
		text-transform: uppercase; 
	}
}
