/*
 * Add any customized styles here.
 *
 * The application uses "CSS Browser Selector" which can help
 * with defining styles that only apply to specific browser
 * types. See http://rafael.adm.br/css_browser_selector for
 * details.
 *
 * Generally speaking the following are the key styles:
 *	FormLabels		- Labels and column headings
 *  FormFields		- Data entry widgets
 *  IssueFormLabels	- Labels on the Issue Details page
 *  IssueFormFields - Data entry widgets on the Issue Details page
 *  box				- Regular "blue" text
 *  box2			- Regular "blue" text for A elements (no text decoration)
 *
 * The typical page defines the following ID's
 *	LeftMenuDiv			- The DIV containing the left menu
 *	TopMenuDiv			- The DIV containing the top menu
 *	TopMenuBackground	- The DIV containing the background for the top menu
 *	TopLogoDiv			- The DIV containing the application version # and RMTrack logo
 *  AppVersionCell		- The TD containing the application version #
 *  RMTrackLogoLink		- The A surrounding the top right logo
 *  RMTrackLogoImg		- The IMG containing the RMTrack logo
 *
 * Each left menu item link has an id that looks roughly like: menu_MenuName. 
 * For example the "Search" menu item link has and id of "menu_Search". Only
 * the letters from a-z are included (dropping numbers, special characters,
 * and spaces).
 *
 */