/* =================================
    CSS STYLES For WOTuS Data-Export
   =================================
*/   


Body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	margin: 4px;
}

/* Styles for CLASSES */

.TblWkColHdRow { 
	background-color: #EFEFEF;
	font-size: 10pt;
	font-weight: bold;
	color: #3f3fef;
}

.TblWkNrName  { 
	font-size: 12pt;
	font-weight: bold;
	color: #3f3fef;
}

.TblWkTln {
	font-size: 9pt;
	font-weight: normal;
}

/* Styles for tag-specific classes */

p.WtsProduktFusszeile  { 
	font-size: 7pt;
	font-weight: normal;
	color: #1f1f1f;
}

.TblRowWk {
	background-color: #EFEF7F;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

/* GENERIC */
h1  {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 3pt; 
	margin-bottom: 3pt;
}

h2  {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0pt; 
	margin-bottom: 0pt;
}

h3  {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 6pt; 
	margin-bottom: 0pt;
}

h4  {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 12pt; 
	margin-bottom: 0pt;
}

h5, DT  {
}

h6  {
}

/* === */


p.Veranstalter  {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 0.8em;
  padding: 0 0 0.2em 2%;
  margin: 0;

}

p.Veranstaltungstitel  {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.7em;
  font-weight: bold;
  line-height: 0.8em;
  padding: 0.2em 0 0.2em 2%;
  margin: 0;

}

p.Veranstaltungsuntertitel  {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 0.8em;
  padding: 0.2em 0 0.2em 2%;
  margin: 0;

}

p.WannUndWo  {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.0em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0 0 0.2em 2%;
  margin: 0;

}



TFOOT, THEAD    {
}

th  {
	font-size: 8pt;
	font-weight: normal;
	background-color: #cfcfcf;	
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

/* === */

span.WtsWarnhinweis {
	font-size: 8pt;
	color:#6f0000;
}

p.WtsWarnhinweis {
	color: #7F1F1F;
	/* background-color: #FFFFCF;*/
	font-size: 9pt;
}


span.WtsAntreteInfo {
	font-size: 8pt;
	/*color:#ff00FF;*/
}

/* WOTuS Tabellen */

table {
}

table caption {
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}

table.TblOrgMitarbeiter {
	background-color: #EFEFEF;
	/* border:0; cellpadding:2; cellspacing:1; */
	border-spacing: 10px;
	border-collapse: separate;
	margin-top: 6pt;
	margin-bottom: 3pt;
	border-style: solid;
	border-color: #7f7f7f;
	border-width: 1px;
}

table.TblLogos {
	/*background-color: #00DFEF;*/
	/* align:center; */
	/* border:0; cellpadding:2; cellspacing:0; */
}

/* Wettkampf Tabelle Teilnehmerzahlen in Disziplinen */
table.WtsTblDisziplinStatistik {
	font-size: 9pt;
	background-color: #BBBBBB;
	border-width: 1px;
	border-color: #7F7F7F;
	border-style: solid;
	border-spacing: 2px;
	border-collapse: separate;
	margin-top: 6pt;
}

tr.WtsTblDisziplinStatistik {
	background-color: #fcfcfc;
}

/*
th.WtsTblDisziplinStatistik {
	font-size: 8pt;
}
*/

/* Tabelle Verein: Teilnehmer und MAnnschaften */

table.WtsTblOrgTln {
	margin-top: 10pt;
	border-width: 1px;
	border-color: #7F7F7F;
	border-style: solid;
	border-spacing: 10px;
	border-collapse: separate;
	width: 100%;
}

.WtsTblOrgTln tr {
}

/*
.WtsTblOrgTln th {
	font-size: 10pt; 
	font-weight: bold;
}
*/

.WtsTROrgTlnWk {
	background-color: #DFDFDF;
	font-size: 10pt; 
}

.WtsOrgTlnWk {
	font-size: 12pt; 
	font-weight: bold;
}

/* === */
table.WtsWKxTblInfo {
	caption-side:top;
	table-layout:auto;
	border-collapse:collapse;
	border-spacing:0px;
	/* border=0; cellpadding=2; cellspacing=0; width=100%; */
}


table.WtsWKxTblTln {
	/* border:1; cellpadding:2; cellspacing:0; width:100%; */
/*	caption-side:top;
	table-layout:auto;
	border-collapse:separate;
	empty-cells:show;

	font-size: 10pt;
	color: #000000;
	border-color: #7f7f7f;
	padding:2px;
	border-style:solid;
	border-width:1px;
*/
	margin-top:10pt;
}

tr.WtsTblOrgWk {
	background-color: #DFDFDF;
}

.WtsTblOrgWk td {
	background-color: #DFDFDF;
	text-align: left;
}

.WtsTblOrgWkName {
	font-size: 11pt;
	font-weight: bold;
}

tr.WtsTR_Tln_Mldg {
	background-color: transparent;
}

tr.WtsTR_Tln_Mldg_Warnung {
	background-color: #FFFF7F;
}

tr.WtsTR_Tln_Mldg_Fehler {
	background-color: #FF9F9F;
}


table.WtsTblInfo {
	background-color: #FFFFFF;
	table-layout:auto;
	border-collapse:collapse;
	border-spacing:2px;
	empty-cells:show;
	width:100%; 
}

table.WtsTblInfo2 {
	margin-top: 8pt;
	table-layout:auto;
	border-collapse:collapse;
	border-spacing:2px;
	empty-cells:show;
	width:50%;
}

table.WtsTblOrganisationen {
	margin-top: 10pt;
	border-collapse:collapse;
	border-style: solid;
	border-color: #7f7f7f;
	border-width: 1px;
}

table.WtsTblWkListe {
	border-collapse:collapse;
	border-style: solid;
	border-color: #7f7f7f;
	margin-top: 10pt;
}

.EinleitungsInfo {
	font-size: 10pt;
}
 
.Einleitungshinweis {
	font-size: 9pt;
}

.WtsTblTlnDetails {
	font-size: 10pt;
	border-collapse:collapse;
	width:100%;
}

.Zeitplan {
	font-size: 8pt;
	border-style: solid;
	margin-top: 6pt;
	margin-bottom: 3pt;
}

.ZeitplanKopfzeile {
	background-color: #cfcfcf;
}

.Zeitplan1 {
	background-color: #e7e7e7;
}

.Zeitplan2 {
	background-color: #efefef;
}

.Mitarbeiter1 {
	background-color: #f7f7f7;
}

.Mitarbeiter2 {
	background-color: #dfdfdf;
}

.RiegenInfo {
	font-size: 9pt;
}

.TblTln {
	border-collapse:collapse;
}

.TblTlnKopfzeile {
	background-color: #dfdfdf;
}

.Navigationsleiste {
	color: #7f7f7f;
	margin-top: 2pt;
	margin-bottom: 2pt;
}

.MENav {
	color: #7f7f7f;
	margin-top: 2pt;
	margin-bottom: 6pt;
}

.TblLogos {
	margin-top: 6pt;
}

.TlnStatusNichtOk {
	font-size: 0.9em;
}

.TlnDetails2 {
	font-size: 9pt;
}

.WAGHinweis {
	color: #ff00ff;
}

td.VeranstalterLogo {
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

td.VeranstaltungsLogo {
	vertical-align: top;
	text-align: right;
	background-color: #ffffff;
}

.Qualifiziert {
	/* Kennzeichnung der qualifizierten Teilnehmer auf den WK- und Vereinslisten */
	background-color: #D7ffff;
	font-weight: bold;
}

.Qualifikationshinweis {
	font-size: 8pt;
	color: #666666;
	text-align: left;
}

.Qualifikationsveranstaltung {
	font-weight: bold;
}

.DisziplinErgebnisse {
	background-color: #d0d0d0;
}

.TlnDisziplinErgebnisse th, .MannschaftsDisziplinErgebnisse th {
	font-size: 7pt;
	background-color: #cccccc;
}

.TlnDisziplinErgebnisse, .MannschaftsDisziplinErgebnisse {
	background-color: #f7f7f7;
	font-weight: normal;
}

.DisziplinErgebnisUngültig {
	text-decoration: line-through;
	color: #777777;
	background-color: #efefef;
}

.MTlnListe {
	font-size: 9pt;
}

.WtsTblWkGruppe {
	background-color: #eeeeee;
	font-weight: bold;
	text-align: left;
	font-size: 1.1em;
}

.WtsTblWkGruppe td {
	text-align: left;
}

.Platz1, .Platz2, .Platz3 {
	background-color: #ffffcc;
}

.DiszLstg, .DiszPkte {
	color: #002222;
	font-size: 9pt;
}

.DiszPkte {
	font-size: 9pt;
}

.ImVerband {
	font-size: 0.8em;
}