/* 
////////////////////////////////////////////////
WM2010 TIPPSPIEL PRINT STYLESHEET
BY BEAT MING AND AARON MEDER
good to see you here, have a pleasant stay!
////////////////////////////////////////////////
*/

/* --- remove unused elements --- */

#nav, #footer, #userbox, .loc, .submit, .desc, h2{
	display:  none;
}

/* --- basic settings --- */

body{
	font-family: "Arial", Tahoma, Verdana, sans-serif;
	font-size:  80%;
}

/* --- header --- */

#header h1 a{
	font-size: 120%;
	color: red;
	text-decoration: none;
}

/* --- tables --- */

table{
	border-collapse: collapse;
}

table td{
	padding: 3px 5px;
	border-bottom: 1px #E6E6DC solid;
}

table th{
	padding: 2px 5px;
	font-size:  120%;
	font-weight: bold;
	border-bottom: 2px #E6E6DC solid;
}

table .alt{
	background-color: #F4F4EE;
}

.tipplist .group{
	font-weight:  bold;
	padding-top: 15px; 
}

.tipplist .datetime{
	width:  130px;
	text-align: left;
}

.tipplist .location{
	width: 150px;
}

.tipplist .team1{
	text-align: left;
}
 
.tipplist .team1, .tipplist .team2{
	width:  125px;
}

.tipplist .team2, .tipplist .t2{
	text-align: right;
}

.tipplist .scores {
	width: 100px;
}

.tipplist .scores, .tipplist .sc{
	text-align: center;
}

.tipplist input{
	width:  30px;
}
