/*******************************************************************************
 * Copyright (c) 2007 IBM Corporation and others.
 * All rights reserved. This program and the accompanying materials 
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 * 
 * Contributors:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/
/*** 
	Suite Solutions - April 6, 2011 - fix font for breadcrumbs
***/
.help_breadcrumbs {
	font-family: Arial, Helvetica, Sans-Serif!important;
	margin-bottom: 10px;
	font-size: 9pt;
}

body {
	margin-top: 4px;
}

/*** 
	Suite Solutions - March 30, 2009 - fix font size for Chrome 
	Unable to limit to Chrome in this context, 
	but it doesn't seem to have any adverse effects on other browsers
***/
div.stat {
	font-size: 9pt;
}

.dropmenulink {
	font-size: 9pt!important;
}

.dropmenuhiddenp {
	margin-top: 0px;
	margin-bottom: 0px;
}


