/*   portal.css -
//
//   Copyright (c) 1992-2001 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: portal.css,v 1.1 2002/01/19 18:42:05 kfearnley Exp $
*/


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

/* Table Header Appearance */
th { text-align: left; color: white; background-color: #336699; }

/* --------------------------------------------------------------------
// List Settings 
// -------------------------------------------------------------------- */

/* Table Row Appearances */
tr.even { background-color: #eeeeee; }
tr.odd { background-color: #FFFFFF}

/* --------------------------------------------------------------------
// Channel Settings 
// -------------------------------------------------------------------- */

/* Outermost Channel Table */
table.channel { background-color: #003366 }

/* Header for Main (large) Channels */
table.channel tr td table.mainhead { background-color: #DDDECB }
table.channel tr td table.mainhead tr td { color: #000000; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif}

/* Header for Side (small) Channels */
table.channel tr td table.sidehead { background-color: #003366 }
table.channel tr td table.sidehead tr td { color: #FFFFFF; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif}
