/*=================================================================
 *  Default Stylesheet for Unix Platforms
 *  emxUIDefault_Unix.css
 *  Version 1.0
 *  Requires: (nothing)
 *
 *  This file contains the default style definitions for the apps.
 *  This file should be included in every page to ensure consistent
 *  formatting across all application 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: emxUIDefault_Unix.css,v 1.3 2004/03/16 19:11:28 jorajan Exp $
 *=================================================================
 */

/* --------------------------------------------------------------------
// Default Settings 
// -------------------------------------------------------------------- */

* { -moz-box-sizing: border-box; }

/* Background Appearance */
body { 
	background-color: white; 
}

/* Font Appearance */
body, th, td, p { 
	font: 12px Arial, sans-serif; 
}

/* Link Appearance */
a { 
	color: #003366; 
}
a:hover { }

/* Object Link Appearance */
a.object { 
	font-weight: bold; 
}
a.object:hover { }

/* Object Text (Non-link) Appearance */
span.object {  
	font-weight: bold; 
}

/* --------------------------------------------------------------------
// Additional Link Settings 
// -------------------------------------------------------------------- */

/* Button Link Appearance */
a.button { }
a.button:hover { }

/* Content-Specific Function Appearance */
a.contextual { }
a.contextual:hover { }

/* Remove Button Appearance */
a.remove { }
a.remove:hover { }

/* --------------------------------------------------------------------
// Page Header Settings 
// -------------------------------------------------------------------- */

/* Page Header Text Appearance */
.pageHeader {  
	color:#990000; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-weight: bold; 
	font-size: 16px; 
	letter-spacing: 0pt; 
	line-height: 22px; 
	text-decoration: none;
}

/* Page Subtitle Appearance */
.pageSubTitle {
	color:#990000; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 11px; 
        letter-spacing: 1pt;
	text-decoration: none;
}


/* Page Header Border Appearance */
td.pageBorder {  
	background-color: #003366; 
}

/* --------------------------------------------------------------------
// Page Subheader Settings 
// -------------------------------------------------------------------- */

/* Page Header Text Appearance */
td.pageSubheader {  
	font: bold 12px Arial, Helvetica, Sans-Serif; 
	color: #990000; 
}

/* --------------------------------------------------------------------
// Miscellaneous Settings 
// -------------------------------------------------------------------- */

/* Welcome message for loading page */
td.welcome { 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
}

/* Small Space Appearance - for non-breaking space workaround at end of files */
td.smallSpace { 
	font: 4pt Times,sans-serif; 
}

td.blackrule {  
	background-color: #000000;
}

/* Filter/Pagination Control Appearance */
td.filter, select.filter, 
td.pagination, select.pagination { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

/* Pagination Control Background Appearance */
table.pagination { 
	background-color: #eeeeee; 
}

/* History Subheader */
td.historySubheader { 
	font-weight: bold; 
}
/* ?? */
a.headerLink {  
        color: #FFFFFF; 
}

a.headerLink:hover {  
        color: #00FFFF;
}


span.hint {
        color: #999999;
        font-size: 10px;
        
}