/* TTC Copyright 2003 */
/* Last Updated */
/* 2003 07 24 SED added ttc2.css  */
/* 2003 06 05 SED Initial version */
/* Hide from version 4 browsers */
/* ttc2.css contains CSS2 and other constructs that cause problems with version 4 browsers */
@import url("/ttc2.css");

html {
  background-color : #F5EEE4;
}
body {
  margin-top : 1em;
  margin-bottom : 1em;
  margin-left : 1em;
  margin-right : 1em;
  padding-left : 1px;
  padding-right : 1px;
  padding-top : 0px;
  padding-bottom : 0px;
}
body, td {
	font-family: sans-serif;
	text-indent: 0em;
	color: #006600;
	font-size: 10pt;
}
td {
  padding-left : 0.5em;
  padding-right : 0.5em;
}
.content {
	padding-left : 8%;
	padding-right : 8%;
	margin-left : 0px;
	margin-right : 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	clear: both;
}
/* no borders around images */
img {
  border : 0em;
}
table {
    background-color : #F5EEE4;
}
tr {
  vertical-align : top;
}
ul {
  list-style-type : disc;
  list-style-image : url("/images/red-dot.png");
}
h1, h2, h3, h4, h5, h6 {
	color: #006600;
	background-color: transparent;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
}
h1 {
	text-align: left;
	font-size: 18pt;
}
h2 {
    font-size : 16pt;
}
h3 {
    font-size : 14pt;
}
h4 {
    font-size : 12pt;
}
h5 {
    font-size : 11pt;
}
h6 {
    font-size : 10pt;
	 font-weight: bold;
}
/* don't wrap or break anchors */
a {
    white-space : nowrap;
}
a:link {
    color : blue;
    background-color : transparent;
}
a:visited {
    color : #006600;
    background-color : transparent;
}
a:hover {
    background-color : Yellow;
    text-decoration : none;
}
a:active {
    color : #FFCC00;
    background-color : transparent;
}
/* classes */
.alttxt, strong, blockquote, em {
	color: #DF003F;
	background-color: transparent;
}
.stdtbl, .stdtbl-right {
    background-color : #FADAA5;
    color : inherit;
}
.stdtbl-right {
  text-align : right;
}
/* used in contact-*.html files */
.contactdetails {
  white-space : nowrap;
}
.pixcaption {
	clear: both;
	margin-top: 0.5em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	font-size: 8pt;
	text-align: center;
	white-space: nowrap;
}
/* style for text in footer */
.webmaster {
	color: black;
	font-size: 8pt;
	background-color: #F5EEE4;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* ensure horizontal rules that separate page sections are after the preceeding content */
.hrsection {
    clear : both;
    width : 100%;
}
.highlight {
  background-color : yellow;
  color : inherit;
}
.logoleft {
  float : left;
  margin-left : 0em;
  padding-left : 0em;
  clear : left;
}
.logoright {
  float : right;
  margin-right : 0em;
  padding-right : 0em;
  clear : right;
}
/* ensure footer is after all previous content on the page */
.footer {
  clear : both;
}
.footer tr {
  vertical-align : middle;
}
.clubrooms {
  margin-left : 15%;
}
.fixturetable {
  background-color : #FADAA5; 
  color : inherit;
  margin-top : 1em;
  margin-bottom : 1em;
  margin-left : 0em;
  margin-right : auto;
}
/* same as alttxt colour */
.fixturetable h4 {
  color : #DF003F;
  background-color : transparent;
  margin-bottom : 0em;
  padding-bottom : 0em;
  margin-top : 0.1em;
  padding-top : 0.1em;
}
/* same as alttxt colour */
.fixtureselection strong {
  color : #DF003F;
  background-color : transparent;
  font-weight : bold;
}
.yahoogroup {
	background-color: #FADAA5;
	float: right;
	width: auto;
	padding: 8px 8px 0px 8px;
	margin-left:auto;
	margin-right: auto;
}
/* for debug, change none to solid */
div {
	border: thin none Red;
}
span {
  border : thin none Lime;
}
/* TTC supports web standards */
.ahem {
  display : none;
  font-size : small;
}