
table.tippabgabe {
	width: 464px;
	border: none;
	margin-left: 28px;
	margin-top: -2px;

	background-color: transparent;
	color: #000000;

	font-family: Georgia, Times, serif;
	font-size: 10px;
	font-weight: normal;
}

td.tippdate {
	width: 380px;
	height: 16px;
	background-color: #C6CFBA;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}

td.tipppunkte {
	width: 80px;
	height: 16px;
	background-color: #D9DFD1;
	text-align: center;
	padding-left: 0px;
}

td.tippspielnr {
	width: 16px;
	height: 16px;
	background-color: #C6CFBA;
	text-align: left;
	padding-left: 4px;
}

td.tippteamone {
	width: 132px;
	height: 16px;
	background-color: #D9DFD1;
	text-align: right;
	padding-right: 4px;
}

td.tippflagge {
	width: 26px;
	height: 16px;
	background-color: #C6CFBA;
	text-align: center;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 1px;
}

td.slash {
	width: 5px;
	height: 16px;
	background-color: #D9DFD1;
	text-align: left;
	vertical-align: top;
	padding-left: 2px;
}

td.tippteamtwo {
	width: 132px;
	height: 16px;
	background-color: #D9DFD1;
	text-align: left;
	padding-left: 4px;
}

td.tippresult {
	width: 24px;
	height: 16px;
	background-color: #C6CFBA;
	text-align: center;
	padding: 0px;
}

td.tipps	{
	width: 80px;
	height: 16px;
	background-color: #D9DFD1;
	text-align: center;
	padding-left: 0px;
	font-weight: bold;
}

input.result	{
	width: 16px;
	height: 13px;
	background-color: #F6F7F4;

	margin: 1px 0 0 0;
  	border: 1px solid #BDC7AF;
	padding: 0px 0px 0px 0px;

	text-align: center;
	
	font-family: Georgia, Times, serif;
	font-size: 10px;
	font-weight: normal;

}

input.resulterror {
	width: 16px;
	height: 13px;
	background-color: #F6F7F4;

	margin: 1px 0 0 0;
  	border: 1px solid red;
	padding: 0px 0px 0px 0px;

	text-align: center;

	font-family: Georgia, Times, serif;
	font-size: 10px;
	font-weight: normal;

}

/*
 *   Rangliste
 */

table.rangliste	{
	width: 464px;
	background-color: transparent;
	color: #000000;

	margin: -2px 0px 0px 28px;
	border: none;

	font-family: Georgia, Times, serif;
	font-size: 10px;
	font-weight: normal;
}

td.platz, th.platz {
	width: 37px;
	height: 16px;
	background-color: #C6CFBA;
	text-align: center;
	padding-left: 0px;
}

td.rangname, th.rangname {
	width: 313px;
	height: 16px;
	background-color: #D9DFD1;
	text-align: left;
	padding-left: 4px;
}

td.punktedetails, th.punktedetails {
	width: 64px;
	height: 16px;
	background-color: #D9DFD1;
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
}

td.punktestand, th.punktestand {
	width: 52px;
	height: 16px;
	background-color: #C6CFBA;
	text-align: center;
	padding-left: 0px;
}

/*
 *   Menue zur Auswahl des Spieltages
 */

table.selector	{
	width: 464px;
	border: none;
	background-color: transparent;
	color: #000000;
	font-family: Georgia, Times, serif;
	font-size: 10px;
	font-weight: normal;
	margin-left: 28px;
	margin-bottom: 6px;
}

select.tippoption	{
	width: 160px;
	font-family: Georgia, Times, serif;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	margin-left: 0px;
	border: 1px solid #C6CFBA;
}


