/*Basic formatting*/
		html{
		  background-color: #FFFFFF;
		  border: 0;
		  margin: 0;		  
		  padding: 0;
		}
		img{
		  border: 0;
		  margin: 0;
		  padding: 0;
		}
		div{
		  font-size: small;
		  font-weight: normal;
		  font-style: normal;
		  text-align: center;
		  color: #000000;
		  border: 0;
		  margin: 0;
		  padding: 0;
                  }
		a, a:visited{		  
		  /*color: #002266;
		  text-decoration: underline;*/
		}
		form {
		  border: 0;
		  margin: 0;
		  padding: 0;
		}	
body{
  background-color: #FFFFFF;
  border: 1;
  outline-style: solid;
  outline-width:0px;
  margin: 0px;
  padding: 0;
  max-width: 480px;
  font-family: Arial, sans-serif;

}

.header {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  background-color: #FFFFFF;
}

.footer {
  text-align: center;
  color: #002266;
  font-size: 11px;
  background-color: #FFFFFF;
 margin-top: 0px;
}

.navStandard {
  color: #003399;
}

.navHighlight {
  background-color: #CCCCDD;
}

.sectionHeading{
  text-align: left;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #002266;
  margin-top: 0px;
  font-weight: bold;
}

.pagination {
  text-align: center;
  color: #113377;
  font-size: 11px;
  margin-top: 0px;
}

.placeholder  {
  color: #FF0000;
}

.advertisement {
  align: left;
}

.indexVideoFeed {
  /* CREATE INDEX VIDEO FEED STYLE HERE */
}

/*
.outlineBorder {
  outline-style: solid;
  outline-width:1px;
  outline-color:#003399;
  padding: 5px 0 5px 0;
  margin: 0 5px 0 5px;
  -moz-outline-radius: 10px;
 -webkit-outline-radius: 10px;
}
*/

.moreLink {
  text-align: left;
  color: #002266;
  font-size: 11px;
}

.blueTextYellowBackground {
align: center;
  text-align: left;
  background-color: #CC9900;
  font-size: 14px;
  font-weight: bold;
  color: #0000FF;
  width: 400px;
  padding: 3px 0 3px 0;
  }
.scheduleDate {
  align: center;
  background-color: #002266;
  font-size: 20px;
  font-weight: bold;
  color: #CC9900;
  width: auto;
  }

.dateMenu {
  align: center;
  font-size: 14px;
  font-weight: bold;
  color: #002266;
}

.newsDetail {
  text-align: justify;
  font-size: 12px;
  font-family: Arial, sans-serif;
  background-color: #FFFFFF;
  margin: 5px 5px 5px 5px;
}

.textLeft {
  text-align: left;
  text-decoration: none;
  }

.textPad {
padding: 0px 0 0px 0px;
}
.textHeading {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 5px 0;
  }
.blankDiv
{
height:4px;
}
.imgBorder {
  outline-style: solid;
  outline-width:2px;
  outline-color:#000000;
 }
.marginLeft {
  text-align: left;
  margin-left: 10px;
  }
.alertError {
  text-align: center;
  color: #FF0000;
}

.blueTextGreyBackground {
  text-align: left;
  padding-left: 2px;
  color: #113377;
  font-weight: bold;
  background-color: #CCCCDD;
}

.blackTextGreyBackground {
  text-align: left;
  padding-left: 2px;
  color: #000000;
  font-weight: bold;
  background-color: #CCCCDD;
}

.blackTextGreyBackgroundNB {
  text-align: left;
  padding-left: 2px;
  color: #000000;
  background-color: #CCCCDD;
  font-size: smaller;
}

.terms {
  text-align: justify;
  font-size: 12px;
  font-family: Arial, sans-serif;
  background-color: #FFFFFF;
  margin: 5px 5px 5px 5px;
}
.termsHeading {
  text-align: justify;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  background-color: #FFFFFF;
  margin: 5px 5px 5px 5px;
}
.blueTextBold {
  align: center;  
  font-size: 14px;
  font-weight: bold;
  color: #113377;
  padding: 3px 0 3px 0;
  }
.blueText {
  align: center;  
  font-size: 12px;
  color: #113377;
  padding: 3px 0 3px 0;
  }

.statsTable {
  font-size: small;
  border-style: none;
  margin:auto;  
}

.statsTableHeader {
  font-weight: bolder;
}

.tableRow{
  background-color: #C0C1C1;
}

.centered{
  text-align: center;
}

.borderBottomGray{
  border-bottom:1px solid #dddddd;
}

.blackText {
  text-align: left;
  padding-left: 2px;
  color: #000000;
  font-weight: bold;
 }