#toolbar, #nav, #npt, #nav-breadcrumbs, #aside, #related, .share, #footer, #feedbacktab, .statsSubField
{display: none}

h1 {font-size:18pt; padding-bottom: 30pt}
h2 {font-size: 15pt; padding-bottom: 10pt}
h3, h4, h5, h5 {font-size: 12pt}
p {font-size: 11pt}
a {color: #000000 ;text-decoration: none; border-bottom: 1px solid #999}
h1 a {border: none}
p.lead {font-weight: bold}

/* Stats table */

table {
	width: 100%;
	color: #444;
}

th {
	border-bottom: 1px solid #444;
	font-weight: bold;
	padding: 7px 3px 7px 0;
}

td {
	border-bottom: 1px dotted #444;
	/*background: url(../img/bg_dotline.gif) bottom repeat-x;*/
	padding: 7px 3px 7px 0;
}


.statsTable th { text-align: right; padding: 20px 0 5px 0;}
th.date { width: 120px; text-align: left;}
th.abb { text-align: left;}
th.download { width: 120px; background: transparent url(../img/icon_arrow_down.png) no-repeat 80px top; }
th.upload { width: 120px; background: transparent url(../img/icon_arrow_up.png) no-repeat 80px top;}
th.time { width: 80px; background: transparent url(../img/icon_time.png) no-repeat 48px top;}
.statsTable td { text-align: right; padding: 5px 0 5px 0;}
td.date { text-align: left;}
td.abb { text-align: left;}


