﻿/*****************************************************************************/
/* MAIN FONT
/*****************************************************************************/
Body
{
    font-family: 'arial';
}
textarea
{
    font-family: 'arial';
}
input
{
    font-family: 'arial';
}
/*****************************************************************************/
/* MENU
/*****************************************************************************/
#mainMenu dt
{
    font-weight: bold;
    font-size: 1em;
}
#mainMenu input
{
    font-size: 0.7em;
}
/*****************************************************************************/
/* HEADER
/*****************************************************************************/
.siteHeader
{
    font-weight: bold;
    font-size: 2.4em;
}
.headerCommandsHolder
{
    font-weight: bold;
    font-size: 1.0em;
}
.AAFontSizeCommand1
{
    font-weight: bold;
    text-decoration: underline overline;
}
.AAFontSizeCommand2
{
    font-weight: bold;
    text-decoration: underline overline;
}
.AAFontSizeCommand3
{
    font-weight: bold;
    text-decoration: underline overline;
}
.headerCommandButton
{
    font-weight: bold;
    text-decoration: underline;
}
/*****************************************************************************/
/* CRUMBTRAIL
/*****************************************************************************/
#crumbtrail
{
    font-weight: bold;
    font-size: 0.8em;
}
#crumbtrail input
{
    text-decoration: underline;
    font-weight: bold;
}
/*****************************************************************************/
/* TAB STRIP
/*****************************************************************************/

/*****************************************************************************/
/* FOOTER
/*****************************************************************************/
#pageFooter
{
    font-size: 0.8em;
    font-weight: bold;
}
/*****************************************************************************/
/* GENERIC LIST */
/*****************************************************************************/
caption
{
    font-weight: bold;
	font-size: 1.0em;
}
.recordCountLabel
{
    font-size: 0.8em;
}
.genericListFooterCommandContainer
{
    
}
.exportToWord
{
    text-decoration: underline;
    font-size: 0.9em;
}
.exportToExcel
{
    text-decoration: underline;
    font-size: 0.9em;
}
.showFilter
{
    text-decoration: underline;
    font-size: 0.9em;
}
.filterOn
{
    text-decoration: underline;
    font-size: 0.9em;
}
.filterOff
{
    text-decoration: underline;
    font-size: 0.9em;
}
.deleteConfirmationMessage
{
    font-size: 0.8em;
    font-weight: bold;
}
.genericListHeaderRow
{
    font-weight: bold;
	font-size: 0.7em;
}
.genericListButton
{
    text-decoration: underline;
    font-size: 0.8em;
}
.genericListRow
{
	font-size: 0.7em;
}
.genericListRowAlternate
{
	font-size: 0.7em;
}
.selectedRowStyle
{
    font-size: 0.7em;
}
#recordCount
{
	font-size: 0.8em;
}
.genericListAddNewButton
{
    font-size: 0.9em;
    text-decoration: underline;
    font-weight: bold;
}
.genericListFilterTableHeader
{
    font-size: 0.8em;
}
.searchRadioButton
{
    font-size: 0.8em;
}
/*****************************************************************************/
/* EDIT PAGE SUPPORT
/*****************************************************************************/
.editPageHeader
{
    font-size: 1.0em;
}
.pageTitle
{
    font-weight: bold;
    font-size: 1.1em;
}
.sectionHeader
{
    font-size: 1.0em;
    font-weight: bold;
}
.editPageHeader
{
    font-weight: bold;
}
.message 
{
	font-size: 0.9em;
	font-weight:bold;
}
.fieldlabelHolder
{
    font-size: 0.9em;
}
.fieldlabel {
    font-size: 0.9em;
}
textarea
{
	font-size:.9em;
}
input
{
	font-size: .9em;
}
select
{
	font-size: .9em;
}
/*****************************************************************************/
/* Misc
/*****************************************************************************/
.PageButton
{
    text-decoration: underline;
    font-size: 0.8em;
}
.dataGridHeaderText
{
	text-transform: capitalize;
	font-size: 1.5em;
}
h1
{
    font-size: 1.2em;    
}
h2
{
    font-size: 1.1em;
}
h3
{
    font-size: 1.05em;
}
h4
{
    font-size: 1.0em;
    font-weight: bold;
}
h5
{
    font-size: 0.9em;
    font-weight: bold;
}
p
{
    font-size: 1.0em;
}
.inlineLiteral
{
    font-size: 0.9em;    
}
.inlineRHSLiteral
{
font-size: 0.9em;
}
.confirmationMessage
{
    font-size: 0.9em;
    font-weight: bold;
}
/*****************************************************************************/
/* MENU TEST
/*****************************************************************************/
.menuGroupHeader
{
    font-weight: bold;
    font-size: 1em;
}
#menu input
{
    font-size: 0.7em;
}
/*****************************************************************************/
/* Read Only Summary User Control Stuff
/*****************************************************************************/
.summaryItemLabel
{
    font-size: 0.9em;
}
.summaryItem
{
    font-size: 0.9em;
    font-weight: bold;
}
.summaryItemNumeric
{
    font-size: 0.9em;
    font-weight: bold;
}
.summaryItemLabelBold
{
    font-size: 0.9em;
}
.quickSearchText
{
    font-size: 0.9em;
}