/* This sets the body background color */
BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

/* This is the a href link color */
A {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

A1 {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/* This is the a href link color on rollover */
A:hover {
	color: #666666;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

A1:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/* Font used on home page and interior pages for "name" and "position" ect. for featured coach and athlete of the week */
TD.tableHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

/* This sets the background color of the Table row */
TR.header {
  background: #ffffff;
}

/* This sets the background color of the Table row */
TR.headerInfo {
  background: #608090;
}

/* This sets the background color of the Table column/data */
TD.headerInfo{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  background: #608090;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}

/* This sets the background color of the footer table row */
TR.footer {
  background: #5F636C;
}

/* This sets the background color of the Table column/data */
TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #5F636C;
  color: #ffffff;
  font-weight: bold;
}


/* this displays the site name in the top header */
Span.header_title, A.header_title{
	font-family: Arial, Verdana, sans-serif;
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

A.header_title:hover{
	font-family: Arial, Verdana, sans-serif;
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}




/* This sets the background color of the Sections box on the left and right */
.sectionBox {
  background: #5F636C;
}

/* This sets the font of the data that goes in the Sections */
TD.sectionBox, SPAN.sectionBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* This sets the font of the data that goes in the Sections */
TD.sectionContents, A.sectionContents {
	background: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* This sets the font of the links on mouse over */
A.sectionContents:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}


/* This sets the font of the Heading of the Sections */
.sectionBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

/* This sets the font of the data that goes in the Right Sections, Sub Section */
TD.sectionBoxSubHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

/* This gives the style to the table */
TABLE.Listing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

/* This sets the font for the title listings on the Right section */
.Listing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #D4D4D4;
  color: #000000;
  font-weight: bold;
}

/* This sets the font of the data listing on the Right section */
TD.Listing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

/* This shows the page results */
A.pageResults {
  color: #0000FF;
}

/* This is the rollover effect for the page */
A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

/* Used in iner pages of the site for displaying the page heading(e.g. HighSchool- Roster)*/
TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #999999;
  bgcolor='5F636C'
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText, A.smallText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

A:hover.smallText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  text-decoration: underline;
}

/* This font is defined for the most of the contents that is displayed (e.g. Article details, summary, Athelete Details etc.)*/
TD.contentText, SPAN.contentText, P.contentText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* The Table labels without. Here bakcground color is not defined*/
TD.tableLabel, SPAN.tableLabel, P.tableLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
}
/*The font used for the data in table in inner pages of the site.*/
TD.tableData, SPAN.tableData, P.tableData {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:normal
}
/* The alternate colot for the table data of the inner pages in the site.*/
TD.tableAlternateData, SPAN.tableData, P.tableData {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:normal;
  background-color:c8ccc8;
}

/* Table Labels with the gray color used in iner pages of the site.*/
TD.tableLabelGray, SPAN.tableLabelGray, P.tableLabelGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color:c8ccc8;
	color: #000000;
	text-transform: capitalize;
	font-style: normal;
}

/* Displays the error message */
.messageError, .messageWarning { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }

/* This is defined for the links that appear in inner pages of the site (e.g Back, Archive ...)*/
A.mylink {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
}

A.mylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	text-transform: capitalize;
}


.news_date{
  color: #666666;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight:normal;
}

.category_level{
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	font-style: italic;
}

SPAN.right_section_link{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;  
  color: #FF0000;
  text-decoration: underline;
}


A.right_section_link{
  color: #000000;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;  

}

A.right_section_link:hover{
  color: #666666;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;  
}


/* Displays the Articles text of home page*/
TD.text_article, SPAN.text_article, P.text_article {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

/* page number display */
TD.page_number,A.page_number,P.page_number,SPAN.page_number,DIV.page_number{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}