﻿/* Section Styles - change border color depending upon sport*/
div#header
{	
	background-image:url(../images/Headers/Badminton.jpg);
}
.sectionImg1
{
	border-color: #cc000f;
}

.sectionImg2
{
	border-color: #cc000f;
}

.sectionImg3 
{
	border-color: #cc000f;
}

.sectionLogo
{
   border-color: #cc000f;
}
/* Parent Styles - change color depending upon sport */

.lblQuote
{
    color: #cc000f; 
}

.lblHeadMain
{
    color: #cc000f; 
}

.lblHeadParent
{
    color: #cc000f; 
}

/* End of Section Styles */

.ParentBorder img 
{
	border-color: #7e7e7e;
}

.lblCode
{
    background-color: #cc000f; 
}

/* End of Parent Styles */

/* Children Styles */

.ChildTitle 
{
    color: #cc000f; 
}

.ChildCode 
{
	background-color: #cc000f; 
}
.ChildBorder
{
    color: #7e7e7e; 
}
/* End of Chilren Style */