body {
  margin: 0px;
  padding: 0px;
  background: var(--content-bg-color) none repeat scroll 0%;
  color: black;
  font-family: var(--font-content);
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
a {
  background: transparent none repeat scroll 0%;
  color: blue;
  }
a:hover, a:active {
  color: purple;
}
hr { 
  border: 0; 
  height: 2px; 
  /* background-image: linear-gradient(to right, #e5e8ff, #b6c7fc, #e5e8ff);  */
  background-image: var(--linear-gradient-oio);
}
.Global {
  width: 1350px;
  height: 100%;
}
.Global td {
  border-color: var(--content-bg-color);
  border-width: 0;
  border-style: solid;
  vertical-align: top;
}
.Global h1,h2,h3,h4 {
	font-family: var(--font-title);
}
.TableBg {
	border-spacing: 0px;
  border-collapse: collapse;
}
.TableBg td {
	padding: 8px;
	border-width: 2px;
	background-color: var(--primary-light-color);
  border-color: var(--primary-color);
  color: black;
}
.TableBg a {
  color: white;
}
.TableBg a:hover {
  color: yellow;
}
.Header {
  padding: 0px;
  width: 100%;
  height: 100px;
}
.Header td {
  border: none;
  vertical-align: top;
  text-align: left;
  background-color: var(--header-bg-color);
  -moz-background-clip: initial; 
  -moz-background-origin: initial; 
  -moz-background-inline-policy: initial; 
}
#champsLogoW {
  width: 100px;
}
.PageTitle {
  font-family: var(--font-title);
  font-weight: bold;
  font-size: 24pt;
  text-align: center;
}
.PageSubTitle {
  font-family: var(--font-title);
  font-size: 18pt;
  text-align: center;
}
.SectionTitle {
  font-family: var(--font-title);
  font-weight: bold;
}
.NavBar {
  width: 100%;
  height: 32px;
  border: none;
  color: inherit;
}
.NavBar a {
  color: #ebebeb;
  text-decoration: none;
  }
  .NavBar a:hover, a:active {
    color: --accent-2-color;
    text-decoration: underline;
}
.NavBar table {
  width: 1200px;
  height: 32px;
}
.NavBar td {
  border: none;
  padding: 0px 10px 2px 10px;
  vertical-align: middle;
  text-align: center;
  font-family: var(--font-content);
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
.NavBarCurrent {
  color: var(--accent-1-color);
}
.Left {
  background: var(--sidebar-bg-color);
  width: 220px;
  color: inherit;
  font-size: 10px;
}
.Content {
  color: inherit;
}
.Right {
  background: var(--sidebar-bg-color);
  width: 220px;
  color: inherit;
}
.RightPanelBox {
  background: #9ac4b8 none repeat scroll 0%;
  width: 100%;
  height: 100%;
  color: inherit;
}
.LayoutTable {
  border: none;
}
  .LayoutTable table {
    border: none;
  }
  .LayoutTable td {
    border: none;
    vertical-align: middle;
  }
.BoxStyle {
  border: 1px solid #085486;
  background: #d0dfee none repeat scroll 0%;
  margin-top: 15px;
  width: 90%;
  color: inherit;
}
.BoxStyle td {
  border: none;
  padding: 6px;
  background: #d0d0d0 none repeat scroll 0%;
  color: inherit;
  text-align: left;
}
li {
  font-family: var(--font-content);
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: .8em;
  line-height: 1.5;
  font-size-adjust: none;
  font-stretch: normal;
}
p {
  font-family: var(--font-content);
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: .8em;
  line-height: 1.5;
  font-size-adjust: none;
  font-stretch: normal;
}
.Padded {
  padding: 15px;
}
.SmallFont {
  font-family: var(--font-content);
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
.MedFontBold {
  font-family: var(--font-content);
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
.SmallFont td {
  font-family: var(--font-content);
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
.MedFontBold td {
  font-family: var(--font-content);
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
.BigSpace {
  line-height: 1.9em;
  font-size: 14px;
}
.Footer {
  background: var(--footer-bg-color);
  color: var(--footer-font-color);
  font-family: var(--font-content);
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  height: 32px;
  text-align: center;
}
#emptyfield {  
	visibility:hidden;  
	display:none;  
}

/* Sponsors */
#sponsorsPanel {
  text-align: center;
}
#sponsorsPanel img{
  width:120px;
}
#sponsorsPanel .sponsorCard {
  padding-top: 2em;
}
#sponsorsPanel .sponsorCard a {
    color: #ebebeb;
}
#sponsorsPanel .sponsorCard a:hover {
  color: yellow;
}

table .videoSchedule {
  border: solid;
  border-width: 1px;
}
table .videoSchedule th {
  border: solid;
  border-width: 1px;
  padding: 2px;
}
table .videoSchedule td {
  border: solid;
  border-width: 1px;
  padding: 2px;
}