/*--------------------------------------------------------------------------*/
/* Default kmc project css  											*/
/*--------------------------------------------------------------------------*/
/* $Source: /home/jbowes/sdc/src/css/RCS/sdc.css,v $				*/
/* $Date: 2021/06/01 15:22:04 $												*/
/* $Id: sdc.css,v 1.7 2021/06/01 15:22:04 jbowes Exp $			*/
/*--------------------------------------------------------------------------*/
/* Jerry Bowes	BCS Solutions, www.bcs-solutions.com, jerbowes@yahoo.com	*/
/*--------------------------------------------------------------------------*/
/*
** To Edit:
** Setup environment
** 	% hdc	; (aliased to 'setenv PROJ hdc; so' )
** Edit Development copy:
**	% U hdc		; This does a RCS checkout and opens a vi
**				; session as controlled by master.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 hdc	; Strips out all lines with 'devonly' keyword
**				; in upper case, changes all instances of
**				; 'hdcdev' (in upper case) to 'hdclive' (in
**				; upper case) to shift to production database,
**				; and replaces executable in cgi-bin
**				; directory without .cgi extension
**
**	background-color: #EEEEFF;	// Light robins egg blue
**	background-color: #99AAEE;	// Darker dusty blue
**	background-color: #FFAAFF;	// Purplish blue
*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
TH,
TH TH,
TH TH TH,
.tdh {
	background-color: #EEEEFF;
	}

.ths {
	font-size: 9pt;
	}

.thsn {
	font-size: 9pt;
	background-color: #FFAAFF;
	}

.tht {
	font-size: 8pt;
	}

H1.banner	{
	font-size: 16pt;
	font-weight: bold;
	}

H1	{
	font-size: 14pt;
	font-weight: bold;
	}

H2	{
	font-size: 12pt;
	font-weight: bold;
	}

H3	{
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	}

H4	{
	font-size: 12pt;
	font-style: italic;
	}


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

.tdrs,
TD.tdrs,
TD.tdsr,
TD TD.tdrs,
TD TD.tdsr
.tdsr {
	font-size: 9pt;
	text-align: right;
	}

.tdcsy {
	background: #FFFF00;
	font-size: 9pt;
	text-align: center;
	}

.tds {
	font-size: 9pt;
	}

.tdt {
	font-size: 8pt;
	}

.tdc {
	text-align: center;
	}

.tdct {
	font-size: 8pt;
	}

.tdbt {
	font-weight: bold;
	vertical-align: top;
	}

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

.tdlcs,
TD .tdlcs,
TD TD .tdlcs,
TD TD TD .tdlcs
	{
	font-size: 9pt;
	text-align: center;
	background-color: #EEEEFF;
	}


.tdls,
TD .tdls,
TD TD .tdls,
TD TD TD .tdls
	{
	font-size: 9pt;
	background-color: #EEEEFF;
	}

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

.sm01 {
	font-size: 8pt;
	}

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

TT	{
	color: #CC0066;
	}


/*--------------------------------------------------------------------------*/
/* Navbar*/
/*--------------------------------------------------------------------------*/
.navbar {
    font-size: 10pt;
    //background-color: #14345C;    // Deep blue: IGP
    //background-color: #FFFFAA;
    //vertical-align: top;
    //color: #000000;
    width: 100%;
    text-align: center;
    //height: 37px;
}


TD.navbar {
    font-size: 10pt;
    //background-color: #14345C;
    //background-color: #FFFFAA;
    vertical-align: center;
    //color: #000000;
    width: 100%;
    margin: 5px;
    text-align: center;
    height: 25px;
}

a.navbar {
    font-size: 10pt;
    //background-color: #14345C;
    //background-color: #FFFFAA;
    vertical-align: top;
    //color: #000000;
}

a.footer {
    font-size: 10pt;
    vertical-align: top;
}

/*--------------------------------------------------------------------------*/
/* Display Journal Items */
/*--------------------------------------------------------------------------*/
.journallist {
    margin-left: 0;
    font-size: 8pt;
    padding-left: 0;
    list-style: none;
}

.journallistitem {
    padding-left: 10px;
    padding-left: 20px;
    font-size: 8pt;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.journallistbody {
    padding-left: 20px;
    margin-left: 0;
    font-size: 8pt;
    list-style: none;
}


/*--------------------------------------------------------------------------*/
/* Calendar Functions */
/*--------------------------------------------------------------------------*/


.calb {
	text-align: center;
	font-size: 7pt;
	font-weight: bold;
}
.cal {
	text-align: right;
	font-size: 7pt;
	text-decoration: none;
}
.calo {
	text-align: right;
	font-size: 7pt;
	background: #FF9999;
	text-decoration: none;
}
.caly {
	background: #FFFF00;
	text-align: right;
	font-size: 7pt;
	text-decoration: none;
}


.calr {
	background: #FF0000;
	text-align: right;
	font-size: 7pt;
	text-decoration: none;
}


.calg {
	background: #00FF00;
	text-align: right;
	font-size: 7pt;
	text-decoration: none;
}


ul.no_bullet {
   list-style-type: none;
   padding: 0;
   margin: 10px;
   padding-left: 20px;
}

