/*   portal_unix.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
//
//   
*/


/* --------------------------------------------------------------------
// 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;
}
table.channelhead tr td { 
	background-color: #DDDECB ; 
	color: #000000; 
	font: bold 12pt Times,sans-serif;
}

/* 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: bold 12pt Times,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: bold 12pt Times,sans-serif;
}
