﻿/***************************Confidential and Proprietary************************
* File Name: font.css
********************Copyright (c) Hyland Software, Inc. 1992-2022********************/


/*

    NOTE: This file is not used by the web client, but it is linked to by other projects

*/


body
{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

input,
select,
textarea,
button,
.ActiveSelect .Unselected,
.ActiveSelect .Selected,
.ActiveSelect .Input,
.ActiveSelect .TypeAhead
{
    font-family: inherit;
    font-size: 11px;
}

.ActiveSelect .SingleInput .DropDown .Unselected
{
	font-size: 11px;
}

.ActiveSelect .SingleInput .DropDown .Selected
{
	font-size: 11px;
}

.TenPixelFontSize, #tblCalendarMain.calendar
{
    font-size: 10px;
}

.ElevenPixelFontSize
{
    font-size: 11px;
}

.TwelvePixelFontSize
{
    font-size: 12px;
}

.FifteenPixelFontSize
{
    font-size: 15px;
}

.keywordInput
{
	font-size: 11px;
}

.tabSelected,
.tabUnselected
{
    font-size: 12px;
}

.heading
{
	font-size: 12px;
}

.header 
{  
	font-size: 12px;
}

.largeHeading
{
	font-size: 14px;
}

.PopupMenu.mainMenu
{
	font-size:   12px;
}

.PopupMenu.subMenu
{
	font-size:   12px;
}

.TopLevelItemStyle
{
	font-size: 11px;
}

.SubMenuItemStyle
{
	font-size: 11px;
}

.toolbar
{
	font-size: 11px;
	font-family: Arial;
}

.dktTabs .ajax__tab_inner
{
    font-size:11px;
}

#idol div.count
{
    font-size: 90%;
}

.miniButton 
{
    font-size: 10px;
}

.UserNameFontSize
{
    /*when 11 is too small, but 12 is just too big!*/
    font-size:11.5px;
}