/* StyleSheet for Easttown Snooker Pages */
/* For printing */
body {
	font-size: 12px;
	background-color:#ffffff;
	color:black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.noPrint {
	display:none;
}

h1 {font-size: 18px;font-weight: bold;text-align:center;}
h2 {font-size: 16px;font-weight: bold;text-align:center;}
h3 {font-size: 14px;font-weight: bold;text-align:center;}

a {
	color:black;
	text-decoration: none;
	font-weight: bold;
}

td {
	border: 1px solid #000000;
	padding: 2px 3px;
}
th {
	border: 1px solid #000000;
	text-align: center;
	background-color: #999999;
	font-weight: bold;
	font-size: 14px;
	line-height:16px;
	padding: 2px 3px;
	vertical-align: middle;
}

#outer {
	margin:10px auto;
	width:640px;
}

#main .leagueTable, #main .breaksTable,	#main .avgTable {
	margin:10px auto;
}
#main .resultsTable {
	width:544px;
	margin:4px auto 20px auto;
}
#main .breaksTable {
	width:430px;	
}

.leagueTable td, .resultsTable td, .breaksTable td, 
	.avgTable td, .statsTable td, .statsTitles td {
	font-weight:normal;
	border-style: solid;
	border-width: 1px;
	text-align:center;
	padding: 2px 3px;
}

.mainTeam {
	width:190px;
	text-align:left;	
}
.mainScore {
	width:60px;
	text-align:left;
}
.breaksTable .mainScore {
	width:80px;
	text-align:left;
}
.mainPlayer {
	width:150px;
	text-align:left;	
}

.leagueTable td.team {
	width:200px;
	text-align:left;	
}
.resultsTable td.team {
	width:180px;
	text-align:left;	
}

th.score, td.score {
	width:40px;
	text-align:center;
}
td.player {
	width:160px;
	text-align:left;	
}

tr.normal td {
	background-color: #eeeeee;
}

.statsTable, .statsTitles{
	width:500px;
	margin:0px auto;
}

/****** rules ******/
#rules {
	background-color:white;
	color:black;
	padding:10px;
	font-size:16px;
	font-weight: normal;
	line-height:18px;
	font-family: "Times New Roman", serif;
	overflow:visible;
}
#rules h1 {
	font-size:24px;
	line-height:28px;
	text-align:center;
	margin: 8px auto;
}
#rules p {
	margin:4px 0px 6px 0px;
}
#rules p span, #rules li span {
	margin-right:8px;
	font-size:18px;
	font-weight:bold;
}

#rules div.notes {
	font-style:italic;
	font-size: 14px;
	margin: 4px 10px;
	font-weight: normal;
	font-family: Georgia, serif;
}
#rules ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#rules ul ul {
	margin:6px;
	padding:6px;
}
#rules ul ul li {
	margin-left:0px;
	padding-left:0px;
}
#rules ul li {
	margin:2px 0px 2px 0px;
	padding:2px 2px 2px 0px;
	border-bottom:1px solid #cccccc;
}

#rules ul ul {
	list-style-type: none;
}
#rules ul ul li {
	border:0px;
	margin:0px;
}
#rules ul ul ul {
	list-style-type: none;
}
/*****************/
