@charset "UTF-8";
/* NW Kent style sheet */

body {
    font-family: Verdana, sans-serif;
	font-size: 0.75em;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0em;
    margin-bottom: 0em;
    padding-left: 0em;
}

img {
	border: 0em;
}

h1 {
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 5.25em 0 0 0;		/* Lower it, so most of background image shows */
}
h3 {
	text-align: center;
}

a:hover {
    color: red; /* Red, don't change */
}

table {
    border: thin solid #BFBFFF; /* Light Blue */
	width: 100%;
}

th {
	text-align: left;
}

ul {
    display: block;
    margin: 0;
    padding: 0;
}

ul li {
	display: inline;
}

/* #id selectors */
/* headers */
#header {
	position: relative;
	background-color: #BFBFFF; /* Light Blue */
/*	background-image: url('images/Shuttlecocks.png'); */
	background-size: 348px 148px;
	background-repeat: no-repeat;
	background-position: 4em 0em;
	border-left: 3em solid #BFBFFF; /* Light Blue */
	border-bottom: 0.5em solid #0000FF; /* Blue */
/*	height: 17em;*/
	height: 3em;
}
#subheader {
	position: relative;
	border-bottom: 0.5em solid #0000FF; /* Blue */
	height: 3em;
}

/* 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;
}

/* 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 */
h1 {
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em 0 0 0;
}

img {
	display: none;
}
#header {
	position: relative;
	background-color: #BFBFFF; /* Light Blue */
	background-image: none; 
	border-left: none;
	border-bottom: 0.5em solid #0000FF; /* Blue */
	height: 10em;
}
#subheader {
	position: relative;
	border-bottom: 0.5em solid #0000FF; /* Blue */
	height: 6em;
}

#nav {
    height: 3em;
    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 1em;
    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 {
	background-color: #0000FF; /* Blue */
	text-decoration: none;
}

#nav ul li a:hover, #subnav ul li a:hover {
	background-color: #0000FF; /* Blue */
	text-decoration: underline;
}
   
#nav ul li.CurrentItem, #subnav ul li.CurrentItem {
	background-color: #0000FF; /* Blue */
	text-decoration: none;
}
    
#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 .LongDesc {
	width: 60em;
} */

#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;
}

.TableFemale {
    background : #FBEAFB;
}

.Right {
    text-align : right;
}

.Footer {
    font-size : 0.75em;
}

.Hidden {
    display : none;
}

.Error {
    color : red; /* Red, don't change */
}

.BorderBottom {
    border-bottom : thin solid Black;
}

.BorderRight {
    border-right : thin solid Black;
}

.BorderBR {
    border-bottom : thin solid Black;
    border-right : thin solid Black;
}

.Hide, .MobileOnly {
	display: none;
}
.HideSmall {
	display: none;
	font-size: 0.75em;
}
.Pointer{
	cursor: pointer;
}
.Bold {
	font-weight: bold;
}
.noPrint {
	display: inline;
}
.PrintOnly {
	display: none;
}
.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: 49%;
}
.col2of2 {
    position: relative;
    float: right;
    right: 0%;		
    width: 49%;		
}
.col1of3 {
    position: relative;
    float: left;
    left: 0.50%;
    width: 32%;
}
.col2of3 {
    position: relative;
    float: left;
    left: 1.50%;
    width: 32%;
}
.col3of3 {
    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;
}
}

/* Printing */
@media print
{
	.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;
	}
}