/*--------------------------------------------------------------
   Standard page defaults
--------------------------------------------------------------*/
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 10px;
	background: #A0A0A0 url(images/main_back.gif) repeat-x;
}
a {
	text-decoration: none;
	color: #6E0A34;
}
a:hover { 
	text-decoration: underline;
	color: #FF3;
}
td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}
/*--------------------------------------------------------------
   Main page masthead
--------------------------------------------------------------*/
.topcomplete {
}
.topleft {
	text-align: left;
	padding-bottom: 3px;
}
.topcentre {
}
.topright {
	text-align: right;
	padding-top: 10px;
}
/*--------------------------------------------------------------
   Main page layout
--------------------------------------------------------------*/
.mainwindownoheight, .mainwindow, .mainwindownoshow {
	padding: 20px 25px;
	border: 1px solid #4D4D4D;
	text-align: center;
	vertical-align: middle;
	background: #BBB;
}
.mainwindow, .mainwindownoshow {
	height: 300px;
}
.mainwindownoshow {
	border: 2px dashed #4D4D4D;
}
.secondarywindow {  /* form windows used on contact page and in admin area */
	padding: 20px 25px;
	border: 1px solid #4D4D4D;
	text-align: center;
	vertical-align: middle;
	background: #BBB;
}
.menuback {  /* the table row that the menu sits in */
}
.navbox {  /* the thin navigation box at the bottom of every page */
	color: #DDD;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 8px 0;
}
.navbox a {
	color: #DDD;
	text-decoration: none;
}
.navbox a:hover {
	color: #FF3;
	text-decoration: underline;
}
.footnote {
	color: #FFF;
	text-align: center;
}
.creditline {
	color: #555;
	text-align: center;
}
#spacerline {  /* the space between the line of menu buttons */
	height: 3px;
}
.spacetop {  /* the space just above the menu bars */
	height: 8px;
	border-top: 3px solid #000;
}
.spaceunder {  /* the space just below the menu bars */
	height: 5px;
}
.spacemid {  /* the space imeadiately above the main window */
	height: 1px;
	border-bottom: 3px solid #000;
}
.spacebot {  /* the space imeadiately below the main window */
	height: 1px;
	border-top: 3px solid #000;
}
/*--------------------------------------------------------------
  General text
--------------------------------------------------------------*/
.bodytext {
	line-height: 17px;
	padding: 2px 10px;
}
a.bodytext {
	padding: 0px;
}
.italic {
	font-style: italic;
}
.caption {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	padding: 6px 10px 10px;
}
.title {  /* used for the cell that the <h1> tags sit in */
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
}
.titlecolour {
	font-size: 18px;
	font-weight: bold;
	color: #726200;
	line-height: 26px;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.subtitlecolour {  /* used on the help page, and on the 'pictures' page */
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	color: #A50440;
}
/*--------------------------------------------------------------
  Next and More Buttons
--------------------------------------------------------------*/
.next {
}
a.next {  /* this is the 'next' button */
	font-size: 22px;
	vertical-align: middle;
	background: url(images/next.gif) no-repeat;
}
a.next:hover { 
	background: url(images/next_in.gif) no-repeat;
}
.more {
}
a.more {  /* this is the 'more' button */
	font-size: 22px;
	vertical-align: middle;
	background: url(images/more.gif) no-repeat;
}
a.more:hover { 
	background: url(images/more_in.gif) no-repeat;
}
/*--------------------------------------------------------------
  Splash Page
--------------------------------------------------------------*/
.splashbody {
	margin: 15px;
	background: #A0A0A0 url(images/main_back.gif) repeat-x;
}
.splashintro {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.enter {
	font-size: 18px;
	color: #FF6;
	font-weight: bold;
}
a.enter {
	text-decoration: none;
	color: #FF6;
}
a.enter:hover { 
	text-decoration: none;
	color: #AE1963;
}
.linksmall {
	font-size: 10px;
	color: #444;
}
a.linksmall {
	text-decoration: none;
	color: #444;
}
a.linksmall:hover { 
	text-decoration: none;
	color: #FF6;
}
/*--------------------------------------------------------------
  Menu buttons A
--------------------------------------------------------------*/
.menua {
	text-align: center;
	padding: 0 5px;  /* size of menu bar: top/bottom from text, left/right from edge */
}
a.menua {
	font-size: 12px;
	line-height: 24px;
	color: #000;
	border: 1px solid #000;
	padding: 3px 12px;  /* size of button: top/bottom from text, left/right from text */
}
a.menua:link, a.menua:visited {
	text-decoration: none;
	color: #EEC9C9;
	background: #903450; /* normal button colour */
}
a.menua:hover, a.menua:active {
	text-decoration: none;
	color: #000;
	background: #FF3; /* hover button colour */
}
a.menuaa {  /* the class applied to the selected path buttons */
	font-size: 12px;
	line-height: 24px;
	color: #000;
	border: 1px solid #000;
	padding: 3px 10px;  /* size of button: top/bottom from text, left/right from text */
	background: #FA3E9B; /* selected button colour */
}
a.menuaa:hover, a.menuaa:active {
	text-decoration: none;
	color: #000;
	background: #FF3; /* hover button colour */
}
/*--------------------------------------------------------------
  Menu buttons B
--------------------------------------------------------------*/
.menub {
	text-align: center;
	padding: 0 5px;  /* size of menu bar: top/bottom from text, left/right from edge */
}
a.menub {
	font-size: 12px;
	line-height: 24px;
	color: #000;
	border: 1px solid #000;
	padding: 3px 12px;  /* size of button: top/bottom from text, left/right from text */
}
a.menub:link, a.menub:visited {
	text-decoration: none;
	color: #FDD;
	background: #A94767; /* normal button colour */
}
a.menub:hover, a.menub:active {
	text-decoration: none;
	color: #000;
	background: #FF3; /* hover button colour */
}
a.menubb {  /* the class applied to the selected path buttons */
	font-size: 12px;
	line-height: 24px;
	color: #000;
	border: 1px solid #000;
	padding: 3px 10px;  /* size of button: top/bottom from text, left/right from text */
	background: #FA3E9B; /* selected button colour */
}
a.menubb:hover, a.menubb:active {
	text-decoration: none;
	color: #000;
	background: #FF3; /* hover button colour */
}
/*--------------------------------------------------------------
  Menu buttons C
--------------------------------------------------------------*/
.menuc {
	text-align: center;
	padding: 0 5px;  /* size of menu bar: top/bottom from text, left/right from edge */
}
a.menuc {
	font-size: 12px;
	line-height: 24px;
	color: #000;
	border: 1px solid #000;
	padding: 3px 12px;  /* size of button: top/bottom from text, left/right from text */
}
a.menuc:link, a.menuc:visited {
	text-decoration: none;
	color: #FFF;
	background: #D0668E; /* normal button colour */
}
a.menuc:hover, a.menuc:active {
	text-decoration: none;
	color: #000;
	background: #FF3; /* hover button colour */
}
a.menucc {  /* the class applied to the selected path buttons */
	font-size: 12px;
	line-height: 24px;
	color: #000;
	border: 1px solid #000;
	padding: 3px 10px;  /* size of button: top/bottom from text, left/right from text */
	background: #FA3E9B; /* selected button colour */
}
a.menucc:hover, a.menucc:active {
	text-decoration: none;
	color: #000;
	background: #FF3; /* hover button colour */
}
/*--------------------------------------------------------------
  Navigation Links (in nav box and on intro templates)
--------------------------------------------------------------*/
.linktext1, .linktext2 {  /* used for the text that introduces the second level of menu buttons */
	font-style: normal;
	font-weight: bold;
	color: #FF3;
	text-align: center;
	padding: 15px 0;
}
/*--------------------------------------------------------------
  Forms and lists
--------------------------------------------------------------*/
.formlabel {
	font-weight: bold;
	text-align: right;
	padding-right: 2px;
}
.formintro {  /* used for intro and submit areas of form tables */
	font-size: 15px;
	color: #EEE;
	text-align: center;
	padding: 12px;
	background: #555;
}
.formbox {  /* puts padding around a form text entry box */
	text-align: left;
	padding: 7px 4px;
}
.formheader {  /* used for shop order form and section headers on admin area 'content' page */
	font-size: 14px;
	font-weight: bold;
	color: #FF9;
	vertical-align: middle;
	padding: 7px;
	background-color: #6A484B;
}
/*--------------------------------------------------------------
  One-off formatting
--------------------------------------------------------------*/
.intropic {  /* removes top and left padding from pictures */
	padding: 0px 30px 0px 0px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
}
td.hgreen1, td.hgreen2, td.hblue1, td.hblue2, td.hgold1, td.hgold2 {
	color: #FFF;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	padding: 10px 5px;
}
td.hgreen1 {
	background: #53A54E;
}
td.hgreen2 {
	background: #2E7F2B;
}
td.hblue1 {
	background: #294D87;
}
td.hblue2 {
	background: #3F609F;
}
td.hgold1 {
	background: #7A6100;
}
td.hgold2 {
	background: #9F7F1F;
}
tr.grey1 {
	background: #DDD;
}
tr.grey2 {
	background: #CCC;
}
.hstandings {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	line-height: 34px;
}
