/*
Print CSS for Rushmoor Netball Club site
*/

/* Remove unwanted elements */
#skipNav, #masthead, #logo, #searcharea, #navContainer, #mainfeature, #imgrefreshing, #footer, .noprint {
  display: none;
}

html {
		font-size: 100%;
		}

body {
		font-size: 72.5%;
		}

h1 {/* main heading */
		font: normal 1.8em/1.1em Arial, sans-serif;
		margin-bottom: 5px;
		}

h2 {/* cross-head */
		font: bold 1.2em/1.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		margin-top: 1.3em;
		margin-bottom: 2px;
		color: #000000;
		}

p {
		font: 1.1em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		margin-bottom: 0.8em;
		}

.bullet li {
       font: 1.1em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	   list-style: circle;
	   margin-left: 20px;
	   margin-bottom: 0.8em;
}


 
 table.leaguetables {
  border-collapse: collapse;
}

table.leaguetables th, table.leaguetables td {
  padding: 2px;
  border: 1px solid #000000;
}

table.leaguetables th {
  font: 1.1em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-size: x-small;
   font-weight: bold;
  text-align: left;
  background: #000000;
  color: #ffffff;
  padding-top: 2px;;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

table.leaguetables td {
  font: 1.1em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-size: small;
  }    

table.leaguetables caption {
  color: #000066;
  font-size: small;
  text-align: left;
  padding-bottom: 5px;
  font-weight: bold;
}

table.tablesmenu {
  border-collapse: collapse;
}

table.tablesmenu th, table.tablesmenu td {
  padding: 2px;
  border: 1px solid #000000;
}

table.tablesmenu th {
  font: 1.1em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-size: x-small;
  font-weight: bold;
  text-align: left;
  background: #000000;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

table.tablesmenu td {
  font: 1.1em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-size: small;
  }    