/* sets the basic font style and attributes for the site i.e. all text within the BODY and TD tags*/

body {
color: #FFFFDD;
background-color: #09C945;
background-image: url(page.gif);
background-repeat: no-repeat;
font-size: 11px;
font-family: arial, helvetica, verdana, sans-serif;
}

td {
color: #000000;
font-size: 11px;
font-family: arial, helvetica, verdana, sans-serif;
}

.toptitle {
position: absolute;
top: 0;
left: 0;
}

/* the following apply to all links on the site, note: link colours are consistent,
link text sizes are not*/

a:link, a:active, a:visited, a:hover {
text-decoration: underline;
font-size: 13px;
font-weight: bold;
}

a:link {
color: brown;
}

a:visited {
color: brown;
}

a:active, a:hover {
color: brown;
}

h1 {
font-size: 48px;
color: papayawhip;
}

h2 {
font-size: 24px;
color: papayawhip;
}

h3, .h3 {
font-size: 18px;
color: papayawhip;
}

h4, .h4 {
font-size: 16px;
color: papayawhip;
}

h5, .h5 {
font-size: 14px;
color: papayawhip;
}

.errorheading {
font-size: 14px;
color: #ff0000;
font-weight: bold;
}

.errormessage {
font-size: 10px;
color: #ff0000;
font-weight: bold;
}

.errormedium {
font-size: 12px;
color: #ff0000;
font-weight: bold;
}

.errorspacer {
font-size: 10px;
color: #ffff99;
}

.linespace {
height: 12px;
}

.largelabels {
font-size: 12px;
}

.largerlabelsbold {
font-size: 16px;
font-weight: bold;
}

.largelabelsbold {
font-size: 12px;
font-weight: bold;
}

.labelsbold {
font-size: 10px;
font-weight: bold;
}

.darkredheading {
font-size: 12px;
font-family: helvetica, sans-serif;
font-weight: bold;
color: #006699;
}

/* Use this class to set the yellow text in the imformation bar at the top of the screen */

.topbar {
font-size: 12px;
color: #ff9900;
font-weight: bold;
}

/* All the orange text can be set with this class */

.importanttext {
color: #000000;
font-size: 12px;
font-weight: bold;
}

.lessimportanttext {
color: #000000;
font-weight: bold;
}

/* this class is used for labeling form fields and in one or two other cases,
such as the text in the important notice box */

.infotext, .inputlabels {
font-weight: bold;
}


/* When text needs to line up vertically i.e. in a table this style can be used
with a monospaced font  */

.tablevalue {
color: #006699;
font-size: 12px;
font-family: Courier, "Courier New", monospace;
}

.intro {
margin-left: 5;
margin-right: 5;
color: #000000;
background-color: #ffffff;
text-align: center;
font-weight: bold;
padding-top: 8;
padding-bottom: 8;
}

.boxed {
margin-left: 5;
margin-right: 5;
color: #000000;
background-color: #ffffff;
text-align: center;
font-weight: bold;
border: 2px;
border-style: solid;
border-color: #006699;
padding-top: 8;
padding-bottom: 8;
padding-left: 8;
padding-right: 8;
}

.logoboxed {
color: #000000;
background-color: #ffffff;
margin-left: 20%;
margin-right: 20%;
align: center;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
text-align: center;
font-weight: bold;
border: 2px;
border-style: solid;
border-color: #006699;
}

.daybox {
color: #000000;
font-size: 12px;
font-weight: bold;
padding-left: 6px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #ffffff;
text-align: left;
border: solid;
border-width: 1px;
border-color: #006699;
}

.importantbox {
color: #000000;
font-size: 12px;
font-weight: bold;
padding-left: 0px;
padding-right: 0px;
padding-top: 4px;
padding-bottom: 4px;
background-color: #ffffff;
text-align: center;
}

.importantboxspacer {
color: #ffff99;
height: 1px;
font-size: 12px;
font-weight: bold;
background-color: #ffff99;
text-align: center;
}


.letterscorebox {
color: #000000;
width: 40px;
font-size: 12px;
font-weight: bold;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 20px;
padding-right: 20px;
background-color: #ffffff;
text-align: center;
}

.letterscoreboxred {
color: #ff6600;
width: 40px;
font-size: 12px;
font-weight: bold;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 20px;
padding-right: 20px;
background-color: #ffffff;
text-align: center;
}

.letterscorespacer {
color: #ffff99;
height: 1px;
width: 40px;
padding-top: 0px;
padding-bottom: 0px;
font-size: 12px;
font-weight: bold;
background-color: #ffff99;
text-align: center;
}

.ticketnumberspacer {
color: #ffff99;
height: 1px;
width: 100px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-size: 1px;
font-weight: bold;
background-color: #ffff99;
text-align: center;
}

.ticketnumberbox {
color: #ff6600;
width: 100px;
font-size: 12px;
font-weight: bold;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
background-color: #ffffff;
text-align: center;
border: solid;
border-width: 1px;
border-color: #000000;
}

.ticketnumberboxvar {
color: #ff6600;
font-size: 12px;
font-weight: bold;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #ffffff;
text-align: center;
border: solid;
border-width: 1px;
border-color: #000000;
}

.importantboxred {
color: #ff6600;
font-size: 12px;
font-weight: bold;
padding-left: 16px;
padding-right: 16px;
padding-top: 4px;
padding-bottom: 4px;
background-color: #ffffff;
text-align: center;
}

.warningbox {
color: #ff6600;
font-size: 12px;
font-weight: bold;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
background-color: #ffffff;
text-align: left;
border: solid;
border-width: 1px;
border-color: #000000;
}

.dayboxspacer {
color: #ffff99;
font-size: 12px;
font-weight: bold;
padding-left: 6px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #ffff99;
text-align: left;
}

.prizebox {
color: #000000;
font-size: 12px;
font-weight: bold;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #ffffff;
border: solid;
border-width: 1px;
border-color: #006699;
text-align: left;
}

.infobox {
color: #000000;
font-size: 12px;
font-weight: bold;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #ffffff;
border: solid;
border-width: 1px;
border-color: #006699;
text-align: left;
}

.letterbox {
color: #000000;
font-size: 12px;
font-weight: bold;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #ffffff;
border: solid;
border-width: 1px;
border-color: #006699;
text-align: center;
}

.letterboxspacer {
color: #ffff99;
font-size: 12px;
padding-left: 8px;
padding-right: 8px;
background-color: #ffff99;
height: 1px;
}

.drawbox {
padding-left: 10px;
padding-right: 10px;
color: #006699;
background-color: #ffffff;
text-align: left;
font-weight: bold;
font-family: Times, monospace;
font-size: 14px;
letter-spacing: 8px;
border: solid;
border-width: 1px;
border-color: #000000;
}

.scorebox {
padding-left: 10px;
padding-right: 10px;
color: #ff9900;
background-color: #ffffff;
text-align: right;
font-weight: bold;
font-family: Courier, "Courier New", monospace;
font-size: 12px;
border: solid;
border-width: 1px;
border-color: #000000;
}

.scoreboxspacer {
height: 5px;
padding-left: 10px;
padding-right: 10px;
color: #ffff99;
background-color: #ffff99;
text-align: right;
font-size: 12px;
}

.whitecell {
background-color: #ffffff;
}

.leftside {
width: 23px;
height: 25px;
background-image: url(artefacts/ts_left.gif);
}

.leftsidespacer {
background-image: url(artefacts/ts_left.gif);
background-color: #ff6600;
}

.rightside {
width: 23px;
height: 25px;
background-image: url(artefacts/ts_right.gif);
}

.rightsidespacer {
width: 23px;
height: 5px;
background-image: url(artefacts/ts_right.gif);
background-color: #ff6600;
}

.submit {
width: 109px;
height: 22px;
background-image: url(buttons/btn_submit.gif);
}

.dotted {
background-image: url(artefacts/graphic_dottedline.gif);
background-repeat: repeat-y;
}

.ticketbox {
padding-left: 10px;
padding-right: 10px;
color: #ff6600;
background-color: #ffffff;
text-align: center;
font-weight: bold;
font-size: 12px;
border: solid;
border-width: 1px;
border-color: #006699;
}

.boardheading {
align: right;
padding-left: 5px;
padding-right: 5px;
color: #ff6600;
background-color: #ffffff;
text-align: right;
font-weight: bold;
font-size: 12px;
}

.boardheadingspacer {
height: 5px;
align: right;
padding-left: 5px;
padding-right: 5px;
color: #ffff99;
background-color: #ffff99;
text-align: right;
font-weight: bold;
font-size: 12px;
}

.boardcell {
align: right;
padding-left: 5px;
padding-right: 5px;
color: #000000;
background-color: #ffffff;
text-align: right;
font-weight: bold;
font-size: 12px;
}

.boardcellspacer {
height: 5px;
align: right;
padding-left: 5px;
padding-right: 5px;
color: #ffff99;
background-color: #ffff99;
text-align: right;
font-weight: bold;
font-size: 12px;
}

.leaderboardheading {
align: right;
vertical-align: top;
color: #000000;
text-align: top;
font-weight: bold;
font-size: 18px;
}

.cancel-button {
width: 63px;
height: 22px;
background: url(buttons/btn_cancel.gif);
}

.back-button {
width: 49px;
height: 22px;
background-image: url(buttons/btn_back.gif);
}

.print-button {
width: 61px;
height: 22px;
background-image: url(buttons/btn_print.gif);
}
