/*
* Diese File dient als css-Vorlage f.d. Druckansichten der Views.
* Der Einfachheit halber wurde es nur kopiert und die Farben werden an den Stellen, die "bunt" sind, einfach auf weiss gesetzt, 
* sowie in .sportView eine border=1px und border-collapse auf collapse gesetzt.
* Dadurch entf�llt der Aufwand, ein neues CSS-File zu erstellen und v.a., in allen Views, die Druckansichten bieten sollen, diese anzupassen.
*/



 .ERROR {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
 	color: red;
 }

/* Angaben f�r Oddset-Werbebanner */
#banner
{
    position: absolute;  
	visibility: visible; 
	top: 120px; 
	left: 228px; 
	z-index: 300; 
	width: 468px;
	height: 60px;
	overflow: hidden;
}

#ball
{
    position: absolute;  
	visibility: hidden;
	top: 25px; 
	left: 34px; 
	z-index: 400; 
	width: 51px;
	height: 50px;
	overflow: hidden;
}
/* ENDE - Angaben f�r Oddset-Werbebanner */

body  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
	background-color : #FFFFFF;
}

h1 { color : #EE9130; font-size : 22; font-weight : bold; }
h2 { color : #000000; font-size : 17; font-weight : bold; }
h3 { color : #000000; font-size : 15; font-weight : bold; }

/* Style f�r Menu */
.menuHead { background-color : #EE9130; font-size : 13; font-style : bold; font-weight : bold; font-family : Arial, Helvetica, sans-serif; }
a.menuHead:link    { color:#000000; font-weight : bold; text-decoration:none; }
a.menuHead:visited { color:#000000; font-weight : bold; text-decoration:none; }
a.menuHead:active  { color:#FFFFFF; font-weight : bold; text-decoration:none; } 
a.menuHead:hover   { color:#FFFFFF; font-weight : bold; text-decoration:none; }
.menu { background-color : #EE9130; font-size : 12; font-style : normal; font-weight : normal; font-family : Arial, Helvetica, sans-serif; }
a.menu:link    { color:#000000; font-weight : normal; text-decoration:none; }
a.menu:visited { color:#000000; font-weight : normal; text-decoration:none; }
a.menu:active  { color:#FFFFFF; font-weight : normal; text-decoration:none; } 
a.menu:hover   { color:#FFFFFF; font-weight : normal; text-decoration:none; }

.orange {color:#EE9130;}

img  {
	border : 0;
}

.h1Class {
	font-size : 20pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.h2Class {
	font-size : 16pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.h3Class {
	font-size : 12pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-decoration : none;
}

A.textLink {
	font-size : 9pt;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : #1717a1;
	text-decoration : underline;
}

A.textLink:hover {
	font-size : 9pt;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : #CC6666;
	text-decoration : none;
}

.button {
	font-size : 9pt;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : Black;
	text-decoration : none;
	text-align : center;
	background-color : #FBD5A9;
}

a.buttonA {
	font-size : 9pt;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : Black;
	text-decoration : none;
	text-align : center;
	background-color : #FBD5A9;
}

td.buttonPanelButtonTD {
	font-size : 9pt;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : Black;
	text-decoration : none;
	text-align : center;
	background-color : #FBD5A9;
	border: 1px solid black;
}

table.buttonPanelTABLE {
	background-color : #DCDCDC;
}

.button:hover {
	font-size : 9pt;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : #CC6666;
	text-decoration : none;
	text-align : center;
	background-color : #FBD5A9;
}

.buttonNegativ {
	font-size : 9pt;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : Black;
	text-decoration : none;
	text-align : center;
	background-color : #ffffff;
}

.buttonNegativ:hover {
	font-size : 9pt;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : #CC6666;
	text-decoration : none;
	text-align : center;
	background-color : #ffffff;
}

.formHead {
	font-size : 10pt;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : Black;
	text-decoration : none;
	background-color : #C8C8C8;
}

.formHeadSmall {
	font-size : 8pt;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : Black;
	text-decoration : none;
	background-color : #C8C8C8;
}

.formText {
	font-size : 9pt;
	font-family : Arial;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
}

/* Tabellenzeilen mit Farbe 1 bei Listen mit wechselnden Hintergrundfarben bei jeder zweiten Zeile */
.tableTextBG1 {
	font-family : Arial;
	font-size:9pt;
	color:#000000;
	background-color : #C1CDE2;
}

/* Tabellenzeilen mit Farbe 2 bei Listen mit wechselnden Hintergrundfarben bei jeder zweiten Zeile */
.tableTextBG2 {
	font-family : Arial;
	font-size:9pt;
	color:#000000;
	background-color : #FFFFFF;
}

.tableTextBGRoundBirthday {
	font-family : Arial;
	font-size:9pt;
	color:#000000;
	background-color : #C1E3C8;
}


.tableHead {
	font-size : 9pt;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	background-color : #EE9130;
}

.dataTableBlack {
	font-size : 8pt;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : White;
	text-decoration : none;
	background-color : #000000;
}

.dataTableBG {
	font-size : 9pt;
	font-family : Arial;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	background-color : #C1CDE2;
}

.formBG {
	background-color : #C1CDE2;
}

.dataTable {
	font-size : 9pt;
	font-family : Arial;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	background-color : #eeeeee;
}

.dataTableDescription {
	font-size : 9pt;
	font-family : Arial;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
/*	border: 1px solid black;	*/
	background-color : #FFFFFF;
}

.dataTableText {
	font-size : 8pt;
	font-family : Arial;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	background-color : #FBD5A9;
}

input.dataTableText,
select.dataTableText {
/*	font-family: Verdana, Arial;
	font-size: 8pt; 
	color: #000000;
	font-weight: normal;*/
	background-color: #ffffff;
}

.borderTable {
	background-color : #10246a;
}

.borderTableRed {
	background-color : #ff0000;
}

.textRed {
	font-size : 10pt;
	font-family : Arial;
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : none;
}

.smallFormText {
	font-size : 7pt;
	font-family : Arial;
	font-style : normal;
	font-weight : normal;
	color : Black;
}

.verySmallFormText {
	font-size : 6pt;
	font-family : Arial;
	font-style : normal;
	font-weight : normal;
	color : Black;
}

.text  {
	font-size : 10pt;
	font-family : Arial;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.textNormal  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.textSmall  {
	font-size : 8pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.textBold  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-decoration : none;
}


/* Top Menu */
.tmmenu2 {
	background-color:#1A4B9A;
	layer-background-color:#1A4B9A;
	color:#FFFFFF;
	text-decoration : none;
}

.firstnav {
	color: #4368AE;
	font-size : 12px;
	background-color : transparent;
	font-weight : bold;
	text-decoration : none;
	font-family : sans-serif;
}

.firstnav.hover {
	color: #4368AE;
	font-size : 12px;
	background-color : transparent;
	font-weight : bold;
	text-decoration : none;
	font-family : sans-serif;
}

.secnavOff {
	color: #ffffff;
	font-size : 12px;
	font-family : sans-serif;
	font-style: normal;
	text-decoration : none;
}

.secnav {
	color: #ffffff;
	font-size : 12px;
	font-family : sans-serif;
	font-style: normal;
	text-decoration : none;
}

.secnav:hover {
	color: #cccccc;
	font-size : 12px;
	text-decoration : none;
	font-style: bold;
}

.thirdnavoff {
	color: #aaaaaa;
	font-size : 12px;
	text-decoration : none;
	font-style: normal;
}

.thirdnav {
	color: #ffffff;
	font-size : 12px;
	font-family : sans-serif;
	font-style: normal;
	text-decoration : none;
}

.thirdnav:hover {
	color: #cccccc;
	font-size : 12px;
	text-decoration : none;
	font-style: bold;
}

.sportEditItem {
	font-family : Verdana, Arial;
	font-size:9pt; 
	color:#000000;
	font-weight : normal;
	text-align : left;
	background-color: #ccddee;
}

.sportView {
	background-color : #FFFFFF;
	border: 1px solid black;	
	border-collapse:collapse
}

.sportViewTitle {
	font-family : Verdana, Arial;
	font-size : 9pt; 
	font-weight : bold;
	color : #000000;
	background-color : #FFFFFF;
}

.sportViewFilter {
	font-family : Verdana, Arial;
	font-size : 8pt; 
	font-weight : normal;
	color : #ffffff;
	background-color : #FFFFFF;
}
select.sportViewFilter {
	font-family : Verdana, Arial;
	font-size:9pt; 
	color:#000000;
	font-weight : normal;
	background-color: #ffffff;

}

.sportViewHeader {
	font-family : Verdana, Arial;
	font-size : 9pt;
	font-weight : bold;
	color : Black;
	background-color : #FFFFFF;
}

.sportViewHeaderDiv {
	background-color : #FFFFFF;
	font-weight : normal;
	padding : 0px 0px 0px 1px;
	float: left;
}

.sportViewHeaderDivContainer {
	background-color : #FFFFFF;
	display: inline; 
	padding : 0px 0px 0px 0px;
	float: left;
}
.sportViewHeaderDivContainer2 {
	background-color : #FFFFFF;
	display: inline; 
	padding : 0px 1px 0px 0px;
	float: left;
}
.sportViewDivItem {
	color: #FFFFFF;
	background-color : #FFFFFF;
	font-family : "Trebuchet MS",Arial;
	font-weight : normal;
	font-size: 9pt;
	/* float: left; Verursacht Fehler unter IE Mac OS */
	text-align: center;
	padding: 0px 0px 0px 0px;
	height: 21px;
}

.sportViewItem {
	background-color : #FFFFFF;
}

.sportItem {
	font-family : Verdana, Arial;
	font-size:8pt;
	color:#000000;
}

.sportItemEven {
	font-family : Verdana, Arial;
	font-size:8pt;
	color:#000000;
	border: 1px solid black;	
	background-color : #FFFFFF;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.sportItemOdd {
	font-family : Verdana, Arial;
	font-size:8pt;
	color:#000000;
	border: 1px solid black;	
	background-color : #FFFFFF;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.sportViewItemLink {
	color : #000000;
	text-decoration : underline;
}
.sportViewItemLink:hover {
	color : #CC6666;
	text-decoration : underline;
}

.sportViewNavigation {
	font-family : Verdana, Arial;
	font-size : 8pt; 
	font-weight : normal;
	color : #000000;
	background-color : #E5E5E5;
}
.sportViewNavigationLinkPageNumber{
	font-family : Verdana, Arial;
	font-size:8pt; 
	font-weight : bold;
	color:#000000;
	text-decoration: none;
}
.sportViewNavigationLink {
	font-family : Verdana, Arial;
	font-size:8pt; 
	font-weight : bold;
	color:#1717A1;
	text-decoration: underline;
}
.sportViewNavigationLink:hover {
	font-family : Verdana, Arial;
	font-size:8pt;
	font-weight : bold;
	color: #CC6666;
	text-decoration: none;
}
.sportViewButtonLink {
	font-family : Verdana, Arial;
	font-weight : bold;
	font-size : 9pt;
	color : #000000;
	text-decoration : none;
}

.sportViewButtonLink:hover {
	font-family : Verdana, Arial;
	font-size : pt;
	font-weight : bold;
	color : #000000;
	text-decoration : underline;
}

.FooterMarked {
	font-weight : bold;
	font-size:8pt;
	color: #999999;
	font-family : Verdana, Arial;
}


/* ##############         SUBMENU            ########################*/ 

.submenu1 {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.submenu1:hover {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #EE9130;
	text-decoration: underline;
}

.submenu2 {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.submenu2:hover {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #EE9130;
	text-decoration: underline;
}

.submenu3 {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.submenu3:hover {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #EE9130;
	text-decoration: underline;
}

.submenu4 {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.submenu4:hover {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #EE9130;
	text-decoration: underline;
}

.submenu5 {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.submenu5:hover {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #EE9130;
	text-decoration: underline;
}

.submenu6 {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.submenu6:hover {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #EE9130;
	text-decoration: underline;
}

.submenu7 {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.submenu7:hover {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #EE9130;
	text-decoration: underline;
}

/* ### Spielerstatistik ### */
td.spielerStatHigh {
	font-family : Verdana, Arial;
	font-size:8pt;
	color:#000000;
	height: 25px;
	background-color: #FF8080;
}
td.print{ /*  */
	font-family : Verdana, Arial;
	font-size : 8pt; 
	font-weight : normal;
	color : #000000;
	background-color : #FFFFFF;
}
/*TOOLTIP*/
table.tooltip{
	font-family : Verdana, Arial;
	font-size:8pt;
	color:#000000;
	height: 10px;
	border: 1px solid black;
	background-color: #FFFFFF;
}
.BubbleClass { text-color: #000000; background-color: #FFFACD; }
#bubble { position: absolute; height:8px; visiblity: hidden; z-index:10; }