#main .noprint {
	display: none;
}

#wrapper_header,
#wrapper_header-unbranded,
#sidebar,
#league-logo,
#league-menu,
#league-options,
.tabbernav,
.txtbutton,
#skyscraper,
#league-header object {
	display: none;
}

#league-header {
	visibility: hidden;
}

#league-title {
	visibility: visible;
	font-size: 21pt;
	font-style: italic;
	text-align: center;
}

#league-stats {
	visibility: visible;
	list-style: none;
	padding: 0 0 0.2cm 0;
	margin: 0;
	text-align: center;
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 10pt;
	border-bottom: 3px solid #ccc;
}

#league-stats li {
	display: inline;
	margin: 0 0.5cm 0cm 0.5cm;
}

.widget-row {
	clear: both;
	display: block;
}

.widget-end {
	display: block;
	margin-bottom: 0.75cm;
}

div {
	display: inline;
}

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 1cm;
}

h1 {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 16pt;
	color: #333;
	font-style: italic;
}

h2 {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 12pt;
	color: #333;
	font-style: italic;
}

h3 {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 11pt;
	color: #333;
	font-style: italic;
}

h4,h5,h6 {
	font-size: 10pt;
	color: #333;
	font-style: italic;
}

th {
	text-align: left;
}

.table {
	width: auto;
	border: 2px solid #ccc;
	padding: 0.25cm;
	margin: 0 auto;
}

.table th {
	text-align: left;
	padding: 0.1cm;
	font-family: "Trebuchet MS", Georgia, Times, serif;
	border-bottom: 2px solid #ccc;
}

.table td {
	padding: 0.1cm 0.1cm 0.15cm 0.1cm;
}

.table tr.even td {
	background-color: #f1f1f1;
}

a {
	color: black;
	text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a {
	color: #333;
}