/*****************************************************************************/
/* GLOBAL STYLES USED IN EDITOR - LAYOUT                                     */
/*****************************************************************************/
.HeadingList {
	font-style: italic;
	text-decoration: underline;
}

.HeadingParagraph {
	font-size: 1.1em;
	font-weight: bold;
}

.HeadingResult {
	font-size: 1.1em;
	font-weight: bold;
}

.TextDate,
.TextTime {
	font-weight: bold;
}

/*****************************************************************************/
/* GLOBAL STYLES USED IN EDITOR - COLORS                                     */
/*****************************************************************************/
.HeadingList {
	color: #000000;
}

.HeadingParagraph {
	color: #222222;
}

.HeadingResult {
	color: #000000;
}

.HeadingResultL {
	color: #dd0000;
}

.HeadingResultT {
	color: #ffae00;
}

.HeadingResultW {
	color: #009900;
}

.TextDate,
.TextTime {
	color: #bb0000;
}

/*****************************************************************************/
/* LOCAL STYLES USED IN EDITOR - LAYOUT                                      */
/*****************************************************************************/
table.CellTable {
	background-color: #ffffff;
	border-collapse: collapse;
}

table.CellTable td {
	border: 1px solid #6b68ad;
	color: #000000;
	font-size: 11px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

table.CellTable th {
	background-color: #6b68ad;
	border: 1px solid #6b68ad;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

table.CellTable tr.Grayed {
	background-color: #e8ecff;
}


table.TSV-BeitragBox {
	background-color: #ffffff;
	border: 1px solid #6b68ad;
	border-collapse: collapse;
	width: 100%;
}

table.TSV-BeitragBox td {
	border-color: #6b68ad;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

table.TSV-BeitragBox td.Center {
	text-align: center;
}

/*table.TSV-BeitragBox td.Title {
	background-color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 3px 3px 3px;
}*/

table.TSV-BeitragBox th {
	background-color: #6b68ad;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

table.TSV-BeitragBox tr.Grayed {
	background-color: #e8ecff;
}

/*****************************************************************************/
/* LOCAL STYLES USED IN EDITOR - COLORS                                      */
/*****************************************************************************/

