/*****************************************************************************/
/* 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 {
	border-collapse: collapse;
}

table.CellTable td {
	font-size: 11px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

table.CellTable th {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

table.RowTable {
	border-collapse: collapse;
}

table.RowTable td {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	font-size: 11px;
	padding: 5px 12px 5px 12px;
	text-align: left;
	vertical-align: top;
}

table.RowTable td.Category {
	font-weight: bold;
}

table.RowTable td.Center {
	text-align: center;
}

table.RowTable td.Right {
	text-align: right;
}

table.RowTable td.Title {
	font-weight: bold;
}

table.RowTable th {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 12px 5px 12px;
	text-align: left;
	vertical-align: top;
}

table.LEI-ChampionBox {
	border-collapse: collapse;
}

table.LEI-ChampionBox td {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	font-size: 11px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

table.LEI-ChampionBox td.Title {
	font-weight: bold;
}

table.LEI-ChampionBox th {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

table.LEI-ErfolgeBox {
	border-collapse: collapse;
	width: 100%;
}

table.LEI-ErfolgeBox td {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

table.LEI-ErfolgeBox th {
	font-size: 12pt;
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

table.LEI-ErfolgeBox td.Title {
	font-size: 12px;
	font-weight: bold;
	padding: 20px 3px 3px 3px;
}

table.LEI-VorstandBox {
	border-collapse: collapse;
}

table.LEI-VorstandBox td {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

table.LEI-VorstandBox th {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

/*****************************************************************************/
/* LOCAL STYLES USED IN EDITOR - COLORS                                      */
/*****************************************************************************/
table.CellTable {
	background-color: #ffffff;
}

table.CellTable td {
	border: 1px solid #8f9026;
	color: #000000;
}

table.CellTable th {
	background-color: #8f9026;
	border: 1px solid #8f9026;
	color: #000000;
}

table.CellTable tr.Grayed {
	background-color: #fbffd5;
}

table.RowTable {
	background-color: #ffffff;
	border: 1px solid #8f9026;
}

table.RowTable td {
	border-color: #dfea82;
	color: #000000;
}

table.RowTable td.Category {
	background-color: #dfea82;
}

table.RowTable td.Title {
	background-color: #8f9026;
	color: #ffffff;
}

table.RowTable th {
	background-color: #8f9026;
	color: #ffffff;
}

table.RowTable tr.Grayed {
	background-color: #fbffd5;
}

table.LEI-ChampionBox {
	background-color: #ffffff;
	border: 1px solid #8f9026;
}

table.LEI-ChampionBox td {
	border-color: #dfea82;
	color: #000000;
}

table.LEI-ChampionBox td.Title {
	background-color: #dfea82;
	border: 1px solid #dfea82;
	color: #000000;
}

table.LEI-ChampionBox th {
	background-color: #8f9026;
	color: #ffffff;
}

table.LEI-ChampionBox tr.Grayed {
	background-color: #fbffd5;
}

table.LEI-ErfolgeBox {
	background-color: #ffffff;
	border: 1px solid #8f9026;
}

table.LEI-ErfolgeBox td {
	border-color: #dfea82;
}

table.LEI-ErfolgeBox th {
	background-color: #8f9026;
	border: 1px solid #8f9026;
	color: #ffffff;
}

table.LEI-ErfolgeBox td.Title {
	background-color: #dfea82;
}

table.LEI-ErfolgeBox tr.Grayed {
	background-color: #fbffd5;
}

table.LEI-VorstandBox {
	background-color: #FFFFFF;
	border: 1px solid #8f9026;
}

table.LEI-VorstandBox td {
	color: #000000;
}

table.LEI-VorstandBox th {
	background-color: #8f9026;
	border: 1px solid #8f9026;
	color: #ffffff;
}


