/*--------------------------------------------------------------------------*/
/* ccp css 																*/
/*--------------------------------------------------------------------------*/
/* $Source: /kunden/homepages/3/d143781322/htdocs/ccp/src/css/RCS/ccp.css,v $				*/
/* $Date: 2006/02/08 15:40:04 $												*/
/* $Id: ccp.css,v 1.50 2006/02/08 15:40:04 jbowes Exp $			*/
/*--------------------------------------------------------------------------*/
/* Jerry Bowes	BCS Solutions, www.bcs-solutions.com, jerbowes@pacbell.net	*/
/*--------------------------------------------------------------------------*/
/*
** To Edit:
** Setup environment
** 	% ccp	; (aliased to 'setenv PROJ ccp; so' )
** Edit Development copy:
**	% U ccp		; This does a RCS checkout and opens a vi
**				; session as controlled by ccp.scm.rcs
**				; script to which 'C' command is linked.
**				; and the ~/config/scmconfig.dat file(s)
**				; After edit, script deletes all lines that
**				; contain keyword 'liveoly' in upper case
**				; and updates the executable in the cgi-bin
**				; directory WITH THE .cgi EXTENSION. Once
**				; this script is verified, it is released
** 				; to the production version without the
**				; .cgi extension
**	% rel -U ccp	; Strips out all lines with 'devonly' keyword
**				; in upper case, changes all instances of
**				; 'ccplive' (in upper case) to 'ccplive' (in
**				; upper case) to shift to production database,
**				; and replaces executable in cgi-bin
**				; directory without .cgi extension
**
** Orig:
** TH Banner(robins egg blue): #99AAEE
** Light Blue (Coach): #DDBB33;
** TDL Table left: #CCEEFF;
** TDR Table right: #CCFFCC;
** Ref (maroon): #990099;
** Beta:
** TH Banner (corn yellow): #FBEC98
** Light Blue (coach): #C7E4F2
** TDL Table left (blue): #C7E4F2
** TDR Table right (green): #B4DEA8
** Ref (green): #B4DEA8
** Production:
** TH Banner (corn yellow): #FBEC98
** Light Blue (coach): #C7E4F2
** TDL Table left (blue): #C7E4F2
** Journal Bar (blue): #C7E4F2
** TDR Table right (green): #B7DEAD
** Coach Table right (green): #B7DEAD
** Ref (green): #B7DEAD
*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* Default element, yellow */
BODY,
body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
TH,
TH TH,
TH TH TH,
TH.intro,
.intro,
.client,
.tdh {
	background-color: #FBEC98;
	font-size: 10pt;
	}
TD
	{
	font-size: 10pt;
	}

TH.msg,
.msg {
	background-color: #C7E4F2;
	font-size: 9pt;
	}

TH.coach,
.coach {
	background-color: #B7DEAD;
	}

TH.demo,
.demo {
	background-color: #B7DEAD;
	}

.ths {
	font-size: 9pt;
	}

.tdcs,
TD.tdcs,
TD TD.tdcs,
.tdsc,
TD.tdsc,
TD TD.tdsc
	{
	text-align: center;
	font-size: 9pt;
	}

.tdc {
	text-align: center;
	}

.tds {
	font-size: 9pt;
	}

.tdt {
	font-size: 8pt;
	}

.ref {
	text-align: center;
	color: #33AA33;
	font-weight: bold;
	}

.tdl,
TD.tdl,
TD .tdl,
TD TD .tdl,
TD TD TD .tdl
	{
	background-color: #C7E4F2;
	}

.tdr,
TD.tdr,
TD .tdr,
TD TD .tdr,
TD TD TD .tdr
	{
	background-color: #B4DEAD;
	text-align: center;
	}


.tdlb,
TD.tdlb,
TD .tdlb,
TD TD .tdlb,
TD TD TD .tdlb
	{
	font-weight: bold;
	background-color: #C7E4F2;
	}
	
.sm01 {
	font-size: 8pt;
	}

.trace {
	font-size: 8pt;
	text-align: center;
	}

TT	{
	color: #CC0066;
	}

