@charset "UTF-8";
/* Sutton Badminton style sheet */

body {
    font-family: Verdana, sans-serif;
	font-size: 0.75em;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 0em;
}

h3 {
	text-align: center;
}

a:hover {
    color: red;
}

img {
	border : 0em;
}

table {
	font-size: 1em;
    border: thin solid #7F7F00;
	width: 100%;
}

th {
	text-align: left;
}

ul {
    display: block;
    margin: 0;
    padding: 0;
}

ul li {
	display: inline;
}

/* #id selectors */
/* headers */
#header {
	position: relative;
	border-bottom: 0.5em solid #7F7F00;
	height: 7em;
}
#subheader {
	position: relative;
	border-bottom:0.5em solid #7F7F00;
	height: 3em;
}
/*#header a, #subheader a {text-decoration: none} */

/* navigation bar headers */
#nav {
    height: 3em;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
}

#subnav {
    height: 3em;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
}

#fixtures {
	color: red;
}

#map_canvas {
	height : 600px;
}
/* Mobile handheld overrides */
@media all and (max-width: 699px) {
/*@media (min-device-width:1024px) and (max-width:509px),
       (max-device-width:480px) and (orientation:portrait) { 	/* one col */
/*@media (min-device-width:1024px) and (max-width:989px),
       screen and (max-device-width:480px),
             (max-device-width:480px) and (orientation:landscape),
       (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) { 	/* two col */
#header {
	position: relative;
	border-bottom: 0.5em solid #7F7F00;
	height: 12em;
}
#subheader {
	position: relative;
	border-bottom:0.5em solid #7F7F00;
	height: 6em;
}

#nav {
    height: 6em;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
}

#subnav {
    height: 6em;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
}
}    

#nav ul li {
    float: left;
    height: 3em;
}

#subnav ul li {
    float: left;
    height: 3em;
    padding: 0.4em 1.5em;
    color: black;
}

#nav ul li a {
    display: block;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    height: 3em;
    line-height: 3em;
    padding: 0 1.5em;
    color: black;
}

#subnav ul li a {
    display: block;
    float: left;
    font-weight: bold;
    height: 3em;
    line-height: 2.5em;
    color: black;
}

#nav ul li.CurrentItem a, #nav ul li.CurrentItem a:hover, #subnav ul li.CurrentItem a, #subnav ul li.CurrentItem a:hover {
    color: white;
}

#nav ul li a:hover, #subnav ul li a:hover {
	color: #7F7F00;
}
   
#nav ul li.CurrentItem, #subnav ul li.CurrentItem {
	background-color: #7F7F00;
}
    
#footer {
	font-size: 0.833em;
}

/* input form */
#resultForm fieldset {
    display: block;
    margin: 0 0 1em 0;
    border: 0 solid #FFFFFF;
    border-top: 0.1em solid #000000;
    padding: 0 1em 1em 1em;
}

#resultForm label, #resultForm table, #resultForm ul {
    clear: both;
    float: left;
    display: block;
/*	width: 20em;	*/	/* If input fields declared outside labels, can vertically align labels with width */
    margin-top: 1em;
	font-size: 1em;	/* Otherwise table fields are larger */
}

/* below needed if input fields are declared outside labels, but check boxes don't layout properly
#resultForm input {
    position: absolute;
    top: 1em;
    left: 2em;
    display: block;
}

/* #resultForm input[type=checkbox] ??? */

/* .class selectors */
.ImgHead {
	float: left;
}

.TableText {
    border: 0; 
}

.TableHead {
	background-color: #EEEEEE;
}

.TableCentre {
	text-align: center;
}

.Right {
    text-align : right;
}

.Hide, .MobileOnly {
	display: none;
}
.HideSmall {
	display: none;
	font-size: 0.75em;
}
.Pointer {
	cursor: pointer;
}
.Bold {
	font-weight: bold;
}
.noPrint {
	display: inline;
}
.PrintOnly {
	display: none;
}
.CentreImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.wide
{
	width: 20em;
}

/* Normal screen */
.wrapper {
    position: relative;
    float: left;
    left: 0%;		/* needed for 3 columns */
    width: 100%; 	/* needed for 3 columns */
}
.col1of2 {
    position: relative;
    float: left;
    left: 0%;
    width: 52%;
}
.col2of2 {
    position: relative;
    float: right;
    right: 0%;		
    width: 46%;		
}
.col1of3 {
    position: relative;
    float: left;
    left: 0.50%;
    width: 33%;
}
.col2of3 {
    position: relative;
    float: left;
    left: 1.50%;
    width: 22%;
}
.col3of3 {
    position: relative;
    float: right;
    right: 0.50%;
    width: 44%;
}
.col1of3Other {
    position: relative;
    float: left;
    left: 0.50%;
    width: 22%;
}
.col2of3Other {
    position: relative;
    float: left;
    left: 1.50%;
    width: 44%;
}
.col3of3Other {
    position: relative;
    float: right;
    right: 0.50%;
    width: 33%;
}

/* Mobile handheld overrides */
@media all and (max-width: 699px) {
body {
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
}
.opt {
	display: none;
}
.clip {
    height: 1.1em;
	width: 4.5em;
    overflow: hidden;
	white-space: nowrap;
}
.wrapper {
    position: static;
    float: none;
    left: auto;
    width: auto;	
}
.col1of2 {
    position: static;
    float: none;
    left: auto;
    width: auto;	
}
.col2of2 {
    position: static;
    float: none;
    right: auto;
    width: auto;	
}
.col1of3 {
    position: static;
    float: none;
    left: auto;
    width: auto;	
}
.col2of3 {
    position: static;
    float: none;
    left: auto;
    width: auto;	
}
.col3of3 {
    position: static;
    float: none;
    right: auto;
    width: auto;	
}
.MobileOnly {
	display: inline;
}
#Zcomment {
	width: 25em;
	height: 6em;
}
h1
{
	font-size: 1.75em;
}
}

/* Printing */
@media print
{
tr {
	line-height: 100%;
}
td {
	padding: 0;
}
.wide
{
	width: 13em;
}
.wrapper {
    position: relative;
    float: left;
    left: 0%;		/* needed for 3 columns */
    width: 100%; 	/* needed for 3 columns */
}
.col1of2 {
    position: relative;
    float: left;
    left: 0%;
    width: 52%;
}
.col2of2 {
    position: relative;
    float: right;
    right: 0%;		
    width: 46%;		
}
.noPrint {
		display: none;
}
.PrintOnly {
	display: inline;
/*	font-size: 1.333em;
	text-align: center;*/
}
}