/* Style sheet for lefc.org.uk */
/* Colours used  #840063 purple (logo top), #0000ff blue (logo bottom) */
/* #000099 darker blue for tournament entries */
/* #73c6f7 blue background ##840063 purple background 000000 text */
/* #c60094 (lighter shade of #840063) used for thumbnail borders so as to look about right in IE (pink in Opera!) */
/* I really should make a note of WHY I invent new categories! */

/*everything but the divs & background color*/

h1 {
 text-align: center;
 font-family: "comic sans ms", arial, sans-serif;
 color: #840063;
}
h2 {
 text-align: center;
 font-family: "comic sans ms", arial, sans-serif;
 color: #0000ff;
}
h3 {
 text-align: left;
 font-family: "comic sans ms", arial, sans-serif;
 color: #0000ff;
}
h4 {
 text-align: left;
 font-family: "comic sans ms", arial, sans-serif;
 color: #840063;
}

p {
 text-align: left;
 font-family: "verdana", arial, sans-serif;
 color: #000000;
 font-size: small;
}
p.disclaim {
 font-size: xx-small;
}
p.author {
 text-align: right;
 font-family: "verdana", arial, sans-serif;
 color: #840063;
 font-size: x-small;
}
p.small, p.archive, dl {
 text-align: left;
 font-family: "verdana", arial, sans-serif;
 color: #000000;
 font-size: x-small;
}
p.notice { 
 text-align: center;
 font-family: "verdana", arial, sans-serif;
 color: #840063;
 font-size: medium;
 border: solid #0000ff 1px;
 margin: 0px, 50px;
}
p.center { text-align: center; }
span.bold { font-weight: bold; }
span.italic { font-style: italic; }
span.underline { text-decoration: underline; }
span.large { font-size: large; }
span.home { color: #840063; }
span.away { color: #0000ff; }
span.xsmall { font-size: x-small; }

a:link, a:visited { color: #840063 }
a:hover, a:active { color: #0000ff }

li {
 font-family: "verdana", arial, sans-serif;
 color: #000000;
 font-size: small;
}
li.award {
 color: #840063;
 list-style: url(pics/ball.gif) disk;
}
li.news, li.photos {
 color: #000000;
 list-style: url(pics/ball.gif) disk;
}
li.oldnews {
 color: #000000;
 font-size: x-small;
 list-style: disk;
}
dd { color: #840063 }

/* menu items, "old" pics */
img.no-border, img.logo { border : 0px; }

/* archive */
hr { color: #840063 }

/* 'normal' table, th, td - for fixtures/results tables */
table {
 border: solid 0px #000000;
 padding: -10px;
}
table.no-border { border: solid 0px #000000; }
th {
 font-family: "verdana", arial, sans-serif;
 border: solid 0px #000000;
 font-size: x-small;
}
td {
 font-family: "verdana", arial, sans-serif;
 border: solid 1px #000000;
}
td.no-border {
 border: solid 0px;
 vertical-align: top;
}
.no-border2 {
 border: solid 0px;
 padding: 3px 5px;
}

tr.home {
 color: #840063;
 font-size: x-small;
}
tr.emmanuel {
 color: #840063;
 font-size: x-small;
 text-align: right;
}
tr.away
 {
 color: #0000ff;
 font-size: x-small;
}
tr.not-e {
 color: #0000ff;
 font-size: x-small;
 text-align: right;
}
td.pad {
 padding: 0em 0.5em;
}
tr.tourn {
 color: #000099;
 font-size: x-small;
}
tr.query, tr.cup {
 color: #000000;
 font-size: x-small;
}
/* tr.cup {
 color: #000000;
 font-size: x-small;
} */
td.date {
 color: #000000;
 font-size: x-small;
 border: solid 0px #000000;
}

/* used in thumnail screens */
td.photo {
 border: ridge 4px #c60094;
 padding: 2px;
 text-align: center;
}
