@import url(http://fonts.googleapis.com/css?family=Lato:300, 400, 700, 900);

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Main Page*/
/*media all*/
body {
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #696969;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}
a {
  outline-style: none;
}

/***********************************************************************************************************/
/***********************************************************************************************************/
/*Website header*/
div#TitleHolder {
}
div#TitleHolder table {
  display: none;
}

.sticky-wrapper,
.sticky-wrapper * {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
/*media all*/
.header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 6;
  padding: 28px 0;
  padding: 1.75rem 0;
  background-color: #fff;
  width: 100%;
  backface-visibility: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

/*media all*/
.header.stuck,
.slideoutOpen .header {
  position: fixed;
  z-index: 2000;
}
/*media all*/
.header.stuck {
  border-bottom: 2px solid #ccc;
  border-bottom: 0.125rem solid #ccc;
}

/*media all*/
.wrapper {
  width: 100%;
  max-width: 1300px;
  max-width: 81.25rem;
  margin: 0 auto;
  padding: 0 90px;
  padding: 0 5.625rem;
}

/*media all*/
.header .wrapper {
  max-width: 100%;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  overflow: hidden;
}

/*media all*/
.header img {
  display: block;
  border: 0;
  -webkit-backface-visibility: hidden;
  position: relative;
}

/*media all*/
.header .logo {
  width: 100%;
  max-width: 270px;
  max-width: 16.87rem;
  float: left;
}
/*media all*/
.header .logo img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

/*media all*/
.imagesLoaded .header .logo img {
  opacity: 1;
}

/*media all*/
.button.blue {
  background-color: #00346d;
  border: none;
}

/*media all*/
.header .headerInfo .button {
  margin-right: 18px;
  margin-right: 1.12rem;
  vertical-align: top;
}

/*media all*/
.header .headerInfo {
  float: right;
  padding: 16px 0 0;
  padding: 1rem 0 0;
}

/*media all*/
.button {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  background-color: #fff;
  height: 60px;
  height: 3.75rem;
  border-radius: 4px;
  border-radius: 0.25rem;
  padding: 0 22px;
  padding: 0 1.375rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}

/*media all*/
.button span.flexWrapper {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
/*media all*/
.button span.flexWrapper span.item {
  display: block;
  margin: 0 8px;
  margin: 0 0.5rem;
}

/*media all*/
.button span.flexWrapper span.item.image {
  position: relative;
  width: 30px;
  width: 1.87rem;
  height: 30px;
  height: 1.87rem;
}
/*media all*/
.button span.flexWrapper span.item.image * {
  fill: transparent;
  stroke: #fff;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
/*media all*/
.button span.flexWrapper span.item.image img,
.button span.flexWrapper span.item.image svg {
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: auto;
}
/*media all*/
.header .headerInfo .button {
  margin-right: 18px;
  margin-right: 1.12rem;
  vertical-align: top;
}

.slideshow {
  height: 535px;
  width: 100%;
  position: relative;
  background-image: url(images/1.jpg?v=5);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  clear: both;
}
.slide {
  position: absolute;
  width: 100%;
  height: 535px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
.slide1 {
  background-image: url(images/1.jpg?v=5);
}
.slide2 {
  background-image: url(images/2.jpg?v=4);
}
.slide3 {
  background-image: url(images/3.jpg?v=4);
}
.slide4 {
  background-image: url(images/4.jpg?v=4);
}
.slide5 {
  background-image: url(images/5.jpg?v=4);
}
.slide6 {
  background-image: url(images/6.jpg?v=4);
}
.slide7 {
  background-image: url(images/7.jpg?v=4);
}
.slide8 {
  background-image: url(images/8.jpg?v=4);
}
.slide9 {
  background-image: url(images/9.jpg?v=4);
}
.slide10 {
  background-image: url(images/10.jpg?v=4);
}

.slideOverlay {
  position: absolute;
  width: 100%;
  height: 535px;
  z-index: 999;
  background: rgba(220, 191, 152, 0.8);
}
.slide1 {
  background-image: url(images/1.jpg?v=4);
}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Footer*/
div#footer {
  height: 100px;
  background-color: #00346d;
}
div#footer table {
  width: 1000px;
  margin: 0 auto;
  height: 100px;
}
/*left hand cell of footer*/
#footerCrest {
}
/*text in footer on the right*/
#footerText {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  font-size: 8pt;
}
#footerText a {
  color: #fff;
}

/***********************************************************************************************************/
/***********************************************************************************************************/
/*Page layout div and table*/

div#MainContainer {
}
table#Content {
  width: 1002px;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 0px;
  border: 30px solid white;
  background-color: white;
  margin-top: -230px;
  position: relative;
  z-index: 1000;
}

body.PopUpWindow table#Content {
  width: 700px !important;
  min-width: 700px !important;
  max-width: 700px !important;
  margin-top: 0px !important;
}

td#MenuHolder {
  width: 200px;
  vertical-align: top;
  padding: 5px;
  background-color: white;
}
td#ContentHolder {
  vertical-align: top;
  padding: 10px;
  background-color: white;
}

/*main titles on each page*/
h5 {
  background-color: #fff;
  color: #d3af7e;
  clear: both;
  margin: 15px 0px 15px 0px;
  padding: 7px 0px 12px 0px;
  font-weight: Normal;
  font-size: 2em;
}

/*Scrolling div scrollbar and border colors - e.g. fixtures and results boxes on homepage*/
div.Scrolling {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 310px;

  scrollbar-face-color: #00346d;
  scrollbar-track-color: #fff;
  scrollbar-shadow-color: white;
  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: white;
  scrollbar-darkshadow-color: white;
  scrollbar-arrow-color: #00346d;
  padding-right: 10px;
}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Main menu styles*/
td#MenuHolder img.Crest,
p#MenuCrestHolder {
  display: none;
}
div#MenuDiv {
}

a.MenuItem span {
  padding: 0 !important;
  margin: 0 !important;
}
/*Menu Items*/
a.MenuItem {
  background: none;
  text-align: left;
  display: block;
  white-space: nowrap;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px dotted #ccc;
  padding: 0.5rem;
  /*media all*/
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 14px;
  font-size: 0.87rem;
  color: #000;
}

a.CurrentMenuItem {
}
a.MenuItem:hover {
  padding-left: 4px;
  padding-left: 0.75rem;
}

/*Sub menu dropdown holder*/
div.SubMenu {
  margin: 0px 5px 10px 5px;
  display: none;
  font-size: 0.9em;
}

/*School website link in menu - showing by default*/
a#SchoolHomeMenuLink {
  display: none;
}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Loading message box*/

/*Loading div*/
div#loading {
  display: none;
}

/*Loading image border color*/
#imgLoading {
  border: 1px solid #e3c859;
}

/*Page loading text*/
#loading p {
  margin: 20px;
  text-align: center;
  color: white;
}
#loading h1 {
  color: white;
}

/*in loading box and left hand menu (unless hidden)*/
img.Crest {
  border: 0px;
  position: relative;
  z-index: 100;
}

.FixtureDetail {
  background-color: #fdf5ce;
}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*content on all pages is in custom box - for websites with photo on the background and 
    no main container background color this can be used to give a background oto content */
.CustomBox {
  margin: 5px;
  background-color: #fff;
  padding: 0px 0px 10px 0px;
}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Login and home buttons - change positioning etc*/

#HomeLoginBtn,
#HomeBtn {
  position: absolute;
  left: 50%;
  margin-left: 440px;
  top: 80px;
  white-space: nowrap;
}
#HomeBtn {
  margin-left: 340px;
}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Featured school gold whistle box*/

div#FYSSubMenu {
  padding: 10px 5px 5px 5px;
  white-space: nowrap;
  margin: 1px 1px 0px 0px;
  position: relative;
  z-index: 2;
}
p#SS {
  margin: 0px;
  text-align: center;
}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*General styles below which don't normally need to be edited*/
.invisible {
  display: none;
}
a,
#accordion a,
#accordion2 a,
.accordion a,
.tabs a {
  color: #000;
  text-decoration: none;
}
a:hover,
#accordion a:hover,
#accordion2 a:hover {
  text-decoration: none;
}

a.LogOut {
  font-weight: normal;
}
a.Edit {
  font-weight: normal;
}
.Save {
  font-weight: normal;
}
.Reset {
  font-weight: normal;
}
.Cancel {
  font-weight: normal;
}
p.Right {
  text-align: right;
}
p.Center {
  text-align: center;
}

span.SubTitle {
  font-size: 90%;
}
div.ActionPHolder {
  width: 280px;
  float: left;
  margin: 5px;
  padding: 5px;
  border: 1px solid #eee;
  background-color: #fff;
}
table.ContentTable {
  border: 1px solid gray;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-collapse: collapse;
  font-size: 0.9em;
}
table.ContentTable th {
  background-color: #eee;
  border: 1px solid silver;
  text-align: center;
  padding: 6px;
}
table.ContentTable td {
  background-color: #fff;
  border: 1px solid silver;
  text-align: center;
  padding: 6px;
}
h1 {
  margin: 0px 0px 0px 0px;
  font-size: 1.3em;
  text-align: center;
  color: #000;
}
h2 {
  text-align: center;
  font-size: 1.2em;
  margin: 20px 20px 0px 20px;
  clear: both;
}
h3 {
  font-weight: normal;
  font-size: 0.9em;
}
h4 {
  text-align: left;
  font-size: 1.1em;
  margin: 20px 20px 0px 20px;
  clear: both;
}
#TeamPhotoHolder {
  display: none;
}
iframe#OverviewFrame {
  width: 100%;
  border: 0px;
  height: 60px;
  background-color: #eee;
}
select {
  vertical-align: middle;
}
.SportsMap {
  width: 100%;
  height: 250px;
  margin: 20 auto;
  border: 1px solid gray;
}
.HomeSportsMap {
  width: 100%;
  height: 195px;
  margin: 0 auto;
  border: 0px;
}
table.DetailsTable,
table.edDetailsTable {
  border: 1px solid gray;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-collapse: collapse;
  font-size: 0.9em;
}
table.DetailsTable th {
  background-color: #eee;
  border: 1px solid silver;
  text-align: right;
  padding: 6px;
}
table.DetailsTable td {
  background-color: #fff;
  border: 1px solid silver;
  text-align: left;
  padding: 6px;
}
table.edDetailsTable th {
  background-color: #fff;
  border: 1px solid silver;
  text-align: right;
  padding: 6px;
}
table.edDetailsTable td {
  background-color: #eee;
  border: 1px solid silver;
  text-align: left;
  padding: 6px;
}
/*this one is for news*/
div.Thumbnail {
  margin-top: 5px;
  border: 1px solid gray;
  width: 60px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}

.ActionPThumb {
  height: 75px;
  border: 0px;
  margin: 0px;
}
.TeamPThumb {
  width: 100px;
  height: 55px;
  border: 0px;
}
.ReportText,
.HistoryText {
  border: 1px solid gray;
  padding: 10px;
  background-color: white;
  font-size: 1.2em;
}
#Loading {
  color: gray;
}

.ThumbHolder {
  float: left;
  width: 120px;
  margin: 10px;
  padding: 10px 0px 10px 0px;
  background-color: #eee;
}
.ThumbHolder div {
  border: 1px solid #eee;
  width: 100px;
  height: 55px;
  margin: 0 auto;
  overflow: hidden;
}
.ThumbHolder div:hover {
  border: 1px solid gray;
  background-color: gray;
}
p.Dev {
  color: #000;
  font-style: italic;
  text-align: center;
  margin: 40px;
  font-size: 1.2em;
}
.EmptyDataMessage {
  margin: 40px;
  text-align: center;
  padding: 10px;
  background-color: white;
}
div#SelectDiv {
  text-align: center;
  padding: 7px;
}
.TeamsTable {
  width: 97%;
  margin: 0 auto;
  border-collapse: collapse;
}
.TeamsTable td {
  border-bottom: 5px solid #eee;
  border-top: 5px solid #eee;
  background-color: #fff;
  padding: 5px;
  vertical-align: middle;
}
.TeamsTable td img {
  border: 0px;
  vertical-align: middle;
}
.TeamsTable th {
  text-align: left;
  font-weight: bold;
  background-color: #eee;
  padding: 5px;
}
.TeamsSubTable {
  border-collapse: collapse;
  width: 100%;
}
.TeamsSubTable th {
  text-align: right;
  color: gray;
  border: 0px;
  font-weight: normal;
  width: 80px;
  background-color: Transparent;
  vertical-align: top;
}
.TeamsSubTable td {
  text-align: left;
  border: 0px;
  vertical-align: top;
}
table.TeamSummary {
  border-collapse: collapse;
  margin: 0 auto;
  border: 1px solid silver;
  background-color: #fff;
}
table.TeamSummary th {
  text-align: center;
  font-weight: normal;
  background-color: #eee;
  padding: 5px;
  border: 1px solid silver;
  color: gray;
}
table.TeamSummary td {
  text-align: center;
  border: 1px solid silver;
  padding: 5px;
  font-weight: bold;
  background-color: #fff;
}
div#accordian {
  font-size: 0.9em;
  font-weight: normal;
}
div.HomePageBox {
  border: 1px solid silver;
  padding: 3px 3px 10px 3px;
  margin: 0px 2px 4px 2px;
  background-color: white;
}
table.HomeHeader {
  background-color: #eee;
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}
table.HomeHeader th {
  font-size: 1.1em;
  text-align: left;
  font-weight: normal;
}
table.HomeHeader td {
  text-align: right;
  font-weight: normal;
}

.ui-dialog-titlebar {
  font-size: 8pt;
  height: 20px;
}
div.ui-datepicker {
  font-size: 8pt;
}

table.FixtureDetail {
  border: 1px solid gray;
  margin: 0px;
  background-color: white;
  width: 100%;
}
td.MatchDate {
  vertical-align: top;
  white-space: nowrap;
  border-right: 1px solid #eee;
}
td.MatchDetail {
  vertical-align: top;
  border-right: 1px solid #eee;
  text-align: center;
}
td.ResultDetail {
  vertical-align: top;
}
td.edFixtureRow {
  background-color: #eee;
}
a.More {
  font-size: 9pt;
  font-weight: normal;
}
.TitleBtn {
  font-weight: normal;
  text-align: left;
  margin: 2px;
}

.HomeTabContent {
  background-color: white;
  margin: -5px;
  padding: 5px;
  height: 327px !important;
}
.ui-widget-content {
  background-color: white;
  background-image: none;
}
div.HomePageBox .tabs {
  border: 0px;
}
img.SportIcon {
  vertical-align: middle;
  border: 0px;
}
div.HomePageBox .More {
  margin-right: 15px;
}
.ui-tabs-panel .More {
  margin-right: 0px !important;
  margin-bottom: -7px !important;
}
.ui-widget-content * {
  box-sizing: content-box !important;
}
div.HomePageBox .More[style],
div.HomePageBox .More span {
  font-weight: normal !important;
  font-size: 9pt !important;
}
