/*=================================================================
 *  Default Stylesheet for Windows/Mac Platforms
 *  emxUIDefault.css
 *  Version 1.0
 *  Requires: (nothing)
 *  Last Updated: 30-May-03, Douglas J. Swatski (DJS)
 *
 *  This file contains the style definitions for the Admin Tool pages.
 *
 *  Copyright (c) 1992-2003 MatrixOne, Inc. All Rights Reserved.
 *  This program contains proprietary and trade secret information 
 *  of MatrixOne,Inc. Copyright notice is precautionary only
 *  and does not evidence any actual or intended publication of such program
 * 
 *  static const char RCSID[] = $Id: emxUIAdminTools.css,v 1.1 2003/06/04 20:15:14 shankar Exp $
 *=================================================================
 */

/* Run SQL Page */

.RunMQLTextArea {
	height: 99%;
	width: 98%;
	position: static;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	overflow: auto;
	visibility: visible;
}

.RunMQLTextInput {
	width: 99%;
	bottom: auto;
}

.cellLabel {
	font-weight: bold;
}

/* Input Field Appearance */
td.inputFieldFixedFont { 
	background-color: #eeeeee; 
	font-size: 12px; 
}
