/*
 *	The Kingbridge Centre's job bank styles
 */

BODY {
    background: url(/public/cjblite/watermark.gif);	/* -- page backround or .gif */
    color: #000030;
    font-family: Arial;
    font-size: 10pt;
}

/* cell contents do not inherit default style in some browsers */
TD {
    color: #000030;
    font-family: Arial;
    font-size: 10pt;
    border: none;
}

/* used for page headings */
H1
{
    color: #660000;
    font-family: Arial; 
    font-size: 18pt;
    font-weight: bold;
    text-decoration:underline;
    text-align: center;
    margin-top: 3pt
    margin-bottom: 12pt;
}
 
/* anchors (links that are not navigation) */
A {
    color: #000030;
    font-family: Arial;
    font-size: 10pt;
}

/* anchors (links that special) */
A.strong {
    color: #000030;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}

/* used for next-previous navigation */
A.next-prev
{
    color: black;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}

/* headings with emphasis, usually within tables */
.heading
{
    color: black;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
}

/* sub-headings without emphasis (results 1 of 9) */
.subheading
{
    color: black;
    font-family: Arial;
    font-size: 8pt;
}

/* used for highlighted text, mostly in table headings */
TD.accent, TH.accent, A.accent
{
    color: #FFFFFF;
    background: #999999;
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

/* used for html buttons */
INPUT.button
{
    color: #000030;	
    background: #999999;
    font-family: Arial;
    font-size: 10pt;
    font-weight:bold;
}

/* used for required fields */
.required
{
    color: #FF0000;
    font-family: Arial;
    font-size: 10pt;
}

/* used for error messages */
.error
{
    color: #FF0000;
    font-family: Arial;
    font-size: 10pt;
    font-weight: 900;
}

/* summary table at top of page (email to friend, job view, ...) */
TABLE.summary
{
    background-color: #CCCCCC;
}

/* table containing summary info for cover letter on application form */
TABLE.cover-letter
{
    background-color: #CCCCCC;
}

/* search results table */
TABLE.search-results
{
    background-color: #CCCCCC;
;
}

/* style for hard rule appearing in Terms and Privacy doc */
HR {
	border: none;
	background-color: #cc9900;
	height: 1px;
}

/* footer paragraph */
P.footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


