@charset "utf-8";
/* CSS Document */

body {
	padding:4px;
	margin:0px;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	padding:10px 0px 0px 0px;
	margin:0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	padding:0px 0px 5px 0px;
	margin:0px;
}

#contents {
	width:750px;
	padding:0px 4px;
}

.sponsor {
	font-weight:bold;
}

.timestamp {
	border-top:2px solid #000;
	padding: 1px 0px 2px 5px;
	margin-top:2px;
	font-size:11px;
}

.section .heading {
	margin:20px 0px 0px 0px;
	padding-left:5px;
	font-weight:bold;
	border-bottom:2px solid #000;
}

.section .heading .league {
	font-size:24px;
	vertical-align:middle;
}

.section .heading .date {
	font-size:18px;
	vertical-align:middle;
	padding-left:10px;
}

.section table {
	width:100%;
}

.section table thead th {
	height:16px;
	padding:4px;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #000;
	text-align:center;
}

.section table .name, .section table .score, .section table tr.notes td {
	text-align:left;
}

.section table .line, .section table .teamName, .section table .score, .section table .pitcher {
	white-space:nowrap;
}

.section table td {
	text-align:center;
}

.section table .teamName {
	font-weight:bold;
	text-align:left;
}

.section table .pitcher {
	font-weight:bold;
	text-transform:capitalize;
}

.section table tr.time td {
	padding-left:10px;
	text-align:left;
}

.section table tr.bottom td {
	border-bottom:1px solid #000;
}

.section .gameDate {
	background-color:#000000;
	color:#FFFFFF;
	font-style:italic;
	font-weight:bold;
	margin-top:10px;
	padding:2px 15px;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#84ADD5;
}

#footer {
	margin-top:50px;
}

.disclaimer {
	font-size:10px;
}
