/*
 * $Id: Content.css,v 1.1 2003/03/17 13:41:00 HOT Exp $
 *
 * Defines css classes for use within page and paragraph templates
 *
 */

/* ============================= END ============================ */

/* ============================= BEGINN ============================ 
 *
 * Page definition
 */
.page, 
	.contentHeadline1, .contentHeadline2, .contentHeadline3,
    .contentHeadline1HL, .contentHeadline2HL, .contentHeadline3HL, 
    .infoText, .normalText, .smallText, .bigText, .importantText,
    .pageHeadline
{
	color: #000000;
}

.pageHeadline 
{
	color: white;
	background-color:#000066;
}

.contentHeadline1
{
    color: #000066;
}

.contentHeadline1HL
{
	color: white;
    background-color:#000066;
}

.contentHeadline2
{
	color: #000066;
}

.contentHeadline2HL
{
	color: white;
    background-color:#000066;
}

.contentHeadline3
{
	color: #000066;
}

.contentHeadline3HL
{
	color: white;
    background-color:#000066;
}

.infoText
{
	color: black;
	background-color: white;
}

.infoBorder
{
	background-color: #000066;
}

.importantText
{
	color: red;
}

.mediumText
{
}

.bigText
{
}

.photoalbum_border
{
	background-image: url('effect/image/photoalbum_border.gif');
	background-repeat: repeat-x;
}

/* ============================= END ============================ */

/* ============================= BEGIN =======================================
 *
 * TABLE definition
 *
 * classNames ending in ..C0 and ..C1 are meant for alternate coloring
 */

/* the <table ...> tag itself */
TABLE.stdTable {
}

/* each row <tr> should have one of the following classNames */
TR.stdRow, TR.headerRow, TR.rowC0, TR.rowC1 {
}
CAPTION.stdCap {
}

/* each column <col> should have one of the following classNames */
COL.headerCol, COL.stdCol, COL.colC0, COL.colC1 {
}

/* each cell (<th>, <td>) should have one of the following classNames */
TH.headerCell, TD.stdCell, TD.cellC0, TD.cellC1 {
}

/*** examples for coloring -> ..../Content.css ***/
TR.headerRow, COL.headerCol, TH.headerCell {
	background-color: #000066;
	color: white;
}
TR.rowC0, COL.colC0, TD.cellC0 {
	background-color: white;
	color: black;
}
TR.rowC1, COL.colC1, TD.cellC1 {
	background-color: #CCCCFF;
	color: black;
}

/* ============================= END ====================================== */
/*
 * $Id: Content.css,v 1.1 2003/03/17 13:41:00 HOT Exp $
 *
 * Defines css classes for use within page and paragraph templates
 *
 */

/* ============================= END ============================ */

/* ============================= BEGINN ============================ 
 *
 * Page definition
 */
.page, 
	.contentHeadline1, .contentHeadline2, .contentHeadline3,
    .contentHeadline1HL, .contentHeadline2HL, .contentHeadline3HL, 
    .infoText, .normalText, .smallText, .bigText, .importantText,
    .pageHeadline
{
	color: #000000;
}

.pageHeadline 
{
	color: white;
	background-color:#000066;
}

.contentHeadline1
{
    color: #000066;
}

.contentHeadline1HL
{
	color: white;
    background-color:#000066;
}

.contentHeadline2
{
	color: #000066;
}

.contentHeadline2HL
{
	color: white;
    background-color:#000066;
}

.contentHeadline3
{
	color: #000066;
}

.contentHeadline3HL
{
	color: white;
    background-color:#000066;
}

.infoText
{
	color: black;
	background-color: white;
}

.infoBorder
{
	background-color: #000066;
}

.importantText
{
	color: red;
}

.mediumText
{
}

.bigText
{
}

.photoalbum_border
{
	background-image: url('effect/image/photoalbum_border.gif');
	background-repeat: repeat-x;
}

/* ============================= END ============================ */

/* ============================= BEGIN =======================================
 *
 * TABLE definition
 *
 * classNames ending in ..C0 and ..C1 are meant for alternate coloring
 */

/* the <table ...> tag itself */
TABLE.stdTable {
}

/* each row <tr> should have one of the following classNames */
TR.stdRow, TR.headerRow, TR.rowC0, TR.rowC1 {
}
CAPTION.stdCap {
}

/* each column <col> should have one of the following classNames */
COL.headerCol, COL.stdCol, COL.colC0, COL.colC1 {
}

/* each cell (<th>, <td>) should have one of the following classNames */
TH.headerCell, TD.stdCell, TD.cellC0, TD.cellC1 {
}

/*** examples for coloring -> ..../Content.css ***/
TR.headerRow, COL.headerCol, TH.headerCell {
	background-color: #000066;
	color: white;
}
TR.rowC0, COL.colC0, TD.cellC0 {
	background-color: white;
	color: black;
}
TR.rowC1, COL.colC1, TD.cellC1 {
	background-color: #CCCCFF;
	color: black;
}

/* ============================= END ====================================== */
