/* --- Web Application Theme Font Settings --- */
body  
	{font-family:Segoe UI,Tahoma; font-size:1em;}

/* Application Title */
.AppTitle
	{font-family:Arial Rounded MT Bold; font-size:1.2em;}

/* Titles and emphasised text in bold */
div.Header, .DocTitle, .PanelHead, .Cal .ajax__calendar_active .ajax__calendar_day, .Cal .ajax__calendar_active .ajax__calendar_month, .Cal .ajax__calendar_active .ajax__calendar_year
	{font-family:Segoe UI,Tahoma; font-weight:bold;}

/* Normal text */
input, select, textarea, .ChkBox, .Textbox, .ErrorMsg, .HelpArea, .NavTree, .ViewTree, .AutocompletePanel, .Progress, .HoverButton,
A:link.LinkButton, A:link.Link, A:visited.LinkButton, A:visited.Link, A:active.LinkButton, A:active.Link, A:hover.LinkButton, A:hover.Link, .HeaderLabel,
.DocRestriction, TD.DocHeadLbl, TD.DocHeadVal, TH.DocLineLbl, TD.DocLineVal, .DatesPopupPanel, .FolderSeparator, .UserText, .Label, .NormalText, TR.DocTot 
	{font-family:Segoe UI,Tahoma; font-size:.8em;}

/* Small text */
.ParamText, .VersionText, .FolderNotes, .ColumnButton, .ColumnsTree, .SmallText, .CompanyPanel
	{font-family:Segoe UI,Tahoma; font-size:.7em;}

/* Normal text fixed size */
.Grid .R, .Grid .RA, .List .R, .List .RA, .Grid .RH, .Grid .GRI, .Grid .SB, .Grid .CF, .Grid .TH, .List .CH, .List .CF,
.Grid .GBBL, .Grid .SBCA, .Grid .SBCO, .Grid .SBCN,
.Menu, .MenuItem, .MenuItemHover, .MenuDisabled
	{font-family:Segoe UI,Tahoma; font-size:8pt;font-weight:normal;}

/* Grid Headers */
.Grid .CH {font-family:Segoe UI,Tahoma; font-size:8pt;font-weight:bold;}

/* Small text fixed size */
.SmallTextFixed, .CalSmallTextFixed .ajax__calendar_container, .CalSmallTextFixed .ajax__calendar_container TABLE 
	{font-family:Segoe UI,Tahoma; font-size:8pt;}

/* Force normal font weight */
.DocLineLbl, .ParamText, .FolderSeparator
	{font-weight:normal;}

