/* ====================================================================
// Search Pane Style Sheet
// Version 1.0
// by Nicholas C. Zakas, Design Engineering
// MatrixOne, Inc.
//=====================================================================
// THIS FILE NOT TO BE EDITED BY ANYONE OTHER THAN DESIGN ENGINEERING
//=====================================================================
// History
//-----------------------------------------------------------------
// January 15, 2002 (Version 1.0)
// 	- Released initial version
// ==================================================================== */

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

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

/* Font Appearance */
body, th, td, p { font-family: verdana, helvetica, arial, sans-serif; font-size: 8pt; }

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

/* --------------------------------------------------------------------
// Search Pane Settings 
// -------------------------------------------------------------------- */

/* Tab Link Appearance */
a.tab { font-weight: bold; }
a.tab:hover { color: red; }

/* Menu Item Link Appearance */
a.menuitem {  }
a.menuitem:hover { color: red; }

/* --------------------------------------------------------------------
// Selected Item Settings 
// -------------------------------------------------------------------- */

/* Selected Item Font Appearance */
td.selected { background-color: #0000FF}

/* Selected Item Link Appearance */
td.selected a {  color: #FFFFFF}
td.selected a:hover { }