@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
html {
}
body {
	/*background-color: transparent;
	background-repeat: repeat-x;
	background-position: 0px 0px;*/
	font-size: 12px;
	/*font-family: Arial, Verdana, sans-serif;*/
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body,td,th {
	font-size: 62.5%;
	color: #333;
}
@font-face {

  font-family: 'Lucy';
  src: 
	     url('fonts/Lucida_regular.woff') format('woff'), /* Super Modern Browsers */
       url('fonts/Lucida_regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}


h1, h2, h3 ,h4, p {
/*	font-family: Arial, Verdana, sans-serif;*/
    font-family:"Lucy", "Verdana", sans-serif;

	margin-bottom: 0.4em;
	margin-top: 0px;
}
h1 {
	font-size: 20pt;
	
}
h2 {
	font-size: 16pt;
  color:#0e498b;
}

h3 {
	font-size: 13pt;
}
h4 {
	font-size: 8pt;
}
p {
	margin-top: 0px;
	margin-bottom: 0.2em;
	line-height: 1.2em;
	padding-top: 0.2em;
	font-size: 1.4em;
	list-style-position: inside;
}
ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 0.7em;
	line-height: 1.4em;
	font-family: Arial;
	padding-top: 0.2em;
	font-size: 1.4em;
	list-style-position: inside;
}


input[type='submit'].fontBMACButton, input[type='submit'].fontConfirmButton {
	font-size: 12pt;
	font-weight: normal;
	font-family: Arial;
	white-space:nowrap;
	cursor: pointer;
	background-color: #4E4D4D;
	margin: 1px 1px 5px 1px;
	border: 1px solid #707070;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	appearance: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  color:white;
  	/*padding: 2px  3px 3px  3px ;*/
	padding: 3px 5px 5px 5px;
  border-radius: 3px;


}
input[type='submit'].fontBMACButton:hover, input[type='submit'].fontConfirmButton:hover{
	background-color: #E2E2E2;
	color: #5A95B1;
	border: 1px solid #333;
}

input[type='submit'].fontConfirmButton{
	font-size: 14pt;

}

input[type='text'].full {
	width:100%;
}	
input[type='text'].erows {
	height: 20px;
}	

input[type='text'].big {
	width:95%;
  /*min-width: 300px;*/
	
  font-size: 1.5em;
}	
input[type='text'].medium {
	width:75%;
  font-size: 1.1em;
}	
input[type='text'].smallest {
	width:40px;
  font-size: 1.1em;
}	
input[type='text'].inputDate, input[type='password'].inputDate {
	width:80px;
  /*font-size: 1.1em;*/
}	



input[type='text'].upCase {
	text-transform:uppercase;
}	

input[type='radio'] {
	height:20px;
  width:20px;
}	
textarea.comment-box {
	width:90%;
  height:5em;
}	

textarea.hof-box {
	width:90%;
  height:20em;
}	

textarea.link-box {
	width:100%;
  height:12em;
}	


input[type='reset'] {
	font-size: 9pt;
	font-weight: normal;
	font-family: Arial;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	cursor: pointer;
	background-color: #C3C4B2;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 4px;
	margin-bottom: 5px;
	border: 1px solid #707070;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input[type='reset']:hover{
	background-color: #E2E2E2;
	color: #5A95B1;
	border: 1px solid #333;
	text-decoration: underline;
}
input[type='file'] {	
	font-size: 9pt;
	font-weight: normal;
	font-family: Arial;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	cursor: pointer;
	background-color: #C3C4B2;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 4px;
	margin-bottom: 5px;
	border: 1px solid #707070;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type='file']:hover{
	background-color: #E2E2E2;
	color: #5A95B1;
	border: 1px solid #333;
	text-decoration: underline;
}
input[type='checkbox']{
	transform: scale(1.5, 1.5);
   -ms-transform: scale(1.5); /* IE */
   -moz-transform: scale(1.5); /* FF */
   -webkit-transform: scale(1.5, 1.5); /* Safari and Chrome */
   -o-transform: scale(1.5); /* Opera */
   padding: 2px;
   margin:3px;
}
	
a:link {
	color: #000;	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #394E51;
}
a:active {
	text-decoration: none;
	color: #000;
}
select {
	margin-bottom:5px;	
}

img.thumbnail{ 
  width: 150px;
}
.marginLeft {
	margin-left:5px;
}
#wrapper {
	/*width: 99%;*/
  max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
  background-color:  rgb(140,188,208);
}
#header {
  padding:7px;
	/*height: 80px;
  width: 100%;
	margin-top:5px;	*/
}
#header #logoArea {
  margin:auto;
  display:block;
	width: 45%;
	height: 100%;
	overflow: hidden;	
  text-align: center;
}

#header #logoArea img {
	width:60%;
  max-width: 120px;
	margin-bottom:5px;
  padding:20px;
}

#header #logoArea img.big{
	/*width:100%;*/
	width:60%;
  max-width: 200px;
	margin-bottom:5px;
}

#header #loginArea {
	float: right;
	width: 200px;
 /* background-color: black;*/
	height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 1.5em;
	margin:-100px 25px 0 0;
  color:black;
}


#content {
	margin:10px;	
}
#wrapper #content #contentArea #leftbox {
	float: left;
	width: 200px;
}
#wrapper #content #contentArea #rightbox {
	float: right;
	width: 550px;
}
.inner_wrapper {
	margin-left: 20px;
	padding-left: 10px;
}


#subTitle {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: right;
	height: 15px;
	margin-bottom: 10px;
}
#subTitle a:link {
	font-weight: normal;
	text-decoration: none;
}
#subTitle h1 {
	font-size: 24px;
}
#subTitle h2 {
	font-size: 12px;
}
#subTitle p {
	font-size: 10px;
}
.titleLeft {
	font-size: 14px;
	color: #001259;
	float: left;
	font-weight: normal;
	font-style: italic;
	margin-left: 5px;
	position: relative;
}

#bannerBox{
	position: relative;
	margin-bottom: 10px;
}
#bannerBox img {
	position: relative;
	width:100%;
}
#bannerBox h1{
	position: absolute;
	left: 10px;
	top: 40%;
	margin-top:-50px;
	padding: 5px;
	color: #FFF;
	border-radius: 5px;
	background: rgba(14,73,139);/*Fall-back for browsers that don't support rgba */
	-webkit-transition: background-color 1s ease-in;
	-moz-transition: background-color 1s ease-in;
	-ms-transition: background-color 1s ease-in;
	-o-transition: background-color 1s ease-in;
	transition: background-color 1s ease-in;
}

#bannerIndexBox{
	position: relative;
	margin-bottom: 10px;
}
#bannerIndexBox img {
	position: relative;
}
#bannerIndexBox h1{
	position: absolute;
	left: 470px;
	top: 319px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 42pt;
	color: #333;
	background-color: rgba(255,255,255);
	background-color: rgba(255,255,255,0.8);
}
#bannerIndexBox h2{
	position: absolute;
	left: 10px;
	top: 44px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
}
.col3 {
	float: left;
	width: 290px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.col3 p {
	padding-right: 3px;
	padding-left: 3px;
}

.col3 .header {
	background-color: #EEDDA2;
	width: 95%;
	padding-left: 10px;
}


#content #contentArea {
	float: right;
	width: 756px;
	padding-top: 10px;
}
#content #contentArea p, #content #contentArea h1, #content #contentArea h2, #content #contentArea h3 {
	padding-right: 10px;
	padding-left: 10px;
}
#content #contentArea ul{
	list-style: disc inside;
	padding-top: 10px;
	padding-left: 10px;
}

#centreBox {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#footer {
	clear: both;
	height: 70px;
	margin-top: 10px;	
	/*margin-top: 0;	*/
  margin-bottom: 5px;
	background-color: black;
  padding:10px 20px;

}
#footer p,h1,h2,h3,h4,a:link,a:hover,a:visited{
  color:white;
}
/*#footer p,a:link,a:hover,a:visited{*/
#footer p{
	font-size: 1.5em;
}

#footer h4{
	font-weight: normal;
}


#footer ul {
	list-style: none;
	font-size: 1.3em;
}
#footer #footerLeft {
	float: left;
	width: 33%;
}

#footer #footerMid {
	float:left;
  width: 34%;  text-align: center;
}

#footer #footerRight {
	float: right;
  margin-right: 33px;
}
#footer #footerRight ul li {
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: right;
}
#footer #footerRight h3 {
	text-align: right;
}
#footer #footerRight #footerNav1 {
	float: left;
	width: 160px;
	padding-right: 5px;
}
#footer #footerRight #footerNav2 {
	float: right;
	width: 150px;
}
#footer #footerLegal {
	font-size: 0.9em;
	color: #828DB0;
	clear: both;
}
.centreit, img.centreit{
	margin-right: auto;
	margin-left: auto;
	width: auto;
	text-align: center;
	display: block;
}
.scrollingBox {
	height: 350px;
	width: inherit;
	overflow: auto;
	display:inline-block;
}
.scrollingBoxSmall {
	height: 175px;
	width: inherit;
	overflow: auto;
}
.scrollingBoxResults {
	height: 195px;
	width: inherit;
	overflow: auto;
}

.scrollingBoxAlerts {
	height: 75px;
	width: inherit;
	overflow: auto;
}
.scrollingBoxLarge {
	height: 400px;
	width: 100%;
	overflow: auto;
	display:inline-block;
}

.tablebackWeeks{
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

.tablebackLeft {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-collapse: collapse;
}
 .tablebackLeft tr {
  line-height: 25px;
}


.tablegrid {
	padding: 5px;
  width:400px;
	margin-right: auto;
	margin-left: auto;
  font-size:12px;

}

.tablegrid th tr {

  font-size:20px;
  border: thin solid white;

}



.tableback, .tableList {
	padding: 5px;
  width:90%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}


.tableback tr {
  line-height: 25px;
}
.tableback.short tr {
  line-height: 8px;
}
.tableList td{
  line-height: 50px;
}
.tableback tr td, .tablebackLeft tr td, .tableList tr td{
	padding: 3px 5px;

	font-size: 13px;
  /*color:white;*/

}
.tableback p , .tablebackLeft p , .tableList p {
	font-size: 12px;

}
.tableList p {
 color:black;
}

.tableback th , .tablebackLeft th, .tableList th{
  background-color: #0e498b;
  color:white;
	font-size: 16px;
	font-weight: 500;
	padding: 2px;
}

.tableback th a:link , .tablebackLeft th a:link, .tableList  th a:link{
	color: #fff;	
	text-decoration: none;
}
.tableback th a:visited , .tablebackLeft th a:visited, .tableList th a:visited{
	text-decoration: none;
	color: #FFF;
}
.tableback th a:hover , .tablebackLeft th a:hover, .tableList th a:hover{
	text-decoration: underline;
	color: #CCCCCC;
}
.tableback th a:active , .tablebackLeft th a:active, .tableList th a:active{
	text-decoration: none;
	color: #FFF;
}

.tableback tr th p , .tablebackLeft tr th p , .tableList tr th p{
	font-size: 90%;
	text-transform: capitalize;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.tableback tr td ul , .tablebackLeft tr td ul , .tableList tr td ul{
	font-size: 10pt;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.tableback h1 , .tablebackLeft h1 , .tableList h1{
	font-size: 18pt;
}
.tableback h2 , .tablebackLeft h2 , .tableList h2{
	font-size: 16pt;
}
.tableback h3 , .tablebackLeft h3 , .tableList h3{
	font-size: 10pt;
}

.tableback a, .tableList a {
   color:#333;
  font-size:12px;
}
 .tableback a.fontBMACButton,   .tableback a.fontSmallerButton,   .tableList a.fontSmallerButton  ,   .tableList a.fontBMACButton,   .tableList a.fontConfirmButton,  .tableback a.fontWhite   {
   color:white;
}
 table.tableback.fontWhite tr td{
   color:white;
}
 

.tblScroll {
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	width: 98%;
	table-layout:fixed;	
}
.tblScroll thead {
	display:block;
	width: 100%;
}
.tblScroll tbody {	
	display:block;
	width: 100%;
	overflow-y:scroll;
	overflow-x:auto;
	max-height:400px;
}
.tblScroll th {
    color:white;
	text-wrap:none;
	font-size: 12px;
	font-weight: 500;
	height:25px;
	padding: 2px;
	width:1%;
	/*background-color: #0e498b;*/
}
.tblScroll th .scmargin{
	padding-right:20px;
}
.tblScroll td {
	width: 1%;
	font-size:12px;	
	text-wrap:none;	
	padding-top: 3px;
	padding-bottom: 3px;
}


.tblScroll th a:link {
	color: #fff;	
	text-decoration: none;
}
.tblScroll th a:visited {
	text-decoration: none;
	color: #FFF;
}
.tblScroll th a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.tblScroll th a:active {
	text-decoration: none;
	color: #FFF;
}

.tblScroll tr th p {
	font-size: 90%;
	text-transform: capitalize;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.tablebackNav {
	float: right;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	/*border-collapse: collapse;*/
	margin-top: 5px;
	margin-bottom: 2px;
}
.tablebackNav a:link {
	color: #000;	
	text-decoration: none;	
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial;
	white-space:nowrap;
	padding: 2px  5px 3px 5px ;
	cursor: pointer;
	background-color: #C3C4B2;
	margin: 1px 1px 5px 1px;
	border: 1px solid #707070;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}

.tablebackNav a:hover {
	background-color: #E2E2E2;
	color: #5A95B1;
	border: 1px solid #333;
}
.tablebackNav a:visited {
	border: 1px solid #707070;
}

.tablebackNav tr {
	margin-top: 3px;	
	font-size: 12px;
}
.tablebackNav tr td {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 12px;
	/*color: #0672B6;*/
}
.tablebackNav td{
  	color: white;
}

.tablebackNavL {
	float: left;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 2px;
}
.tablebackNavL tr {
	margin-top: 3px;	
	font-size: 12px;
}
.tablebackNavL tr td {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 12px;
	color: #0672B6;
}
.tablebackPrint {
	font-size: 12px;
	margin: 5px;
	padding: 5px;
}
.tablebackPrint h3 {
	font-size: 16px;
}
.tablebackPrint p {
	font-size: 14px;
}

.tablebackPrint td {
	padding-right: 5px;
	padding-left: 5px;
}
.floatRightClear {
		float: right;

}
.floatLeftClear {
	float: left;
}
.floatRightClearMarg{
	float: right;
	margin-right: 10px;
	padding-top: 1px;
}
.float_right img {
	float: right;
	padding: 10px;
	margin: 10px;
}
.imageRight {
	float: right;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
	padding:1px;
	z-index: 6;
	box-shadow: 0px 3px 15px #000;
}
.imageLeft {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
	padding:1px;
	z-index: 6;
	box-shadow: 0px 3px 15px #000;
}
.imageWidth250{
  width:250px;
  max-width: 90%;
}
.imageWidth150{
  width:150px;  
  max-width: 90%;

}
.imageRight .photo{
	display:block
}
.imageRight .caption{
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
}

.imageFlyer{
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
  width:90%;
  max-width: 500px;
}

#footnotice {
	font-size: 7px;
	font-style: italic;
	font-weight: bold;
	color: #039;
	padding: 2px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: thin none #039;
}
.errormsg {
	color: #F00;
	text-align: right;
}
.bottomRight {
	float: right;
	height: auto;
	bottom: auto;
}
.fontConfirmButton {
	font-size: 16pt;
	font-weight: normal;
	font-family: Arial;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	cursor: pointer;
	/*background-color: #C3C4B2;	*/
  background-color: #4E4D4D;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #707070;	
}
.fontConfirmButton:hover{
	background-color: darkgrey;
	color: #5A95B1;
	border: 1px solid #333;
}
/*.fontSmallerButton {
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial;
	white-space:nowrap;
	padding: 2px  3px 3px  3px ;
	cursor: pointer;
	background-color: #C3C4B2;
	margin: 1px 1px 5px 1px;
	border: 1px solid #707070;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a .fontSmallerButton{
	overflow:hidden;
}

.fontSmallerButton:hover{
	background-color: #E2E2E2;
	color: #5A95B1;
	border: 1px solid #333;
}
*/


.fontBMACButton, .fontSmallerButton ,.fontSmallButton, input[type='submit']  {
/*	font-size: 12pt;*/
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial;
	white-space:nowrap;
	/*padding: 2px  3px 3px  3px ;*/
	padding: 3px 5px 5px 5px;
  border-radius: 3px;
	cursor: pointer;
  color:white;
	background-color: #4E4D4D;
	margin: 1px 1px 5px 1px;
	border: 1px solid #707070;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3;
	appearance: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  border-radius: 3px;

}
  input[type='submit'].fontSmallerButton  {
	font-size: 10pt;
}


a .fontBMACButton{
	overflow:hidden;
  color: white;

}.fontBMACButton a:link{
	overflow:hidden;
  color: white;
}

.fontBMACButton:hover, .fontSmallerButton:hover, .fontSmallButton:hover, input[type='submit']:hover{
	background-color: #E2E2E2;
	color: #5A95B1;
	border: 1px solid #333;
}

/*
.fontSmallButton {
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial;
	white-space:nowrap;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	cursor: pointer;
	background-color: #C3C4B2;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #707070;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.fontSmallButton:hover{
	background-color: #E2E2E2;
	color: #5A95B1;
	border: 1px solid #333;
}*/
.fontSmallLinkButton {
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial;
	white-space:nowrap;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	cursor: pointer;
	background-color: #C3C4B2;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 2px;
	margin-bottom: 10px;
	border: 1px solid #707070;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.fontSmallLinkButton:hover{
	background-color: #e2e2e2;
	color: #5A95B1;
	border: 1px solid #333;
}
.fontRed {
	color: #F00;
}
.fontBlue {
	color: #0672B6;
}
.fontBlack, h1.fontBlack, h2.fontBlack, h3.fontBlack {
	color:black;
} 
.fontOrange {
	color: #C63;
}
.fontWhite {
	color: #FFF;
}
.fontDarkGray {
	color: darkgray;

}.fontLightGray {
	color: lightgray;
}
.fontDarkBlue {
	/*color: darkblue;*/
	color:  #315a74;
}
.fontBMAC {
	/*color: #045D63;*/
	color: rgb(75,103,119);
}

.font6 {
	font-size: 6pt;
}
.font7 {
	font-size: 7pt;
}
.font8 {
	font-size: 8pt;
}
.font9 {
	font-size: 9pt;
}
.font10 {
	font-size: 10pt;
}
.font11 {
	font-size: 11pt;
}
.font12 {
	font-size: 12pt;
}
.font13 {
	font-size: 13pt;
}
.font14 {
	font-size: 14pt;
}
.font16 {
	font-size: 16pt;
}
.font18 {
	font-size: 18pt;
}
.font19 {
	font-size: 19pt;
}
.font21 {
	font-size: 21pt;
}
.font23 {
	font-size: 23pt;
}


.rowColour {
	background-color: #CBCBCB;
}
.rowColour2 {
	background-color: #CBCBCB;
}
.bgColour {
	background-color:gainsboro;
}

.shadow {
	display: block;
	box-shadow: 0px 3px 15px #000;
}
.centerBox{
  border: 1px black solid;
  width: 90%;
  max-width: 1200px;
  min-width: inherit;
  margin: auto;
  padding:10px;
  background-color: white;
  overflow: auto;
}	

.centerBoxNarrow{
  border: 1px black solid;
  width: 80%;
  max-width: 1000px;
  min-width: inherit;
  margin: auto;
  padding:10px;
  background-color: white;
  overflow: auto;
}	

.roundBox{
	border-radius: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: 20px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}	
.roundBoxShadow{
	border-radius: 15px;
	box-shadow: 0px 5px 23px #000;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: 15px;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	background-color: #F0F0F0;
}	
.indent {
	margin-left: 40px;
}
.indentMid {
	margin-left: 80px;
}

.indentLots {
	margin-left: 150px;
	
}
.searchBox {
	background-color: #EFEFEF;	
}
.menuBox{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
	min-height: 175px;
	display: block;
	background-repeat: no-repeat;
}
.menuBox ul {
	margin-top: 5px;
	margin-left: 20px;
	list-style:none;
}
.menuBox ul li{
	margin-bottom:5px;
	list-style-type: none;
	list-style:none;
}
.menuBoxFull{
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	min-height: 175px;
	display: block;
	background-repeat: no-repeat;
}
.menuBoxFull ul li{
	margin-bottom:2px;
	list-style-type: none;
	list-style:none;
}
.menuBoxFull .menuBoxLeft{
	width: 45%; 
	height: 100%;
	min-height: 175px;
    background: ivory; 
    padding: 10px;
    margin-left: 10px;
    float: left; 


}
.menuBoxFull .menuBoxRight{
    height: 100%;
    width:45%;
    background: gainsboro; 
    margin-left: 10px; 
    padding: 10px;
    float: left;
}
.blogPageList{
	margin-right: auto;
	margin-left: auto;
	width: auto;
	text-align: center;
	display: block;
}
.blogPageList ul {
	
	list-style-type: none;
}
.blogPageList ul li{
	margin-left:10px;
	display: inline;
}
.thumbnail {
}
.thumbnail :hover {
	cursor:pointer;
}
.lightBorder {
	border: 1px solid #B6B6B6;
}
.narrowBox{
	border-radius: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	/*border: 1px solid #666;*/
	border: 1px solid #C0BEBE;
	width: 500px;
}
.narrowBoxNB{
	
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	width: 500px;
}
.wideBox{
	border-radius: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #C0BEBE;
	width: 80%;
}
.hofBox{
	border-radius: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
  padding: 7px 20px;
	border: 1px solid #F5BE04;
	width: 80%;
}
#showContactsBox {
	height:150px;
}
#showContacts {
	/*display:none;*/
	display:inline;
}
#map-canvas {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999;
}
#map-canvasP {
	height: 600px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999;
}
.cellBorder {
	border: 1px solid #999;
}

#lhrhwrapper {
	/*min-height: 175px;*/
    width:100%; 
	height: 100%; 
	clear:both;   
}
#lhtable { 
	width: 45%; 
    /*height: 175px;
	height: 100%;*/
	min-height: 0;
	/*min-height: 175px;*/
    background: ivory; 
    padding: 10px;
    margin-left: 10px;
    float: left; 
}

#rhtable { 
    height: 100%;
	min-height: 0;
    width:45%;
    background: gainsboro; 
    margin-left: 10px; 
    padding: 10px;
    float: left;
}
#lhrlbottom {
    padding: 10px;
    float: left;
    width:100%;
}

#lhrhDetail {
	position:relative;
	min-height: 175px;
    width:100%;
	height:100%     
}
#lhDetail { 
	width: 45%; 
   /* height: 300px;*/
	height:100% ;
    background: ivory; 
    padding: 10px;
    margin-left: 10px;
    float: left; 
}

#rhDetail { 
    height: 275px;
    width:45%;
   /* background: gainsboro;*/ 
    margin-left: 10px; 
    padding: 10px;
    float: left;
}
#lhrlDetailBottom {
    padding: 10px;
    float: left;
    width:100%;
}


.pointit {
	cursor:pointer;
}
#promowrapper {
	min-height: 200px;
    width:100%;     
}
#lhpromobox { 
	width: 46%; 
    height: 375px;
    background: ivory; 
    padding: 10px;
    margin-left: 10px;
    float: left; 
}

#rhpromobox { 
    height: 375px;
    width:46%;
    /*background: gainsboro;*/ 
    margin-left: 10px; 
    padding: 10px;
    float: left;
}
.scrollingBoxpromo {
	height: 350px;
	width: inherit;
	overflow: auto;
}

.scrollingBoxOrder {
	height: 200px;
	display: inline-block; 
	padding:1px 10px;
	overflow: auto;
	margin-top:3px;
	margin-bottom:5px;
}
.showPromoWindow {
	position: absolute;
	background-color: lightgrey;
	z-index: 1010;
	overflow: hidden;
	width: 300px;
	left: 75px;
	top: 100px;
	padding: 5px;
	border: 1px solid #666;					 
}
.showAlertWindow {
	position: absolute;
	background-color: lightgrey;
	z-index: 1010;
	overflow: hidden;
	width: 300px;
	left: 100px;
	top: 100px;
	padding: 5px;
	border: 1px solid #666;					 
}
.ui-datepicker {
	font-size:125%; 
}
#companyColour {
	margin: 5px;
    width: 80px;
    height: 20px;
}
.clearFix{
	clear:both;
}
.clearFixMargin{
	clear:both;
	margin-top:5px;
}
#helpWindow {
	position:fixed;
	display:none;
	left:50%;
	background-color:lightgrey;
	z-index:1002;
	overflow:auto;
 	width:300px;
	margin-left:-200px;
	margin-top: -175px;
	border: 1px solid #000;
  -webkit-box-shadow: 0 20px 20px #777;
  -moz-box-shadow: 0 20px 20px #777;
  box-shadow: 0 20x 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
	#courseButton:hover {
		cursor:pointer;
	}
	#programButton:hover {
		cursor:pointer;
	}
	
/*.lhchart { 
	width: 45%; 
   height: 235px;

    background: ivory; 
    padding: 10px;
    margin-left: 10px;
	margin-bottom: 10px;
    float: left; 
	overflow:auto;
}

.rhchart { 
     height: 235px;
    width:45%;
    background: gainsboro; 
    margin-left: 10px; 
	margin-bottom: 10px;
    padding: 10px;
    float: left;	
}
*/
.nochartmsg{ 
	margin-left:20px; 
	margin-right:20px;
	margin-top: 55px;
	height:100%;
}
.actPhoto {
	width:80%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
.year1row {
	background-color:#CCC;
}
.year2row {
	/*background-color:#D2CA99;*/
	background-color:#F1E1AB
}
.shortList {
	font-size:12px;
}
.upCase {
	text-transform:uppercase;
}

/****  BMAC rules ******/

.bandImg {
  width: 80%;
  text-align: center;
  display:block;
  margin: 0 auto;
  box-shadow: 2px 3px 7px #000; 
}
.bandImgSmall {
  width: 70%;
  display:block;
  margin: 10px auto;
  box-shadow: 2px 3px 7px #000; 
}
.bandImgBig {
  width: 92%;
  display:block;
  margin: 4% auto;
  box-shadow: 2px 3px 7px #000; 
}
.mediaImg {
  width: 300px;
  display:block;
  box-shadow: 2px 3px 7px #000; 
}


.evLogoImg {
  /*width: 80%;*/
  width: 60%;
  min-width: 250px;
  display:block;
  margin: 15px auto;
  text-align: center;
  box-shadow: 2px 3px 7px #000; 
}

.highlight {background-color: #FF8E8E;}

.boxOuter{
  width:100%;
  padding: 3px 0 10px 0;
  margin:10px 0 10px 0;
 /* display:block;*/
  display:flex;
  position: relative;
  text-align: left; 
  clear:both;
}

.boxOuter120{
  width:100%;height: 100vh;
  padding: 3px 0 20px 0;
  margin:10px 0 10px 0;
 /* display:block;*/
  display:flex;
  position: relative;
  text-align: left; 
  clear:both;
}

.boxHalf{
  position:relative;
  width:44%;
  float:left;
  padding:5px;
  margin: 3px 1%;
}
.boxHalfPDF{
  position:relative;
  width:44%;
  float:left;
  padding:5px;
  margin: 3px 1%;
}
.boxHalfBorder{
  position:relative;
  width:44%;
  float:left;
  padding:5px;
  margin:2%;  
  border:1px solid white;
  border-radius: 3px;
}

.boxThird{
  position:relative;
  width:31%;
 /* height:450px;
  height:auto;*/
  float:left;
  padding:5px 2%;
  margin:0;
  border:1px solid white;
  border-radius: 3px;
 /* background: rgb(75,103,119);*/
  background-color: rgb(69,114,150);
  text-align: left;
  flex-grow: 0;
}
.boxThird h2{
  text-align: center;
}
.boxThird img{
/* width:75%;*/
}
.box70pc{
  position:relative;
  width:68%;
  float:left;
  padding:0 1%;
  margin:0;
  text-align: left
}
.box30pc{
  position:relative;
  width:28%;
  float:left;
  padding:0 1% 5px 1%;
  margin:0;
  text-align: left
}
.textLeft{
  text-align: left;
}

.sidebar{
  position:relative;
  width:28%;
  float:left;
  margin:0 5px;
  padding: 10px 0;
  text-align: center;
  /*background-color: yellow;  */
  border: thin black solid;
  border-radius:7px;

  
}


.sidebar .inner{
  width:90%;
  margin:10px auto;
  border-radius: 5px;
  padding:10px 0;
  background-color: #315a74;
}

.sidebar .inner .menu{
 /* width:100%;*/
  margin:5px;
  text-align: center; 
  border-radius: 5px;  

}

.accountContent{
  width:60%; 
  overflow: auto;
  margin:10px auto;
  border-radius: 7px; 
  padding:10px;
  color:white;
}


.fullContent{
  margin:auto;
  border-radius: 7px; 
  padding:10px;
  color:white;
  background-color: rgb(69,114,150);
  
}

.fullContent h1,.fullContent h2,.fullContent h3,.fullContent p{
/*.fullContent h1,.fullContent h2,.fullContent h3{*/
  color:white;
 font-weight: normal;
}

.fullContent .tableList p {
 color:black;
}

/*.fullContent .tableback tr td,.fullContent .tablebackLeft tr td,.fullContent .tableList tr td{*/
.fullContent .tablebackLeft tr td,.fullContent .tableList tr td{

  color:white;
}

.fullContent .tableback tr td { 
  color:black;
}


.rightContent{
  width:68%;
  float:right; 
  border-radius: 7px; 
  padding:10px;
  color:white; 

}

.rightContent .inner{
  margin-left:10px;
}


.rightContent.dark, .accountContent.dark{
 /* background-color: #315a74;*/
 background-color: rgb(69,114,150)
}
.rightContent.inner, .accountContent.inner{
  position:relative;
  width:96%;
  margin:0 auto;
  padding:15px;
  text-align: left;
}
/*.rightContent .tableback,  .rightContent .tableback  td, .accountContent.tableback, .accountContent.tableback td{*/
.rightContent .tableback  td,.rightContent .tableback  th, .accountContent.tableback td, .accountContent.tableback th{
 border:1px solid white;
  text-align: left;
}
.rightContent .tableback,  .rightContent .tableback  td p, .rightContent p
.accountContent .tableback,  .accountContent .tableback  td p, .accountContent p {
font-size:14px;
}
.rightContent .tableback th{
  font-size:14px;
  background-color:#6F6F6F;
}
.fatList {
list-style-type:none;
}            
.fatList li{
  margin: 10px 0;
}
.padit {
  padding: 15px;
}
.noResults{
  margin: 25px;
  font-size: 3em;
}
.flexdisplay{
  display:flex;
}
 .plainList{
  list-style-type: none;
}
.img30pc{
width: 30%;
}
.img75pc{
width: 75%;
}
.goalList {
   font-size:17px;
 }

.goalList li{
   font-size:17px;
 }

.box70pcNF{
  position:relative;
  width:68%;
 /* float:left;*/
  padding:0 1%;
  margin:0;
  text-align: left
}
.box30pcNF{
  position:relative;
  width:28%;
  float:right;
  padding:0 1% 5px 1%;
  margin:0;
  text-align: left
}


/*********************/

	